parseCreateAssociatedTokenInstruction
Type Parameters
| Type Parameter |
|---|
TProgram extends string |
TAccountMetas extends readonly AccountMeta<string>[] |
Parameters
| Parameter | Type |
|---|---|
instruction | Instruction<TProgram, readonly (AccountLookupMeta<string, string> | AccountMeta<string>)[]> & InstructionWithAccounts<TAccountMetas> & InstructionWithData<ReadonlyUint8Array> |
Returns
ParsedCreateAssociatedTokenInstruction<TProgram, TAccountMetas>