@sentio/sdk-bundle 3.4.1-rc.2 → 3.4.1-rc.4

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.
@@ -109,7 +109,7 @@ import {
109
109
  version,
110
110
  vesting,
111
111
  voting
112
- } from "../../chunk-ZLDJKEYW.js";
112
+ } from "../../chunk-V6RHFXGI.js";
113
113
  import "../../chunk-742S42NO.js";
114
114
  import "../../chunk-7IDGS56O.js";
115
115
  import "../../chunk-XTERRIL3.js";
@@ -6,8 +6,8 @@ import {
6
6
  token_coin_swap,
7
7
  token_event_store,
8
8
  token_transfers
9
- } from "../../chunk-YM4EG5FX.js";
10
- import "../../chunk-ZLDJKEYW.js";
9
+ } from "../../chunk-QCLWM5YM.js";
10
+ import "../../chunk-V6RHFXGI.js";
11
11
  import "../../chunk-742S42NO.js";
12
12
  import "../../chunk-7IDGS56O.js";
13
13
  import "../../chunk-XTERRIL3.js";
@@ -6,8 +6,8 @@ import {
6
6
  property_map,
7
7
  royalty,
8
8
  token
9
- } from "../../chunk-W5HNBE7Y.js";
10
- import "../../chunk-ZLDJKEYW.js";
9
+ } from "../../chunk-Q7HOQQYE.js";
10
+ import "../../chunk-V6RHFXGI.js";
11
11
  import "../../chunk-742S42NO.js";
12
12
  import "../../chunk-7IDGS56O.js";
13
13
  import "../../chunk-XTERRIL3.js";
@@ -1,13 +1,13 @@
1
1
  import { createRequire as createRequireSdkShim } from 'module'; const require = createRequireSdkShim(import.meta.url);
2
2
  import {
3
3
  x3_exports
4
- } from "../../chunk-YM4EG5FX.js";
4
+ } from "../../chunk-QCLWM5YM.js";
5
5
  import {
6
6
  x4_exports
7
- } from "../../chunk-W5HNBE7Y.js";
7
+ } from "../../chunk-Q7HOQQYE.js";
8
8
  import {
9
9
  x1_exports
10
- } from "../../chunk-ZLDJKEYW.js";
10
+ } from "../../chunk-V6RHFXGI.js";
11
11
  import "../../chunk-742S42NO.js";
12
12
  import "../../chunk-7IDGS56O.js";
13
13
  import "../../chunk-XTERRIL3.js";
@@ -11,7 +11,7 @@ import {
11
11
  isWhiteListToken,
12
12
  tokenTokenValueInUsd,
13
13
  whitelistTokens
14
- } from "../../chunk-ZLDJKEYW.js";
14
+ } from "../../chunk-V6RHFXGI.js";
15
15
  import "../../chunk-742S42NO.js";
16
16
  import "../../chunk-7IDGS56O.js";
17
17
  import "../../chunk-XTERRIL3.js";
@@ -18,7 +18,7 @@ import {
18
18
  RichAptosClientWithContext,
19
19
  defaultMoveCoder,
20
20
  defaultMoveCoderForClient
21
- } from "../chunk-ZLDJKEYW.js";
21
+ } from "../chunk-V6RHFXGI.js";
22
22
  import "../chunk-742S42NO.js";
23
23
  import "../chunk-7IDGS56O.js";
24
24
  import "../chunk-XTERRIL3.js";
@@ -5,7 +5,7 @@ import {
5
5
  defaultMoveCoder,
6
6
  defaultMoveCoderForClient,
7
7
  loadAllTypes
8
- } from "./chunk-ZLDJKEYW.js";
8
+ } from "./chunk-V6RHFXGI.js";
9
9
  import {
10
10
  TypeDescriptor
11
11
  } from "./chunk-LHES6DNY.js";
@@ -1402,4 +1402,4 @@ export {
1402
1402
  loadAllTypes2 as loadAllTypes,
1403
1403
  x4_exports
1404
1404
  };
1405
- //# sourceMappingURL=chunk-W5HNBE7Y.js.map
1405
+ //# sourceMappingURL=chunk-Q7HOQQYE.js.map
@@ -5,7 +5,7 @@ import {
5
5
  defaultMoveCoder,
6
6
  defaultMoveCoderForClient,
7
7
  loadAllTypes
8
- } from "./chunk-ZLDJKEYW.js";
8
+ } from "./chunk-V6RHFXGI.js";
9
9
  import {
10
10
  ANY_TYPE,
11
11
  TypeDescriptor
@@ -1794,4 +1794,4 @@ export {
1794
1794
  loadAllTypes2 as loadAllTypes,
1795
1795
  x3_exports
1796
1796
  };
1797
- //# sourceMappingURL=chunk-YM4EG5FX.js.map
1797
+ //# sourceMappingURL=chunk-QCLWM5YM.js.map
@@ -21220,11 +21220,7 @@ var AptosTransactionProcessor = class {
21220
21220
  if (typeof typeDesc === "string") {
21221
21221
  typeDescArr = [parseMoveType(typeDesc)];
21222
21222
  } else if (Array.isArray(typeDesc)) {
21223
- if (typeof typeDesc[0] === "string") {
21224
- typeDescArr = typeDesc.map((t9) => parseMoveType(t9));
21225
- } else {
21226
- typeDescArr = typeDesc;
21227
- }
21223
+ typeDescArr = typeDesc.map((t9) => typeof t9 === "string" ? parseMoveType(t9) : t9);
21228
21224
  } else {
21229
21225
  typeDescArr = [typeDesc];
21230
21226
  }
@@ -21463,11 +21459,7 @@ var AptosResourcesProcessor = class _AptosResourcesProcessor {
21463
21459
  if (typeof typeDesc === "string") {
21464
21460
  typeDescArr = [parseMoveType(typeDesc)];
21465
21461
  } else if (Array.isArray(typeDesc)) {
21466
- if (typeof typeDesc[0] === "string") {
21467
- typeDescArr = typeDesc.map((t9) => parseMoveType(t9));
21468
- } else {
21469
- typeDescArr = typeDesc;
21470
- }
21462
+ typeDescArr = typeDesc.map((t9) => typeof t9 === "string" ? parseMoveType(t9) : t9);
21471
21463
  } else {
21472
21464
  typeDescArr = [typeDesc];
21473
21465
  }
@@ -41581,4 +41573,4 @@ export {
41581
41573
  @scure/bip32/lib/esm/index.js:
41582
41574
  (*! scure-bip32 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
41583
41575
  */
41584
- //# sourceMappingURL=chunk-ZLDJKEYW.js.map
41576
+ //# sourceMappingURL=chunk-V6RHFXGI.js.map