Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace TradeStatistics2

Index

Type aliases

Type aliases

AsObject: { baseCurrency: string; counterCurrency: string; depositTxId: string; direction: Direction; extraDataMap: [string, string][]; hash: Uint8Array | string; makerDepositTxId: string; offerAmount: number; offerDate: number; offerId: string; offerMarketPriceMargin: number; offerMinAmount: number; offerUseMarketBasedPrice: boolean; paymentMethodId: string; takerDepositTxId: string; tradeAmount: number; tradeDate: number; tradePrice: number }

Type declaration

  • baseCurrency: string
  • counterCurrency: string
  • depositTxId: string
  • direction: Direction
  • extraDataMap: [string, string][]
  • hash: Uint8Array | string
  • makerDepositTxId: string
  • offerAmount: number
  • offerDate: number
  • offerId: string
  • offerMarketPriceMargin: number
  • offerMinAmount: number
  • offerUseMarketBasedPrice: boolean
  • paymentMethodId: string
  • takerDepositTxId: string
  • tradeAmount: number
  • tradeDate: number
  • tradePrice: number

Generated using TypeDoc