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