set_token_authority
Change or revoke authority for Solana token mints and accounts to manage permissions like minting tokens, freezing accounts, or transferring ownership.
Instructions
Set or change authority for a token mint or account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletName | Yes | Name of the wallet with current authority | |
| tokenMint | Yes | Token mint address | |
| authorityType | Yes | Type of authority to set | |
| newAuthority | No | Address of new authority (or null to revoke authority) |