Type alias NftGateGuardMintSettings

NftGateGuardMintSettings: {
    mint: PublicKey;
    tokenAccount?: PublicKey;
}

The settings for the nftGate guard that could be provided when minting from the Candy Machine.

See

NftGateGuardSettings for more information on the nftGate guard itself.

Type declaration

  • mint: PublicKey

    The mint address of an NFT from the required collection that belongs to the payer.

  • Optional tokenAccount?: PublicKey

    The token account linking the NFT with its owner.

    Default Value

    Defaults to the associated token address using the mint address of the NFT and the payer's address.

Generated using TypeDoc