Type alias VerifyNftCreatorBuilderParams

VerifyNftCreatorBuilderParams: {
    mintAddress: PublicKey;
    creator?: undefined | Signer;
    instructionKey?: undefined | string;
}

Type declaration

  • mintAddress: PublicKey

    The address of the mint account.

  • Optional creator?: undefined | Signer

    The creator of the NFT or SFT as a Signer.

    Default Value

    metaplex.identity()

  • Optional instructionKey?: undefined | string

    A key to distinguish the instruction that verifies the creator.

Generated using TypeDoc