Type alias ClaimOptions

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

Type declaration

  • Optional checkERC20Allowance?: boolean

    Whether to check the ERC20 allowance of the sender, defaults to true

  • Optional currencyAddress?: Address

    The currency to pay for each token claimed, defaults to NATIVE_TOKEN_ADDRESS for native currency

  • Optional pricePerToken?: Price

    The price to pay for each token claimed

Generated using TypeDoc