Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "types/standard_ticker"

Index

Type aliases

Type aliases

StandardTicker

StandardTicker: { exchange: "kraken" | "binance" | "hitbtc"; pair: string; price: string; utcTimestamp: number }

Type declaration

  • exchange: "kraken" | "binance" | "hitbtc"
  • pair: string
  • price: string
  • utcTimestamp: number

Generated using TypeDoc