mint_tokens
Mint tokens to a specified Solana wallet address using a designated token mint and authorized wallet.
Instructions
Mint tokens to a specific account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletName | Yes | Name of the wallet with mint authority | |
| tokenMint | Yes | Token mint address | |
| destinationAddress | Yes | Destination wallet address | |
| amount | Yes | Amount of tokens to mint (in token units, not raw) |