DropClaimConditions.getClaimIneligibilityReasons() method
For any claim conditions that a particular wallet is violating, this function returns human readable information about the breaks in the condition that can be used to inform the user.
Signature:
getClaimIneligibilityReasons(quantity: Amount, addressToCheck?: string): Promise<ClaimEligibility[]>;
Parameters
Parameter | Type | Description |
---|---|---|
quantity | Amount | The desired quantity that would be claimed. |
addressToCheck | string | (Optional) The wallet address, defaults to the connected wallet. |
Returns:
Promise<ClaimEligibility[]>