Home > @3rdweb/sdk > DropModule > getClaimIneligibilityReasons
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: BigNumberish, addressToCheck?: string): Promise<ClaimEligibility[]>;
| Parameter | Type | Description |
|---|---|---|
| quantity | BigNumberish | The desired quantity that would be claimed. |
| addressToCheck | string |
Returns:
Promise<ClaimEligibility[]>