UNPKG

tardis-dev

Version:

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

14 lines 488 B
import { Filter } from '../types'; import { RealTimeFeedBase } from './realtimefeed'; export declare class SerumRealTimeFeed extends RealTimeFeedBase { protected wssURL: string; protected channelMappings: { trades: string[]; level1: string[]; level2: string[]; level3: string[]; }; protected mapToSubscribeMessages(filters: Filter<string>[]): any[]; protected messageIsError(message: any): boolean; } //# sourceMappingURL=serum.d.ts.map