solknife_revoke_authority_build
Build an unsigned revoke-authority tx (mint and/or freeze). Permanent on-chain.
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. | |
| revokeMint | Yes | Permanently revoke the mint authority. Irreversible: no new supply can ever be minted. | |
| revokeFreeze | Yes | Permanently revoke the freeze authority. Irreversible: accounts can never be frozen. |