solknife_mint_supply_build
Build an unsigned mint-to tx. amount is a whole-token decimal string; the builder parses it against the mint's decimals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | A Solana address in base58, 32-44 chars. | |
| payer | Yes | A Solana address in base58, 32-44 chars. | |
| amount | Yes | Amount to mint, in base units (not decimal). Multiply by 10^decimals yourself. | |
| recipient | Yes | A Solana address in base58, 32-44 chars. |