gill

parseCreateAssociatedTokenIdempotentInstruction

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

Type Parameters

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

Parameters

ParameterType
instructionIInstruction<TProgram, readonly (IAccountLookupMeta<string, string> | IAccountMeta<string>)[]> & IInstructionWithAccounts<TAccountMetas> & IInstructionWithData<Uint8Array<ArrayBufferLike>>

Returns

ParsedCreateAssociatedTokenIdempotentInstruction<TProgram, TAccountMetas>

On this page