UNPKG

ccxws

Version:

Websocket client for 37 cryptocurrency exchanges

6 lines (5 loc) 203 B
import { ClientOptions } from "../ClientOptions"; import { HuobiBase } from "./HuobiBase"; export declare class HuobiClient extends HuobiBase { constructor({ wssPath, watcherMs }?: ClientOptions); }