UNPKG

tardis-dev

Version:

Convenient access to tick-level historical and real-time cryptocurrency market data via Node.js

9 lines 401 B
import { Filter } from '../types.ts'; import { RealTimeFeedBase } from './realtimefeed.ts'; export declare class BitflyerRealTimeFeed extends RealTimeFeedBase { protected wssURL: string; protected mapToSubscribeMessages(filters: Filter<string>[]): any[]; protected messageIsError(message: any): boolean; protected onMessage: (msg: any) => void; } //# sourceMappingURL=bitflyer.d.ts.map