Type alias ClaimIneligibilityParamsBeta

ClaimIneligibilityParams: {
    quantity: string | number;
    walletAddress: WalletAddress;
}

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

Type declaration

Generated using TypeDoc