tardis-dev
Version:
Convenient access to tick-level historical and real-time cryptocurrency market data via Node.js
11 lines • 422 B
TypeScript
import { Filter } from '../types.ts';
import { RealTimeFeedBase } from './realtimefeed.ts';
export declare class BitnomialRealTimeFeed extends RealTimeFeedBase {
protected wssURL: string;
protected channelMappings: {
book: string[];
};
protected mapToSubscribeMessages(filters: Filter<string>[]): any[];
protected messageIsError(message: any): boolean;
}
//# sourceMappingURL=bitnomial.d.ts.map