@sentio/sdk-bundle 2.62.0-rc.11 → 2.62.0-rc.13

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 (55) hide show
  1. package/lib/aptos/builtin/0x1.js +2 -2
  2. package/lib/aptos/builtin/0x3.js +3 -3
  3. package/lib/aptos/builtin/0x4.js +3 -3
  4. package/lib/aptos/builtin/index.js +4 -4
  5. package/lib/aptos/ext/index.js +2 -2
  6. package/lib/aptos/index.js +2 -2
  7. package/lib/{chunk-CYZSY3BD.js → chunk-3KDYAWQV.js} +175 -173
  8. package/lib/chunk-3KDYAWQV.js.map +1 -0
  9. package/lib/{chunk-CQSHL3XU.js → chunk-5OPFSBHE.js} +3 -3
  10. package/lib/{chunk-QXKBOTZF.js → chunk-7SOX6DMN.js} +60 -60
  11. package/lib/{chunk-QXKBOTZF.js.map → chunk-7SOX6DMN.js.map} +1 -1
  12. package/lib/{chunk-Y6SBQRZL.js → chunk-AJFTSJ4V.js} +11 -8
  13. package/lib/{chunk-Y6SBQRZL.js.map → chunk-AJFTSJ4V.js.map} +1 -1
  14. package/lib/{chunk-FOHTW6RT.js → chunk-BK6RVAI6.js} +6 -6
  15. package/lib/{chunk-NTLTKNCZ.js → chunk-BKZQXMA6.js} +5 -5
  16. package/lib/{chunk-DH2Q7NZC.js → chunk-BRED3KLZ.js} +4 -4
  17. package/lib/{chunk-3I7QRROE.js → chunk-BUXWCGTU.js} +6 -6
  18. package/lib/{chunk-VB7NRL7X.js → chunk-CIRQ2FZJ.js} +5 -5
  19. package/lib/{chunk-7VLYXLQQ.js → chunk-F2ZH2LLI.js} +4 -4
  20. package/lib/{chunk-Q6CXMNB5.js → chunk-FKP76S33.js} +6 -6
  21. package/lib/{chunk-Q6CXMNB5.js.map → chunk-FKP76S33.js.map} +1 -1
  22. package/lib/{chunk-4IAG3OPB.js → chunk-GSCEQZJL.js} +14 -14
  23. package/lib/{chunk-4IAG3OPB.js.map → chunk-GSCEQZJL.js.map} +1 -1
  24. package/lib/{chunk-HIGFJU7A.js → chunk-LR62GIDE.js} +26 -26
  25. package/lib/{chunk-HIGFJU7A.js.map → chunk-LR62GIDE.js.map} +1 -1
  26. package/lib/{chunk-XFJPJ6U5.js → chunk-NWTUFHZE.js} +3 -3
  27. package/lib/{chunk-264SL7AZ.js → chunk-Y4QXVMK5.js} +8 -7
  28. package/lib/{chunk-264SL7AZ.js.map → chunk-Y4QXVMK5.js.map} +1 -1
  29. package/lib/fuel/index.js +1 -1
  30. package/lib/iota/builtin/0x1.js +5 -5
  31. package/lib/iota/builtin/0x2.js +6 -6
  32. package/lib/iota/builtin/0x3.js +7 -7
  33. package/lib/iota/builtin/index.js +7 -7
  34. package/lib/iota/ext/index.js +2 -2
  35. package/lib/iota/index.js +4 -4
  36. package/lib/move/index.js +1 -1
  37. package/lib/solana/builtin/index.js +1 -1
  38. package/lib/solana/index.js +1 -1
  39. package/lib/sui/builtin/0x1.js +5 -5
  40. package/lib/sui/builtin/0x2.js +6 -6
  41. package/lib/sui/builtin/0x3.js +7 -7
  42. package/lib/sui/builtin/index.js +7 -7
  43. package/lib/sui/ext/index.js +2 -2
  44. package/lib/sui/index.js +4 -4
  45. package/lib/testing/index.js +6 -6
  46. package/package.json +2 -2
  47. package/lib/chunk-CYZSY3BD.js.map +0 -1
  48. /package/lib/{chunk-CQSHL3XU.js.map → chunk-5OPFSBHE.js.map} +0 -0
  49. /package/lib/{chunk-FOHTW6RT.js.map → chunk-BK6RVAI6.js.map} +0 -0
  50. /package/lib/{chunk-NTLTKNCZ.js.map → chunk-BKZQXMA6.js.map} +0 -0
  51. /package/lib/{chunk-DH2Q7NZC.js.map → chunk-BRED3KLZ.js.map} +0 -0
  52. /package/lib/{chunk-3I7QRROE.js.map → chunk-BUXWCGTU.js.map} +0 -0
  53. /package/lib/{chunk-VB7NRL7X.js.map → chunk-CIRQ2FZJ.js.map} +0 -0
  54. /package/lib/{chunk-7VLYXLQQ.js.map → chunk-F2ZH2LLI.js.map} +0 -0
  55. /package/lib/{chunk-XFJPJ6U5.js.map → chunk-NWTUFHZE.js.map} +0 -0
@@ -7,7 +7,7 @@ import {
7
7
  normalizeSuiAddress,
8
8
  normalizeSuiObjectId,
9
9
  suiBcs
10
- } from "./chunk-CYZSY3BD.js";
10
+ } from "./chunk-3KDYAWQV.js";
11
11
  import {
12
12
  IotaClient,
13
13
  IotaNetwork,
@@ -16,7 +16,7 @@ import {
16
16
  iotaBcs,
17
17
  normalizeIotaAddress,
18
18
  normalizeIotaObjectId
19
- } from "./chunk-HIGFJU7A.js";
19
+ } from "./chunk-LR62GIDE.js";
20
20
  import {
21
21
  HandlerRegister,
22
22
  getHandlerName,
@@ -35,7 +35,7 @@ import {
35
35
  accountTypeString,
36
36
  moduleQname,
37
37
  parseMoveType
38
- } from "./chunk-264SL7AZ.js";
38
+ } from "./chunk-Y4QXVMK5.js";
39
39
  import {
40
40
  ALL_ADDRESS,
41
41
  AccountConfig,
@@ -59,10 +59,10 @@ import {
59
59
  import { ListStateStorage } from "@sentio/runtime";
60
60
  var import_nice_grpc = __toESM(require_lib(), 1);
61
61
 
62
- // ../../node_modules/.pnpm/@typemove+sui@1.13.1_typescript@5.5.2/node_modules/@typemove/sui/dist/esm/models.js
62
+ // ../../node_modules/.pnpm/@typemove+sui@1.13.2_typescript@5.9.2/node_modules/@typemove/sui/dist/esm/models.js
63
63
  var ZERO_ADDRESS = "0x0000000000000000000000000000000000000000000000000000000000000000";
64
64
 
65
- // ../../node_modules/.pnpm/@typemove+sui@1.13.1_typescript@5.5.2/node_modules/@typemove/sui/dist/esm/transaction.js
65
+ // ../../node_modules/.pnpm/@typemove+sui@1.13.2_typescript@5.9.2/node_modules/@typemove/sui/dist/esm/transaction.js
66
66
  function isTransactionArgument(value) {
67
67
  if (typeof value !== "object")
68
68
  return false;
@@ -148,7 +148,7 @@ function transactionArgumentOrVec(value, transactionBlock) {
148
148
  }
149
149
  __name(transactionArgumentOrVec, "transactionArgumentOrVec");
150
150
 
151
- // ../../node_modules/.pnpm/@typemove+sui@1.13.1_typescript@5.5.2/node_modules/@typemove/sui/dist/esm/to-internal.js
151
+ // ../../node_modules/.pnpm/@typemove+sui@1.13.2_typescript@5.9.2/node_modules/@typemove/sui/dist/esm/to-internal.js
152
152
  function toInternalModule(module) {
153
153
  return {
154
154
  address: module.address,
@@ -250,7 +250,7 @@ function toTypeDescriptor(normalizedType) {
250
250
  }
251
251
  __name(toTypeDescriptor, "toTypeDescriptor");
252
252
 
253
- // ../../node_modules/.pnpm/@typemove+sui@1.13.1_typescript@5.5.2/node_modules/@typemove/sui/dist/esm/sui-chain-adapter.js
253
+ // ../../node_modules/.pnpm/@typemove+sui@1.13.2_typescript@5.9.2/node_modules/@typemove/sui/dist/esm/sui-chain-adapter.js
254
254
  var SuiChainAdapter = class extends ChainAdapter {
255
255
  static {
256
256
  __name(this, "SuiChainAdapter");
@@ -314,7 +314,7 @@ var SuiChainAdapter = class extends ChainAdapter {
314
314
  }
315
315
  };
316
316
 
317
- // ../../node_modules/.pnpm/@typemove+sui@1.13.1_typescript@5.5.2/node_modules/@typemove/sui/dist/esm/move-coder.js
317
+ // ../../node_modules/.pnpm/@typemove+sui@1.13.2_typescript@5.9.2/node_modules/@typemove/sui/dist/esm/move-coder.js
318
318
  var MoveCoder = class extends AbstractMoveCoder {
319
319
  static {
320
320
  __name(this, "MoveCoder");
@@ -1631,10 +1631,10 @@ import { USER_PROCESSOR as USER_PROCESSOR2 } from "@sentio/runtime";
1631
1631
  import { ListStateStorage as ListStateStorage6 } from "@sentio/runtime";
1632
1632
  var import_nice_grpc6 = __toESM(require_lib(), 1);
1633
1633
 
1634
- // ../../node_modules/.pnpm/@typemove+iota@1.13.1_typescript@5.5.2/node_modules/@typemove/iota/dist/esm/models.js
1634
+ // ../../node_modules/.pnpm/@typemove+iota@1.13.2_typescript@5.9.2/node_modules/@typemove/iota/dist/esm/models.js
1635
1635
  var ZERO_ADDRESS2 = "0x0000000000000000000000000000000000000000000000000000000000000000";
1636
1636
 
1637
- // ../../node_modules/.pnpm/@typemove+iota@1.13.1_typescript@5.5.2/node_modules/@typemove/iota/dist/esm/transaction.js
1637
+ // ../../node_modules/.pnpm/@typemove+iota@1.13.2_typescript@5.9.2/node_modules/@typemove/iota/dist/esm/transaction.js
1638
1638
  function isTransactionArgument2(value) {
1639
1639
  if (typeof value !== "object")
1640
1640
  return false;
@@ -1720,7 +1720,7 @@ function transactionArgumentOrVec2(value, transactionBlock) {
1720
1720
  }
1721
1721
  __name(transactionArgumentOrVec2, "transactionArgumentOrVec");
1722
1722
 
1723
- // ../../node_modules/.pnpm/@typemove+iota@1.13.1_typescript@5.5.2/node_modules/@typemove/iota/dist/esm/to-internal.js
1723
+ // ../../node_modules/.pnpm/@typemove+iota@1.13.2_typescript@5.9.2/node_modules/@typemove/iota/dist/esm/to-internal.js
1724
1724
  function toInternalModule2(module) {
1725
1725
  return {
1726
1726
  address: module.address,
@@ -1808,7 +1808,7 @@ function toTypeDescriptor2(normalizedType) {
1808
1808
  }
1809
1809
  __name(toTypeDescriptor2, "toTypeDescriptor");
1810
1810
 
1811
- // ../../node_modules/.pnpm/@typemove+iota@1.13.1_typescript@5.5.2/node_modules/@typemove/iota/dist/esm/sui-chain-adapter.js
1811
+ // ../../node_modules/.pnpm/@typemove+iota@1.13.2_typescript@5.9.2/node_modules/@typemove/iota/dist/esm/sui-chain-adapter.js
1812
1812
  var IotaChainAdapter = class extends ChainAdapter {
1813
1813
  static {
1814
1814
  __name(this, "IotaChainAdapter");
@@ -1872,7 +1872,7 @@ var IotaChainAdapter = class extends ChainAdapter {
1872
1872
  }
1873
1873
  };
1874
1874
 
1875
- // ../../node_modules/.pnpm/@typemove+iota@1.13.1_typescript@5.5.2/node_modules/@typemove/iota/dist/esm/move-coder.js
1875
+ // ../../node_modules/.pnpm/@typemove+iota@1.13.2_typescript@5.9.2/node_modules/@typemove/iota/dist/esm/move-coder.js
1876
1876
  var MoveCoder3 = class extends AbstractMoveCoder {
1877
1877
  static {
1878
1878
  __name(this, "MoveCoder");
@@ -3424,4 +3424,4 @@ export {
3424
3424
  SuiPlugin,
3425
3425
  IotaPlugin
3426
3426
  };
3427
- //# sourceMappingURL=chunk-4IAG3OPB.js.map
3427
+ //# sourceMappingURL=chunk-GSCEQZJL.js.map