Type alias UnverifyNftCreatorInput

UnverifyNftCreatorInput: {
    mintAddress: PublicKey;
    creator?: Signer;
}

Type declaration

  • mintAddress: PublicKey

    The address of the mint account.

  • Optional creator?: Signer

    The creator of the NFT or SFT as a Signer.

    Default Value

    metaplex.identity()

Generated using TypeDoc