UNPKG

@strong-roots-capital/bybit-api

Version:

TypeScript API for Bybit cryptocurrency exchange

15 lines 518 B
import * as t from 'io-ts'; export declare const BybitChannelMessage: t.TypeC<{ start: import("io-ts-types").DateFromUnixTimeC; end: import("io-ts-types").DateFromUnixTimeC; open: t.NumberC; close: t.NumberC; high: t.NumberC; low: t.NumberC; volume: t.NumberC; turnover: t.NumberC; timestamp: t.Type<Date, number, unknown>; confirm: t.BooleanC; }>; export declare type BybitChannelMessage = t.TypeOf<typeof BybitChannelMessage>; //# sourceMappingURL=BybitChannelMessage.d.ts.map