UNPKG

bitmart-api

Version:

Complete & robust Node.js SDK for BitMart's REST APIs and WebSockets, with TypeScript declarations.

10 lines 593 B
export var WsConnectionStateEnum; (function (WsConnectionStateEnum) { WsConnectionStateEnum[WsConnectionStateEnum["INITIAL"] = 0] = "INITIAL"; WsConnectionStateEnum[WsConnectionStateEnum["CONNECTING"] = 1] = "CONNECTING"; WsConnectionStateEnum[WsConnectionStateEnum["CONNECTED"] = 2] = "CONNECTED"; WsConnectionStateEnum[WsConnectionStateEnum["CLOSING"] = 3] = "CLOSING"; WsConnectionStateEnum[WsConnectionStateEnum["RECONNECTING"] = 4] = "RECONNECTING"; // ERROR = 5, })(WsConnectionStateEnum || (WsConnectionStateEnum = {})); //# sourceMappingURL=WsStore.types.js.map