solknife_change_authority_build
Build an unsigned change-authority tx: transfer the mint and/or freeze authority to newAuthority. The new authority is pinned in the tx the client verifies before signing.
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. | |
| changeMint | Yes | Transfer the mint authority to newAuthority. | |
| changeFreeze | Yes | Transfer the freeze authority to newAuthority. | |
| newAuthority | Yes | A Solana address in base58, 32-44 chars. |