Variable INSTRUCTION_INPUT_VALUE_NODE_KINDSConst
INSTRUCTION_INPUT_VALUE_NODE_KINDS : ( | "arrayValueNode" | "booleanValueNode" | "bytesValueNode" | "constantValueNode" | "enumValueNode" | "injectedValueNode" | "mapValueNode" | "noneValueNode" | "numberValueNode" | "publicKeyValueNode" | "setValueNode" | "someValueNode" | "stringValueNode" | "structValueNode" | "tupleValueNode" | "programLinkNode" | "accountBumpValueNode" | "accountFieldValueNode" | "accountValueNode" | "argumentValueNode" | "conditionalValueNode" | "identityValueNode" | "payerValueNode" | "pdaValueNode" | "programIdValueNode" | "resolverValueNode" )[]
Defined in node_modules/@codama/nodes/dist/types/generated/contextualValueNodes/InstructionInputValueNode.d.ts:5
Anything that can be used as the input value for an instruction account or argument default. Covers concrete values, contextual references, and program links.