GatekeeperMintArgs: {
    expireOnUse: boolean;
    gatekeeperNetwork: PublicKey<string>;
    tokenAccount?: undefined | PublicKey<string>;
}

Type declaration

  • expireOnUse: boolean
  • gatekeeperNetwork: PublicKey<string>
  • Optional tokenAccount?: undefined | PublicKey<string>

    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