@stellar/stellar-sdk 14.0.0-rc.2 → 14.0.0-rc.3

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.
@@ -12985,7 +12985,7 @@ var stellar_base_min = __webpack_require__(950);
12985
12985
  var http_client = __webpack_require__(983);
12986
12986
  ;// ./src/rpc/axios.ts
12987
12987
 
12988
- var version = "14.0.0-rc.2";
12988
+ var version = "14.0.0-rc.3";
12989
12989
  var AxiosClient = (0,http_client/* create */.vt)({
12990
12990
  headers: {
12991
12991
  'X-Client-Name': 'js-soroban-client',
@@ -21911,7 +21911,7 @@ var http_client = __webpack_require__(983);
21911
21911
  function horizon_axios_client_typeof(o) { "@babel/helpers - typeof"; return horizon_axios_client_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; }, horizon_axios_client_typeof(o); }
21912
21912
 
21913
21913
 
21914
- var version = "14.0.0-rc.2";
21914
+ var version = "14.0.0-rc.3";
21915
21915
  var SERVER_TIME_MAP = {};
21916
21916
  var AxiosClient = (0,http_client/* create */.vt)({
21917
21917
  headers: {
@@ -23721,14 +23721,14 @@ function parseTransactionInfo(raw) {
23721
23721
  resultXdr: _stellar_stellar_base__WEBPACK_IMPORTED_MODULE_0__.xdr.TransactionResult.fromXDR(raw.resultXdr, 'base64'),
23722
23722
  resultMetaXdr: meta,
23723
23723
  events: {
23724
- contractEventsXdr: (_raw$events$contractE = (_raw$events = raw.events) === null || _raw$events === void 0 ? void 0 : _raw$events.contractEventsXdr.map(function (lst) {
23724
+ contractEventsXdr: ((_raw$events$contractE = (_raw$events = raw.events) === null || _raw$events === void 0 ? void 0 : _raw$events.contractEventsXdr) !== null && _raw$events$contractE !== void 0 ? _raw$events$contractE : []).map(function (lst) {
23725
23725
  return lst.map(function (e) {
23726
23726
  return _stellar_stellar_base__WEBPACK_IMPORTED_MODULE_0__.xdr.ContractEvent.fromXDR(e, "base64");
23727
23727
  });
23728
- })) !== null && _raw$events$contractE !== void 0 ? _raw$events$contractE : [],
23729
- transactionEventsXdr: (_raw$events$transacti = (_raw$events2 = raw.events) === null || _raw$events2 === void 0 ? void 0 : _raw$events2.transactionEventsXdr.map(function (e) {
23728
+ }),
23729
+ transactionEventsXdr: ((_raw$events$transacti = (_raw$events2 = raw.events) === null || _raw$events2 === void 0 ? void 0 : _raw$events2.transactionEventsXdr) !== null && _raw$events$transacti !== void 0 ? _raw$events$transacti : []).map(function (e) {
23730
23730
  return _stellar_stellar_base__WEBPACK_IMPORTED_MODULE_0__.xdr.TransactionEvent.fromXDR(e, "base64");
23731
- })) !== null && _raw$events$transacti !== void 0 ? _raw$events$transacti : []
23731
+ })
23732
23732
  }
23733
23733
  };
23734
23734
  switch (meta.switch()) {