UNPKG

@digitalbits-blockchain/xdb-digitalbits-sdk

Version:

@digitalbits-blockchain/xdb-digitalbits-sdk is a library for working with the DigitalBits Frontier server.

13 lines 499 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ServerApi = void 0; var ServerApi; (function (ServerApi) { var TradeType; (function (TradeType) { TradeType["all"] = "all"; TradeType["liquidityPools"] = "liquidity_pool"; TradeType["orderbook"] = "orderbook"; })(TradeType = ServerApi.TradeType || (ServerApi.TradeType = {})); })(ServerApi = exports.ServerApi || (exports.ServerApi = {})); //# sourceMappingURL=server_api.js.map