ParsedCreateAssociatedTokenIdempotentInstruction
Type Parameters
Type Parameter | Default type |
---|---|
TProgram extends string | typeof ASSOCIATED_TOKEN_PROGRAM_ADDRESS |
TAccountMetas extends readonly IAccountMeta [] | readonly IAccountMeta [] |
Properties
accounts
Name | Type | Description |
---|---|---|
ata | TAccountMetas [1 ] | Associated token account address to be created. |
mint | TAccountMetas [3 ] | The token mint for the new associated token account. |
owner | TAccountMetas [2 ] | Wallet address for the new associated token account. |
payer | TAccountMetas [0 ] | Funding account (must be a system account). |
systemProgram | TAccountMetas [4 ] | System program. |
tokenProgram | TAccountMetas [5 ] | SPL Token program. |