@miden-sdk/miden-sdk 0.15.2 → 0.15.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.
Files changed (30) hide show
  1. package/dist/mt/{Cargo-BbpPeJYa.js → Cargo-D2qNRrNR.js} +71 -71
  2. package/dist/mt/{Cargo-BbpPeJYa.js.map → Cargo-D2qNRrNR.js.map} +1 -1
  3. package/dist/mt/assets/miden_client_web.wasm +0 -0
  4. package/dist/mt/eager.js +1 -1
  5. package/dist/mt/index.js +1 -1
  6. package/dist/mt/wasm.js +1 -1
  7. package/dist/mt/workerHelpers.js +1 -1
  8. package/dist/mt/workers/{Cargo-BbpPeJYa-BlSVzh6v.js → Cargo-D2qNRrNR-n_GEbq73.js} +71 -71
  9. package/dist/mt/workers/{Cargo-BbpPeJYa-BlSVzh6v.js.map → Cargo-D2qNRrNR-n_GEbq73.js.map} +1 -1
  10. package/dist/mt/workers/assets/miden_client_web.wasm +0 -0
  11. package/dist/mt/workers/web-client-methods-worker.js +72 -72
  12. package/dist/mt/workers/web-client-methods-worker.js.map +1 -1
  13. package/dist/mt/workers/web-client-methods-worker.module.js +1 -1
  14. package/dist/mt/workers/web-client-methods-worker.module.js.map +1 -1
  15. package/dist/mt/workers/workerHelpers.js +1 -1
  16. package/dist/st/{Cargo-Dlo4tWNG.js → Cargo-BP7-0qVT.js} +73 -73
  17. package/dist/st/{Cargo-Dlo4tWNG.js.map → Cargo-BP7-0qVT.js.map} +1 -1
  18. package/dist/st/assets/miden_client_web.wasm +0 -0
  19. package/dist/st/eager.js +1 -1
  20. package/dist/st/index.js +1 -1
  21. package/dist/st/wasm.js +1 -1
  22. package/dist/st/workers/{Cargo-Dlo4tWNG-BPaiqKyy.js → Cargo-BP7-0qVT-CmfAy6bf.js} +73 -73
  23. package/dist/st/workers/{Cargo-Dlo4tWNG-BPaiqKyy.js.map → Cargo-BP7-0qVT-CmfAy6bf.js.map} +1 -1
  24. package/dist/st/workers/assets/miden_client_web.wasm +0 -0
  25. package/dist/st/workers/web-client-methods-worker.js +74 -74
  26. package/dist/st/workers/web-client-methods-worker.js.map +1 -1
  27. package/dist/st/workers/web-client-methods-worker.module.js +1 -1
  28. package/dist/st/workers/web-client-methods-worker.module.js.map +1 -1
  29. package/js/node-index.js +149 -40
  30. package/package.json +6 -4
@@ -5,7 +5,7 @@
5
5
  async function loadWasm() {
6
6
  let wasmModule;
7
7
  if (!undefined || (undefined && !undefined.SSR)) {
8
- wasmModule = await Promise.resolve().then(function () { return CargoDlo4tWNG; });
8
+ wasmModule = await Promise.resolve().then(function () { return CargoBP70qVT; });
9
9
  // The Cargo glue's __wbg_init TLA is stripped by the rollup build to
10
10
  // prevent blocking WKWebView module evaluation. Call it explicitly here
11
11
  // with the WASM URL that the Cargo glue pre-resolves (relative to its
@@ -24307,7 +24307,7 @@ function __wbg_get_imports() {
24307
24307
  const ret = AccountStorage.__wrap(arg0);
24308
24308
  return ret;
24309
24309
  },
24310
- __wbg_addNoteTag_096da497a0a0cab8: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
24310
+ __wbg_addNoteTag_1c8f882e522a5424: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
24311
24311
  var v0 = getArrayU8FromWasm0(arg2, arg3).slice();
24312
24312
  wasm.__wbindgen_free(arg2, arg3 * 1, 1);
24313
24313
  let v1;
@@ -24335,21 +24335,21 @@ function __wbg_get_imports() {
24335
24335
  __wbg_append_a992ccc37aa62dc4: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
24336
24336
  arg0.append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
24337
24337
  }, arguments); },
24338
- __wbg_applyFullAccountState_bf8b5d3a049e6ceb: function(arg0, arg1, arg2) {
24338
+ __wbg_applyFullAccountState_ba8793f04d3ef7fb: function(arg0, arg1, arg2) {
24339
24339
  const ret = applyFullAccountState(getStringFromWasm0(arg0, arg1), JsAccountUpdate.__wrap(arg2));
24340
24340
  return ret;
24341
24341
  },
24342
- __wbg_applySettingsMutations_9c110a085196df8d: function(arg0, arg1, arg2, arg3) {
24342
+ __wbg_applySettingsMutations_555ec6e5c58ffc5b: function(arg0, arg1, arg2, arg3) {
24343
24343
  var v0 = getArrayJsValueFromWasm0(arg2, arg3).slice();
24344
24344
  wasm.__wbindgen_free(arg2, arg3 * 4, 4);
24345
24345
  const ret = applySettingsMutations(getStringFromWasm0(arg0, arg1), v0);
24346
24346
  return ret;
24347
24347
  },
24348
- __wbg_applyStateSync_06bd22fcf36d1cdd: function(arg0, arg1, arg2) {
24348
+ __wbg_applyStateSync_d6a6d78e0278d43d: function(arg0, arg1, arg2) {
24349
24349
  const ret = applyStateSync(getStringFromWasm0(arg0, arg1), JsStateSyncUpdate.__wrap(arg2));
24350
24350
  return ret;
24351
24351
  },
24352
- __wbg_applyTransactionDelta_a44d63205c2d024c: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20) {
24352
+ __wbg_applyTransactionDelta_f6e5feb33a6156f4: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20) {
24353
24353
  let deferred0_0;
24354
24354
  let deferred0_1;
24355
24355
  let deferred1_0;
@@ -24488,7 +24488,7 @@ function __wbg_get_imports() {
24488
24488
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24489
24489
  }
24490
24490
  },
24491
- __wbg_exportStore_b792e5263f047bc6: function(arg0, arg1) {
24491
+ __wbg_exportStore_2755c29774f1398d: function(arg0, arg1) {
24492
24492
  const ret = exportStore(getStringFromWasm0(arg0, arg1));
24493
24493
  return ret;
24494
24494
  },
@@ -24520,7 +24520,7 @@ function __wbg_get_imports() {
24520
24520
  const ret = FetchedNote.__wrap(arg0);
24521
24521
  return ret;
24522
24522
  },
24523
- __wbg_forceImportStore_18bed9aaee1d64be: function(arg0, arg1, arg2) {
24523
+ __wbg_forceImportStore_4b6749610cf2fca2: function(arg0, arg1, arg2) {
24524
24524
  const ret = forceImportStore(getStringFromWasm0(arg0, arg1), arg2);
24525
24525
  return ret;
24526
24526
  },
@@ -24540,7 +24540,7 @@ function __wbg_get_imports() {
24540
24540
  const ret = FungibleAssetDeltaItem.__wrap(arg0);
24541
24541
  return ret;
24542
24542
  },
24543
- __wbg_getAccountAddresses_912a98d65bbdf9b5: function(arg0, arg1, arg2, arg3) {
24543
+ __wbg_getAccountAddresses_4c6e8d82b86bd4db: function(arg0, arg1, arg2, arg3) {
24544
24544
  let deferred0_0;
24545
24545
  let deferred0_1;
24546
24546
  try {
@@ -24552,7 +24552,7 @@ function __wbg_get_imports() {
24552
24552
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24553
24553
  }
24554
24554
  },
24555
- __wbg_getAccountAuthByPubKeyCommitment_dc6a856d5dfdfb40: function(arg0, arg1, arg2, arg3) {
24555
+ __wbg_getAccountAuthByPubKeyCommitment_526c174dcf167d1d: function(arg0, arg1, arg2, arg3) {
24556
24556
  let deferred0_0;
24557
24557
  let deferred0_1;
24558
24558
  try {
@@ -24564,7 +24564,7 @@ function __wbg_get_imports() {
24564
24564
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24565
24565
  }
24566
24566
  },
24567
- __wbg_getAccountCode_919e4265460ed86a: function(arg0, arg1, arg2, arg3) {
24567
+ __wbg_getAccountCode_4b1a8b44c07f16ec: function(arg0, arg1, arg2, arg3) {
24568
24568
  let deferred0_0;
24569
24569
  let deferred0_1;
24570
24570
  try {
@@ -24576,7 +24576,7 @@ function __wbg_get_imports() {
24576
24576
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24577
24577
  }
24578
24578
  },
24579
- __wbg_getAccountHeaderByCommitment_ba76171382e4adeb: function(arg0, arg1, arg2, arg3) {
24579
+ __wbg_getAccountHeaderByCommitment_7d00957336fa1aa0: function(arg0, arg1, arg2, arg3) {
24580
24580
  let deferred0_0;
24581
24581
  let deferred0_1;
24582
24582
  try {
@@ -24588,7 +24588,7 @@ function __wbg_get_imports() {
24588
24588
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24589
24589
  }
24590
24590
  },
24591
- __wbg_getAccountHeader_0ad8dac3ef38914f: function(arg0, arg1, arg2, arg3) {
24591
+ __wbg_getAccountHeader_a379be70d1e4cfbd: function(arg0, arg1, arg2, arg3) {
24592
24592
  let deferred0_0;
24593
24593
  let deferred0_1;
24594
24594
  try {
@@ -24600,7 +24600,7 @@ function __wbg_get_imports() {
24600
24600
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24601
24601
  }
24602
24602
  },
24603
- __wbg_getAccountIdByKeyCommitment_4e69aeecb15f3fed: function(arg0, arg1, arg2, arg3) {
24603
+ __wbg_getAccountIdByKeyCommitment_20a98231f254e16b: function(arg0, arg1, arg2, arg3) {
24604
24604
  let deferred0_0;
24605
24605
  let deferred0_1;
24606
24606
  try {
@@ -24612,11 +24612,11 @@ function __wbg_get_imports() {
24612
24612
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24613
24613
  }
24614
24614
  },
24615
- __wbg_getAccountIds_c8a084349d486e38: function(arg0, arg1) {
24615
+ __wbg_getAccountIds_15b2e8a5c2f9f448: function(arg0, arg1) {
24616
24616
  const ret = getAccountIds(getStringFromWasm0(arg0, arg1));
24617
24617
  return ret;
24618
24618
  },
24619
- __wbg_getAccountStorageMaps_05ce89e538285075: function(arg0, arg1, arg2, arg3) {
24619
+ __wbg_getAccountStorageMaps_7a6581bdaa528f5b: function(arg0, arg1, arg2, arg3) {
24620
24620
  let deferred0_0;
24621
24621
  let deferred0_1;
24622
24622
  try {
@@ -24628,7 +24628,7 @@ function __wbg_get_imports() {
24628
24628
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24629
24629
  }
24630
24630
  },
24631
- __wbg_getAccountStorage_705ac874dc621263: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24631
+ __wbg_getAccountStorage_81c375a1a2d33378: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24632
24632
  let deferred0_0;
24633
24633
  let deferred0_1;
24634
24634
  try {
@@ -24642,7 +24642,7 @@ function __wbg_get_imports() {
24642
24642
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24643
24643
  }
24644
24644
  },
24645
- __wbg_getAccountVaultAssets_2c4f2c4b915b917b: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24645
+ __wbg_getAccountVaultAssets_d7b806e2ad386b3b: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24646
24646
  let deferred0_0;
24647
24647
  let deferred0_1;
24648
24648
  try {
@@ -24656,27 +24656,27 @@ function __wbg_get_imports() {
24656
24656
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24657
24657
  }
24658
24658
  },
24659
- __wbg_getAllAccountHeaders_0aefc9e33a9177d9: function(arg0, arg1) {
24659
+ __wbg_getAllAccountHeaders_e9ce4e33075edb27: function(arg0, arg1) {
24660
24660
  const ret = getAllAccountHeaders(getStringFromWasm0(arg0, arg1));
24661
24661
  return ret;
24662
24662
  },
24663
- __wbg_getBlockHeaders_8130cc26764af62f: function(arg0, arg1, arg2, arg3) {
24663
+ __wbg_getBlockHeaders_6ffc387a5b74f1ff: function(arg0, arg1, arg2, arg3) {
24664
24664
  var v0 = getArrayU32FromWasm0(arg2, arg3).slice();
24665
24665
  wasm.__wbindgen_free(arg2, arg3 * 4, 4);
24666
24666
  const ret = getBlockHeaders(getStringFromWasm0(arg0, arg1), v0);
24667
24667
  return ret;
24668
24668
  },
24669
- __wbg_getCurrentBlockchainPeaks_d93dfc7df30d5f85: function(arg0, arg1) {
24669
+ __wbg_getCurrentBlockchainPeaks_4f515c084e8dc019: function(arg0, arg1) {
24670
24670
  const ret = getCurrentBlockchainPeaks(getStringFromWasm0(arg0, arg1));
24671
24671
  return ret;
24672
24672
  },
24673
- __wbg_getForeignAccountCode_fc193a275029ef5e: function(arg0, arg1, arg2, arg3) {
24673
+ __wbg_getForeignAccountCode_80e1c0d6bec20b20: function(arg0, arg1, arg2, arg3) {
24674
24674
  var v0 = getArrayJsValueFromWasm0(arg2, arg3).slice();
24675
24675
  wasm.__wbindgen_free(arg2, arg3 * 4, 4);
24676
24676
  const ret = getForeignAccountCode(getStringFromWasm0(arg0, arg1), v0);
24677
24677
  return ret;
24678
24678
  },
24679
- __wbg_getInputNoteByOffset_7db364c43d08e4af: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
24679
+ __wbg_getInputNoteByOffset_52dacd9771fd7c73: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
24680
24680
  let deferred1_0;
24681
24681
  let deferred1_1;
24682
24682
  try {
@@ -24690,31 +24690,31 @@ function __wbg_get_imports() {
24690
24690
  wasm.__wbindgen_free(deferred1_0, deferred1_1, 1);
24691
24691
  }
24692
24692
  },
24693
- __wbg_getInputNotesFromDetailsCommitments_f57aba3cb04fda20: function(arg0, arg1, arg2, arg3) {
24693
+ __wbg_getInputNotesFromDetailsCommitments_b6639133948088e6: function(arg0, arg1, arg2, arg3) {
24694
24694
  var v0 = getArrayJsValueFromWasm0(arg2, arg3).slice();
24695
24695
  wasm.__wbindgen_free(arg2, arg3 * 4, 4);
24696
24696
  const ret = getInputNotesFromDetailsCommitments(getStringFromWasm0(arg0, arg1), v0);
24697
24697
  return ret;
24698
24698
  },
24699
- __wbg_getInputNotesFromIds_095b92f152063113: function(arg0, arg1, arg2, arg3) {
24699
+ __wbg_getInputNotesFromIds_1dc711511af25436: function(arg0, arg1, arg2, arg3) {
24700
24700
  var v0 = getArrayJsValueFromWasm0(arg2, arg3).slice();
24701
24701
  wasm.__wbindgen_free(arg2, arg3 * 4, 4);
24702
24702
  const ret = getInputNotesFromIds(getStringFromWasm0(arg0, arg1), v0);
24703
24703
  return ret;
24704
24704
  },
24705
- __wbg_getInputNotesFromNullifiers_3baa48047cae5f62: function(arg0, arg1, arg2, arg3) {
24705
+ __wbg_getInputNotesFromNullifiers_de68d7a980a7a6ac: function(arg0, arg1, arg2, arg3) {
24706
24706
  var v0 = getArrayJsValueFromWasm0(arg2, arg3).slice();
24707
24707
  wasm.__wbindgen_free(arg2, arg3 * 4, 4);
24708
24708
  const ret = getInputNotesFromNullifiers(getStringFromWasm0(arg0, arg1), v0);
24709
24709
  return ret;
24710
24710
  },
24711
- __wbg_getInputNotes_fa5732f7bb42ac4d: function(arg0, arg1, arg2, arg3) {
24711
+ __wbg_getInputNotes_e6991526618c5e3b: function(arg0, arg1, arg2, arg3) {
24712
24712
  var v0 = getArrayU8FromWasm0(arg2, arg3).slice();
24713
24713
  wasm.__wbindgen_free(arg2, arg3 * 1, 1);
24714
24714
  const ret = getInputNotes(getStringFromWasm0(arg0, arg1), v0);
24715
24715
  return ret;
24716
24716
  },
24717
- __wbg_getKeyCommitmentsByAccountId_3a1fa381e4a3512c: function(arg0, arg1, arg2, arg3) {
24717
+ __wbg_getKeyCommitmentsByAccountId_b16d7689e99f36cb: function(arg0, arg1, arg2, arg3) {
24718
24718
  let deferred0_0;
24719
24719
  let deferred0_1;
24720
24720
  try {
@@ -24726,7 +24726,7 @@ function __wbg_get_imports() {
24726
24726
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24727
24727
  }
24728
24728
  },
24729
- __wbg_getNoteScript_c39ba18a6d9ccbdd: function(arg0, arg1, arg2, arg3) {
24729
+ __wbg_getNoteScript_6d54def9cedaab5b: function(arg0, arg1, arg2, arg3) {
24730
24730
  let deferred0_0;
24731
24731
  let deferred0_1;
24732
24732
  try {
@@ -24738,39 +24738,39 @@ function __wbg_get_imports() {
24738
24738
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24739
24739
  }
24740
24740
  },
24741
- __wbg_getNoteTags_dfabde0a287eb2d8: function(arg0, arg1) {
24741
+ __wbg_getNoteTags_4a9f0532a43e9ab4: function(arg0, arg1) {
24742
24742
  const ret = getNoteTags(getStringFromWasm0(arg0, arg1));
24743
24743
  return ret;
24744
24744
  },
24745
- __wbg_getOutputNotesFromDetailsCommitments_c3bc51f64856a870: function(arg0, arg1, arg2, arg3) {
24745
+ __wbg_getOutputNotesFromDetailsCommitments_b65d8c4d56515cdc: function(arg0, arg1, arg2, arg3) {
24746
24746
  var v0 = getArrayJsValueFromWasm0(arg2, arg3).slice();
24747
24747
  wasm.__wbindgen_free(arg2, arg3 * 4, 4);
24748
24748
  const ret = getOutputNotesFromDetailsCommitments(getStringFromWasm0(arg0, arg1), v0);
24749
24749
  return ret;
24750
24750
  },
24751
- __wbg_getOutputNotesFromIds_40ec543cc8597acb: function(arg0, arg1, arg2, arg3) {
24751
+ __wbg_getOutputNotesFromIds_e4e43ea7ee10ce3b: function(arg0, arg1, arg2, arg3) {
24752
24752
  var v0 = getArrayJsValueFromWasm0(arg2, arg3).slice();
24753
24753
  wasm.__wbindgen_free(arg2, arg3 * 4, 4);
24754
24754
  const ret = getOutputNotesFromIds(getStringFromWasm0(arg0, arg1), v0);
24755
24755
  return ret;
24756
24756
  },
24757
- __wbg_getOutputNotesFromNullifiers_e354ef39f1caaa06: function(arg0, arg1, arg2, arg3) {
24757
+ __wbg_getOutputNotesFromNullifiers_5793389b5326d141: function(arg0, arg1, arg2, arg3) {
24758
24758
  var v0 = getArrayJsValueFromWasm0(arg2, arg3).slice();
24759
24759
  wasm.__wbindgen_free(arg2, arg3 * 4, 4);
24760
24760
  const ret = getOutputNotesFromNullifiers(getStringFromWasm0(arg0, arg1), v0);
24761
24761
  return ret;
24762
24762
  },
24763
- __wbg_getOutputNotes_f7df05cc81dd5a4a: function(arg0, arg1, arg2, arg3) {
24763
+ __wbg_getOutputNotes_dc82d3565d3003c8: function(arg0, arg1, arg2, arg3) {
24764
24764
  var v0 = getArrayU8FromWasm0(arg2, arg3).slice();
24765
24765
  wasm.__wbindgen_free(arg2, arg3 * 1, 1);
24766
24766
  const ret = getOutputNotes(getStringFromWasm0(arg0, arg1), v0);
24767
24767
  return ret;
24768
24768
  },
24769
- __wbg_getPartialBlockchainNodesAll_a4d6e01b7cb4514d: function(arg0, arg1) {
24769
+ __wbg_getPartialBlockchainNodesAll_85f7172793d8eb4f: function(arg0, arg1) {
24770
24770
  const ret = getPartialBlockchainNodesAll(getStringFromWasm0(arg0, arg1));
24771
24771
  return ret;
24772
24772
  },
24773
- __wbg_getPartialBlockchainNodesUpToInOrderIndex_44ddf5d7be0458f0: function(arg0, arg1, arg2, arg3) {
24773
+ __wbg_getPartialBlockchainNodesUpToInOrderIndex_655882ac21085fa7: function(arg0, arg1, arg2, arg3) {
24774
24774
  let deferred0_0;
24775
24775
  let deferred0_1;
24776
24776
  try {
@@ -24782,7 +24782,7 @@ function __wbg_get_imports() {
24782
24782
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24783
24783
  }
24784
24784
  },
24785
- __wbg_getPartialBlockchainNodes_83606a119576094d: function(arg0, arg1, arg2, arg3) {
24785
+ __wbg_getPartialBlockchainNodes_87b3768321d70002: function(arg0, arg1, arg2, arg3) {
24786
24786
  var v0 = getArrayJsValueFromWasm0(arg2, arg3).slice();
24787
24787
  wasm.__wbindgen_free(arg2, arg3 * 4, 4);
24788
24788
  const ret = getPartialBlockchainNodes(getStringFromWasm0(arg0, arg1), v0);
@@ -24795,7 +24795,7 @@ function __wbg_get_imports() {
24795
24795
  const ret = arg0.getReader();
24796
24796
  return ret;
24797
24797
  }, arguments); },
24798
- __wbg_getSetting_253ca767d0248255: function(arg0, arg1, arg2, arg3) {
24798
+ __wbg_getSetting_e9042efc55b18bbb: function(arg0, arg1, arg2, arg3) {
24799
24799
  let deferred0_0;
24800
24800
  let deferred0_1;
24801
24801
  try {
@@ -24807,7 +24807,7 @@ function __wbg_get_imports() {
24807
24807
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24808
24808
  }
24809
24809
  },
24810
- __wbg_getSyncHeight_3bfc3eb6e40e3e97: function(arg0, arg1) {
24810
+ __wbg_getSyncHeight_52e3dd3c6a2a9643: function(arg0, arg1) {
24811
24811
  const ret = getSyncHeight(getStringFromWasm0(arg0, arg1));
24812
24812
  return ret;
24813
24813
  },
@@ -24815,15 +24815,15 @@ function __wbg_get_imports() {
24815
24815
  const ret = arg0.getTime();
24816
24816
  return ret;
24817
24817
  },
24818
- __wbg_getTrackedBlockHeaderNumbers_2dee370065038781: function(arg0, arg1) {
24818
+ __wbg_getTrackedBlockHeaderNumbers_0e827a6fbace9440: function(arg0, arg1) {
24819
24819
  const ret = getTrackedBlockHeaderNumbers(getStringFromWasm0(arg0, arg1));
24820
24820
  return ret;
24821
24821
  },
24822
- __wbg_getTrackedBlockHeaders_18d50e64219e9864: function(arg0, arg1) {
24822
+ __wbg_getTrackedBlockHeaders_aec6fdccb131fcc4: function(arg0, arg1) {
24823
24823
  const ret = getTrackedBlockHeaders(getStringFromWasm0(arg0, arg1));
24824
24824
  return ret;
24825
24825
  },
24826
- __wbg_getTransactions_ad8d5fe25611a846: function(arg0, arg1, arg2, arg3) {
24826
+ __wbg_getTransactions_a5e46e592ec6567b: function(arg0, arg1, arg2, arg3) {
24827
24827
  let deferred0_0;
24828
24828
  let deferred0_1;
24829
24829
  try {
@@ -24835,7 +24835,7 @@ function __wbg_get_imports() {
24835
24835
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24836
24836
  }
24837
24837
  },
24838
- __wbg_getUnspentInputNoteNullifiers_ebaf421fc0015fa2: function(arg0, arg1) {
24838
+ __wbg_getUnspentInputNoteNullifiers_0753945c0300356f: function(arg0, arg1) {
24839
24839
  const ret = getUnspentInputNoteNullifiers(getStringFromWasm0(arg0, arg1));
24840
24840
  return ret;
24841
24841
  },
@@ -24879,7 +24879,7 @@ function __wbg_get_imports() {
24879
24879
  const ret = InputNoteRecord.__wrap(arg0);
24880
24880
  return ret;
24881
24881
  },
24882
- __wbg_insertAccountAddress_a51e79c880ced1cf: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24882
+ __wbg_insertAccountAddress_0d293c362728e99b: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24883
24883
  let deferred0_0;
24884
24884
  let deferred0_1;
24885
24885
  try {
@@ -24893,7 +24893,7 @@ function __wbg_get_imports() {
24893
24893
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24894
24894
  }
24895
24895
  },
24896
- __wbg_insertAccountAuth_b3858458a03809ae: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24896
+ __wbg_insertAccountAuth_be13c8ed59e28915: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24897
24897
  let deferred0_0;
24898
24898
  let deferred0_1;
24899
24899
  let deferred1_0;
@@ -24910,7 +24910,7 @@ function __wbg_get_imports() {
24910
24910
  wasm.__wbindgen_free(deferred1_0, deferred1_1, 1);
24911
24911
  }
24912
24912
  },
24913
- __wbg_insertAccountKeyMapping_fbbf855438446c03: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24913
+ __wbg_insertAccountKeyMapping_e21f0da8ff1a235d: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24914
24914
  let deferred0_0;
24915
24915
  let deferred0_1;
24916
24916
  let deferred1_0;
@@ -24927,13 +24927,13 @@ function __wbg_get_imports() {
24927
24927
  wasm.__wbindgen_free(deferred1_0, deferred1_1, 1);
24928
24928
  }
24929
24929
  },
24930
- __wbg_insertBlockHeader_5536ebc96b4798c2: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24930
+ __wbg_insertBlockHeader_0fd9441e660932f4: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24931
24931
  var v0 = getArrayU8FromWasm0(arg3, arg4).slice();
24932
24932
  wasm.__wbindgen_free(arg3, arg4 * 1, 1);
24933
24933
  const ret = insertBlockHeader(getStringFromWasm0(arg0, arg1), arg2 >>> 0, v0, arg5 !== 0);
24934
24934
  return ret;
24935
24935
  },
24936
- __wbg_insertPartialBlockchainNodes_c23a7fa71eb012cb: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24936
+ __wbg_insertPartialBlockchainNodes_41ca6874a5cf6e1c: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24937
24937
  var v0 = getArrayJsValueFromWasm0(arg2, arg3).slice();
24938
24938
  wasm.__wbindgen_free(arg2, arg3 * 4, 4);
24939
24939
  var v1 = getArrayJsValueFromWasm0(arg4, arg5).slice();
@@ -24941,7 +24941,7 @@ function __wbg_get_imports() {
24941
24941
  const ret = insertPartialBlockchainNodes(getStringFromWasm0(arg0, arg1), v0, v1);
24942
24942
  return ret;
24943
24943
  },
24944
- __wbg_insertSetting_8c97168fca4bc5c5: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24944
+ __wbg_insertSetting_36744f044c3bb7e7: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24945
24945
  let deferred0_0;
24946
24946
  let deferred0_1;
24947
24947
  try {
@@ -24955,7 +24955,7 @@ function __wbg_get_imports() {
24955
24955
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
24956
24956
  }
24957
24957
  },
24958
- __wbg_insertTransactionScript_1659a26e7d4e8b52: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24958
+ __wbg_insertTransactionScript_3940a90473bfede6: function(arg0, arg1, arg2, arg3, arg4, arg5) {
24959
24959
  var v0 = getArrayU8FromWasm0(arg2, arg3).slice();
24960
24960
  wasm.__wbindgen_free(arg2, arg3 * 1, 1);
24961
24961
  let v1;
@@ -25052,11 +25052,11 @@ function __wbg_get_imports() {
25052
25052
  const ret = arg0.length;
25053
25053
  return ret;
25054
25054
  },
25055
- __wbg_listSettingKeys_56269e70dbc1174c: function(arg0, arg1) {
25055
+ __wbg_listSettingKeys_0b73fd5d86306685: function(arg0, arg1) {
25056
25056
  const ret = listSettingKeys(getStringFromWasm0(arg0, arg1));
25057
25057
  return ret;
25058
25058
  },
25059
- __wbg_lockAccount_cd84affa0a834358: function(arg0, arg1, arg2, arg3) {
25059
+ __wbg_lockAccount_2e7498cedc727430: function(arg0, arg1, arg2, arg3) {
25060
25060
  let deferred0_0;
25061
25061
  let deferred0_1;
25062
25062
  try {
@@ -25255,7 +25255,7 @@ function __wbg_get_imports() {
25255
25255
  const ret = NoteTag.__unwrap(arg0);
25256
25256
  return ret;
25257
25257
  },
25258
- __wbg_openDatabase_17981eba13e00fdc: function(arg0, arg1, arg2, arg3) {
25258
+ __wbg_openDatabase_408b68d01263c8d9: function(arg0, arg1, arg2, arg3) {
25259
25259
  const ret = openDatabase(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3));
25260
25260
  return ret;
25261
25261
  },
@@ -25286,7 +25286,7 @@ function __wbg_get_imports() {
25286
25286
  const ret = ProvenTransaction.__wrap(arg0);
25287
25287
  return ret;
25288
25288
  },
25289
- __wbg_pruneAccountHistory_e0d6394c134a165c: function(arg0, arg1, arg2, arg3, arg4, arg5) {
25289
+ __wbg_pruneAccountHistory_e4591ff16590fc39: function(arg0, arg1, arg2, arg3, arg4, arg5) {
25290
25290
  let deferred0_0;
25291
25291
  let deferred0_1;
25292
25292
  let deferred1_0;
@@ -25303,7 +25303,7 @@ function __wbg_get_imports() {
25303
25303
  wasm.__wbindgen_free(deferred1_0, deferred1_1, 1);
25304
25304
  }
25305
25305
  },
25306
- __wbg_pruneIrrelevantBlocks_eb1f447cdba825b0: function(arg0, arg1, arg2, arg3, arg4, arg5) {
25306
+ __wbg_pruneIrrelevantBlocks_b4bbb376dc014b6b: function(arg0, arg1, arg2, arg3, arg4, arg5) {
25307
25307
  var v0 = getArrayU32FromWasm0(arg2, arg3).slice();
25308
25308
  wasm.__wbindgen_free(arg2, arg3 * 4, 4);
25309
25309
  var v1 = getArrayJsValueFromWasm0(arg4, arg5).slice();
@@ -25329,13 +25329,13 @@ function __wbg_get_imports() {
25329
25329
  __wbg_releaseLock_aa5846c2494b3032: function(arg0) {
25330
25330
  arg0.releaseLock();
25331
25331
  },
25332
- __wbg_removeAccountAddress_af59fd21bdac1724: function(arg0, arg1, arg2, arg3) {
25332
+ __wbg_removeAccountAddress_4c833638d59fd8d7: function(arg0, arg1, arg2, arg3) {
25333
25333
  var v0 = getArrayU8FromWasm0(arg2, arg3).slice();
25334
25334
  wasm.__wbindgen_free(arg2, arg3 * 1, 1);
25335
25335
  const ret = removeAccountAddress(getStringFromWasm0(arg0, arg1), v0);
25336
25336
  return ret;
25337
25337
  },
25338
- __wbg_removeAccountAuth_0a826954671c4b14: function(arg0, arg1, arg2, arg3) {
25338
+ __wbg_removeAccountAuth_536aea861f769be5: function(arg0, arg1, arg2, arg3) {
25339
25339
  let deferred0_0;
25340
25340
  let deferred0_1;
25341
25341
  try {
@@ -25347,7 +25347,7 @@ function __wbg_get_imports() {
25347
25347
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
25348
25348
  }
25349
25349
  },
25350
- __wbg_removeAllMappingsForKey_a3c019a389bb16b1: function(arg0, arg1, arg2, arg3) {
25350
+ __wbg_removeAllMappingsForKey_1ad4056391b6e556: function(arg0, arg1, arg2, arg3) {
25351
25351
  let deferred0_0;
25352
25352
  let deferred0_1;
25353
25353
  try {
@@ -25359,7 +25359,7 @@ function __wbg_get_imports() {
25359
25359
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
25360
25360
  }
25361
25361
  },
25362
- __wbg_removeNoteTag_8002568485e57cc5: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
25362
+ __wbg_removeNoteTag_25df6a90ad8692ed: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
25363
25363
  var v0 = getArrayU8FromWasm0(arg2, arg3).slice();
25364
25364
  wasm.__wbindgen_free(arg2, arg3 * 1, 1);
25365
25365
  let v1;
@@ -25380,7 +25380,7 @@ function __wbg_get_imports() {
25380
25380
  const ret = removeNoteTag(getStringFromWasm0(arg0, arg1), v0, v1, v2, v3);
25381
25381
  return ret;
25382
25382
  },
25383
- __wbg_removeSetting_d7d4e7bac50b96f6: function(arg0, arg1, arg2, arg3) {
25383
+ __wbg_removeSetting_ebdcd55495cb1017: function(arg0, arg1, arg2, arg3) {
25384
25384
  let deferred0_0;
25385
25385
  let deferred0_1;
25386
25386
  try {
@@ -25580,13 +25580,13 @@ function __wbg_get_imports() {
25580
25580
  const ret = TransactionSummary.__wrap(arg0);
25581
25581
  return ret;
25582
25582
  },
25583
- __wbg_undoAccountStates_2612c0beaf8bd1b8: function(arg0, arg1, arg2, arg3) {
25583
+ __wbg_undoAccountStates_7a7c5a8838aa3845: function(arg0, arg1, arg2, arg3) {
25584
25584
  var v0 = getArrayJsValueFromWasm0(arg2, arg3).slice();
25585
25585
  wasm.__wbindgen_free(arg2, arg3 * 4, 4);
25586
25586
  const ret = undoAccountStates(getStringFromWasm0(arg0, arg1), v0);
25587
25587
  return ret;
25588
25588
  },
25589
- __wbg_upsertAccountCode_90bc45f9056d9a65: function(arg0, arg1, arg2, arg3, arg4, arg5) {
25589
+ __wbg_upsertAccountCode_79526a78b7676971: function(arg0, arg1, arg2, arg3, arg4, arg5) {
25590
25590
  let deferred0_0;
25591
25591
  let deferred0_1;
25592
25592
  try {
@@ -25600,7 +25600,7 @@ function __wbg_get_imports() {
25600
25600
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
25601
25601
  }
25602
25602
  },
25603
- __wbg_upsertAccountRecord_07018035c7fcd8e9: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17) {
25603
+ __wbg_upsertAccountRecord_78ef5ee5891c4407: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17) {
25604
25604
  let deferred0_0;
25605
25605
  let deferred0_1;
25606
25606
  let deferred1_0;
@@ -25642,7 +25642,7 @@ function __wbg_get_imports() {
25642
25642
  wasm.__wbindgen_free(deferred5_0, deferred5_1, 1);
25643
25643
  }
25644
25644
  },
25645
- __wbg_upsertAccountStorage_6c49335faf715063: function(arg0, arg1, arg2, arg3, arg4, arg5) {
25645
+ __wbg_upsertAccountStorage_cb0450465224b3a3: function(arg0, arg1, arg2, arg3, arg4, arg5) {
25646
25646
  let deferred0_0;
25647
25647
  let deferred0_1;
25648
25648
  try {
@@ -25656,7 +25656,7 @@ function __wbg_get_imports() {
25656
25656
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
25657
25657
  }
25658
25658
  },
25659
- __wbg_upsertForeignAccountCode_6884ddcc23079909: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
25659
+ __wbg_upsertForeignAccountCode_8f058e14b39d0aa5: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
25660
25660
  let deferred0_0;
25661
25661
  let deferred0_1;
25662
25662
  let deferred2_0;
@@ -25675,7 +25675,7 @@ function __wbg_get_imports() {
25675
25675
  wasm.__wbindgen_free(deferred2_0, deferred2_1, 1);
25676
25676
  }
25677
25677
  },
25678
- __wbg_upsertInputNote_491b4f316c914f08: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, arg28) {
25678
+ __wbg_upsertInputNote_88a3d72329020306: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, arg28) {
25679
25679
  let deferred0_0;
25680
25680
  let deferred0_1;
25681
25681
  let deferred6_0;
@@ -25724,7 +25724,7 @@ function __wbg_get_imports() {
25724
25724
  wasm.__wbindgen_free(deferred9_0, deferred9_1, 1);
25725
25725
  }
25726
25726
  },
25727
- __wbg_upsertNoteScript_8cb185364b8b811c: function(arg0, arg1, arg2, arg3, arg4, arg5) {
25727
+ __wbg_upsertNoteScript_ee5a46681df483c4: function(arg0, arg1, arg2, arg3, arg4, arg5) {
25728
25728
  let deferred0_0;
25729
25729
  let deferred0_1;
25730
25730
  try {
@@ -25738,7 +25738,7 @@ function __wbg_get_imports() {
25738
25738
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
25739
25739
  }
25740
25740
  },
25741
- __wbg_upsertOutputNote_28a007cae68c5f83: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19) {
25741
+ __wbg_upsertOutputNote_d85873588c0ff0d1: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19) {
25742
25742
  let deferred0_0;
25743
25743
  let deferred0_1;
25744
25744
  let deferred1_0;
@@ -25773,7 +25773,7 @@ function __wbg_get_imports() {
25773
25773
  wasm.__wbindgen_free(deferred4_0, deferred4_1, 1);
25774
25774
  }
25775
25775
  },
25776
- __wbg_upsertStorageMapEntries_7c81b5bca7ee1c50: function(arg0, arg1, arg2, arg3, arg4, arg5) {
25776
+ __wbg_upsertStorageMapEntries_f69072278033a28a: function(arg0, arg1, arg2, arg3, arg4, arg5) {
25777
25777
  let deferred0_0;
25778
25778
  let deferred0_1;
25779
25779
  try {
@@ -25787,7 +25787,7 @@ function __wbg_get_imports() {
25787
25787
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
25788
25788
  }
25789
25789
  },
25790
- __wbg_upsertTransactionRecord_b80c9a5ba744de46: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
25790
+ __wbg_upsertTransactionRecord_d141b6ccd2a2532e: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
25791
25791
  let deferred0_0;
25792
25792
  let deferred0_1;
25793
25793
  try {
@@ -25808,7 +25808,7 @@ function __wbg_get_imports() {
25808
25808
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
25809
25809
  }
25810
25810
  },
25811
- __wbg_upsertVaultAssets_d2dccc19a14a6eb7: function(arg0, arg1, arg2, arg3, arg4, arg5) {
25811
+ __wbg_upsertVaultAssets_316fc3763a4f0e4d: function(arg0, arg1, arg2, arg3, arg4, arg5) {
25812
25812
  let deferred0_0;
25813
25813
  let deferred0_1;
25814
25814
  try {
@@ -25839,12 +25839,12 @@ function __wbg_get_imports() {
25839
25839
  return ret;
25840
25840
  },
25841
25841
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
25842
- // Cast intrinsic for `Closure(Closure { dtor_idx: 447, function: Function { arguments: [Externref], shim_idx: 797, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
25842
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 446, function: Function { arguments: [Externref], shim_idx: 797, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
25843
25843
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h65b4a4b483610b7a, wasm_bindgen__convert__closures_____invoke__h96a0cd761ddddb92);
25844
25844
  return ret;
25845
25845
  },
25846
25846
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
25847
- // Cast intrinsic for `Closure(Closure { dtor_idx: 447, function: Function { arguments: [], shim_idx: 448, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
25847
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 446, function: Function { arguments: [], shim_idx: 447, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
25848
25848
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h65b4a4b483610b7a, wasm_bindgen__convert__closures_____invoke__h22b4680d7abdc442);
25849
25849
  return ret;
25850
25850
  },
@@ -26780,7 +26780,7 @@ async function __wbg_init(module_or_path) {
26780
26780
 
26781
26781
  const module$1 = new URL("assets/miden_client_web.wasm", self.location.href);
26782
26782
 
26783
- var CargoDlo4tWNG = /*#__PURE__*/Object.freeze({
26783
+ var CargoBP70qVT = /*#__PURE__*/Object.freeze({
26784
26784
  __proto__: null,
26785
26785
  Account: Account,
26786
26786
  AccountArray: AccountArray,