useClaimerProofs
Get claimer proofs
Example
const {
data: claimerProofs,
isLoading,
error,
} = useClaimerProofs(contract);
Parameters
Returns
a response object with the snapshot for the provided address
type ReturnType = UseQueryResult<null | {}, unknown>;