Type alias StartDateGuardSettings

StartDateGuardSettings: { date: DateTime }

The startDate guard determines the start date of the mint. Before this date, minting is not allowed.

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

  • date: DateTime

    The date before which minting is not yet possible.

Generated using TypeDoc