@breeztech/breez-sdk-spark-react-native 0.4.0-rc2 → 0.4.2
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 +5150 -868
- package/cpp/generated/breez_sdk_spark.hpp +219 -0
- package/lib/commonjs/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/commonjs/generated/breez_sdk_spark.js +1365 -7540
- 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 +1366 -7525
- 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 +100 -0
- 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 +6235 -2202
- 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 +100 -0
- 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 +6235 -2202
- 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 +286 -0
- package/src/generated/breez_sdk_spark.ts +15577 -7501
- 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
|
@@ -86,6 +86,9 @@ protected:
|
|
|
86
86
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_get_payment(
|
|
87
87
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
88
88
|
size_t count);
|
|
89
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_get_token_issuer(
|
|
90
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
91
|
+
size_t count);
|
|
89
92
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_get_tokens_metadata(
|
|
90
93
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
91
94
|
size_t count);
|
|
@@ -149,6 +152,19 @@ protected:
|
|
|
149
152
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_wait_for_payment(
|
|
150
153
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
151
154
|
size_t count);
|
|
155
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_fiatservice(
|
|
156
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
157
|
+
size_t count);
|
|
158
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_fiatservice(
|
|
159
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
160
|
+
size_t count);
|
|
161
|
+
jsi::Value
|
|
162
|
+
cpp_uniffi_breez_sdk_spark_fn_method_fiatservice_fetch_fiat_currencies(
|
|
163
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
164
|
+
size_t count);
|
|
165
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_fiatservice_fetch_fiat_rates(
|
|
166
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
167
|
+
size_t count);
|
|
152
168
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_paymentobserver(
|
|
153
169
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
154
170
|
size_t count);
|
|
@@ -158,6 +174,21 @@ protected:
|
|
|
158
174
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_paymentobserver_before_send(
|
|
159
175
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
160
176
|
size_t count);
|
|
177
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_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_free_restclient(
|
|
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_get_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_post_request(
|
|
187
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
188
|
+
size_t count);
|
|
189
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_restclient_delete_request(
|
|
190
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
191
|
+
size_t count);
|
|
161
192
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_sdkbuilder(
|
|
162
193
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
163
194
|
size_t count);
|
|
@@ -244,6 +275,83 @@ protected:
|
|
|
244
275
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_update_deposit(
|
|
245
276
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
246
277
|
size_t count);
|
|
278
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_syncstorage(
|
|
279
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
280
|
+
size_t count);
|
|
281
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_syncstorage(
|
|
282
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
283
|
+
size_t count);
|
|
284
|
+
jsi::Value
|
|
285
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_add_outgoing_change(
|
|
286
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
287
|
+
size_t count);
|
|
288
|
+
jsi::Value
|
|
289
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_complete_outgoing_sync(
|
|
290
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
291
|
+
size_t count);
|
|
292
|
+
jsi::Value
|
|
293
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_get_pending_outgoing_changes(
|
|
294
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
295
|
+
size_t count);
|
|
296
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_get_last_revision(
|
|
297
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
298
|
+
size_t count);
|
|
299
|
+
jsi::Value
|
|
300
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_insert_incoming_records(
|
|
301
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
302
|
+
size_t count);
|
|
303
|
+
jsi::Value
|
|
304
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_delete_incoming_record(
|
|
305
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
306
|
+
size_t count);
|
|
307
|
+
jsi::Value
|
|
308
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_rebase_pending_outgoing_records(
|
|
309
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
310
|
+
size_t count);
|
|
311
|
+
jsi::Value
|
|
312
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_get_incoming_records(
|
|
313
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
314
|
+
size_t count);
|
|
315
|
+
jsi::Value
|
|
316
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_get_latest_outgoing_change(
|
|
317
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
318
|
+
size_t count);
|
|
319
|
+
jsi::Value
|
|
320
|
+
cpp_uniffi_breez_sdk_spark_fn_method_syncstorage_update_record_from_incoming(
|
|
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_clone_tokenissuer(
|
|
324
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
325
|
+
size_t count);
|
|
326
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_tokenissuer(
|
|
327
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
328
|
+
size_t count);
|
|
329
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_tokenissuer_burn_issuer_token(
|
|
330
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
331
|
+
size_t count);
|
|
332
|
+
jsi::Value
|
|
333
|
+
cpp_uniffi_breez_sdk_spark_fn_method_tokenissuer_create_issuer_token(
|
|
334
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
335
|
+
size_t count);
|
|
336
|
+
jsi::Value
|
|
337
|
+
cpp_uniffi_breez_sdk_spark_fn_method_tokenissuer_freeze_issuer_token(
|
|
338
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
339
|
+
size_t count);
|
|
340
|
+
jsi::Value
|
|
341
|
+
cpp_uniffi_breez_sdk_spark_fn_method_tokenissuer_get_issuer_token_balance(
|
|
342
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
343
|
+
size_t count);
|
|
344
|
+
jsi::Value
|
|
345
|
+
cpp_uniffi_breez_sdk_spark_fn_method_tokenissuer_get_issuer_token_metadata(
|
|
346
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
347
|
+
size_t count);
|
|
348
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_tokenissuer_mint_issuer_token(
|
|
349
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
350
|
+
size_t count);
|
|
351
|
+
jsi::Value
|
|
352
|
+
cpp_uniffi_breez_sdk_spark_fn_method_tokenissuer_unfreeze_issuer_token(
|
|
353
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
354
|
+
size_t count);
|
|
247
355
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_connect(
|
|
248
356
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
249
357
|
size_t count);
|
|
@@ -466,6 +574,10 @@ protected:
|
|
|
466
574
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
467
575
|
size_t count);
|
|
468
576
|
jsi::Value
|
|
577
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_get_token_issuer(
|
|
578
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
579
|
+
size_t count);
|
|
580
|
+
jsi::Value
|
|
469
581
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_get_tokens_metadata(
|
|
470
582
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
471
583
|
size_t count);
|
|
@@ -538,9 +650,27 @@ protected:
|
|
|
538
650
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
539
651
|
size_t count);
|
|
540
652
|
jsi::Value
|
|
653
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_fiatservice_fetch_fiat_currencies(
|
|
654
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
655
|
+
size_t count);
|
|
656
|
+
jsi::Value
|
|
657
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_fiatservice_fetch_fiat_rates(
|
|
658
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
659
|
+
size_t count);
|
|
660
|
+
jsi::Value
|
|
541
661
|
cpp_uniffi_breez_sdk_spark_checksum_method_paymentobserver_before_send(
|
|
542
662
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
543
663
|
size_t count);
|
|
664
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_restclient_get_request(
|
|
665
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
666
|
+
size_t count);
|
|
667
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_restclient_post_request(
|
|
668
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
669
|
+
size_t count);
|
|
670
|
+
jsi::Value
|
|
671
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_restclient_delete_request(
|
|
672
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
673
|
+
size_t count);
|
|
544
674
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_build(
|
|
545
675
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
546
676
|
size_t count);
|
|
@@ -618,6 +748,74 @@ protected:
|
|
|
618
748
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_storage_update_deposit(
|
|
619
749
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
620
750
|
size_t count);
|
|
751
|
+
jsi::Value
|
|
752
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_add_outgoing_change(
|
|
753
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
754
|
+
size_t count);
|
|
755
|
+
jsi::Value
|
|
756
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_complete_outgoing_sync(
|
|
757
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
758
|
+
size_t count);
|
|
759
|
+
jsi::Value
|
|
760
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_get_pending_outgoing_changes(
|
|
761
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
762
|
+
size_t count);
|
|
763
|
+
jsi::Value
|
|
764
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_get_last_revision(
|
|
765
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
766
|
+
size_t count);
|
|
767
|
+
jsi::Value
|
|
768
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_insert_incoming_records(
|
|
769
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
770
|
+
size_t count);
|
|
771
|
+
jsi::Value
|
|
772
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_delete_incoming_record(
|
|
773
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
774
|
+
size_t count);
|
|
775
|
+
jsi::Value
|
|
776
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_rebase_pending_outgoing_records(
|
|
777
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
778
|
+
size_t count);
|
|
779
|
+
jsi::Value
|
|
780
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_get_incoming_records(
|
|
781
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
782
|
+
size_t count);
|
|
783
|
+
jsi::Value
|
|
784
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_get_latest_outgoing_change(
|
|
785
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
786
|
+
size_t count);
|
|
787
|
+
jsi::Value
|
|
788
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_syncstorage_update_record_from_incoming(
|
|
789
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
790
|
+
size_t count);
|
|
791
|
+
jsi::Value
|
|
792
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_tokenissuer_burn_issuer_token(
|
|
793
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
794
|
+
size_t count);
|
|
795
|
+
jsi::Value
|
|
796
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_tokenissuer_create_issuer_token(
|
|
797
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
798
|
+
size_t count);
|
|
799
|
+
jsi::Value
|
|
800
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_tokenissuer_freeze_issuer_token(
|
|
801
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
802
|
+
size_t count);
|
|
803
|
+
jsi::Value
|
|
804
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_tokenissuer_get_issuer_token_balance(
|
|
805
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
806
|
+
size_t count);
|
|
807
|
+
jsi::Value
|
|
808
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_tokenissuer_get_issuer_token_metadata(
|
|
809
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
810
|
+
size_t count);
|
|
811
|
+
jsi::Value
|
|
812
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_tokenissuer_mint_issuer_token(
|
|
813
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
814
|
+
size_t count);
|
|
815
|
+
jsi::Value
|
|
816
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_tokenissuer_unfreeze_issuer_token(
|
|
817
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
818
|
+
size_t count);
|
|
621
819
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_constructor_sdkbuilder_new(
|
|
622
820
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
623
821
|
size_t count);
|
|
@@ -640,12 +838,21 @@ protected:
|
|
|
640
838
|
cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_bitcoinchainservice(
|
|
641
839
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
642
840
|
size_t count);
|
|
841
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_fiatservice(
|
|
842
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
843
|
+
size_t count);
|
|
643
844
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_paymentobserver(
|
|
644
845
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
645
846
|
size_t count);
|
|
847
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_restclient(
|
|
848
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
849
|
+
size_t count);
|
|
646
850
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_storage(
|
|
647
851
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
648
852
|
size_t count);
|
|
853
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_syncstorage(
|
|
854
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
855
|
+
size_t count);
|
|
649
856
|
jsi::Value
|
|
650
857
|
cpp_uniffi_internal_fn_method_bitcoinchainservice_ffi__bless_pointer(
|
|
651
858
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -653,15 +860,27 @@ protected:
|
|
|
653
860
|
jsi::Value cpp_uniffi_internal_fn_method_breezsdk_ffi__bless_pointer(
|
|
654
861
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
655
862
|
size_t count);
|
|
863
|
+
jsi::Value cpp_uniffi_internal_fn_method_fiatservice_ffi__bless_pointer(
|
|
864
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
865
|
+
size_t count);
|
|
656
866
|
jsi::Value cpp_uniffi_internal_fn_method_paymentobserver_ffi__bless_pointer(
|
|
657
867
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
658
868
|
size_t count);
|
|
869
|
+
jsi::Value cpp_uniffi_internal_fn_method_restclient_ffi__bless_pointer(
|
|
870
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
871
|
+
size_t count);
|
|
659
872
|
jsi::Value cpp_uniffi_internal_fn_method_sdkbuilder_ffi__bless_pointer(
|
|
660
873
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
661
874
|
size_t count);
|
|
662
875
|
jsi::Value cpp_uniffi_internal_fn_method_storage_ffi__bless_pointer(
|
|
663
876
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
664
877
|
size_t count);
|
|
878
|
+
jsi::Value cpp_uniffi_internal_fn_method_syncstorage_ffi__bless_pointer(
|
|
879
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
880
|
+
size_t count);
|
|
881
|
+
jsi::Value cpp_uniffi_internal_fn_method_tokenissuer_ffi__bless_pointer(
|
|
882
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
883
|
+
size_t count);
|
|
665
884
|
|
|
666
885
|
public:
|
|
667
886
|
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;;AA8sBA;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":[]}
|