saito-wasm 0.2.103 → 0.2.104

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.
package/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "saito-wasm"
3
- version = "0.2.103"
3
+ version = "0.2.104"
4
4
  edition = "2021"
5
5
 
6
6
  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saito-wasm",
3
- "version": "0.2.103",
3
+ "version": "0.2.104",
4
4
  "description": "js wrappings around saito-core using wasm",
5
5
  "scripts": {
6
6
  "test": "./node_modules/.bin/jest",
package/pkg/node/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  let imports = {};
2
2
  imports['__wbindgen_placeholder__'] = module.exports;
3
3
  let wasm;
4
- const { MsgHandler } = require(String.raw`./snippets/saito-wasm-aef72dbe374a7c13/js/msg_handler.js`);
4
+ const { MsgHandler } = require(String.raw`./snippets/saito-wasm-d25a42cb74885a3b/js/msg_handler.js`);
5
5
  const { TextDecoder, TextEncoder } = require(`util`);
6
6
 
7
7
  const heap = new Array(128).fill(undefined);
@@ -2627,8 +2627,13 @@ module.exports.__wbg_wasmslip_new = function(arg0) {
2627
2627
  return addHeapObject(ret);
2628
2628
  };
2629
2629
 
2630
- module.exports.__wbg_wasmblock_new = function(arg0) {
2631
- const ret = WasmBlock.__wrap(arg0);
2630
+ module.exports.__wbg_wasmwalletslip_new = function(arg0) {
2631
+ const ret = WasmWalletSlip.__wrap(arg0);
2632
+ return addHeapObject(ret);
2633
+ };
2634
+
2635
+ module.exports.__wbg_wasmpeer_new = function(arg0) {
2636
+ const ret = WasmPeer.__wrap(arg0);
2632
2637
  return addHeapObject(ret);
2633
2638
  };
2634
2639
 
@@ -2641,6 +2646,11 @@ module.exports.__wbindgen_string_get = function(arg0, arg1) {
2641
2646
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
2642
2647
  };
2643
2648
 
2649
+ module.exports.__wbg_wasmbalancesnapshot_new = function(arg0) {
2650
+ const ret = WasmBalanceSnapshot.__wrap(arg0);
2651
+ return addHeapObject(ret);
2652
+ };
2653
+
2644
2654
  module.exports.__wbg_wasmwallet_new = function(arg0) {
2645
2655
  const ret = WasmWallet.__wrap(arg0);
2646
2656
  return addHeapObject(ret);
@@ -2651,13 +2661,8 @@ module.exports.__wbg_wasmnft_new = function(arg0) {
2651
2661
  return addHeapObject(ret);
2652
2662
  };
2653
2663
 
2654
- module.exports.__wbg_wasmbalancesnapshot_new = function(arg0) {
2655
- const ret = WasmBalanceSnapshot.__wrap(arg0);
2656
- return addHeapObject(ret);
2657
- };
2658
-
2659
- module.exports.__wbg_wasmwalletslip_new = function(arg0) {
2660
- const ret = WasmWalletSlip.__wrap(arg0);
2664
+ module.exports.__wbg_wasmblock_new = function(arg0) {
2665
+ const ret = WasmBlock.__wrap(arg0);
2661
2666
  return addHeapObject(ret);
2662
2667
  };
2663
2668
 
@@ -2666,11 +2671,6 @@ module.exports.__wbg_wasmblockchain_new = function(arg0) {
2666
2671
  return addHeapObject(ret);
2667
2672
  };
2668
2673
 
2669
- module.exports.__wbg_wasmpeer_new = function(arg0) {
2670
- const ret = WasmPeer.__wrap(arg0);
2671
- return addHeapObject(ret);
2672
- };
2673
-
2674
2674
  module.exports.__wbg_wasmhop_new = function(arg0) {
2675
2675
  const ret = WasmHop.__wrap(arg0);
2676
2676
  return addHeapObject(ret);
@@ -2702,15 +2702,15 @@ module.exports.__wbindgen_in = function(arg0, arg1) {
2702
2702
  return ret;
2703
2703
  };
2704
2704
 
2705
- module.exports.__wbg_sendmessage_20a4f7d4f39fc4c1 = function(arg0, arg1) {
2705
+ module.exports.__wbg_sendmessage_fd312603259ac361 = function(arg0, arg1) {
2706
2706
  MsgHandler.send_message(takeObject(arg0), getObject(arg1));
2707
2707
  };
2708
2708
 
2709
- module.exports.__wbg_sendmessagetoall_98d02189c826aae2 = function(arg0, arg1) {
2709
+ module.exports.__wbg_sendmessagetoall_d260e66a370a2e4f = function(arg0, arg1) {
2710
2710
  MsgHandler.send_message_to_all(getObject(arg0), getObject(arg1));
2711
2711
  };
2712
2712
 
2713
- module.exports.__wbg_connecttopeer_4c08c5e758a7738e = function() { return handleError(function (arg0, arg1, arg2) {
2713
+ module.exports.__wbg_connecttopeer_65503e33e30a5a2d = function() { return handleError(function (arg0, arg1, arg2) {
2714
2714
  let deferred0_0;
2715
2715
  let deferred0_1;
2716
2716
  try {
@@ -2723,12 +2723,12 @@ module.exports.__wbg_connecttopeer_4c08c5e758a7738e = function() { return handle
2723
2723
  }
2724
2724
  }, arguments) };
2725
2725
 
2726
- module.exports.__wbg_disconnectfrompeer_2b443957e36dabfb = function() { return handleError(function (arg0) {
2726
+ module.exports.__wbg_disconnectfrompeer_ff847f92acb46897 = function() { return handleError(function (arg0) {
2727
2727
  const ret = MsgHandler.disconnect_from_peer(takeObject(arg0));
2728
2728
  return addHeapObject(ret);
2729
2729
  }, arguments) };
2730
2730
 
2731
- module.exports.__wbg_fetchblockfrompeer_24fc6c689312576e = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
2731
+ module.exports.__wbg_fetchblockfrompeer_a10e88f0e687722e = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
2732
2732
  let deferred0_0;
2733
2733
  let deferred0_1;
2734
2734
  try {
@@ -2741,7 +2741,7 @@ module.exports.__wbg_fetchblockfrompeer_24fc6c689312576e = function() { return h
2741
2741
  }
2742
2742
  }, arguments) };
2743
2743
 
2744
- module.exports.__wbg_writevalue_67bc130b10aacb30 = function(arg0, arg1, arg2) {
2744
+ module.exports.__wbg_writevalue_42f53874a72111a1 = function(arg0, arg1, arg2) {
2745
2745
  let deferred0_0;
2746
2746
  let deferred0_1;
2747
2747
  try {
@@ -2753,7 +2753,7 @@ module.exports.__wbg_writevalue_67bc130b10aacb30 = function(arg0, arg1, arg2) {
2753
2753
  }
2754
2754
  };
2755
2755
 
2756
- module.exports.__wbg_appendvalue_912bc46e9907c562 = function(arg0, arg1, arg2) {
2756
+ module.exports.__wbg_appendvalue_648268b8050ba4fe = function(arg0, arg1, arg2) {
2757
2757
  let deferred0_0;
2758
2758
  let deferred0_1;
2759
2759
  try {
@@ -2765,7 +2765,7 @@ module.exports.__wbg_appendvalue_912bc46e9907c562 = function(arg0, arg1, arg2) {
2765
2765
  }
2766
2766
  };
2767
2767
 
2768
- module.exports.__wbg_flushdata_5d46c6303315afd6 = function(arg0, arg1) {
2768
+ module.exports.__wbg_flushdata_7c81082de9c01056 = function(arg0, arg1) {
2769
2769
  let deferred0_0;
2770
2770
  let deferred0_1;
2771
2771
  try {
@@ -2777,7 +2777,7 @@ module.exports.__wbg_flushdata_5d46c6303315afd6 = function(arg0, arg1) {
2777
2777
  }
2778
2778
  };
2779
2779
 
2780
- module.exports.__wbg_readvalue_137acf32971e0b4f = function() { return handleError(function (arg0, arg1) {
2780
+ module.exports.__wbg_readvalue_f2d90716a1b2acf7 = function() { return handleError(function (arg0, arg1) {
2781
2781
  let deferred0_0;
2782
2782
  let deferred0_1;
2783
2783
  try {
@@ -2790,12 +2790,12 @@ module.exports.__wbg_readvalue_137acf32971e0b4f = function() { return handleErro
2790
2790
  }
2791
2791
  }, arguments) };
2792
2792
 
2793
- module.exports.__wbg_loadblockfilelist_40610b8e847e7cd6 = function() { return handleError(function () {
2793
+ module.exports.__wbg_loadblockfilelist_2c9ac517bdf64f0d = function() { return handleError(function () {
2794
2794
  const ret = MsgHandler.load_block_file_list();
2795
2795
  return addHeapObject(ret);
2796
2796
  }, arguments) };
2797
2797
 
2798
- module.exports.__wbg_isexistingfile_05114c7495f8d72d = function() { return handleError(function (arg0, arg1) {
2798
+ module.exports.__wbg_isexistingfile_ed318375fe04c576 = function() { return handleError(function (arg0, arg1) {
2799
2799
  let deferred0_0;
2800
2800
  let deferred0_1;
2801
2801
  try {
@@ -2808,7 +2808,7 @@ module.exports.__wbg_isexistingfile_05114c7495f8d72d = function() { return handl
2808
2808
  }
2809
2809
  }, arguments) };
2810
2810
 
2811
- module.exports.__wbg_removevalue_e32ce42250e94fb9 = function() { return handleError(function (arg0, arg1) {
2811
+ module.exports.__wbg_removevalue_88d28563e5d1f242 = function() { return handleError(function (arg0, arg1) {
2812
2812
  let deferred0_0;
2813
2813
  let deferred0_1;
2814
2814
  try {
@@ -2821,7 +2821,7 @@ module.exports.__wbg_removevalue_e32ce42250e94fb9 = function() { return handleEr
2821
2821
  }
2822
2822
  }, arguments) };
2823
2823
 
2824
- module.exports.__wbg_ensureblockdirectoryexists_37f13607b03ce173 = function() { return handleError(function (arg0, arg1) {
2824
+ module.exports.__wbg_ensureblockdirectoryexists_87d1a78c94eb0223 = function() { return handleError(function (arg0, arg1) {
2825
2825
  let deferred0_0;
2826
2826
  let deferred0_1;
2827
2827
  try {
@@ -2833,19 +2833,19 @@ module.exports.__wbg_ensureblockdirectoryexists_37f13607b03ce173 = function() {
2833
2833
  }
2834
2834
  }, arguments) };
2835
2835
 
2836
- module.exports.__wbg_processapicall_081d8b5f5a89d194 = function(arg0, arg1, arg2) {
2836
+ module.exports.__wbg_processapicall_dfc4259d705decd2 = function(arg0, arg1, arg2) {
2837
2837
  MsgHandler.process_api_call(takeObject(arg0), arg1 >>> 0, takeObject(arg2));
2838
2838
  };
2839
2839
 
2840
- module.exports.__wbg_processapisuccess_55dd4aede75ab0d7 = function(arg0, arg1, arg2) {
2840
+ module.exports.__wbg_processapisuccess_612aa184cd48501a = function(arg0, arg1, arg2) {
2841
2841
  MsgHandler.process_api_success(takeObject(arg0), arg1 >>> 0, takeObject(arg2));
2842
2842
  };
2843
2843
 
2844
- module.exports.__wbg_processapierror_72909ad36f16e26d = function(arg0, arg1, arg2) {
2844
+ module.exports.__wbg_processapierror_05efdb2bb9d584b6 = function(arg0, arg1, arg2) {
2845
2845
  MsgHandler.process_api_error(takeObject(arg0), arg1 >>> 0, takeObject(arg2));
2846
2846
  };
2847
2847
 
2848
- module.exports.__wbg_sendinterfaceevent_0ff8f8a7de71671a = function(arg0, arg1, arg2, arg3, arg4) {
2848
+ module.exports.__wbg_sendinterfaceevent_b03041097e4cf264 = function(arg0, arg1, arg2, arg3, arg4) {
2849
2849
  let deferred0_0;
2850
2850
  let deferred0_1;
2851
2851
  let deferred1_0;
@@ -2862,7 +2862,7 @@ module.exports.__wbg_sendinterfaceevent_0ff8f8a7de71671a = function(arg0, arg1,
2862
2862
  }
2863
2863
  };
2864
2864
 
2865
- module.exports.__wbg_sendblocksuccess_e1a81a4070bac4e4 = function(arg0, arg1, arg2) {
2865
+ module.exports.__wbg_sendblocksuccess_0311dc78151e0074 = function(arg0, arg1, arg2) {
2866
2866
  let deferred0_0;
2867
2867
  let deferred0_1;
2868
2868
  try {
@@ -2874,11 +2874,11 @@ module.exports.__wbg_sendblocksuccess_e1a81a4070bac4e4 = function(arg0, arg1, ar
2874
2874
  }
2875
2875
  };
2876
2876
 
2877
- module.exports.__wbg_sendwalletupdate_84460739bee8bf4a = function() {
2877
+ module.exports.__wbg_sendwalletupdate_6d8a33de4e419831 = function() {
2878
2878
  MsgHandler.send_wallet_update();
2879
2879
  };
2880
2880
 
2881
- module.exports.__wbg_sendnewversionalert_38c184480687f2be = function(arg0, arg1, arg2) {
2881
+ module.exports.__wbg_sendnewversionalert_0946d4e304c8bf5f = function(arg0, arg1, arg2) {
2882
2882
  let deferred0_0;
2883
2883
  let deferred0_1;
2884
2884
  try {
@@ -2890,19 +2890,19 @@ module.exports.__wbg_sendnewversionalert_38c184480687f2be = function(arg0, arg1,
2890
2890
  }
2891
2891
  };
2892
2892
 
2893
- module.exports.__wbg_sendblockfetchstatusevent_a301033306af51e1 = function(arg0) {
2893
+ module.exports.__wbg_sendblockfetchstatusevent_05674f803786520e = function(arg0) {
2894
2894
  MsgHandler.send_block_fetch_status_event(BigInt.asUintN(64, arg0));
2895
2895
  };
2896
2896
 
2897
- module.exports.__wbg_savewallet_28d946419d2043e1 = function() {
2897
+ module.exports.__wbg_savewallet_fff6a08fc54781a2 = function() {
2898
2898
  MsgHandler.save_wallet();
2899
2899
  };
2900
2900
 
2901
- module.exports.__wbg_loadwallet_bcd441c67633cca9 = function() {
2901
+ module.exports.__wbg_loadwallet_c0ab02d318808be6 = function() {
2902
2902
  MsgHandler.load_wallet();
2903
2903
  };
2904
2904
 
2905
- module.exports.__wbg_getmyservices_03cfe29b3bb3606f = function() {
2905
+ module.exports.__wbg_getmyservices_5c459332683611b2 = function() {
2906
2906
  const ret = MsgHandler.get_my_services();
2907
2907
  _assertClass(ret, WasmPeerServiceList);
2908
2908
  var ptr1 = ret.__destroy_into_raw();
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saito-wasm",
3
- "version": "0.2.103",
3
+ "version": "0.2.104",
4
4
  "files": [
5
5
  "index_bg.wasm",
6
6
  "index.js",
package/pkg/web/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { MsgHandler } from './snippets/saito-wasm-aef72dbe374a7c13/js/msg_handler.js';
1
+ import { MsgHandler } from './snippets/saito-wasm-d25a42cb74885a3b/js/msg_handler.js';
2
2
 
3
3
  let wasm;
4
4
 
@@ -2638,8 +2638,12 @@ function __wbg_get_imports() {
2638
2638
  const ret = WasmSlip.__wrap(arg0);
2639
2639
  return addHeapObject(ret);
2640
2640
  };
2641
- imports.wbg.__wbg_wasmblock_new = function(arg0) {
2642
- const ret = WasmBlock.__wrap(arg0);
2641
+ imports.wbg.__wbg_wasmwalletslip_new = function(arg0) {
2642
+ const ret = WasmWalletSlip.__wrap(arg0);
2643
+ return addHeapObject(ret);
2644
+ };
2645
+ imports.wbg.__wbg_wasmpeer_new = function(arg0) {
2646
+ const ret = WasmPeer.__wrap(arg0);
2643
2647
  return addHeapObject(ret);
2644
2648
  };
2645
2649
  imports.wbg.__wbindgen_string_get = function(arg0, arg1) {
@@ -2650,6 +2654,10 @@ function __wbg_get_imports() {
2650
2654
  getInt32Memory0()[arg0 / 4 + 1] = len1;
2651
2655
  getInt32Memory0()[arg0 / 4 + 0] = ptr1;
2652
2656
  };
2657
+ imports.wbg.__wbg_wasmbalancesnapshot_new = function(arg0) {
2658
+ const ret = WasmBalanceSnapshot.__wrap(arg0);
2659
+ return addHeapObject(ret);
2660
+ };
2653
2661
  imports.wbg.__wbg_wasmwallet_new = function(arg0) {
2654
2662
  const ret = WasmWallet.__wrap(arg0);
2655
2663
  return addHeapObject(ret);
@@ -2658,22 +2666,14 @@ function __wbg_get_imports() {
2658
2666
  const ret = WasmNFT.__wrap(arg0);
2659
2667
  return addHeapObject(ret);
2660
2668
  };
2661
- imports.wbg.__wbg_wasmbalancesnapshot_new = function(arg0) {
2662
- const ret = WasmBalanceSnapshot.__wrap(arg0);
2663
- return addHeapObject(ret);
2664
- };
2665
- imports.wbg.__wbg_wasmwalletslip_new = function(arg0) {
2666
- const ret = WasmWalletSlip.__wrap(arg0);
2669
+ imports.wbg.__wbg_wasmblock_new = function(arg0) {
2670
+ const ret = WasmBlock.__wrap(arg0);
2667
2671
  return addHeapObject(ret);
2668
2672
  };
2669
2673
  imports.wbg.__wbg_wasmblockchain_new = function(arg0) {
2670
2674
  const ret = WasmBlockchain.__wrap(arg0);
2671
2675
  return addHeapObject(ret);
2672
2676
  };
2673
- imports.wbg.__wbg_wasmpeer_new = function(arg0) {
2674
- const ret = WasmPeer.__wrap(arg0);
2675
- return addHeapObject(ret);
2676
- };
2677
2677
  imports.wbg.__wbg_wasmhop_new = function(arg0) {
2678
2678
  const ret = WasmHop.__wrap(arg0);
2679
2679
  return addHeapObject(ret);
@@ -2699,13 +2699,13 @@ function __wbg_get_imports() {
2699
2699
  const ret = getObject(arg0) in getObject(arg1);
2700
2700
  return ret;
2701
2701
  };
2702
- imports.wbg.__wbg_sendmessage_20a4f7d4f39fc4c1 = function(arg0, arg1) {
2702
+ imports.wbg.__wbg_sendmessage_fd312603259ac361 = function(arg0, arg1) {
2703
2703
  MsgHandler.send_message(takeObject(arg0), getObject(arg1));
2704
2704
  };
2705
- imports.wbg.__wbg_sendmessagetoall_98d02189c826aae2 = function(arg0, arg1) {
2705
+ imports.wbg.__wbg_sendmessagetoall_d260e66a370a2e4f = function(arg0, arg1) {
2706
2706
  MsgHandler.send_message_to_all(getObject(arg0), getObject(arg1));
2707
2707
  };
2708
- imports.wbg.__wbg_connecttopeer_4c08c5e758a7738e = function() { return handleError(function (arg0, arg1, arg2) {
2708
+ imports.wbg.__wbg_connecttopeer_65503e33e30a5a2d = function() { return handleError(function (arg0, arg1, arg2) {
2709
2709
  let deferred0_0;
2710
2710
  let deferred0_1;
2711
2711
  try {
@@ -2717,11 +2717,11 @@ function __wbg_get_imports() {
2717
2717
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
2718
2718
  }
2719
2719
  }, arguments) };
2720
- imports.wbg.__wbg_disconnectfrompeer_2b443957e36dabfb = function() { return handleError(function (arg0) {
2720
+ imports.wbg.__wbg_disconnectfrompeer_ff847f92acb46897 = function() { return handleError(function (arg0) {
2721
2721
  const ret = MsgHandler.disconnect_from_peer(takeObject(arg0));
2722
2722
  return addHeapObject(ret);
2723
2723
  }, arguments) };
2724
- imports.wbg.__wbg_fetchblockfrompeer_24fc6c689312576e = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
2724
+ imports.wbg.__wbg_fetchblockfrompeer_a10e88f0e687722e = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
2725
2725
  let deferred0_0;
2726
2726
  let deferred0_1;
2727
2727
  try {
@@ -2733,7 +2733,7 @@ function __wbg_get_imports() {
2733
2733
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
2734
2734
  }
2735
2735
  }, arguments) };
2736
- imports.wbg.__wbg_writevalue_67bc130b10aacb30 = function(arg0, arg1, arg2) {
2736
+ imports.wbg.__wbg_writevalue_42f53874a72111a1 = function(arg0, arg1, arg2) {
2737
2737
  let deferred0_0;
2738
2738
  let deferred0_1;
2739
2739
  try {
@@ -2744,7 +2744,7 @@ function __wbg_get_imports() {
2744
2744
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
2745
2745
  }
2746
2746
  };
2747
- imports.wbg.__wbg_appendvalue_912bc46e9907c562 = function(arg0, arg1, arg2) {
2747
+ imports.wbg.__wbg_appendvalue_648268b8050ba4fe = function(arg0, arg1, arg2) {
2748
2748
  let deferred0_0;
2749
2749
  let deferred0_1;
2750
2750
  try {
@@ -2755,7 +2755,7 @@ function __wbg_get_imports() {
2755
2755
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
2756
2756
  }
2757
2757
  };
2758
- imports.wbg.__wbg_flushdata_5d46c6303315afd6 = function(arg0, arg1) {
2758
+ imports.wbg.__wbg_flushdata_7c81082de9c01056 = function(arg0, arg1) {
2759
2759
  let deferred0_0;
2760
2760
  let deferred0_1;
2761
2761
  try {
@@ -2766,7 +2766,7 @@ function __wbg_get_imports() {
2766
2766
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
2767
2767
  }
2768
2768
  };
2769
- imports.wbg.__wbg_readvalue_137acf32971e0b4f = function() { return handleError(function (arg0, arg1) {
2769
+ imports.wbg.__wbg_readvalue_f2d90716a1b2acf7 = function() { return handleError(function (arg0, arg1) {
2770
2770
  let deferred0_0;
2771
2771
  let deferred0_1;
2772
2772
  try {
@@ -2778,11 +2778,11 @@ function __wbg_get_imports() {
2778
2778
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
2779
2779
  }
2780
2780
  }, arguments) };
2781
- imports.wbg.__wbg_loadblockfilelist_40610b8e847e7cd6 = function() { return handleError(function () {
2781
+ imports.wbg.__wbg_loadblockfilelist_2c9ac517bdf64f0d = function() { return handleError(function () {
2782
2782
  const ret = MsgHandler.load_block_file_list();
2783
2783
  return addHeapObject(ret);
2784
2784
  }, arguments) };
2785
- imports.wbg.__wbg_isexistingfile_05114c7495f8d72d = function() { return handleError(function (arg0, arg1) {
2785
+ imports.wbg.__wbg_isexistingfile_ed318375fe04c576 = function() { return handleError(function (arg0, arg1) {
2786
2786
  let deferred0_0;
2787
2787
  let deferred0_1;
2788
2788
  try {
@@ -2794,7 +2794,7 @@ function __wbg_get_imports() {
2794
2794
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
2795
2795
  }
2796
2796
  }, arguments) };
2797
- imports.wbg.__wbg_removevalue_e32ce42250e94fb9 = function() { return handleError(function (arg0, arg1) {
2797
+ imports.wbg.__wbg_removevalue_88d28563e5d1f242 = function() { return handleError(function (arg0, arg1) {
2798
2798
  let deferred0_0;
2799
2799
  let deferred0_1;
2800
2800
  try {
@@ -2806,7 +2806,7 @@ function __wbg_get_imports() {
2806
2806
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
2807
2807
  }
2808
2808
  }, arguments) };
2809
- imports.wbg.__wbg_ensureblockdirectoryexists_37f13607b03ce173 = function() { return handleError(function (arg0, arg1) {
2809
+ imports.wbg.__wbg_ensureblockdirectoryexists_87d1a78c94eb0223 = function() { return handleError(function (arg0, arg1) {
2810
2810
  let deferred0_0;
2811
2811
  let deferred0_1;
2812
2812
  try {
@@ -2817,16 +2817,16 @@ function __wbg_get_imports() {
2817
2817
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
2818
2818
  }
2819
2819
  }, arguments) };
2820
- imports.wbg.__wbg_processapicall_081d8b5f5a89d194 = function(arg0, arg1, arg2) {
2820
+ imports.wbg.__wbg_processapicall_dfc4259d705decd2 = function(arg0, arg1, arg2) {
2821
2821
  MsgHandler.process_api_call(takeObject(arg0), arg1 >>> 0, takeObject(arg2));
2822
2822
  };
2823
- imports.wbg.__wbg_processapisuccess_55dd4aede75ab0d7 = function(arg0, arg1, arg2) {
2823
+ imports.wbg.__wbg_processapisuccess_612aa184cd48501a = function(arg0, arg1, arg2) {
2824
2824
  MsgHandler.process_api_success(takeObject(arg0), arg1 >>> 0, takeObject(arg2));
2825
2825
  };
2826
- imports.wbg.__wbg_processapierror_72909ad36f16e26d = function(arg0, arg1, arg2) {
2826
+ imports.wbg.__wbg_processapierror_05efdb2bb9d584b6 = function(arg0, arg1, arg2) {
2827
2827
  MsgHandler.process_api_error(takeObject(arg0), arg1 >>> 0, takeObject(arg2));
2828
2828
  };
2829
- imports.wbg.__wbg_sendinterfaceevent_0ff8f8a7de71671a = function(arg0, arg1, arg2, arg3, arg4) {
2829
+ imports.wbg.__wbg_sendinterfaceevent_b03041097e4cf264 = function(arg0, arg1, arg2, arg3, arg4) {
2830
2830
  let deferred0_0;
2831
2831
  let deferred0_1;
2832
2832
  let deferred1_0;
@@ -2842,7 +2842,7 @@ function __wbg_get_imports() {
2842
2842
  wasm.__wbindgen_free(deferred1_0, deferred1_1, 1);
2843
2843
  }
2844
2844
  };
2845
- imports.wbg.__wbg_sendblocksuccess_e1a81a4070bac4e4 = function(arg0, arg1, arg2) {
2845
+ imports.wbg.__wbg_sendblocksuccess_0311dc78151e0074 = function(arg0, arg1, arg2) {
2846
2846
  let deferred0_0;
2847
2847
  let deferred0_1;
2848
2848
  try {
@@ -2853,10 +2853,10 @@ function __wbg_get_imports() {
2853
2853
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
2854
2854
  }
2855
2855
  };
2856
- imports.wbg.__wbg_sendwalletupdate_84460739bee8bf4a = function() {
2856
+ imports.wbg.__wbg_sendwalletupdate_6d8a33de4e419831 = function() {
2857
2857
  MsgHandler.send_wallet_update();
2858
2858
  };
2859
- imports.wbg.__wbg_sendnewversionalert_38c184480687f2be = function(arg0, arg1, arg2) {
2859
+ imports.wbg.__wbg_sendnewversionalert_0946d4e304c8bf5f = function(arg0, arg1, arg2) {
2860
2860
  let deferred0_0;
2861
2861
  let deferred0_1;
2862
2862
  try {
@@ -2867,16 +2867,16 @@ function __wbg_get_imports() {
2867
2867
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
2868
2868
  }
2869
2869
  };
2870
- imports.wbg.__wbg_sendblockfetchstatusevent_a301033306af51e1 = function(arg0) {
2870
+ imports.wbg.__wbg_sendblockfetchstatusevent_05674f803786520e = function(arg0) {
2871
2871
  MsgHandler.send_block_fetch_status_event(BigInt.asUintN(64, arg0));
2872
2872
  };
2873
- imports.wbg.__wbg_savewallet_28d946419d2043e1 = function() {
2873
+ imports.wbg.__wbg_savewallet_fff6a08fc54781a2 = function() {
2874
2874
  MsgHandler.save_wallet();
2875
2875
  };
2876
- imports.wbg.__wbg_loadwallet_bcd441c67633cca9 = function() {
2876
+ imports.wbg.__wbg_loadwallet_c0ab02d318808be6 = function() {
2877
2877
  MsgHandler.load_wallet();
2878
2878
  };
2879
- imports.wbg.__wbg_getmyservices_03cfe29b3bb3606f = function() {
2879
+ imports.wbg.__wbg_getmyservices_5c459332683611b2 = function() {
2880
2880
  const ret = MsgHandler.get_my_services();
2881
2881
  _assertClass(ret, WasmPeerServiceList);
2882
2882
  var ptr1 = ret.__destroy_into_raw();
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saito-wasm",
3
- "version": "0.2.103",
3
+ "version": "0.2.104",
4
4
  "files": [
5
5
  "index_bg.wasm",
6
6
  "index.js",