metaplex-nft_setAndVerifyCollection
Assign an NFT to a collection and verify the linkage in a single transaction using mint, collection, and authority addresses.
Instructions
Set and verify a collection on an NFT in a single transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | NFT mint address (base58) | |
| collection | Yes | NFT mint address (base58) | |
| updateAuthority | Yes | NFT update authority | |
| collectionAuthority | Yes | Solana public key (base58) |