Home > @3rdweb/sdk > BundleDropModule > 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(tokenId: BigNumberish, quantity: BigNumberish, addressToCheck?: string): Promise<ClaimEligibility[]>;
Parameter | Type | Description |
---|---|---|
tokenId | BigNumberish | The token id that would be claimed. |
quantity | BigNumberish | The desired quantity that would be claimed. |
addressToCheck | string | The address that would be claiming the token. |
Returns:
Promise<ClaimEligibility[]>