UNPKG

bxgateway

Version:

Package for connecting to Bloxroute's gateways

7 lines (6 loc) 277 B
import { StreamOptions, StreamTopic } from './interfaces'; import BxgatewayBase from './bxgatewayBase'; export declare class LightGateway extends BxgatewayBase { constructor(url: string, authKey: string); subscribe(topic: StreamTopic, options?: StreamOptions): void; }