SetClaimConditionsParams
The params for the useSetClaimConditions hook mutation.
type SetClaimConditionsParams = { reset?: boolean;};
An array of phases that occur in chronological order.
A boolean value that determines whether to reset the claim conditions or to keep the existing state. By resetting them, any previous claims that were made will be ignored by the claim condition restrictions.
For example, if you had a limit of 1 token per wallet, and a user claimed a token, then you reset the claim conditions, that user will be able to claim another token.
Default value is false
.
type reset = boolean;