@stellar/stellar-sdk 14.3.0 → 14.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (230) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/stellar-sdk-minimal.js +203 -176
  3. package/dist/stellar-sdk-minimal.min.js +1 -1
  4. package/dist/stellar-sdk-no-axios.js +203 -176
  5. package/dist/stellar-sdk-no-axios.min.js +1 -1
  6. package/dist/stellar-sdk-no-eventsource.js +203 -176
  7. package/dist/stellar-sdk-no-eventsource.min.js +1 -1
  8. package/dist/stellar-sdk.js +203 -176
  9. package/dist/stellar-sdk.min.js +1 -1
  10. package/lib/contract/assembled_transaction.js +20 -9
  11. package/lib/contract/client.d.ts +1 -1
  12. package/lib/contract/client.js +25 -14
  13. package/lib/contract/sent_transaction.js +9 -4
  14. package/lib/contract/types.d.ts +9 -1
  15. package/lib/horizon/account_call_builder.d.ts +2 -1
  16. package/lib/horizon/account_call_builder.js +3 -3
  17. package/lib/horizon/assets_call_builder.d.ts +2 -1
  18. package/lib/horizon/assets_call_builder.js +2 -2
  19. package/lib/horizon/call_builder.d.ts +3 -1
  20. package/lib/horizon/call_builder.js +4 -3
  21. package/lib/horizon/claimable_balances_call_builder.d.ts +2 -1
  22. package/lib/horizon/claimable_balances_call_builder.js +3 -3
  23. package/lib/horizon/effect_call_builder.d.ts +2 -1
  24. package/lib/horizon/effect_call_builder.js +2 -2
  25. package/lib/horizon/friendbot_builder.d.ts +2 -1
  26. package/lib/horizon/friendbot_builder.js +2 -2
  27. package/lib/horizon/horizon_axios_client.d.ts +2 -2
  28. package/lib/horizon/horizon_axios_client.js +38 -30
  29. package/lib/horizon/index.d.ts +1 -1
  30. package/lib/horizon/index.js +1 -10
  31. package/lib/horizon/ledger_call_builder.d.ts +2 -1
  32. package/lib/horizon/ledger_call_builder.js +2 -2
  33. package/lib/horizon/liquidity_pool_call_builder.d.ts +2 -1
  34. package/lib/horizon/liquidity_pool_call_builder.js +3 -3
  35. package/lib/horizon/offer_call_builder.d.ts +2 -1
  36. package/lib/horizon/offer_call_builder.js +3 -3
  37. package/lib/horizon/operation_call_builder.d.ts +2 -1
  38. package/lib/horizon/operation_call_builder.js +3 -3
  39. package/lib/horizon/orderbook_call_builder.d.ts +2 -1
  40. package/lib/horizon/orderbook_call_builder.js +2 -2
  41. package/lib/horizon/path_call_builder.d.ts +2 -1
  42. package/lib/horizon/path_call_builder.js +2 -2
  43. package/lib/horizon/payment_call_builder.d.ts +2 -1
  44. package/lib/horizon/payment_call_builder.js +2 -2
  45. package/lib/horizon/server.d.ts +25 -10
  46. package/lib/horizon/server.js +23 -30
  47. package/lib/horizon/strict_receive_path_call_builder.d.ts +2 -1
  48. package/lib/horizon/strict_receive_path_call_builder.js +2 -2
  49. package/lib/horizon/strict_send_path_call_builder.d.ts +2 -1
  50. package/lib/horizon/strict_send_path_call_builder.js +2 -2
  51. package/lib/horizon/trade_aggregation_call_builder.d.ts +2 -1
  52. package/lib/horizon/trade_aggregation_call_builder.js +2 -2
  53. package/lib/horizon/trades_call_builder.d.ts +2 -1
  54. package/lib/horizon/trades_call_builder.js +2 -2
  55. package/lib/horizon/transaction_call_builder.d.ts +2 -1
  56. package/lib/horizon/transaction_call_builder.js +3 -3
  57. package/lib/minimal/contract/assembled_transaction.js +20 -9
  58. package/lib/minimal/contract/client.d.ts +1 -1
  59. package/lib/minimal/contract/client.js +25 -14
  60. package/lib/minimal/contract/sent_transaction.js +9 -4
  61. package/lib/minimal/contract/types.d.ts +9 -1
  62. package/lib/minimal/horizon/account_call_builder.d.ts +2 -1
  63. package/lib/minimal/horizon/account_call_builder.js +3 -3
  64. package/lib/minimal/horizon/assets_call_builder.d.ts +2 -1
  65. package/lib/minimal/horizon/assets_call_builder.js +2 -2
  66. package/lib/minimal/horizon/call_builder.d.ts +3 -1
  67. package/lib/minimal/horizon/call_builder.js +4 -3
  68. package/lib/minimal/horizon/claimable_balances_call_builder.d.ts +2 -1
  69. package/lib/minimal/horizon/claimable_balances_call_builder.js +3 -3
  70. package/lib/minimal/horizon/effect_call_builder.d.ts +2 -1
  71. package/lib/minimal/horizon/effect_call_builder.js +2 -2
  72. package/lib/minimal/horizon/friendbot_builder.d.ts +2 -1
  73. package/lib/minimal/horizon/friendbot_builder.js +2 -2
  74. package/lib/minimal/horizon/horizon_axios_client.d.ts +2 -2
  75. package/lib/minimal/horizon/horizon_axios_client.js +38 -30
  76. package/lib/minimal/horizon/index.d.ts +1 -1
  77. package/lib/minimal/horizon/index.js +1 -10
  78. package/lib/minimal/horizon/ledger_call_builder.d.ts +2 -1
  79. package/lib/minimal/horizon/ledger_call_builder.js +2 -2
  80. package/lib/minimal/horizon/liquidity_pool_call_builder.d.ts +2 -1
  81. package/lib/minimal/horizon/liquidity_pool_call_builder.js +3 -3
  82. package/lib/minimal/horizon/offer_call_builder.d.ts +2 -1
  83. package/lib/minimal/horizon/offer_call_builder.js +3 -3
  84. package/lib/minimal/horizon/operation_call_builder.d.ts +2 -1
  85. package/lib/minimal/horizon/operation_call_builder.js +3 -3
  86. package/lib/minimal/horizon/orderbook_call_builder.d.ts +2 -1
  87. package/lib/minimal/horizon/orderbook_call_builder.js +2 -2
  88. package/lib/minimal/horizon/path_call_builder.d.ts +2 -1
  89. package/lib/minimal/horizon/path_call_builder.js +2 -2
  90. package/lib/minimal/horizon/payment_call_builder.d.ts +2 -1
  91. package/lib/minimal/horizon/payment_call_builder.js +2 -2
  92. package/lib/minimal/horizon/server.d.ts +25 -10
  93. package/lib/minimal/horizon/server.js +23 -30
  94. package/lib/minimal/horizon/strict_receive_path_call_builder.d.ts +2 -1
  95. package/lib/minimal/horizon/strict_receive_path_call_builder.js +2 -2
  96. package/lib/minimal/horizon/strict_send_path_call_builder.d.ts +2 -1
  97. package/lib/minimal/horizon/strict_send_path_call_builder.js +2 -2
  98. package/lib/minimal/horizon/trade_aggregation_call_builder.d.ts +2 -1
  99. package/lib/minimal/horizon/trade_aggregation_call_builder.js +2 -2
  100. package/lib/minimal/horizon/trades_call_builder.d.ts +2 -1
  101. package/lib/minimal/horizon/trades_call_builder.js +2 -2
  102. package/lib/minimal/horizon/transaction_call_builder.d.ts +2 -1
  103. package/lib/minimal/horizon/transaction_call_builder.js +3 -3
  104. package/lib/minimal/rpc/axios.d.ts +1 -2
  105. package/lib/minimal/rpc/axios.js +17 -9
  106. package/lib/minimal/rpc/index.d.ts +0 -1
  107. package/lib/minimal/rpc/index.js +0 -9
  108. package/lib/minimal/rpc/jsonrpc.d.ts +2 -1
  109. package/lib/minimal/rpc/jsonrpc.js +4 -6
  110. package/lib/minimal/rpc/server.d.ts +31 -0
  111. package/lib/minimal/rpc/server.js +15 -20
  112. package/lib/no-axios/contract/assembled_transaction.js +20 -9
  113. package/lib/no-axios/contract/client.d.ts +1 -1
  114. package/lib/no-axios/contract/client.js +25 -14
  115. package/lib/no-axios/contract/sent_transaction.js +9 -4
  116. package/lib/no-axios/contract/types.d.ts +9 -1
  117. package/lib/no-axios/horizon/account_call_builder.d.ts +2 -1
  118. package/lib/no-axios/horizon/account_call_builder.js +3 -3
  119. package/lib/no-axios/horizon/assets_call_builder.d.ts +2 -1
  120. package/lib/no-axios/horizon/assets_call_builder.js +2 -2
  121. package/lib/no-axios/horizon/call_builder.d.ts +3 -1
  122. package/lib/no-axios/horizon/call_builder.js +4 -3
  123. package/lib/no-axios/horizon/claimable_balances_call_builder.d.ts +2 -1
  124. package/lib/no-axios/horizon/claimable_balances_call_builder.js +3 -3
  125. package/lib/no-axios/horizon/effect_call_builder.d.ts +2 -1
  126. package/lib/no-axios/horizon/effect_call_builder.js +2 -2
  127. package/lib/no-axios/horizon/friendbot_builder.d.ts +2 -1
  128. package/lib/no-axios/horizon/friendbot_builder.js +2 -2
  129. package/lib/no-axios/horizon/horizon_axios_client.d.ts +2 -2
  130. package/lib/no-axios/horizon/horizon_axios_client.js +38 -30
  131. package/lib/no-axios/horizon/index.d.ts +1 -1
  132. package/lib/no-axios/horizon/index.js +1 -10
  133. package/lib/no-axios/horizon/ledger_call_builder.d.ts +2 -1
  134. package/lib/no-axios/horizon/ledger_call_builder.js +2 -2
  135. package/lib/no-axios/horizon/liquidity_pool_call_builder.d.ts +2 -1
  136. package/lib/no-axios/horizon/liquidity_pool_call_builder.js +3 -3
  137. package/lib/no-axios/horizon/offer_call_builder.d.ts +2 -1
  138. package/lib/no-axios/horizon/offer_call_builder.js +3 -3
  139. package/lib/no-axios/horizon/operation_call_builder.d.ts +2 -1
  140. package/lib/no-axios/horizon/operation_call_builder.js +3 -3
  141. package/lib/no-axios/horizon/orderbook_call_builder.d.ts +2 -1
  142. package/lib/no-axios/horizon/orderbook_call_builder.js +2 -2
  143. package/lib/no-axios/horizon/path_call_builder.d.ts +2 -1
  144. package/lib/no-axios/horizon/path_call_builder.js +2 -2
  145. package/lib/no-axios/horizon/payment_call_builder.d.ts +2 -1
  146. package/lib/no-axios/horizon/payment_call_builder.js +2 -2
  147. package/lib/no-axios/horizon/server.d.ts +25 -10
  148. package/lib/no-axios/horizon/server.js +23 -30
  149. package/lib/no-axios/horizon/strict_receive_path_call_builder.d.ts +2 -1
  150. package/lib/no-axios/horizon/strict_receive_path_call_builder.js +2 -2
  151. package/lib/no-axios/horizon/strict_send_path_call_builder.d.ts +2 -1
  152. package/lib/no-axios/horizon/strict_send_path_call_builder.js +2 -2
  153. package/lib/no-axios/horizon/trade_aggregation_call_builder.d.ts +2 -1
  154. package/lib/no-axios/horizon/trade_aggregation_call_builder.js +2 -2
  155. package/lib/no-axios/horizon/trades_call_builder.d.ts +2 -1
  156. package/lib/no-axios/horizon/trades_call_builder.js +2 -2
  157. package/lib/no-axios/horizon/transaction_call_builder.d.ts +2 -1
  158. package/lib/no-axios/horizon/transaction_call_builder.js +3 -3
  159. package/lib/no-axios/rpc/axios.d.ts +1 -2
  160. package/lib/no-axios/rpc/axios.js +17 -9
  161. package/lib/no-axios/rpc/index.d.ts +0 -1
  162. package/lib/no-axios/rpc/index.js +0 -9
  163. package/lib/no-axios/rpc/jsonrpc.d.ts +2 -1
  164. package/lib/no-axios/rpc/jsonrpc.js +4 -6
  165. package/lib/no-axios/rpc/server.d.ts +31 -0
  166. package/lib/no-axios/rpc/server.js +15 -20
  167. package/lib/no-eventsource/contract/assembled_transaction.js +20 -9
  168. package/lib/no-eventsource/contract/client.d.ts +1 -1
  169. package/lib/no-eventsource/contract/client.js +25 -14
  170. package/lib/no-eventsource/contract/sent_transaction.js +9 -4
  171. package/lib/no-eventsource/contract/types.d.ts +9 -1
  172. package/lib/no-eventsource/horizon/account_call_builder.d.ts +2 -1
  173. package/lib/no-eventsource/horizon/account_call_builder.js +3 -3
  174. package/lib/no-eventsource/horizon/assets_call_builder.d.ts +2 -1
  175. package/lib/no-eventsource/horizon/assets_call_builder.js +2 -2
  176. package/lib/no-eventsource/horizon/call_builder.d.ts +3 -1
  177. package/lib/no-eventsource/horizon/call_builder.js +4 -3
  178. package/lib/no-eventsource/horizon/claimable_balances_call_builder.d.ts +2 -1
  179. package/lib/no-eventsource/horizon/claimable_balances_call_builder.js +3 -3
  180. package/lib/no-eventsource/horizon/effect_call_builder.d.ts +2 -1
  181. package/lib/no-eventsource/horizon/effect_call_builder.js +2 -2
  182. package/lib/no-eventsource/horizon/friendbot_builder.d.ts +2 -1
  183. package/lib/no-eventsource/horizon/friendbot_builder.js +2 -2
  184. package/lib/no-eventsource/horizon/horizon_axios_client.d.ts +2 -2
  185. package/lib/no-eventsource/horizon/horizon_axios_client.js +38 -30
  186. package/lib/no-eventsource/horizon/index.d.ts +1 -1
  187. package/lib/no-eventsource/horizon/index.js +1 -10
  188. package/lib/no-eventsource/horizon/ledger_call_builder.d.ts +2 -1
  189. package/lib/no-eventsource/horizon/ledger_call_builder.js +2 -2
  190. package/lib/no-eventsource/horizon/liquidity_pool_call_builder.d.ts +2 -1
  191. package/lib/no-eventsource/horizon/liquidity_pool_call_builder.js +3 -3
  192. package/lib/no-eventsource/horizon/offer_call_builder.d.ts +2 -1
  193. package/lib/no-eventsource/horizon/offer_call_builder.js +3 -3
  194. package/lib/no-eventsource/horizon/operation_call_builder.d.ts +2 -1
  195. package/lib/no-eventsource/horizon/operation_call_builder.js +3 -3
  196. package/lib/no-eventsource/horizon/orderbook_call_builder.d.ts +2 -1
  197. package/lib/no-eventsource/horizon/orderbook_call_builder.js +2 -2
  198. package/lib/no-eventsource/horizon/path_call_builder.d.ts +2 -1
  199. package/lib/no-eventsource/horizon/path_call_builder.js +2 -2
  200. package/lib/no-eventsource/horizon/payment_call_builder.d.ts +2 -1
  201. package/lib/no-eventsource/horizon/payment_call_builder.js +2 -2
  202. package/lib/no-eventsource/horizon/server.d.ts +25 -10
  203. package/lib/no-eventsource/horizon/server.js +23 -30
  204. package/lib/no-eventsource/horizon/strict_receive_path_call_builder.d.ts +2 -1
  205. package/lib/no-eventsource/horizon/strict_receive_path_call_builder.js +2 -2
  206. package/lib/no-eventsource/horizon/strict_send_path_call_builder.d.ts +2 -1
  207. package/lib/no-eventsource/horizon/strict_send_path_call_builder.js +2 -2
  208. package/lib/no-eventsource/horizon/trade_aggregation_call_builder.d.ts +2 -1
  209. package/lib/no-eventsource/horizon/trade_aggregation_call_builder.js +2 -2
  210. package/lib/no-eventsource/horizon/trades_call_builder.d.ts +2 -1
  211. package/lib/no-eventsource/horizon/trades_call_builder.js +2 -2
  212. package/lib/no-eventsource/horizon/transaction_call_builder.d.ts +2 -1
  213. package/lib/no-eventsource/horizon/transaction_call_builder.js +3 -3
  214. package/lib/no-eventsource/rpc/axios.d.ts +1 -2
  215. package/lib/no-eventsource/rpc/axios.js +17 -9
  216. package/lib/no-eventsource/rpc/index.d.ts +0 -1
  217. package/lib/no-eventsource/rpc/index.js +0 -9
  218. package/lib/no-eventsource/rpc/jsonrpc.d.ts +2 -1
  219. package/lib/no-eventsource/rpc/jsonrpc.js +4 -6
  220. package/lib/no-eventsource/rpc/server.d.ts +31 -0
  221. package/lib/no-eventsource/rpc/server.js +15 -20
  222. package/lib/rpc/axios.d.ts +1 -2
  223. package/lib/rpc/axios.js +17 -9
  224. package/lib/rpc/index.d.ts +0 -1
  225. package/lib/rpc/index.js +0 -9
  226. package/lib/rpc/jsonrpc.d.ts +2 -1
  227. package/lib/rpc/jsonrpc.js +4 -6
  228. package/lib/rpc/server.d.ts +31 -0
  229. package/lib/rpc/server.js +15 -20
  230. package/package.json +17 -42
@@ -27,13 +27,14 @@ if (typeof true !== "undefined" && true) {
27
27
  EventSource = (_ref = (_anyGlobal$EventSourc = anyGlobal.EventSource) !== null && _anyGlobal$EventSourc !== void 0 ? _anyGlobal$EventSourc : (_anyGlobal$window = anyGlobal.window) === null || _anyGlobal$window === void 0 ? void 0 : _anyGlobal$window.EventSource) !== null && _ref !== void 0 ? _ref : require("eventsource");
28
28
  }
29
29
  var CallBuilder = exports.CallBuilder = function () {
30
- function CallBuilder(serverUrl) {
31
- var neighborRoot = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "";
30
+ function CallBuilder(serverUrl, httpClient) {
31
+ var neighborRoot = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "";
32
32
  _classCallCheck(this, CallBuilder);
33
33
  this.url = serverUrl.clone();
34
34
  this.filter = [];
35
35
  this.originalSegments = this.url.segment() || [];
36
36
  this.neighborRoot = neighborRoot;
37
+ this.httpClient = httpClient;
37
38
  }
38
39
  return _createClass(CallBuilder, [{
39
40
  key: "call",
@@ -241,7 +242,7 @@ var CallBuilder = exports.CallBuilder = function () {
241
242
  if (url.protocol() === "") {
242
243
  url = url.protocol(this.url.protocol());
243
244
  }
244
- return _context3.a(2, _horizon_axios_client.AxiosClient.get(url.toString()).then(function (response) {
245
+ return _context3.a(2, this.httpClient.get(url.toString()).then(function (response) {
245
246
  return response.data;
246
247
  }).catch(this._handleNetworkError));
247
248
  }
@@ -1,6 +1,7 @@
1
1
  import { Asset } from "@stellar/stellar-base";
2
2
  import { CallBuilder } from "./call_builder";
3
3
  import { ServerApi } from "./server_api";
4
+ import { HttpClient } from "../http-client";
4
5
  /**
5
6
  * Creates a new {@link ClaimableBalanceCallBuilder} pointed to server defined by serverUrl.
6
7
  *
@@ -14,7 +15,7 @@ import { ServerApi } from "./server_api";
14
15
  * @param {string} serverUrl Horizon server URL.
15
16
  */
16
17
  export declare class ClaimableBalanceCallBuilder extends CallBuilder<ServerApi.CollectionPage<ServerApi.ClaimableBalanceRecord>> {
17
- constructor(serverUrl: URI);
18
+ constructor(serverUrl: URI, httpClient: HttpClient);
18
19
  /**
19
20
  * The claimable balance details endpoint provides information on a single claimable balance.
20
21
  *
@@ -19,10 +19,10 @@ function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? O
19
19
  function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
20
20
  function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
21
21
  var ClaimableBalanceCallBuilder = exports.ClaimableBalanceCallBuilder = function (_CallBuilder) {
22
- function ClaimableBalanceCallBuilder(serverUrl) {
22
+ function ClaimableBalanceCallBuilder(serverUrl, httpClient) {
23
23
  var _this;
24
24
  _classCallCheck(this, ClaimableBalanceCallBuilder);
25
- _this = _callSuper(this, ClaimableBalanceCallBuilder, [serverUrl]);
25
+ _this = _callSuper(this, ClaimableBalanceCallBuilder, [serverUrl, httpClient]);
26
26
  _this.url.segment("claimable_balances");
27
27
  return _this;
28
28
  }
@@ -30,7 +30,7 @@ var ClaimableBalanceCallBuilder = exports.ClaimableBalanceCallBuilder = function
30
30
  return _createClass(ClaimableBalanceCallBuilder, [{
31
31
  key: "claimableBalance",
32
32
  value: function claimableBalance(claimableBalanceId) {
33
- var builder = new _call_builder.CallBuilder(this.url.clone());
33
+ var builder = new _call_builder.CallBuilder(this.url.clone(), this.httpClient);
34
34
  builder.filter.push([claimableBalanceId]);
35
35
  return builder;
36
36
  }
@@ -1,5 +1,6 @@
1
1
  import { CallBuilder } from "./call_builder";
2
2
  import { ServerApi } from "./server_api";
3
+ import { HttpClient } from "../http-client";
3
4
  /**
4
5
  * Creates a new {@link EffectCallBuilder} pointed to server defined by serverUrl.
5
6
  * Do not create this object directly, use {@link Horizon.Server#effects}.
@@ -12,7 +13,7 @@ import { ServerApi } from "./server_api";
12
13
  * @param {string} serverUrl Horizon server URL.
13
14
  */
14
15
  export declare class EffectCallBuilder extends CallBuilder<ServerApi.CollectionPage<ServerApi.EffectRecord>> {
15
- constructor(serverUrl: URI);
16
+ constructor(serverUrl: URI, httpClient: HttpClient);
16
17
  /**
17
18
  * This endpoint represents all effects that changed a given account. It will return relevant effects from the creation of the account to the current ledger.
18
19
  * @see {@link https://developers.stellar.org/docs/data/horizon/api-reference/resources/get-effects-by-account-id|Effects for Account}
@@ -19,10 +19,10 @@ function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? O
19
19
  function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
20
20
  function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
21
21
  var EffectCallBuilder = exports.EffectCallBuilder = function (_CallBuilder) {
22
- function EffectCallBuilder(serverUrl) {
22
+ function EffectCallBuilder(serverUrl, httpClient) {
23
23
  var _this;
24
24
  _classCallCheck(this, EffectCallBuilder);
25
- _this = _callSuper(this, EffectCallBuilder, [serverUrl, "effects"]);
25
+ _this = _callSuper(this, EffectCallBuilder, [serverUrl, httpClient, "effects"]);
26
26
  _this.url.segment("effects");
27
27
  return _this;
28
28
  }
@@ -1,4 +1,5 @@
1
1
  import { CallBuilder } from "./call_builder";
2
+ import { HttpClient } from "../http-client";
2
3
  export declare class FriendbotBuilder extends CallBuilder<any> {
3
- constructor(serverUrl: URI, address: string);
4
+ constructor(serverUrl: URI, httpClient: HttpClient, address: string);
4
5
  }
@@ -19,10 +19,10 @@ function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? O
19
19
  function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
20
20
  function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
21
21
  var FriendbotBuilder = exports.FriendbotBuilder = function (_CallBuilder) {
22
- function FriendbotBuilder(serverUrl, address) {
22
+ function FriendbotBuilder(serverUrl, httpClient, address) {
23
23
  var _this;
24
24
  _classCallCheck(this, FriendbotBuilder);
25
- _this = _callSuper(this, FriendbotBuilder, [serverUrl]);
25
+ _this = _callSuper(this, FriendbotBuilder, [serverUrl, httpClient]);
26
26
  _this.url.segment("friendbot");
27
27
  _this.url.setQuery("addr", address);
28
28
  return _this;
@@ -1,3 +1,4 @@
1
+ import { HttpClient } from "../http-client";
1
2
  export declare const version: string;
2
3
  export interface ServerTime {
3
4
  serverTime: number;
@@ -21,8 +22,7 @@ export interface ServerTime {
21
22
  * @memberof module:Horizon
22
23
  */
23
24
  export declare const SERVER_TIME_MAP: Record<string, ServerTime>;
24
- export declare const AxiosClient: import("../http-client").HttpClient;
25
- export default AxiosClient;
25
+ export declare function createHttpClient(headers?: Record<string, string>): HttpClient;
26
26
  /**
27
27
  * Given a hostname, get the current time of that server (i.e., use the last-
28
28
  * recorded server time and offset it by the time since then.) If there IS no
@@ -3,48 +3,56 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.default = exports.SERVER_TIME_MAP = exports.AxiosClient = void 0;
6
+ exports.SERVER_TIME_MAP = void 0;
7
+ exports.createHttpClient = createHttpClient;
7
8
  exports.getCurrentServerTime = getCurrentServerTime;
8
9
  exports.version = void 0;
9
10
  var _urijs = _interopRequireDefault(require("urijs"));
10
11
  var _httpClient = require("../http-client");
11
12
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
12
13
  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); }
13
- var version = exports.version = "14.3.0";
14
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
15
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
16
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
17
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
18
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
19
+ var version = exports.version = "14.3.2";
14
20
  var SERVER_TIME_MAP = exports.SERVER_TIME_MAP = {};
15
- var AxiosClient = exports.AxiosClient = (0, _httpClient.create)({
16
- headers: {
17
- "X-Client-Name": "js-stellar-sdk",
18
- "X-Client-Version": version
19
- }
20
- });
21
21
  function toSeconds(ms) {
22
22
  return Math.floor(ms / 1000);
23
23
  }
24
- AxiosClient.interceptors.response.use(function (response) {
25
- var hostname = (0, _urijs.default)(response.config.url).hostname();
26
- var serverTime = 0;
27
- if (response.headers instanceof Headers) {
28
- var dateHeader = response.headers.get("date");
29
- if (dateHeader) {
30
- serverTime = toSeconds(Date.parse(dateHeader));
24
+ function createHttpClient(headers) {
25
+ var httpClient = (0, _httpClient.create)({
26
+ headers: _objectSpread(_objectSpread({}, headers), {}, {
27
+ "X-Client-Name": "js-stellar-sdk",
28
+ "X-Client-Version": version
29
+ })
30
+ });
31
+ httpClient.interceptors.response.use(function (response) {
32
+ var hostname = (0, _urijs.default)(response.config.url).hostname();
33
+ var serverTime = 0;
34
+ if (response.headers instanceof Headers) {
35
+ var dateHeader = response.headers.get("date");
36
+ if (dateHeader) {
37
+ serverTime = toSeconds(Date.parse(dateHeader));
38
+ }
39
+ } else if (_typeof(response.headers) === "object" && "date" in response.headers) {
40
+ var responseHeader = response.headers;
41
+ if (typeof responseHeader.date === "string") {
42
+ serverTime = toSeconds(Date.parse(responseHeader.date));
43
+ }
31
44
  }
32
- } else if (_typeof(response.headers) === "object" && "date" in response.headers) {
33
- var headers = response.headers;
34
- if (typeof headers.date === "string") {
35
- serverTime = toSeconds(Date.parse(headers.date));
45
+ var localTimeRecorded = toSeconds(new Date().getTime());
46
+ if (!Number.isNaN(serverTime)) {
47
+ SERVER_TIME_MAP[hostname] = {
48
+ serverTime: serverTime,
49
+ localTimeRecorded: localTimeRecorded
50
+ };
36
51
  }
37
- }
38
- var localTimeRecorded = toSeconds(new Date().getTime());
39
- if (!Number.isNaN(serverTime)) {
40
- SERVER_TIME_MAP[hostname] = {
41
- serverTime: serverTime,
42
- localTimeRecorded: localTimeRecorded
43
- };
44
- }
45
- return response;
46
- });
47
- var _default = exports.default = AxiosClient;
52
+ return response;
53
+ });
54
+ return httpClient;
55
+ }
48
56
  function getCurrentServerTime(hostname) {
49
57
  var entry = SERVER_TIME_MAP[hostname];
50
58
  if (!entry || !entry.localTimeRecorded || !entry.serverTime) {
@@ -3,6 +3,6 @@ export * from "./horizon_api";
3
3
  export * from "./server_api";
4
4
  export * from "./account_response";
5
5
  export { HorizonServer as Server } from "./server";
6
- export { default as AxiosClient, SERVER_TIME_MAP, getCurrentServerTime, } from "./horizon_axios_client";
6
+ export { SERVER_TIME_MAP, getCurrentServerTime } from "./horizon_axios_client";
7
7
  declare const _default: any;
8
8
  export default _default;
@@ -1,21 +1,13 @@
1
1
  "use strict";
2
2
 
3
- 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); }
4
3
  Object.defineProperty(exports, "__esModule", {
5
4
  value: true
6
5
  });
7
6
  var _exportNames = {
8
7
  Server: true,
9
- AxiosClient: true,
10
8
  SERVER_TIME_MAP: true,
11
9
  getCurrentServerTime: true
12
10
  };
13
- Object.defineProperty(exports, "AxiosClient", {
14
- enumerable: true,
15
- get: function get() {
16
- return _horizon_axios_client.default;
17
- }
18
- });
19
11
  Object.defineProperty(exports, "SERVER_TIME_MAP", {
20
12
  enumerable: true,
21
13
  get: function get() {
@@ -72,6 +64,5 @@ Object.keys(_account_response).forEach(function (key) {
72
64
  });
73
65
  });
74
66
  var _server = require("./server");
75
- var _horizon_axios_client = _interopRequireWildcard(require("./horizon_axios_client"));
76
- function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
67
+ var _horizon_axios_client = require("./horizon_axios_client");
77
68
  var _default = exports.default = module.exports;
@@ -1,5 +1,6 @@
1
1
  import { CallBuilder } from "./call_builder";
2
2
  import { ServerApi } from "./server_api";
3
+ import { HttpClient } from "../http-client";
3
4
  /**
4
5
  * Creates a new {@link LedgerCallBuilder} pointed to server defined by serverUrl.
5
6
  *
@@ -13,7 +14,7 @@ import { ServerApi } from "./server_api";
13
14
  * @param {string} serverUrl Horizon server URL.
14
15
  */
15
16
  export declare class LedgerCallBuilder extends CallBuilder<ServerApi.CollectionPage<ServerApi.LedgerRecord>> {
16
- constructor(serverUrl: URI);
17
+ constructor(serverUrl: URI, httpClient: HttpClient);
17
18
  /**
18
19
  * Provides information on a single ledger.
19
20
  * @param {number|string} sequence Ledger sequence
@@ -19,10 +19,10 @@ function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? O
19
19
  function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
20
20
  function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
21
21
  var LedgerCallBuilder = exports.LedgerCallBuilder = function (_CallBuilder) {
22
- function LedgerCallBuilder(serverUrl) {
22
+ function LedgerCallBuilder(serverUrl, httpClient) {
23
23
  var _this;
24
24
  _classCallCheck(this, LedgerCallBuilder);
25
- _this = _callSuper(this, LedgerCallBuilder, [serverUrl]);
25
+ _this = _callSuper(this, LedgerCallBuilder, [serverUrl, httpClient]);
26
26
  _this.url.segment("ledgers");
27
27
  return _this;
28
28
  }
@@ -1,6 +1,7 @@
1
1
  import { Asset } from "@stellar/stellar-base";
2
2
  import { CallBuilder } from "./call_builder";
3
3
  import { ServerApi } from "./server_api";
4
+ import { HttpClient } from "../http-client";
4
5
  /**
5
6
  * Creates a new {@link LiquidityPoolCallBuilder} pointed to server defined by serverUrl.
6
7
  *
@@ -12,7 +13,7 @@ import { ServerApi } from "./server_api";
12
13
  * @param {string} serverUrl Horizon server URL.
13
14
  */
14
15
  export declare class LiquidityPoolCallBuilder extends CallBuilder<ServerApi.CollectionPage<ServerApi.LiquidityPoolRecord>> {
15
- constructor(serverUrl: URI);
16
+ constructor(serverUrl: URI, httpClient: HttpClient);
16
17
  /**
17
18
  * Filters out pools whose reserves don't exactly match these assets.
18
19
  *
@@ -19,10 +19,10 @@ function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? O
19
19
  function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
20
20
  function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
21
21
  var LiquidityPoolCallBuilder = exports.LiquidityPoolCallBuilder = function (_CallBuilder) {
22
- function LiquidityPoolCallBuilder(serverUrl) {
22
+ function LiquidityPoolCallBuilder(serverUrl, httpClient) {
23
23
  var _this;
24
24
  _classCallCheck(this, LiquidityPoolCallBuilder);
25
- _this = _callSuper(this, LiquidityPoolCallBuilder, [serverUrl]);
25
+ _this = _callSuper(this, LiquidityPoolCallBuilder, [serverUrl, httpClient]);
26
26
  _this.url.segment("liquidity_pools");
27
27
  return _this;
28
28
  }
@@ -51,7 +51,7 @@ var LiquidityPoolCallBuilder = exports.LiquidityPoolCallBuilder = function (_Cal
51
51
  if (!id.match(/[a-fA-F0-9]{64}/)) {
52
52
  throw new TypeError("".concat(id, " does not look like a liquidity pool ID"));
53
53
  }
54
- var builder = new _call_builder.CallBuilder(this.url.clone());
54
+ var builder = new _call_builder.CallBuilder(this.url.clone(), this.httpClient);
55
55
  builder.filter.push([id.toLowerCase()]);
56
56
  return builder;
57
57
  }
@@ -1,6 +1,7 @@
1
1
  import { Asset } from "@stellar/stellar-base";
2
2
  import { CallBuilder } from "./call_builder";
3
3
  import { ServerApi } from "./server_api";
4
+ import { HttpClient } from "../http-client";
4
5
  /**
5
6
  * Creates a new {@link OfferCallBuilder} pointed to server defined by serverUrl.
6
7
  *
@@ -14,7 +15,7 @@ import { ServerApi } from "./server_api";
14
15
  * @param {string} serverUrl Horizon server URL.
15
16
  */
16
17
  export declare class OfferCallBuilder extends CallBuilder<ServerApi.CollectionPage<ServerApi.OfferRecord>> {
17
- constructor(serverUrl: URI);
18
+ constructor(serverUrl: URI, httpClient: HttpClient);
18
19
  /**
19
20
  * The offer details endpoint provides information on a single offer. The offer ID provided in the id
20
21
  * argument specifies which offer to load.
@@ -19,10 +19,10 @@ function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? O
19
19
  function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
20
20
  function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
21
21
  var OfferCallBuilder = exports.OfferCallBuilder = function (_CallBuilder) {
22
- function OfferCallBuilder(serverUrl) {
22
+ function OfferCallBuilder(serverUrl, httpClient) {
23
23
  var _this;
24
24
  _classCallCheck(this, OfferCallBuilder);
25
- _this = _callSuper(this, OfferCallBuilder, [serverUrl, "offers"]);
25
+ _this = _callSuper(this, OfferCallBuilder, [serverUrl, httpClient, "offers"]);
26
26
  _this.url.segment("offers");
27
27
  return _this;
28
28
  }
@@ -30,7 +30,7 @@ var OfferCallBuilder = exports.OfferCallBuilder = function (_CallBuilder) {
30
30
  return _createClass(OfferCallBuilder, [{
31
31
  key: "offer",
32
32
  value: function offer(offerId) {
33
- var builder = new _call_builder.CallBuilder(this.url.clone());
33
+ var builder = new _call_builder.CallBuilder(this.url.clone(), this.httpClient);
34
34
  builder.filter.push([offerId]);
35
35
  return builder;
36
36
  }
@@ -1,5 +1,6 @@
1
1
  import { CallBuilder } from "./call_builder";
2
2
  import { ServerApi } from "./server_api";
3
+ import { HttpClient } from "../http-client";
3
4
  /**
4
5
  * Creates a new {@link OperationCallBuilder} pointed to server defined by serverUrl.
5
6
  *
@@ -13,7 +14,7 @@ import { ServerApi } from "./server_api";
13
14
  * @param {string} serverUrl Horizon server URL.
14
15
  */
15
16
  export declare class OperationCallBuilder extends CallBuilder<ServerApi.CollectionPage<ServerApi.OperationRecord>> {
16
- constructor(serverUrl: URI);
17
+ constructor(serverUrl: URI, httpClient: HttpClient);
17
18
  /**
18
19
  * The operation details endpoint provides information on a single operation. The operation ID provided in the id
19
20
  * argument specifies which operation to load.
@@ -19,10 +19,10 @@ function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? O
19
19
  function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
20
20
  function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
21
21
  var OperationCallBuilder = exports.OperationCallBuilder = function (_CallBuilder) {
22
- function OperationCallBuilder(serverUrl) {
22
+ function OperationCallBuilder(serverUrl, httpClient) {
23
23
  var _this;
24
24
  _classCallCheck(this, OperationCallBuilder);
25
- _this = _callSuper(this, OperationCallBuilder, [serverUrl, "operations"]);
25
+ _this = _callSuper(this, OperationCallBuilder, [serverUrl, httpClient, "operations"]);
26
26
  _this.url.segment("operations");
27
27
  return _this;
28
28
  }
@@ -30,7 +30,7 @@ var OperationCallBuilder = exports.OperationCallBuilder = function (_CallBuilder
30
30
  return _createClass(OperationCallBuilder, [{
31
31
  key: "operation",
32
32
  value: function operation(operationId) {
33
- var builder = new _call_builder.CallBuilder(this.url.clone());
33
+ var builder = new _call_builder.CallBuilder(this.url.clone(), this.httpClient);
34
34
  builder.filter.push([operationId]);
35
35
  return builder;
36
36
  }
@@ -1,6 +1,7 @@
1
1
  import { Asset } from "@stellar/stellar-base";
2
2
  import { CallBuilder } from "./call_builder";
3
3
  import { ServerApi } from "./server_api";
4
+ import { HttpClient } from "../http-client";
4
5
  /**
5
6
  * Creates a new {@link OrderbookCallBuilder} pointed to server defined by serverUrl.
6
7
  *
@@ -16,5 +17,5 @@ import { ServerApi } from "./server_api";
16
17
  * @param {Asset} buying Asset being bought
17
18
  */
18
19
  export declare class OrderbookCallBuilder extends CallBuilder<ServerApi.OrderbookRecord> {
19
- constructor(serverUrl: URI, selling: Asset, buying: Asset);
20
+ constructor(serverUrl: URI, httpClient: HttpClient, selling: Asset, buying: Asset);
20
21
  }
@@ -19,10 +19,10 @@ function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? O
19
19
  function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
20
20
  function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
21
21
  var OrderbookCallBuilder = exports.OrderbookCallBuilder = function (_CallBuilder) {
22
- function OrderbookCallBuilder(serverUrl, selling, buying) {
22
+ function OrderbookCallBuilder(serverUrl, httpClient, selling, buying) {
23
23
  var _this;
24
24
  _classCallCheck(this, OrderbookCallBuilder);
25
- _this = _callSuper(this, OrderbookCallBuilder, [serverUrl]);
25
+ _this = _callSuper(this, OrderbookCallBuilder, [serverUrl, httpClient]);
26
26
  _this.url.segment("order_book");
27
27
  if (!selling.isNative()) {
28
28
  _this.url.setQuery("selling_asset_type", selling.getAssetType());
@@ -1,6 +1,7 @@
1
1
  import { Asset } from "@stellar/stellar-base";
2
2
  import { CallBuilder } from "./call_builder";
3
3
  import { ServerApi } from "./server_api";
4
+ import { HttpClient } from "../http-client";
4
5
  /**
5
6
  * The Stellar Network allows payments to be made across assets through path payments. A path payment specifies a
6
7
  * series of assets to route a payment through, from source asset (the asset debited from the payer) to destination
@@ -31,5 +32,5 @@ import { ServerApi } from "./server_api";
31
32
  * @param {string} destinationAmount The amount, denominated in the destination asset, that any returned path should be able to satisfy.
32
33
  */
33
34
  export declare class PathCallBuilder extends CallBuilder<ServerApi.CollectionPage<ServerApi.PaymentPathRecord>> {
34
- constructor(serverUrl: URI, source: string, destination: string, destinationAsset: Asset, destinationAmount: string);
35
+ constructor(serverUrl: URI, httpClient: HttpClient, source: string, destination: string, destinationAsset: Asset, destinationAmount: string);
35
36
  }
@@ -19,10 +19,10 @@ function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? O
19
19
  function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
20
20
  function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
21
21
  var PathCallBuilder = exports.PathCallBuilder = function (_CallBuilder) {
22
- function PathCallBuilder(serverUrl, source, destination, destinationAsset, destinationAmount) {
22
+ function PathCallBuilder(serverUrl, httpClient, source, destination, destinationAsset, destinationAmount) {
23
23
  var _this;
24
24
  _classCallCheck(this, PathCallBuilder);
25
- _this = _callSuper(this, PathCallBuilder, [serverUrl]);
25
+ _this = _callSuper(this, PathCallBuilder, [serverUrl, httpClient]);
26
26
  _this.url.segment("paths");
27
27
  _this.url.setQuery("destination_account", destination);
28
28
  _this.url.setQuery("source_account", source);
@@ -1,5 +1,6 @@
1
1
  import { CallBuilder } from "./call_builder";
2
2
  import { ServerApi } from "./server_api";
3
+ import { HttpClient } from "../http-client";
3
4
  /**
4
5
  * Creates a new {@link PaymentCallBuilder} pointed to server defined by serverUrl.
5
6
  *
@@ -14,7 +15,7 @@ import { ServerApi } from "./server_api";
14
15
  * @param {string} serverUrl Horizon server URL.
15
16
  */
16
17
  export declare class PaymentCallBuilder extends CallBuilder<ServerApi.CollectionPage<ServerApi.PaymentOperationRecord | ServerApi.CreateAccountOperationRecord | ServerApi.AccountMergeOperationRecord | ServerApi.PathPaymentOperationRecord | ServerApi.PathPaymentStrictSendOperationRecord | ServerApi.InvokeHostFunctionOperationRecord>> {
17
- constructor(serverUrl: URI);
18
+ constructor(serverUrl: URI, httpClient: HttpClient);
18
19
  /**
19
20
  * This endpoint responds with a collection of Payment operations where the given account was either the sender or receiver.
20
21
  * @see {@link https://developers.stellar.org/docs/data/horizon/api-reference/horizon/resources/get-payments-by-account-id|Payments for Account}
@@ -19,10 +19,10 @@ function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? O
19
19
  function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
20
20
  function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
21
21
  var PaymentCallBuilder = exports.PaymentCallBuilder = function (_CallBuilder) {
22
- function PaymentCallBuilder(serverUrl) {
22
+ function PaymentCallBuilder(serverUrl, httpClient) {
23
23
  var _this;
24
24
  _classCallCheck(this, PaymentCallBuilder);
25
- _this = _callSuper(this, PaymentCallBuilder, [serverUrl, "payments"]);
25
+ _this = _callSuper(this, PaymentCallBuilder, [serverUrl, httpClient, "payments"]);
26
26
  _this.url.segment("payments");
27
27
  return _this;
28
28
  }
@@ -17,6 +17,7 @@ import { PaymentCallBuilder } from "./payment_call_builder";
17
17
  import { TradeAggregationCallBuilder } from "./trade_aggregation_call_builder";
18
18
  import { TradesCallBuilder } from "./trades_call_builder";
19
19
  import { TransactionCallBuilder } from "./transaction_call_builder";
20
+ import { HttpClient } from "../http-client";
20
21
  /**
21
22
  * Default transaction submission timeout for Horizon requests, in milliseconds
22
23
  * @constant {number}
@@ -38,9 +39,24 @@ export declare class HorizonServer {
38
39
  /**
39
40
  * Horizon Server URL (ex. `https://horizon-testnet.stellar.org`)
40
41
  *
41
- * @todo Solve `URI(this.serverURL as any)`.
42
+ * @todo Solve `this.serverURL`.
42
43
  */
43
44
  readonly serverURL: URI;
45
+ /**
46
+ * HTTP client instance for making requests to Horizon.
47
+ * Exposes interceptors, defaults, and other configuration options.
48
+ *
49
+ * @example
50
+ * // Add authentication header
51
+ * server.httpClient.defaults.headers['Authorization'] = 'Bearer token';
52
+ *
53
+ * // Add request interceptor
54
+ * server.httpClient.interceptors.request.use((config) => {
55
+ * console.log('Request:', config.url);
56
+ * return config;
57
+ * });
58
+ */
59
+ readonly httpClient: HttpClient;
44
60
  constructor(serverURL: string, opts?: HorizonServer.Options);
45
61
  /**
46
62
  * Get timebounds for N seconds from now, when you're creating a transaction
@@ -367,16 +383,15 @@ export declare class HorizonServer {
367
383
  */
368
384
  checkMemoRequired(transaction: Transaction | FeeBumpTransaction): Promise<void>;
369
385
  }
370
- /**
371
- * Options for configuring connections to Horizon servers.
372
- * @typedef {object} Options
373
- * @memberof module:Horizon.Server
374
- * @property {boolean} [allowHttp] Allow connecting to http servers, default: `false`. This must be set to false in production deployments! You can also use {@link Config} class to set this globally.
375
- * @property {string} [appName] Allow set custom header `X-App-Name`, default: `undefined`.
376
- * @property {string} [appVersion] Allow set custom header `X-App-Version`, default: `undefined`.
377
- * @property {string} [authToken] Allow set custom header `X-Auth-Token`, default: `undefined`.
378
- */
379
386
  export declare namespace HorizonServer {
387
+ /**
388
+ * Options for configuring connections to Horizon servers.
389
+ * @memberof module:Horizon.Server
390
+ * @property {boolean} [allowHttp] Allow connecting to http servers, default: `false`. This must be set to false in production deployments! You can also use {@link Config} class to set this globally.
391
+ * @property {string} [appName] Allow set custom header `X-App-Name`, default: `undefined`.
392
+ * @property {string} [appVersion] Allow set custom header `X-App-Version`, default: `undefined`.
393
+ * @property {string} [authToken] Allow set custom header `X-Auth-Token`, default: `undefined`.
394
+ */
380
395
  interface Options {
381
396
  allowHttp?: boolean;
382
397
  appName?: string;