UNPKG

@hackape/tardis-dev

Version:

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

10 lines 490 B
import { Filter } from '../types'; import { RealTimeFeedBase } from './realtimefeed'; export declare class BitstampRealTimeFeed extends RealTimeFeedBase { protected wssURL: string; protected httpURL: string; protected mapToSubscribeMessages(filters: Filter<string>[]): any[]; protected messageIsError(message: any): boolean; protected provideManualSnapshots(filters: Filter<string>[], shouldCancel: () => boolean): Promise<void>; } //# sourceMappingURL=bitstamp.d.ts.map