GetMintTokensInstructionsArgs
Type declaration
Name | Type | Description |
---|---|---|
amount | bigint | number | Amount of tokens to mint to the owner via their ata |
ata | Address | Associated token account (ata) address for destination and this mint See getAssociatedTokenAccountAddress Example getAssociatedTokenAccountAddress(mint, destination, tokenProgram); |
destination | TransactionSigner | Address | Wallet address to receive the tokens being minted, via their associated token account (ata) |
mintAuthority | TransactionSigner | Address | The authority address capable of authorizing minting of new tokens. - this should normally by a TransactionSigner - only for multi-sig authorities (like Squads Protocol), should you supply an Address |