Unverifies the creator of an NFT or SFT.
const transactionBuilder = metaplex .nfts() .builders() .unverifyCreator({ mintAddress, creator });
Generated using TypeDoc
Unverifies the creator of an NFT or SFT.