GatekeeperArgs: {
    expireOnUse: boolean;
    gatekeeperNetwork: PublicKey<string>;
}

Type declaration

  • expireOnUse: boolean

    Whether or not the token should expire after minting. The gatekeeper network must support this if true.

  • gatekeeperNetwork: PublicKey<string>

    The network for the gateway token required

Generated using TypeDoc