@secondts/bark-react-native 0.3.2 → 0.4.0

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.
@@ -223,19 +223,8 @@ const AddressWithIndex = exports.AddressWithIndex = (() => {
223
223
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
224
224
  })();
225
225
  return Object.freeze({
226
- /**
227
- * Create a frozen instance of {@link AddressWithIndex}, with defaults specified
228
- * in Rust, in the {@link bark} crate.
229
- */
230
226
  create,
231
- /**
232
- * Create a frozen instance of {@link AddressWithIndex}, with defaults specified
233
- * in Rust, in the {@link bark} crate.
234
- */
235
227
  new: create,
236
- /**
237
- * Defaults specified in the {@link bark} crate.
238
- */
239
228
  defaults: () => Object.freeze(defaults())
240
229
  });
241
230
  })();
@@ -271,19 +260,8 @@ const ArkInfo = exports.ArkInfo = (() => {
271
260
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
272
261
  })();
273
262
  return Object.freeze({
274
- /**
275
- * Create a frozen instance of {@link ArkInfo}, with defaults specified
276
- * in Rust, in the {@link bark} crate.
277
- */
278
263
  create,
279
- /**
280
- * Create a frozen instance of {@link ArkInfo}, with defaults specified
281
- * in Rust, in the {@link bark} crate.
282
- */
283
264
  new: create,
284
- /**
285
- * Defaults specified in the {@link bark} crate.
286
- */
287
265
  defaults: () => Object.freeze(defaults())
288
266
  });
289
267
  })();
@@ -345,19 +323,8 @@ const Balance = exports.Balance = (() => {
345
323
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
346
324
  })();
347
325
  return Object.freeze({
348
- /**
349
- * Create a frozen instance of {@link Balance}, with defaults specified
350
- * in Rust, in the {@link bark} crate.
351
- */
352
326
  create,
353
- /**
354
- * Create a frozen instance of {@link Balance}, with defaults specified
355
- * in Rust, in the {@link bark} crate.
356
- */
357
327
  new: create,
358
- /**
359
- * Defaults specified in the {@link bark} crate.
360
- */
361
328
  defaults: () => Object.freeze(defaults())
362
329
  });
363
330
  })();
@@ -401,19 +368,8 @@ const BlockRef = exports.BlockRef = (() => {
401
368
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
402
369
  })();
403
370
  return Object.freeze({
404
- /**
405
- * Create a frozen instance of {@link BlockRef}, with defaults specified
406
- * in Rust, in the {@link bark} crate.
407
- */
408
371
  create,
409
- /**
410
- * Create a frozen instance of {@link BlockRef}, with defaults specified
411
- * in Rust, in the {@link bark} crate.
412
- */
413
372
  new: create,
414
- /**
415
- * Defaults specified in the {@link bark} crate.
416
- */
417
373
  defaults: () => Object.freeze(defaults())
418
374
  });
419
375
  })();
@@ -449,19 +405,8 @@ const Config = exports.Config = (() => {
449
405
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
450
406
  })();
451
407
  return Object.freeze({
452
- /**
453
- * Create a frozen instance of {@link Config}, with defaults specified
454
- * in Rust, in the {@link bark} crate.
455
- */
456
408
  create,
457
- /**
458
- * Create a frozen instance of {@link Config}, with defaults specified
459
- * in Rust, in the {@link bark} crate.
460
- */
461
409
  new: create,
462
- /**
463
- * Defaults specified in the {@link bark} crate.
464
- */
465
410
  defaults: () => Object.freeze(defaults())
466
411
  });
467
412
  })();
@@ -470,6 +415,7 @@ const FfiConverterTypeConfig = (() => {
470
415
  read(from) {
471
416
  return {
472
417
  serverAddress: FfiConverterString.read(from),
418
+ serverAccessToken: FfiConverterOptionalString.read(from),
473
419
  esploraAddress: FfiConverterOptionalString.read(from),
474
420
  bitcoindAddress: FfiConverterOptionalString.read(from),
475
421
  bitcoindCookiefile: FfiConverterOptionalString.read(from),
@@ -487,6 +433,7 @@ const FfiConverterTypeConfig = (() => {
487
433
  }
488
434
  write(value, into) {
489
435
  FfiConverterString.write(value.serverAddress, into);
436
+ FfiConverterOptionalString.write(value.serverAccessToken, into);
490
437
  FfiConverterOptionalString.write(value.esploraAddress, into);
491
438
  FfiConverterOptionalString.write(value.bitcoindAddress, into);
492
439
  FfiConverterOptionalString.write(value.bitcoindCookiefile, into);
@@ -502,7 +449,7 @@ const FfiConverterTypeConfig = (() => {
502
449
  FfiConverterOptionalUInt64.write(value.daemonSlowSyncIntervalSecs, into);
503
450
  }
504
451
  allocationSize(value) {
505
- return FfiConverterString.allocationSize(value.serverAddress) + FfiConverterOptionalString.allocationSize(value.esploraAddress) + FfiConverterOptionalString.allocationSize(value.bitcoindAddress) + FfiConverterOptionalString.allocationSize(value.bitcoindCookiefile) + FfiConverterOptionalString.allocationSize(value.bitcoindUser) + FfiConverterOptionalString.allocationSize(value.bitcoindPass) + FfiConverterTypeNetwork.allocationSize(value.network) + FfiConverterOptionalUInt32.allocationSize(value.vtxoRefreshExpiryThreshold) + FfiConverterOptionalUInt16.allocationSize(value.vtxoExitMargin) + FfiConverterOptionalUInt16.allocationSize(value.htlcRecvClaimDelta) + FfiConverterOptionalUInt64.allocationSize(value.fallbackFeeRate) + FfiConverterOptionalUInt32.allocationSize(value.roundTxRequiredConfirmations) + FfiConverterOptionalUInt64.allocationSize(value.daemonFastSyncIntervalSecs) + FfiConverterOptionalUInt64.allocationSize(value.daemonSlowSyncIntervalSecs);
452
+ return FfiConverterString.allocationSize(value.serverAddress) + FfiConverterOptionalString.allocationSize(value.serverAccessToken) + FfiConverterOptionalString.allocationSize(value.esploraAddress) + FfiConverterOptionalString.allocationSize(value.bitcoindAddress) + FfiConverterOptionalString.allocationSize(value.bitcoindCookiefile) + FfiConverterOptionalString.allocationSize(value.bitcoindUser) + FfiConverterOptionalString.allocationSize(value.bitcoindPass) + FfiConverterTypeNetwork.allocationSize(value.network) + FfiConverterOptionalUInt32.allocationSize(value.vtxoRefreshExpiryThreshold) + FfiConverterOptionalUInt16.allocationSize(value.vtxoExitMargin) + FfiConverterOptionalUInt16.allocationSize(value.htlcRecvClaimDelta) + FfiConverterOptionalUInt64.allocationSize(value.fallbackFeeRate) + FfiConverterOptionalUInt32.allocationSize(value.roundTxRequiredConfirmations) + FfiConverterOptionalUInt64.allocationSize(value.daemonFastSyncIntervalSecs) + FfiConverterOptionalUInt64.allocationSize(value.daemonSlowSyncIntervalSecs);
506
453
  }
507
454
  }
508
455
  return new FFIConverter();
@@ -521,19 +468,8 @@ const CpfpParams = exports.CpfpParams = (() => {
521
468
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
522
469
  })();
523
470
  return Object.freeze({
524
- /**
525
- * Create a frozen instance of {@link CpfpParams}, with defaults specified
526
- * in Rust, in the {@link bark} crate.
527
- */
528
471
  create,
529
- /**
530
- * Create a frozen instance of {@link CpfpParams}, with defaults specified
531
- * in Rust, in the {@link bark} crate.
532
- */
533
472
  new: create,
534
- /**
535
- * Defaults specified in the {@link bark} crate.
536
- */
537
473
  defaults: () => Object.freeze(defaults())
538
474
  });
539
475
  })();
@@ -573,19 +509,8 @@ const Destination = exports.Destination = (() => {
573
509
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
574
510
  })();
575
511
  return Object.freeze({
576
- /**
577
- * Create a frozen instance of {@link Destination}, with defaults specified
578
- * in Rust, in the {@link bark} crate.
579
- */
580
512
  create,
581
- /**
582
- * Create a frozen instance of {@link Destination}, with defaults specified
583
- * in Rust, in the {@link bark} crate.
584
- */
585
513
  new: create,
586
- /**
587
- * Defaults specified in the {@link bark} crate.
588
- */
589
514
  defaults: () => Object.freeze(defaults())
590
515
  });
591
516
  })();
@@ -621,19 +546,8 @@ const ExitClaimTransaction = exports.ExitClaimTransaction = (() => {
621
546
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
622
547
  })();
623
548
  return Object.freeze({
624
- /**
625
- * Create a frozen instance of {@link ExitClaimTransaction}, with defaults specified
626
- * in Rust, in the {@link bark} crate.
627
- */
628
549
  create,
629
- /**
630
- * Create a frozen instance of {@link ExitClaimTransaction}, with defaults specified
631
- * in Rust, in the {@link bark} crate.
632
- */
633
550
  new: create,
634
- /**
635
- * Defaults specified in the {@link bark} crate.
636
- */
637
551
  defaults: () => Object.freeze(defaults())
638
552
  });
639
553
  })();
@@ -669,19 +583,8 @@ const ExitProgressStatus = exports.ExitProgressStatus = (() => {
669
583
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
670
584
  })();
671
585
  return Object.freeze({
672
- /**
673
- * Create a frozen instance of {@link ExitProgressStatus}, with defaults specified
674
- * in Rust, in the {@link bark} crate.
675
- */
676
586
  create,
677
- /**
678
- * Create a frozen instance of {@link ExitProgressStatus}, with defaults specified
679
- * in Rust, in the {@link bark} crate.
680
- */
681
587
  new: create,
682
- /**
683
- * Defaults specified in the {@link bark} crate.
684
- */
685
588
  defaults: () => Object.freeze(defaults())
686
589
  });
687
590
  })();
@@ -719,19 +622,8 @@ const ExitTransactionStatus = exports.ExitTransactionStatus = (() => {
719
622
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
720
623
  })();
721
624
  return Object.freeze({
722
- /**
723
- * Create a frozen instance of {@link ExitTransactionStatus}, with defaults specified
724
- * in Rust, in the {@link bark} crate.
725
- */
726
625
  create,
727
- /**
728
- * Create a frozen instance of {@link ExitTransactionStatus}, with defaults specified
729
- * in Rust, in the {@link bark} crate.
730
- */
731
626
  new: create,
732
- /**
733
- * Defaults specified in the {@link bark} crate.
734
- */
735
627
  defaults: () => Object.freeze(defaults())
736
628
  });
737
629
  })();
@@ -771,19 +663,8 @@ const ExitVtxo = exports.ExitVtxo = (() => {
771
663
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
772
664
  })();
773
665
  return Object.freeze({
774
- /**
775
- * Create a frozen instance of {@link ExitVtxo}, with defaults specified
776
- * in Rust, in the {@link bark} crate.
777
- */
778
666
  create,
779
- /**
780
- * Create a frozen instance of {@link ExitVtxo}, with defaults specified
781
- * in Rust, in the {@link bark} crate.
782
- */
783
667
  new: create,
784
- /**
785
- * Defaults specified in the {@link bark} crate.
786
- */
787
668
  defaults: () => Object.freeze(defaults())
788
669
  });
789
670
  })();
@@ -823,19 +704,8 @@ const FeeEstimate = exports.FeeEstimate = (() => {
823
704
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
824
705
  })();
825
706
  return Object.freeze({
826
- /**
827
- * Create a frozen instance of {@link FeeEstimate}, with defaults specified
828
- * in Rust, in the {@link bark} crate.
829
- */
830
707
  create,
831
- /**
832
- * Create a frozen instance of {@link FeeEstimate}, with defaults specified
833
- * in Rust, in the {@link bark} crate.
834
- */
835
708
  new: create,
836
- /**
837
- * Defaults specified in the {@link bark} crate.
838
- */
839
709
  defaults: () => Object.freeze(defaults())
840
710
  });
841
711
  })();
@@ -875,19 +745,8 @@ const LightningInvoice = exports.LightningInvoice = (() => {
875
745
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
876
746
  })();
877
747
  return Object.freeze({
878
- /**
879
- * Create a frozen instance of {@link LightningInvoice}, with defaults specified
880
- * in Rust, in the {@link bark} crate.
881
- */
882
748
  create,
883
- /**
884
- * Create a frozen instance of {@link LightningInvoice}, with defaults specified
885
- * in Rust, in the {@link bark} crate.
886
- */
887
749
  new: create,
888
- /**
889
- * Defaults specified in the {@link bark} crate.
890
- */
891
750
  defaults: () => Object.freeze(defaults())
892
751
  });
893
752
  })();
@@ -923,19 +782,8 @@ const LightningReceive = exports.LightningReceive = (() => {
923
782
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
924
783
  })();
925
784
  return Object.freeze({
926
- /**
927
- * Create a frozen instance of {@link LightningReceive}, with defaults specified
928
- * in Rust, in the {@link bark} crate.
929
- */
930
785
  create,
931
- /**
932
- * Create a frozen instance of {@link LightningReceive}, with defaults specified
933
- * in Rust, in the {@link bark} crate.
934
- */
935
786
  new: create,
936
- /**
937
- * Defaults specified in the {@link bark} crate.
938
- */
939
787
  defaults: () => Object.freeze(defaults())
940
788
  });
941
789
  })();
@@ -977,19 +825,8 @@ const LightningSend = exports.LightningSend = (() => {
977
825
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
978
826
  })();
979
827
  return Object.freeze({
980
- /**
981
- * Create a frozen instance of {@link LightningSend}, with defaults specified
982
- * in Rust, in the {@link bark} crate.
983
- */
984
828
  create,
985
- /**
986
- * Create a frozen instance of {@link LightningSend}, with defaults specified
987
- * in Rust, in the {@link bark} crate.
988
- */
989
829
  new: create,
990
- /**
991
- * Defaults specified in the {@link bark} crate.
992
- */
993
830
  defaults: () => Object.freeze(defaults())
994
831
  });
995
832
  })();
@@ -1029,19 +866,8 @@ const Movement = exports.Movement = (() => {
1029
866
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
1030
867
  })();
1031
868
  return Object.freeze({
1032
- /**
1033
- * Create a frozen instance of {@link Movement}, with defaults specified
1034
- * in Rust, in the {@link bark} crate.
1035
- */
1036
869
  create,
1037
- /**
1038
- * Create a frozen instance of {@link Movement}, with defaults specified
1039
- * in Rust, in the {@link bark} crate.
1040
- */
1041
870
  new: create,
1042
- /**
1043
- * Defaults specified in the {@link bark} crate.
1044
- */
1045
871
  defaults: () => Object.freeze(defaults())
1046
872
  });
1047
873
  })();
@@ -1105,19 +931,8 @@ const OffboardResult = exports.OffboardResult = (() => {
1105
931
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
1106
932
  })();
1107
933
  return Object.freeze({
1108
- /**
1109
- * Create a frozen instance of {@link OffboardResult}, with defaults specified
1110
- * in Rust, in the {@link bark} crate.
1111
- */
1112
934
  create,
1113
- /**
1114
- * Create a frozen instance of {@link OffboardResult}, with defaults specified
1115
- * in Rust, in the {@link bark} crate.
1116
- */
1117
935
  new: create,
1118
- /**
1119
- * Defaults specified in the {@link bark} crate.
1120
- */
1121
936
  defaults: () => Object.freeze(defaults())
1122
937
  });
1123
938
  })();
@@ -1151,19 +966,8 @@ const OnchainBalance = exports.OnchainBalance = (() => {
1151
966
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
1152
967
  })();
1153
968
  return Object.freeze({
1154
- /**
1155
- * Create a frozen instance of {@link OnchainBalance}, with defaults specified
1156
- * in Rust, in the {@link bark} crate.
1157
- */
1158
969
  create,
1159
- /**
1160
- * Create a frozen instance of {@link OnchainBalance}, with defaults specified
1161
- * in Rust, in the {@link bark} crate.
1162
- */
1163
970
  new: create,
1164
- /**
1165
- * Defaults specified in the {@link bark} crate.
1166
- */
1167
971
  defaults: () => Object.freeze(defaults())
1168
972
  });
1169
973
  })();
@@ -1201,19 +1005,8 @@ const OutPoint = exports.OutPoint = (() => {
1201
1005
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
1202
1006
  })();
1203
1007
  return Object.freeze({
1204
- /**
1205
- * Create a frozen instance of {@link OutPoint}, with defaults specified
1206
- * in Rust, in the {@link bark} crate.
1207
- */
1208
1008
  create,
1209
- /**
1210
- * Create a frozen instance of {@link OutPoint}, with defaults specified
1211
- * in Rust, in the {@link bark} crate.
1212
- */
1213
1009
  new: create,
1214
- /**
1215
- * Defaults specified in the {@link bark} crate.
1216
- */
1217
1010
  defaults: () => Object.freeze(defaults())
1218
1011
  });
1219
1012
  })();
@@ -1249,19 +1042,8 @@ const PendingBoard = exports.PendingBoard = (() => {
1249
1042
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
1250
1043
  })();
1251
1044
  return Object.freeze({
1252
- /**
1253
- * Create a frozen instance of {@link PendingBoard}, with defaults specified
1254
- * in Rust, in the {@link bark} crate.
1255
- */
1256
1045
  create,
1257
- /**
1258
- * Create a frozen instance of {@link PendingBoard}, with defaults specified
1259
- * in Rust, in the {@link bark} crate.
1260
- */
1261
1046
  new: create,
1262
- /**
1263
- * Defaults specified in the {@link bark} crate.
1264
- */
1265
1047
  defaults: () => Object.freeze(defaults())
1266
1048
  });
1267
1049
  })();
@@ -1299,19 +1081,8 @@ const RoundState = exports.RoundState = (() => {
1299
1081
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
1300
1082
  })();
1301
1083
  return Object.freeze({
1302
- /**
1303
- * Create a frozen instance of {@link RoundState}, with defaults specified
1304
- * in Rust, in the {@link bark} crate.
1305
- */
1306
1084
  create,
1307
- /**
1308
- * Create a frozen instance of {@link RoundState}, with defaults specified
1309
- * in Rust, in the {@link bark} crate.
1310
- */
1311
1085
  new: create,
1312
- /**
1313
- * Defaults specified in the {@link bark} crate.
1314
- */
1315
1086
  defaults: () => Object.freeze(defaults())
1316
1087
  });
1317
1088
  })();
@@ -1347,19 +1118,8 @@ const Vtxo = exports.Vtxo = (() => {
1347
1118
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
1348
1119
  })();
1349
1120
  return Object.freeze({
1350
- /**
1351
- * Create a frozen instance of {@link Vtxo}, with defaults specified
1352
- * in Rust, in the {@link bark} crate.
1353
- */
1354
1121
  create,
1355
- /**
1356
- * Create a frozen instance of {@link Vtxo}, with defaults specified
1357
- * in Rust, in the {@link bark} crate.
1358
- */
1359
1122
  new: create,
1360
- /**
1361
- * Defaults specified in the {@link bark} crate.
1362
- */
1363
1123
  defaults: () => Object.freeze(defaults())
1364
1124
  });
1365
1125
  })();
@@ -1401,19 +1161,8 @@ const WalletProperties = exports.WalletProperties = (() => {
1401
1161
  return (0, _uniffiBindgenReactNative.uniffiCreateRecord)(defaults);
1402
1162
  })();
1403
1163
  return Object.freeze({
1404
- /**
1405
- * Create a frozen instance of {@link WalletProperties}, with defaults specified
1406
- * in Rust, in the {@link bark} crate.
1407
- */
1408
1164
  create,
1409
- /**
1410
- * Create a frozen instance of {@link WalletProperties}, with defaults specified
1411
- * in Rust, in the {@link bark} crate.
1412
- */
1413
1165
  new: create,
1414
- /**
1415
- * Defaults specified in the {@link bark} crate.
1416
- */
1417
1166
  defaults: () => Object.freeze(defaults())
1418
1167
  });
1419
1168
  })();
@@ -2326,6 +2075,10 @@ const FfiConverterTypeWalletNotification = (() => {
2326
2075
  * by a new broadcast receiver. Only one consumer loop per holder is assumed.
2327
2076
  */
2328
2077
 
2078
+ /**
2079
+ * @deprecated Use `NotificationHolderLike` instead.
2080
+ */
2081
+
2329
2082
  /**
2330
2083
  * Pull-based handle for consuming wallet notifications.
2331
2084
  *
@@ -2435,7 +2188,7 @@ const uniffiTypeNotificationHolderObjectFactory = (() => {
2435
2188
  }
2436
2189
  };
2437
2190
  })();
2438
- // FfiConverter for NotificationHolderInterface
2191
+ // FfiConverter for NotificationHolderLike
2439
2192
  const FfiConverterTypeNotificationHolder = new _uniffiBindgenReactNative.FfiConverterObject(uniffiTypeNotificationHolderObjectFactory);
2440
2193
 
2441
2194
  /**
@@ -2446,6 +2199,10 @@ const FfiConverterTypeNotificationHolder = new _uniffiBindgenReactNative.FfiConv
2446
2199
  * - Custom: Your own wallet implementation via callbacks
2447
2200
  */
2448
2201
 
2202
+ /**
2203
+ * @deprecated Use `OnchainWalletLike` instead.
2204
+ */
2205
+
2449
2206
  /**
2450
2207
  * Onchain Bitcoin wallet for boarding and exits
2451
2208
  *
@@ -2615,13 +2372,17 @@ const uniffiTypeOnchainWalletObjectFactory = (() => {
2615
2372
  }
2616
2373
  };
2617
2374
  })();
2618
- // FfiConverter for OnchainWalletInterface
2375
+ // FfiConverter for OnchainWalletLike
2619
2376
  const FfiConverterTypeOnchainWallet = new _uniffiBindgenReactNative.FfiConverterObject(uniffiTypeOnchainWalletObjectFactory);
2620
2377
 
2621
2378
  /**
2622
2379
  * The main Bark wallet interface for Ark operations
2623
2380
  */
2624
2381
 
2382
+ /**
2383
+ * @deprecated Use `WalletLike` instead.
2384
+ */
2385
+
2625
2386
  /**
2626
2387
  * The main Bark wallet interface for Ark operations
2627
2388
  */
@@ -2858,6 +2619,30 @@ class Wallet extends _uniffiBindgenReactNative.UniffiAbstractObject {
2858
2619
  }
2859
2620
  }
2860
2621
 
2622
+ /**
2623
+ * Cancel a pending lightning receive by payment hash
2624
+ *
2625
+ * Server will refuse if HTLCs already granted, preimage already revealed,
2626
+ * or receive already finished.
2627
+ *
2628
+ * # Arguments
2629
+ *
2630
+ * * `payment_hash` - Payment hash as hex string
2631
+ */
2632
+ async cancelLightningReceive(paymentHash, asyncOpts_) /*throws*/{
2633
+ const __stack = uniffiIsDebug ? new Error().stack : undefined;
2634
+ try {
2635
+ return await (0, _uniffiBindgenReactNative.uniffiRustCallAsync)(/*rustCaller:*/uniffiCaller, /*rustFutureFunc:*/() => {
2636
+ return (0, _barkFfi.default)().ubrn_uniffi_bark_ffi_fn_method_wallet_cancel_lightning_receive(uniffiTypeWalletObjectFactory.clonePointer(this), FfiConverterString.lower(paymentHash));
2637
+ }, /*pollFunc:*/(0, _barkFfi.default)().ubrn_ffi_bark_ffi_rust_future_poll_void, /*cancelFunc:*/(0, _barkFfi.default)().ubrn_ffi_bark_ffi_rust_future_cancel_void, /*completeFunc:*/(0, _barkFfi.default)().ubrn_ffi_bark_ffi_rust_future_complete_void, /*freeFunc:*/(0, _barkFfi.default)().ubrn_ffi_bark_ffi_rust_future_free_void, /*liftFunc:*/_v => {}, /*liftString:*/FfiConverterString.lift, /*asyncOpts:*/asyncOpts_, /*errorHandler:*/FfiConverterTypeBarkError.lift.bind(FfiConverterTypeBarkError));
2638
+ } catch (__error) {
2639
+ if (uniffiIsDebug && __error instanceof Error) {
2640
+ __error.stack = __stack;
2641
+ }
2642
+ throw __error;
2643
+ }
2644
+ }
2645
+
2861
2646
  /**
2862
2647
  * Cancel a specific pending round
2863
2648
  */
@@ -2959,6 +2744,27 @@ class Wallet extends _uniffiBindgenReactNative.UniffiAbstractObject {
2959
2744
  }
2960
2745
  }
2961
2746
 
2747
+ /**
2748
+ * Estimate the fee for an arkoor payment
2749
+ *
2750
+ * # Arguments
2751
+ *
2752
+ * * `amount_sats` - Amount to send in sats
2753
+ */
2754
+ async estimateArkoorPaymentFee(amountSats, asyncOpts_) /*throws*/{
2755
+ const __stack = uniffiIsDebug ? new Error().stack : undefined;
2756
+ try {
2757
+ return await (0, _uniffiBindgenReactNative.uniffiRustCallAsync)(/*rustCaller:*/uniffiCaller, /*rustFutureFunc:*/() => {
2758
+ return (0, _barkFfi.default)().ubrn_uniffi_bark_ffi_fn_method_wallet_estimate_arkoor_payment_fee(uniffiTypeWalletObjectFactory.clonePointer(this), _uniffiBindgenReactNative.FfiConverterUInt64.lower(amountSats));
2759
+ }, /*pollFunc:*/(0, _barkFfi.default)().ubrn_ffi_bark_ffi_rust_future_poll_rust_buffer, /*cancelFunc:*/(0, _barkFfi.default)().ubrn_ffi_bark_ffi_rust_future_cancel_rust_buffer, /*completeFunc:*/(0, _barkFfi.default)().ubrn_ffi_bark_ffi_rust_future_complete_rust_buffer, /*freeFunc:*/(0, _barkFfi.default)().ubrn_ffi_bark_ffi_rust_future_free_rust_buffer, /*liftFunc:*/FfiConverterTypeFeeEstimate.lift.bind(FfiConverterTypeFeeEstimate), /*liftString:*/FfiConverterString.lift, /*asyncOpts:*/asyncOpts_, /*errorHandler:*/FfiConverterTypeBarkError.lift.bind(FfiConverterTypeBarkError));
2760
+ } catch (__error) {
2761
+ if (uniffiIsDebug && __error instanceof Error) {
2762
+ __error.stack = __stack;
2763
+ }
2764
+ throw __error;
2765
+ }
2766
+ }
2767
+
2962
2768
  /**
2963
2769
  * Estimate the fee for a board operation
2964
2770
  *
@@ -4223,7 +4029,7 @@ const uniffiTypeWalletObjectFactory = (() => {
4223
4029
  }
4224
4030
  };
4225
4031
  })();
4226
- // FfiConverter for WalletInterface
4032
+ // FfiConverter for WalletLike
4227
4033
  const FfiConverterTypeWallet = new _uniffiBindgenReactNative.FfiConverterObject(uniffiTypeWalletObjectFactory);
4228
4034
 
4229
4035
  // FfiConverter for ArkInfo | undefined
@@ -4319,268 +4125,274 @@ function uniffiEnsureInitialized() {
4319
4125
  if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_func_validate_mnemonic() !== 2707) {
4320
4126
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_func_validate_mnemonic");
4321
4127
  }
4322
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_notificationholder_cancel_next_notification_wait() !== 48074) {
4128
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_notificationholder_cancel_next_notification_wait() !== 6047) {
4323
4129
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_notificationholder_cancel_next_notification_wait");
4324
4130
  }
4325
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_notificationholder_next_notification() !== 10262) {
4131
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_notificationholder_next_notification() !== 33597) {
4326
4132
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_notificationholder_next_notification");
4327
4133
  }
4328
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_onchainwallet_balance() !== 24090) {
4134
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_onchainwallet_balance() !== 56626) {
4329
4135
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_onchainwallet_balance");
4330
4136
  }
4331
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_onchainwallet_new_address() !== 19984) {
4137
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_onchainwallet_new_address() !== 54598) {
4332
4138
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_onchainwallet_new_address");
4333
4139
  }
4334
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_onchainwallet_send() !== 11542) {
4140
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_onchainwallet_send() !== 27783) {
4335
4141
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_onchainwallet_send");
4336
4142
  }
4337
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_onchainwallet_sync() !== 16676) {
4143
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_onchainwallet_sync() !== 9607) {
4338
4144
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_onchainwallet_sync");
4339
4145
  }
4340
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_all_exits_claimable_at_height() !== 13253) {
4146
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_all_exits_claimable_at_height() !== 41888) {
4341
4147
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_all_exits_claimable_at_height");
4342
4148
  }
4343
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_all_vtxos() !== 31) {
4149
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_all_vtxos() !== 41609) {
4344
4150
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_all_vtxos");
4345
4151
  }
4346
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_ark_info() !== 15972) {
4152
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_ark_info() !== 47096) {
4347
4153
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_ark_info");
4348
4154
  }
4349
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_balance() !== 5493) {
4155
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_balance() !== 53107) {
4350
4156
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_balance");
4351
4157
  }
4352
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_board_all() !== 20836) {
4158
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_board_all() !== 6211) {
4353
4159
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_board_all");
4354
4160
  }
4355
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_board_amount() !== 42039) {
4161
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_board_amount() !== 57213) {
4356
4162
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_board_amount");
4357
4163
  }
4358
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_bolt11_invoice() !== 24463) {
4164
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_bolt11_invoice() !== 8901) {
4359
4165
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_bolt11_invoice");
4360
4166
  }
4361
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_broadcast_tx() !== 31354) {
4167
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_broadcast_tx() !== 10756) {
4362
4168
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_broadcast_tx");
4363
4169
  }
4364
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_cancel_all_pending_rounds() !== 44373) {
4170
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_cancel_all_pending_rounds() !== 48474) {
4365
4171
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_cancel_all_pending_rounds");
4366
4172
  }
4367
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_cancel_pending_round() !== 11047) {
4173
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_cancel_lightning_receive() !== 45189) {
4174
+ throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_cancel_lightning_receive");
4175
+ }
4176
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_cancel_pending_round() !== 63049) {
4368
4177
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_cancel_pending_round");
4369
4178
  }
4370
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_check_lightning_payment() !== 24026) {
4179
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_check_lightning_payment() !== 22806) {
4371
4180
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_check_lightning_payment");
4372
4181
  }
4373
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_claimable_lightning_receive_balance_sats() !== 22912) {
4182
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_claimable_lightning_receive_balance_sats() !== 13170) {
4374
4183
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_claimable_lightning_receive_balance_sats");
4375
4184
  }
4376
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_config() !== 55585) {
4185
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_config() !== 52641) {
4377
4186
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_config");
4378
4187
  }
4379
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_drain_exits() !== 50942) {
4188
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_drain_exits() !== 24496) {
4380
4189
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_drain_exits");
4381
4190
  }
4382
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_board_fee() !== 21849) {
4191
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_arkoor_payment_fee() !== 5843) {
4192
+ throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_estimate_arkoor_payment_fee");
4193
+ }
4194
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_board_fee() !== 17847) {
4383
4195
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_estimate_board_fee");
4384
4196
  }
4385
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_lightning_receive_fee() !== 45832) {
4197
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_lightning_receive_fee() !== 45860) {
4386
4198
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_estimate_lightning_receive_fee");
4387
4199
  }
4388
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_lightning_send_fee() !== 44983) {
4200
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_lightning_send_fee() !== 18556) {
4389
4201
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_estimate_lightning_send_fee");
4390
4202
  }
4391
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_offboard_all_fee() !== 30297) {
4203
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_offboard_all_fee() !== 26906) {
4392
4204
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_estimate_offboard_all_fee");
4393
4205
  }
4394
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_offboard_fee() !== 59237) {
4206
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_offboard_fee() !== 3254) {
4395
4207
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_estimate_offboard_fee");
4396
4208
  }
4397
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_refresh_fee() !== 15211) {
4209
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_refresh_fee() !== 47327) {
4398
4210
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_estimate_refresh_fee");
4399
4211
  }
4400
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_send_onchain_fee() !== 53679) {
4212
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_send_onchain_fee() !== 61285) {
4401
4213
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_estimate_send_onchain_fee");
4402
4214
  }
4403
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_fingerprint() !== 60041) {
4215
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_fingerprint() !== 59618) {
4404
4216
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_fingerprint");
4405
4217
  }
4406
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_get_exit_status() !== 18529) {
4218
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_get_exit_status() !== 45568) {
4407
4219
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_get_exit_status");
4408
4220
  }
4409
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_get_exit_vtxos() !== 54522) {
4221
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_get_exit_vtxos() !== 49255) {
4410
4222
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_get_exit_vtxos");
4411
4223
  }
4412
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_get_expiring_vtxos() !== 55353) {
4224
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_get_expiring_vtxos() !== 30365) {
4413
4225
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_get_expiring_vtxos");
4414
4226
  }
4415
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_get_first_expiring_vtxo_blockheight() !== 24067) {
4227
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_get_first_expiring_vtxo_blockheight() !== 17196) {
4416
4228
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_get_first_expiring_vtxo_blockheight");
4417
4229
  }
4418
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_get_next_required_refresh_blockheight() !== 57380) {
4230
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_get_next_required_refresh_blockheight() !== 37879) {
4419
4231
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_get_next_required_refresh_blockheight");
4420
4232
  }
4421
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_get_vtxo_by_id() !== 10372) {
4233
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_get_vtxo_by_id() !== 35493) {
4422
4234
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_get_vtxo_by_id");
4423
4235
  }
4424
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_get_vtxos_to_refresh() !== 22136) {
4236
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_get_vtxos_to_refresh() !== 42602) {
4425
4237
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_get_vtxos_to_refresh");
4426
4238
  }
4427
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_has_pending_exits() !== 57567) {
4239
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_has_pending_exits() !== 46353) {
4428
4240
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_has_pending_exits");
4429
4241
  }
4430
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_history() !== 15574) {
4242
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_history() !== 39257) {
4431
4243
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_history");
4432
4244
  }
4433
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_history_by_payment_method() !== 61615) {
4245
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_history_by_payment_method() !== 53117) {
4434
4246
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_history_by_payment_method");
4435
4247
  }
4436
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_import_vtxo() !== 3547) {
4248
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_import_vtxo() !== 49309) {
4437
4249
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_import_vtxo");
4438
4250
  }
4439
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_lightning_receive_status() !== 7557) {
4251
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_lightning_receive_status() !== 8110) {
4440
4252
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_lightning_receive_status");
4441
4253
  }
4442
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_list_claimable_exits() !== 11227) {
4254
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_list_claimable_exits() !== 28301) {
4443
4255
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_list_claimable_exits");
4444
4256
  }
4445
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_mailbox_authorization() !== 8915) {
4257
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_mailbox_authorization() !== 29750) {
4446
4258
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_mailbox_authorization");
4447
4259
  }
4448
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_mailbox_identifier() !== 32893) {
4260
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_mailbox_identifier() !== 36484) {
4449
4261
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_mailbox_identifier");
4450
4262
  }
4451
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_maintenance() !== 53276) {
4263
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_maintenance() !== 7229) {
4452
4264
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_maintenance");
4453
4265
  }
4454
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_maintenance_delegated() !== 43852) {
4266
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_maintenance_delegated() !== 33231) {
4455
4267
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_maintenance_delegated");
4456
4268
  }
4457
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_maintenance_refresh() !== 10551) {
4269
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_maintenance_refresh() !== 41843) {
4458
4270
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_maintenance_refresh");
4459
4271
  }
4460
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_maintenance_with_onchain() !== 38002) {
4272
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_maintenance_with_onchain() !== 64685) {
4461
4273
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_maintenance_with_onchain");
4462
4274
  }
4463
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_maintenance_with_onchain_delegated() !== 17750) {
4275
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_maintenance_with_onchain_delegated() !== 4380) {
4464
4276
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_maintenance_with_onchain_delegated");
4465
4277
  }
4466
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_maybe_schedule_maintenance_refresh() !== 11223) {
4278
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_maybe_schedule_maintenance_refresh() !== 26561) {
4467
4279
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_maybe_schedule_maintenance_refresh");
4468
4280
  }
4469
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_network() !== 9541) {
4281
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_network() !== 62844) {
4470
4282
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_network");
4471
4283
  }
4472
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_new_address() !== 49689) {
4284
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_new_address() !== 52843) {
4473
4285
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_new_address");
4474
4286
  }
4475
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_new_address_with_index() !== 51943) {
4287
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_new_address_with_index() !== 42716) {
4476
4288
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_new_address_with_index");
4477
4289
  }
4478
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_next_round_start_time() !== 51623) {
4290
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_next_round_start_time() !== 59834) {
4479
4291
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_next_round_start_time");
4480
4292
  }
4481
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_notifications() !== 32641) {
4293
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_notifications() !== 2291) {
4482
4294
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_notifications");
4483
4295
  }
4484
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_offboard_all() !== 32138) {
4296
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_offboard_all() !== 16535) {
4485
4297
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_offboard_all");
4486
4298
  }
4487
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_offboard_vtxos() !== 3097) {
4299
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_offboard_vtxos() !== 13685) {
4488
4300
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_offboard_vtxos");
4489
4301
  }
4490
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pay_lightning_address() !== 42228) {
4302
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pay_lightning_address() !== 61803) {
4491
4303
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_pay_lightning_address");
4492
4304
  }
4493
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pay_lightning_invoice() !== 27095) {
4305
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pay_lightning_invoice() !== 52071) {
4494
4306
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_pay_lightning_invoice");
4495
4307
  }
4496
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pay_lightning_offer() !== 28769) {
4308
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pay_lightning_offer() !== 53647) {
4497
4309
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_pay_lightning_offer");
4498
4310
  }
4499
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_peak_address() !== 58941) {
4311
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_peak_address() !== 7833) {
4500
4312
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_peak_address");
4501
4313
  }
4502
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_peek_address() !== 43710) {
4314
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_peek_address() !== 6861) {
4503
4315
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_peek_address");
4504
4316
  }
4505
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pending_board_vtxos() !== 13395) {
4317
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pending_board_vtxos() !== 7372) {
4506
4318
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_pending_board_vtxos");
4507
4319
  }
4508
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pending_boards() !== 62067) {
4320
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pending_boards() !== 2627) {
4509
4321
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_pending_boards");
4510
4322
  }
4511
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pending_exits_total_sats() !== 46977) {
4323
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pending_exits_total_sats() !== 11288) {
4512
4324
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_pending_exits_total_sats");
4513
4325
  }
4514
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pending_lightning_receives() !== 35932) {
4326
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pending_lightning_receives() !== 36627) {
4515
4327
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_pending_lightning_receives");
4516
4328
  }
4517
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pending_lightning_send_vtxos() !== 55533) {
4329
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pending_lightning_send_vtxos() !== 2936) {
4518
4330
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_pending_lightning_send_vtxos");
4519
4331
  }
4520
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pending_lightning_sends() !== 26660) {
4332
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pending_lightning_sends() !== 29185) {
4521
4333
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_pending_lightning_sends");
4522
4334
  }
4523
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pending_round_input_vtxos() !== 21866) {
4335
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pending_round_input_vtxos() !== 47726) {
4524
4336
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_pending_round_input_vtxos");
4525
4337
  }
4526
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pending_round_states() !== 35008) {
4338
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_pending_round_states() !== 40607) {
4527
4339
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_pending_round_states");
4528
4340
  }
4529
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_progress_exits() !== 35774) {
4341
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_progress_exits() !== 56322) {
4530
4342
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_progress_exits");
4531
4343
  }
4532
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_progress_pending_rounds() !== 1264) {
4344
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_progress_pending_rounds() !== 32996) {
4533
4345
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_progress_pending_rounds");
4534
4346
  }
4535
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_properties() !== 19786) {
4347
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_properties() !== 34379) {
4536
4348
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_properties");
4537
4349
  }
4538
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_refresh_server() !== 32632) {
4350
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_refresh_server() !== 8899) {
4539
4351
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_refresh_server");
4540
4352
  }
4541
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_refresh_vtxos() !== 16414) {
4353
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_refresh_vtxos() !== 34165) {
4542
4354
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_refresh_vtxos");
4543
4355
  }
4544
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_refresh_vtxos_delegated() !== 28232) {
4356
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_refresh_vtxos_delegated() !== 16216) {
4545
4357
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_refresh_vtxos_delegated");
4546
4358
  }
4547
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_send_arkoor_payment() !== 22412) {
4359
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_send_arkoor_payment() !== 30372) {
4548
4360
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_send_arkoor_payment");
4549
4361
  }
4550
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_send_onchain() !== 11074) {
4362
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_send_onchain() !== 41628) {
4551
4363
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_send_onchain");
4552
4364
  }
4553
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_sign_exit_claim_inputs() !== 60570) {
4365
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_sign_exit_claim_inputs() !== 57734) {
4554
4366
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_sign_exit_claim_inputs");
4555
4367
  }
4556
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_spendable_vtxos() !== 59499) {
4368
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_spendable_vtxos() !== 50283) {
4557
4369
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_spendable_vtxos");
4558
4370
  }
4559
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_start_exit_for_entire_wallet() !== 5830) {
4371
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_start_exit_for_entire_wallet() !== 64743) {
4560
4372
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_start_exit_for_entire_wallet");
4561
4373
  }
4562
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_start_exit_for_vtxos() !== 60703) {
4374
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_start_exit_for_vtxos() !== 26632) {
4563
4375
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_start_exit_for_vtxos");
4564
4376
  }
4565
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_sync() !== 40752) {
4377
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_sync() !== 22105) {
4566
4378
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_sync");
4567
4379
  }
4568
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_sync_exits() !== 64538) {
4380
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_sync_exits() !== 48880) {
4569
4381
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_sync_exits");
4570
4382
  }
4571
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_sync_pending_boards() !== 35491) {
4383
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_sync_pending_boards() !== 54161) {
4572
4384
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_sync_pending_boards");
4573
4385
  }
4574
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_try_claim_all_lightning_receives() !== 33011) {
4386
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_try_claim_all_lightning_receives() !== 8024) {
4575
4387
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_try_claim_all_lightning_receives");
4576
4388
  }
4577
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_try_claim_lightning_receive() !== 51478) {
4389
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_try_claim_lightning_receive() !== 15026) {
4578
4390
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_try_claim_lightning_receive");
4579
4391
  }
4580
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_validate_arkoor_address() !== 52352) {
4392
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_validate_arkoor_address() !== 40498) {
4581
4393
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_validate_arkoor_address");
4582
4394
  }
4583
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_vtxos() !== 24992) {
4395
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_wallet_vtxos() !== 25706) {
4584
4396
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_wallet_vtxos");
4585
4397
  }
4586
4398
  if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_constructor_onchainwallet_custom() !== 33851) {
@@ -4601,31 +4413,31 @@ function uniffiEnsureInitialized() {
4601
4413
  if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_constructor_wallet_open_with_onchain() !== 22896) {
4602
4414
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_constructor_wallet_open_with_onchain");
4603
4415
  }
4604
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_get_balance() !== 17287) {
4416
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_get_balance() !== 16407) {
4605
4417
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_get_balance");
4606
4418
  }
4607
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_prepare_tx() !== 44054) {
4419
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_prepare_tx() !== 7671) {
4608
4420
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_prepare_tx");
4609
4421
  }
4610
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_prepare_drain_tx() !== 7162) {
4422
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_prepare_drain_tx() !== 15428) {
4611
4423
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_prepare_drain_tx");
4612
4424
  }
4613
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_finish_tx() !== 60386) {
4425
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_finish_tx() !== 2070) {
4614
4426
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_finish_tx");
4615
4427
  }
4616
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_get_wallet_tx() !== 24800) {
4428
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_get_wallet_tx() !== 35041) {
4617
4429
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_get_wallet_tx");
4618
4430
  }
4619
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_get_wallet_tx_confirmed_block() !== 908) {
4431
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_get_wallet_tx_confirmed_block() !== 2541) {
4620
4432
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_get_wallet_tx_confirmed_block");
4621
4433
  }
4622
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_get_spending_tx() !== 62027) {
4434
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_get_spending_tx() !== 27495) {
4623
4435
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_get_spending_tx");
4624
4436
  }
4625
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_make_signed_p2a_cpfp() !== 51567) {
4437
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_make_signed_p2a_cpfp() !== 34889) {
4626
4438
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_make_signed_p2a_cpfp");
4627
4439
  }
4628
- if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_store_signed_p2a_cpfp() !== 35734) {
4440
+ if ((0, _barkFfi.default)().ubrn_uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_store_signed_p2a_cpfp() !== 41685) {
4629
4441
  throw new _uniffiBindgenReactNative.UniffiInternalError.ApiChecksumMismatch("uniffi_bark_ffi_checksum_method_customonchainwalletcallbacks_store_signed_p2a_cpfp");
4630
4442
  }
4631
4443
  uniffiCallbackInterfaceCustomOnchainWalletCallbacks.register();