mint_tokens
Mint SPL tokens to a recipient wallet by providing the mint address, authority private key, and amount.
Instructions
Mint SPL tokens to a destination wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to mint (in UI units, before decimals) | |
| mintAddress | Yes | Token mint address (base58) | |
| destinationAddress | Yes | Recipient wallet address (base58) | |
| mintAuthorityPrivateKey | Yes | Mint authority private key (base58) |