metaplex-nft_delegateAuthority
Delegate update, mint, freeze, or collection authority for an NFT to another wallet by providing mint address, current authority, and new authority.
Instructions
Delegate a specific authority (update, mint, freeze, collection) to another wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | NFT mint address (base58) | |
| newAuthority | Yes | Solana public key (base58) | |
| authorityType | Yes | Type of authority to delegate | |
| currentAuthority | Yes | Solana public key (base58) |