DOCS

useActiveClaimConditionForWallet

Get the active claim condition for a specific wallet

Example

const {
  data: activeClaimConditionForWallet,
  isLoading,
  error,
} = useActiveClaimConditionForWallet(contract, "{{wallet_address}}");

Parameters

Returns

the active claim condition for the wallet address or null if there is no active claim condition