metaplex-nft_configureRoyalties
Set royalty fee and allocate revenue shares among creators for an NFT using its mint address and update authority.
Instructions
Configure royalty fee and creator splits for an NFT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | NFT mint address (base58) | |
| creators | Yes | Creator list with revenue shares (must sum to 100) | |
| updateAuthority | Yes | Solana public key (base58) | |
| sellerFeeBasisPoints | Yes | Royalty fee in bps |