UNPKG

ccxws

Version:

Websocket client for 37 cryptocurrency exchanges

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