Skip to main content

ClaimIneligibilityParameters type

This feature is currently in beta and may change based on feedback that we receive.

The options to be passed as the second parameter to the useClaimIneligibilityReasons hook.

Signature:

export declare type ClaimIneligibilityParameters = {
walletAddress: WalletAddress;
quantity: string | number;
};

References: WalletAddress