Skip to main content

ClaimOptions type

Signature:

export type ClaimOptions = {
pricePerToken?: Price;
currencyAddress?: string;
checkERC20Allowance?: boolean;
};

References: Price