Type alias ClaimTokenParams

ClaimTokenParams: {
    amount: Amount;
    checkERC20Allowance?: boolean;
    to: WalletAddress;
}

Type declaration

  • amount: Amount
  • Optional checkERC20Allowance?: boolean
  • to: WalletAddress

Generated using TypeDoc