Type alias NftGateGuardSettings

NftGateGuardSettings: {
    requiredCollection: PublicKey;
}

The nftGate guard restricts minting to holders of a specified NFT collection.

This means the mint address of an NFT from this collection must be passed when minting.

This object defines the settings that should be provided when creating and/or updating a Candy Machine if you wish to enable this guard.

See

NftGateGuardMintSettings for more information on the mint settings of this guard.

Type declaration

  • requiredCollection: PublicKey

    The mint address of the required NFT Collection.

Generated using TypeDoc