UNPKG

@stellar/stellar-sdk

Version:

A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.

24 lines (23 loc) 1.9 kB
"use strict"; function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); } Object.defineProperty(exports, "__esModule", { value: true }); exports.ServerApi = void 0; var _horizon_api = require("./horizon_api"); var Effects = _interopRequireWildcard(require("./types/effects")); function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); } function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } var ServerApi; (function (_ServerApi) { var EffectType = _ServerApi.EffectType = Effects.EffectType; var TradeType = function (TradeType) { TradeType["all"] = "all"; TradeType["liquidityPools"] = "liquidity_pool"; TradeType["orderbook"] = "orderbook"; return TradeType; }({}); _ServerApi.TradeType = TradeType; var OperationResponseType = _horizon_api.HorizonApi.OperationResponseType; var OperationResponseTypeI = _horizon_api.HorizonApi.OperationResponseTypeI; })(ServerApi || (exports.ServerApi = ServerApi = {}));