@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.
@@ -1518,14 +1518,14 @@ function parseTransactionInfo(raw) {
1518
1518
  resultXdr: _stellar_stellar_base__WEBPACK_IMPORTED_MODULE_0__.xdr.TransactionResult.fromXDR(raw.resultXdr, 'base64'),
1519
1519
  resultMetaXdr: meta,
1520
1520
  events: {
1521
- contractEventsXdr: (_raw$events$contractE = (_raw$events = raw.events) === null || _raw$events === void 0 ? void 0 : _raw$events.contractEventsXdr.map(function (lst) {
1521
+ 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) {
1522
1522
  return lst.map(function (e) {
1523
1523
  return _stellar_stellar_base__WEBPACK_IMPORTED_MODULE_0__.xdr.ContractEvent.fromXDR(e, "base64");
1524
1524
  });
1525
- })) !== null && _raw$events$contractE !== void 0 ? _raw$events$contractE : [],
1526
- transactionEventsXdr: (_raw$events$transacti = (_raw$events2 = raw.events) === null || _raw$events2 === void 0 ? void 0 : _raw$events2.transactionEventsXdr.map(function (e) {
1525
+ }),
1526
+ 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) {
1527
1527
  return _stellar_stellar_base__WEBPACK_IMPORTED_MODULE_0__.xdr.TransactionEvent.fromXDR(e, "base64");
1528
- })) !== null && _raw$events$transacti !== void 0 ? _raw$events$transacti : []
1528
+ })
1529
1529
  }
1530
1530
  };
1531
1531
  switch (meta.switch()) {
@@ -4889,7 +4889,7 @@ var stellar_base_min = __webpack_require__(8950);
4889
4889
  var http_client = __webpack_require__(6371);
4890
4890
  ;// ./src/rpc/axios.ts
4891
4891
 
4892
- var version = "14.0.0-rc.2";
4892
+ var version = "14.0.0-rc.3";
4893
4893
  var AxiosClient = (0,http_client/* create */.vt)({
4894
4894
  headers: {
4895
4895
  'X-Client-Name': 'js-soroban-client',
@@ -26766,7 +26766,7 @@ var http_client = __webpack_require__(6371);
26766
26766
  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); }
26767
26767
 
26768
26768
 
26769
- var version = "14.0.0-rc.2";
26769
+ var version = "14.0.0-rc.3";
26770
26770
  var SERVER_TIME_MAP = {};
26771
26771
  var AxiosClient = (0,http_client/* create */.vt)({
26772
26772
  headers: {