Type alias ApproveRequest

ApproveRequest: {
    chainId: ChainId;
    tokenAddress: Web3Address;
    amount?: string;
}

Type declaration

  • chainId: ChainId
  • tokenAddress: Web3Address
  • Optional amount?: string

    Default

    "115792089237316195423570985008687907853269984665640564039457584007913129639935"

Generated using TypeDoc