Skip to main content

ClaimVerification type

Signature:

export declare type ClaimVerification = {
overrides: CallOverrides;
proofs: BytesLike[];
maxQuantityPerTransaction: BigNumber;
price: BigNumber;
currencyAddress: string;
};