Docs

ClaimOptions

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