UNPKG

@nexex/types

Version:
14 lines 650 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var WsRequests; (function (WsRequests) { WsRequests["MARKET_SNAPSHOT"] = "market_snapshot"; WsRequests["MARKET_TOP_ORDERS"] = "market_top"; WsRequests["MARKET_AG_BY_PRICE"] = "market_ag_by_price"; WsRequests["MARKET_ORDER_BATCH"] = "market_order_batch"; WsRequests["MARKET_QUERY"] = "market_query"; WsRequests["MARKET_ORDER"] = "market_order"; WsRequests["MARKET_CONFIG"] = "market_config"; WsRequests["ORDER_PLACE"] = "order_place"; })(WsRequests = exports.WsRequests || (exports.WsRequests = {})); //# sourceMappingURL=orderbook.rpc.js.map