ClaimVerification type
Signature:
export type ClaimVerification = {
overrides: CallOverrides;
proofs: BytesLike[];
maxClaimable: BigNumber;
price: BigNumber;
currencyAddress: string;
priceInProof: BigNumber;
currencyAddressInProof: string;
};