Verifies the collection of an NFT or SFT.
const transactionBuilder = metaplex .nfts() .builders() .verifyCollection({ mintAddress, collectionMintAddress });
Generated using TypeDoc
Verifies the collection of an NFT or SFT.