gill

parseCreateAssociatedTokenIdempotentInstruction

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

Type Parameters

Type Parameter
TProgram extends string
TAccountMetas extends readonly IAccountMeta[]

Parameters

ParameterType
instructionIInstruction<TProgram> & IInstructionWithAccounts<TAccountMetas> & IInstructionWithData<Uint8Array<ArrayBufferLike>>

Returns

ParsedCreateAssociatedTokenIdempotentInstruction<TProgram, TAccountMetas>

On this page