Type alias CandyMachineV2EndSettingsDate

CandyMachineV2EndSettingsDate: {
    endSettingType: EndSettingType.Date;
    date: DateTime;
}

The "Date" end setting allows us to end a Candy Machine after a given date and time.

Type declaration

  • Readonly endSettingType: EndSettingType.Date

    Differentiates the types of end settings.

  • Readonly date: DateTime

    The date after which the Candy Machine is closed.

Generated using TypeDoc