CreateAssociatedTokenInput
Type Parameters
Type Parameter | Default type |
---|---|
TAccountPayer extends string | string |
TAccountAta extends string | string |
TAccountOwner extends string | string |
TAccountMint extends string | string |
TAccountSystemProgram extends string | string |
TAccountTokenProgram extends string | string |
Properties
ata
Associated token account address to be created.
mint
The token mint for the new associated token account.
owner
Wallet address for the new associated token account.
payer
Funding account (must be a system account).
systemProgram?
System program.
tokenProgram?
SPL Token program.