Type alias AddressGateGuardSettings

AddressGateGuardSettings: {
    address: PublicKey;
}

The addressGate guard restricts the mint to a single address which must match the minting wallet's address.

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

Type declaration

  • address: PublicKey

    The only address that is allowed to mint from the Candy Machine.

Generated using TypeDoc