gill

parseCreateAssociatedTokenIdempotentInstruction

function parseCreateAssociatedTokenIdempotentInstruction<TProgram, TAccountMetas>(instruction): ParsedCreateAssociatedTokenIdempotentInstruction<TProgram, TAccountMetas>;

Type Parameters

Type Parameter
TProgram extends string
TAccountMetas extends readonly AccountMeta<string>[]

Parameters

ParameterType
instructionInstruction<TProgram, readonly (AccountLookupMeta<string, string> | AccountMeta<string>)[]> & InstructionWithAccounts<TAccountMetas> & InstructionWithData<ReadonlyUint8Array>

Returns

ParsedCreateAssociatedTokenIdempotentInstruction<TProgram, TAccountMetas>

On this page