@breeztech/breez-sdk-spark-react-native 0.3.5-rc1 → 0.4.0-dev3
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/android/CMakeLists.txt +0 -1
- package/cpp/breeztech-breez-sdk-spark-react-native.cpp +0 -2
- package/cpp/generated/breez_sdk_spark.cpp +4802 -907
- package/cpp/generated/breez_sdk_spark.hpp +175 -10
- package/lib/commonjs/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/commonjs/generated/breez_sdk_spark.js +1240 -7403
- package/lib/commonjs/generated/breez_sdk_spark.js.map +1 -1
- package/lib/commonjs/index.js +0 -14
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/module/generated/breez_sdk_spark.js +1241 -7387
- package/lib/module/generated/breez_sdk_spark.js.map +1 -1
- package/lib/module/index.js +0 -4
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark-ffi.d.ts +90 -5
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark-ffi.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark.d.ts +5010 -1276
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/index.d.ts +0 -3
- package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
- package/lib/typescript/module/src/generated/breez_sdk_spark-ffi.d.ts +90 -5
- package/lib/typescript/module/src/generated/breez_sdk_spark-ffi.d.ts.map +1 -1
- package/lib/typescript/module/src/generated/breez_sdk_spark.d.ts +5010 -1276
- package/lib/typescript/module/src/generated/breez_sdk_spark.d.ts.map +1 -1
- package/lib/typescript/module/src/index.d.ts +0 -3
- package/lib/typescript/module/src/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/generated/breez_sdk_spark-ffi.ts +255 -11
- package/src/generated/breez_sdk_spark.ts +14470 -7146
- package/src/index.tsx +0 -4
- package/cpp/generated/breez_sdk_common.cpp +0 -6758
- package/cpp/generated/breez_sdk_common.hpp +0 -372
- package/lib/commonjs/generated/breez_sdk_common-ffi.js +0 -44
- package/lib/commonjs/generated/breez_sdk_common-ffi.js.map +0 -1
- package/lib/commonjs/generated/breez_sdk_common.js +0 -4993
- package/lib/commonjs/generated/breez_sdk_common.js.map +0 -1
- package/lib/module/generated/breez_sdk_common-ffi.js +0 -43
- package/lib/module/generated/breez_sdk_common-ffi.js.map +0 -1
- package/lib/module/generated/breez_sdk_common.js +0 -4985
- package/lib/module/generated/breez_sdk_common.js.map +0 -1
- package/lib/typescript/commonjs/src/generated/breez_sdk_common-ffi.d.ts +0 -214
- package/lib/typescript/commonjs/src/generated/breez_sdk_common-ffi.d.ts.map +0 -1
- package/lib/typescript/commonjs/src/generated/breez_sdk_common.d.ts +0 -3720
- package/lib/typescript/commonjs/src/generated/breez_sdk_common.d.ts.map +0 -1
- package/lib/typescript/module/src/generated/breez_sdk_common-ffi.d.ts +0 -214
- package/lib/typescript/module/src/generated/breez_sdk_common-ffi.d.ts.map +0 -1
- package/lib/typescript/module/src/generated/breez_sdk_common.d.ts +0 -3720
- package/lib/typescript/module/src/generated/breez_sdk_common.d.ts.map +0 -1
- package/src/generated/breez_sdk_common-ffi.ts +0 -566
- package/src/generated/breez_sdk_common.ts +0 -7412
|
@@ -89,6 +89,9 @@ protected:
|
|
|
89
89
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_get_tokens_metadata(
|
|
90
90
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
91
91
|
size_t count);
|
|
92
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_get_user_settings(
|
|
93
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
94
|
+
size_t count);
|
|
92
95
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_list_fiat_currencies(
|
|
93
96
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
94
97
|
size_t count);
|
|
@@ -140,9 +143,25 @@ protected:
|
|
|
140
143
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_sync_wallet(
|
|
141
144
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
142
145
|
size_t count);
|
|
146
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_update_user_settings(
|
|
147
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
148
|
+
size_t count);
|
|
143
149
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_wait_for_payment(
|
|
144
150
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
145
151
|
size_t count);
|
|
152
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_fiatservice(
|
|
153
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
154
|
+
size_t count);
|
|
155
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_fiatservice(
|
|
156
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
157
|
+
size_t count);
|
|
158
|
+
jsi::Value
|
|
159
|
+
cpp_uniffi_breez_sdk_spark_fn_method_fiatservice_fetch_fiat_currencies(
|
|
160
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
161
|
+
size_t count);
|
|
162
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_fiatservice_fetch_fiat_rates(
|
|
163
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
164
|
+
size_t count);
|
|
146
165
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_paymentobserver(
|
|
147
166
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
148
167
|
size_t count);
|
|
@@ -152,6 +171,21 @@ protected:
|
|
|
152
171
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_paymentobserver_before_send(
|
|
153
172
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
154
173
|
size_t count);
|
|
174
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_restclient(
|
|
175
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
176
|
+
size_t count);
|
|
177
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_restclient(
|
|
178
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
179
|
+
size_t count);
|
|
180
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_restclient_get_request(
|
|
181
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
182
|
+
size_t count);
|
|
183
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_restclient_post_request(
|
|
184
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
185
|
+
size_t count);
|
|
186
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_restclient_delete_request(
|
|
187
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
188
|
+
size_t count);
|
|
155
189
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_sdkbuilder(
|
|
156
190
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
157
191
|
size_t count);
|
|
@@ -167,6 +201,10 @@ protected:
|
|
|
167
201
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_chain_service(
|
|
168
202
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
169
203
|
size_t count);
|
|
204
|
+
jsi::Value
|
|
205
|
+
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_default_storage(
|
|
206
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
207
|
+
size_t count);
|
|
170
208
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_fiat_service(
|
|
171
209
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
172
210
|
size_t count);
|
|
@@ -188,6 +226,9 @@ protected:
|
|
|
188
226
|
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_rest_chain_service(
|
|
189
227
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
190
228
|
size_t count);
|
|
229
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_storage(
|
|
230
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
231
|
+
size_t count);
|
|
191
232
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_storage(
|
|
192
233
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
193
234
|
size_t count);
|
|
@@ -231,16 +272,55 @@ protected:
|
|
|
231
272
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_update_deposit(
|
|
232
273
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
233
274
|
size_t count);
|
|
234
|
-
jsi::Value
|
|
275
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_syncstorage(
|
|
235
276
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
236
277
|
size_t count);
|
|
237
|
-
jsi::Value
|
|
278
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_syncstorage(
|
|
279
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
280
|
+
size_t count);
|
|
281
|
+
jsi::Value
|
|
282
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_add_outgoing_change(
|
|
238
283
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
239
284
|
size_t count);
|
|
240
|
-
jsi::Value
|
|
285
|
+
jsi::Value
|
|
286
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_complete_outgoing_sync(
|
|
241
287
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
242
288
|
size_t count);
|
|
243
|
-
jsi::Value
|
|
289
|
+
jsi::Value
|
|
290
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_get_pending_outgoing_changes(
|
|
291
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
292
|
+
size_t count);
|
|
293
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_get_last_revision(
|
|
294
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
295
|
+
size_t count);
|
|
296
|
+
jsi::Value
|
|
297
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_insert_incoming_records(
|
|
298
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
299
|
+
size_t count);
|
|
300
|
+
jsi::Value
|
|
301
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_delete_incoming_record(
|
|
302
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
303
|
+
size_t count);
|
|
304
|
+
jsi::Value
|
|
305
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_rebase_pending_outgoing_records(
|
|
306
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
307
|
+
size_t count);
|
|
308
|
+
jsi::Value
|
|
309
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_get_incoming_records(
|
|
310
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
311
|
+
size_t count);
|
|
312
|
+
jsi::Value
|
|
313
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_get_latest_outgoing_change(
|
|
314
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
315
|
+
size_t count);
|
|
316
|
+
jsi::Value
|
|
317
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_update_record_from_incoming(
|
|
318
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
319
|
+
size_t count);
|
|
320
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_connect(
|
|
321
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
322
|
+
size_t count);
|
|
323
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_config(
|
|
244
324
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
245
325
|
size_t count);
|
|
246
326
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_init_logging(
|
|
@@ -408,12 +488,6 @@ protected:
|
|
|
408
488
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_config(
|
|
409
489
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
410
490
|
size_t count);
|
|
411
|
-
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_storage(
|
|
412
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
413
|
-
size_t count);
|
|
414
|
-
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_sync_storage(
|
|
415
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
416
|
-
size_t count);
|
|
417
491
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_init_logging(
|
|
418
492
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
419
493
|
size_t count);
|
|
@@ -469,6 +543,10 @@ protected:
|
|
|
469
543
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
470
544
|
size_t count);
|
|
471
545
|
jsi::Value
|
|
546
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_get_user_settings(
|
|
547
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
548
|
+
size_t count);
|
|
549
|
+
jsi::Value
|
|
472
550
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_list_fiat_currencies(
|
|
473
551
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
474
552
|
size_t count);
|
|
@@ -525,13 +603,35 @@ protected:
|
|
|
525
603
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
526
604
|
size_t count);
|
|
527
605
|
jsi::Value
|
|
606
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_update_user_settings(
|
|
607
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
608
|
+
size_t count);
|
|
609
|
+
jsi::Value
|
|
528
610
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_wait_for_payment(
|
|
529
611
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
530
612
|
size_t count);
|
|
531
613
|
jsi::Value
|
|
614
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_fiatservice_fetch_fiat_currencies(
|
|
615
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
616
|
+
size_t count);
|
|
617
|
+
jsi::Value
|
|
618
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_fiatservice_fetch_fiat_rates(
|
|
619
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
620
|
+
size_t count);
|
|
621
|
+
jsi::Value
|
|
532
622
|
cpp_uniffi_breez_sdk_spark_checksum_method_paymentobserver_before_send(
|
|
533
623
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
534
624
|
size_t count);
|
|
625
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_restclient_get_request(
|
|
626
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
627
|
+
size_t count);
|
|
628
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_restclient_post_request(
|
|
629
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
630
|
+
size_t count);
|
|
631
|
+
jsi::Value
|
|
632
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_restclient_delete_request(
|
|
633
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
634
|
+
size_t count);
|
|
535
635
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_build(
|
|
536
636
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
537
637
|
size_t count);
|
|
@@ -540,6 +640,10 @@ protected:
|
|
|
540
640
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
541
641
|
size_t count);
|
|
542
642
|
jsi::Value
|
|
643
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_default_storage(
|
|
644
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
645
|
+
size_t count);
|
|
646
|
+
jsi::Value
|
|
543
647
|
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_fiat_service(
|
|
544
648
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
545
649
|
size_t count);
|
|
@@ -562,6 +666,9 @@ protected:
|
|
|
562
666
|
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_rest_chain_service(
|
|
563
667
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
564
668
|
size_t count);
|
|
669
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_storage(
|
|
670
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
671
|
+
size_t count);
|
|
565
672
|
jsi::Value
|
|
566
673
|
cpp_uniffi_breez_sdk_spark_checksum_method_storage_delete_cached_item(
|
|
567
674
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -602,6 +709,46 @@ protected:
|
|
|
602
709
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_storage_update_deposit(
|
|
603
710
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
604
711
|
size_t count);
|
|
712
|
+
jsi::Value
|
|
713
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_add_outgoing_change(
|
|
714
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
715
|
+
size_t count);
|
|
716
|
+
jsi::Value
|
|
717
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_complete_outgoing_sync(
|
|
718
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
719
|
+
size_t count);
|
|
720
|
+
jsi::Value
|
|
721
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_get_pending_outgoing_changes(
|
|
722
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
723
|
+
size_t count);
|
|
724
|
+
jsi::Value
|
|
725
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_get_last_revision(
|
|
726
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
727
|
+
size_t count);
|
|
728
|
+
jsi::Value
|
|
729
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_insert_incoming_records(
|
|
730
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
731
|
+
size_t count);
|
|
732
|
+
jsi::Value
|
|
733
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_delete_incoming_record(
|
|
734
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
735
|
+
size_t count);
|
|
736
|
+
jsi::Value
|
|
737
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_rebase_pending_outgoing_records(
|
|
738
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
739
|
+
size_t count);
|
|
740
|
+
jsi::Value
|
|
741
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_get_incoming_records(
|
|
742
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
743
|
+
size_t count);
|
|
744
|
+
jsi::Value
|
|
745
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_get_latest_outgoing_change(
|
|
746
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
747
|
+
size_t count);
|
|
748
|
+
jsi::Value
|
|
749
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_update_record_from_incoming(
|
|
750
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
751
|
+
size_t count);
|
|
605
752
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_constructor_sdkbuilder_new(
|
|
606
753
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
607
754
|
size_t count);
|
|
@@ -624,12 +771,21 @@ protected:
|
|
|
624
771
|
cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_bitcoinchainservice(
|
|
625
772
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
626
773
|
size_t count);
|
|
774
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_fiatservice(
|
|
775
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
776
|
+
size_t count);
|
|
627
777
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_paymentobserver(
|
|
628
778
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
629
779
|
size_t count);
|
|
780
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_restclient(
|
|
781
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
782
|
+
size_t count);
|
|
630
783
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_storage(
|
|
631
784
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
632
785
|
size_t count);
|
|
786
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_syncstorage(
|
|
787
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
788
|
+
size_t count);
|
|
633
789
|
jsi::Value
|
|
634
790
|
cpp_uniffi_internal_fn_method_bitcoinchainservice_ffi__bless_pointer(
|
|
635
791
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -637,15 +793,24 @@ protected:
|
|
|
637
793
|
jsi::Value cpp_uniffi_internal_fn_method_breezsdk_ffi__bless_pointer(
|
|
638
794
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
639
795
|
size_t count);
|
|
796
|
+
jsi::Value cpp_uniffi_internal_fn_method_fiatservice_ffi__bless_pointer(
|
|
797
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
798
|
+
size_t count);
|
|
640
799
|
jsi::Value cpp_uniffi_internal_fn_method_paymentobserver_ffi__bless_pointer(
|
|
641
800
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
642
801
|
size_t count);
|
|
802
|
+
jsi::Value cpp_uniffi_internal_fn_method_restclient_ffi__bless_pointer(
|
|
803
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
804
|
+
size_t count);
|
|
643
805
|
jsi::Value cpp_uniffi_internal_fn_method_sdkbuilder_ffi__bless_pointer(
|
|
644
806
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
645
807
|
size_t count);
|
|
646
808
|
jsi::Value cpp_uniffi_internal_fn_method_storage_ffi__bless_pointer(
|
|
647
809
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
648
810
|
size_t count);
|
|
811
|
+
jsi::Value cpp_uniffi_internal_fn_method_syncstorage_ffi__bless_pointer(
|
|
812
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
813
|
+
size_t count);
|
|
649
814
|
|
|
650
815
|
public:
|
|
651
816
|
NativeBreezSdkSpark(
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["getter","globalThis","NativeBreezSdkSpark","_default","exports","default","isRustFutureContinuationCallbackTypeCompatible","isUniffiForeignFutureTypeCompatible"],"sourceRoot":"../../../src","sources":["generated/breez_sdk_spark-ffi.ts"],"mappings":";;;;;;AAAA;AACA;;
|
|
1
|
+
{"version":3,"names":["getter","globalThis","NativeBreezSdkSpark","_default","exports","default","isRustFutureContinuationCallbackTypeCompatible","isUniffiForeignFutureTypeCompatible"],"sourceRoot":"../../../src","sources":["generated/breez_sdk_spark-ffi.ts"],"mappings":";;;;;;AAAA;AACA;;AA4pBA;AACA;AACA;AACA;AACA;AACA,MAAMA,MAAmC,GAAGA,CAAA,KACzCC,UAAU,CAASC,mBAAmB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAC3BL,MAAM,EAErB;AA8XA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMM,8CAGL,GAAG,IAAI;AACR,MAAMC,mCAGL,GAAG,IAAI","ignoreList":[]}
|