Configuration object containing: - claimantAddress: The address of the user attempting to claim (required) - At least one of the following (required): - budgetAccount: The address of the budget account - targetContract: The address of the target contract - creatorAddress: The address of the creator of the boosts - tokens: Optional token configuration (if provided, chainId is required) - chainId: Required when tokens are provided, optional otherwise
An object containing: - isPending: Loading state boolean - count: Number of claimable boosts
A React hook that returns the count of claimable boosts for a given claimant address.