Type alias CandyMachineV2EndSettingsAmount

CandyMachineV2EndSettingsAmount: {
    endSettingType: EndSettingType.Amount;
    number: BigNumber;
}

The "Amount" end setting allows us to end a Candy Machine after a certain amount of items have been minted.

Type declaration

  • Readonly endSettingType: EndSettingType.Amount

    Differentiates the types of end settings.

  • Readonly number: BigNumber

    The maximum number of items to mint.

Generated using TypeDoc