solknife_create_mint_build
Build an unsigned create-mint tx. Returns the base64 v0 transaction + lastValidBlockHeight + derived mint address.
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. | |
| program | Yes | ||
| decimals | Yes | Decimal places for the new mint. 9 matches SOL, 6 matches USDC. | |
| extensions | No | Token-2022 extensions to enable. Omit entirely for program: spl-token. | |
| freezeAuthority | Yes | Whether the new mint gets a freeze authority. False makes accounts unfreezable forever. |