Interface LimitOrder

Parsed limit order, returned from 1inch api.

Hierarchy

  • LimitOrder

Properties

creation: Date
expiration: null | Date
filledPercent: number

From 0 to 100, stores filled percent of order.

fromAmount: BigNumber
fromBalance: BigNumber
fromToken: null | Token<BlockchainName>
hash: string
toAmount: BigNumber
toToken: null | Token<BlockchainName>

Generated using TypeDoc