Type alias GatekeeperGuardMintSettings

GatekeeperGuardMintSettings: {
    tokenAccount?: PublicKey;
}

The settings for the gatekeeper guard that may be provided when minting from the Candy Machine.

See

GatekeeperGuardSettings for more information on the gatekeeper guard itself.

Type declaration

  • Optional tokenAccount?: PublicKey

    The Gateway Token PDA derived from the payer and the Gatekeeper Network which is used to verify the payer's eligibility to mint.

    Default Value

    Computes the Gateway Token PDA using the payer's and the Gatekeeper Network's public keys as well as the default seed value which is [0, 0, 0, 0, 0, 0, 0, 0].

Generated using TypeDoc