spl-token_mintTo
Mint additional SPL tokens to a specified wallet using mint authority. Requires mint address, authority wallet, destination, and amount in smallest units.
Instructions
Mint additional tokens to a destination wallet (requires mint authority).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Token mint address | |
| amount | Yes | Amount to mint (raw, smallest unit) | |
| destination | Yes | Wallet to receive minted tokens | |
| mintAuthority | Yes | Mint authority wallet |