End Settings provides a mechanism to stop the mint if a certain condition is met without interaction.
This type is a union type differentiated by the endSettingType field. It can have one of the following values:
endSettingType
EndSettingType.Amount
EndSettingType.Date
Generated using TypeDoc
End Settings provides a mechanism to stop the mint if a certain condition is met without interaction.
This type is a union type differentiated by the
endSettingType
field. It can have one of the following values:endSettingType
isEndSettingType.Amount
.It ends a Candy Machine after a certain amount of items have been minted.
endSettingType
isEndSettingType.Date
.It ends a Candy Machine after a certain date.