@breeztech/breez-sdk-spark-react-native 0.18.0-dev4 → 0.19.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.
- package/cpp/generated/breez_sdk_spark.cpp +1959 -181
- package/cpp/generated/breez_sdk_spark.hpp +122 -0
- package/lib/commonjs/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/commonjs/generated/breez_sdk_spark.js +308 -22
- package/lib/commonjs/generated/breez_sdk_spark.js.map +1 -1
- package/lib/module/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/module/generated/breez_sdk_spark.js +307 -21
- package/lib/module/generated/breez_sdk_spark.js.map +1 -1
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark-ffi.d.ts +63 -18
- 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 +1453 -100
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark.d.ts.map +1 -1
- package/lib/typescript/module/src/generated/breez_sdk_spark-ffi.d.ts +63 -18
- 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 +1453 -100
- package/lib/typescript/module/src/generated/breez_sdk_spark.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/generated/breez_sdk_spark-ffi.ts +149 -22
- package/src/generated/breez_sdk_spark.ts +3916 -931
|
@@ -74,6 +74,14 @@ protected:
|
|
|
74
74
|
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_authorize_lightning_address_transfer(
|
|
75
75
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
76
76
|
size_t count);
|
|
77
|
+
jsi::Value
|
|
78
|
+
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_build_unsigned_lnurl_pay_package(
|
|
79
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
80
|
+
size_t count);
|
|
81
|
+
jsi::Value
|
|
82
|
+
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_build_unsigned_transfer_package(
|
|
83
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
84
|
+
size_t count);
|
|
77
85
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_buy_bitcoin(
|
|
78
86
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
79
87
|
size_t count);
|
|
@@ -171,6 +179,14 @@ protected:
|
|
|
171
179
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_prepare_send_payment(
|
|
172
180
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
173
181
|
size_t count);
|
|
182
|
+
jsi::Value
|
|
183
|
+
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_publish_signed_lnurl_pay_package(
|
|
184
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
185
|
+
size_t count);
|
|
186
|
+
jsi::Value
|
|
187
|
+
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_publish_signed_transfer_package(
|
|
188
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
189
|
+
size_t count);
|
|
174
190
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_receive_payment(
|
|
175
191
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
176
192
|
size_t count);
|
|
@@ -251,6 +267,32 @@ protected:
|
|
|
251
267
|
cpp_uniffi_breez_sdk_spark_fn_method_externalbreezsigner_hmac_sha256(
|
|
252
268
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
253
269
|
size_t count);
|
|
270
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_externalsigningsigner(
|
|
271
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
272
|
+
size_t count);
|
|
273
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_externalsigningsigner(
|
|
274
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
275
|
+
size_t count);
|
|
276
|
+
jsi::Value
|
|
277
|
+
cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_externalsigningsigner(
|
|
278
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
279
|
+
size_t count);
|
|
280
|
+
jsi::Value
|
|
281
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsigningsigner_derive_public_key(
|
|
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_externalsigningsigner_sign_ecdsa(
|
|
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_externalsigningsigner_sign_ecdsa_recoverable(
|
|
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_externalsigningsigner_sign_hash_schnorr(
|
|
294
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
295
|
+
size_t count);
|
|
254
296
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_externalsparksigner(
|
|
255
297
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
256
298
|
size_t count);
|
|
@@ -269,6 +311,9 @@ protected:
|
|
|
269
311
|
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_get_public_key_for_leaf(
|
|
270
312
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
271
313
|
size_t count);
|
|
314
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_is_remote(
|
|
315
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
316
|
+
size_t count);
|
|
272
317
|
jsi::Value
|
|
273
318
|
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_get_static_deposit_public_key(
|
|
274
319
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -449,6 +494,10 @@ protected:
|
|
|
449
494
|
cpp_uniffi_breez_sdk_spark_fn_constructor_sdkbuilder_new_with_signer(
|
|
450
495
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
451
496
|
size_t count);
|
|
497
|
+
jsi::Value
|
|
498
|
+
cpp_uniffi_breez_sdk_spark_fn_constructor_sdkbuilder_new_with_signing_only_signer(
|
|
499
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
500
|
+
size_t count);
|
|
452
501
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_build(
|
|
453
502
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
454
503
|
size_t count);
|
|
@@ -477,6 +526,9 @@ protected:
|
|
|
477
526
|
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_rest_chain_service(
|
|
478
527
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
479
528
|
size_t count);
|
|
529
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_session_store(
|
|
530
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
531
|
+
size_t count);
|
|
480
532
|
jsi::Value
|
|
481
533
|
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_shared_context(
|
|
482
534
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -671,9 +723,17 @@ protected:
|
|
|
671
723
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_connect_with_signer(
|
|
672
724
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
673
725
|
size_t count);
|
|
726
|
+
jsi::Value
|
|
727
|
+
cpp_uniffi_breez_sdk_spark_fn_func_connect_with_signing_only_signer(
|
|
728
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
729
|
+
size_t count);
|
|
674
730
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_create_turnkey_signer(
|
|
675
731
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
676
732
|
size_t count);
|
|
733
|
+
jsi::Value
|
|
734
|
+
cpp_uniffi_breez_sdk_spark_fn_func_create_turnkey_signing_only_signer(
|
|
735
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
736
|
+
size_t count);
|
|
677
737
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_custom_storage(
|
|
678
738
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
679
739
|
size_t count);
|
|
@@ -686,6 +746,9 @@ protected:
|
|
|
686
746
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_server_config(
|
|
687
747
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
688
748
|
size_t count);
|
|
749
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_session_store(
|
|
750
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
751
|
+
size_t count);
|
|
689
752
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_storage(
|
|
690
753
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
691
754
|
size_t count);
|
|
@@ -863,9 +926,17 @@ protected:
|
|
|
863
926
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_connect_with_signer(
|
|
864
927
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
865
928
|
size_t count);
|
|
929
|
+
jsi::Value
|
|
930
|
+
cpp_uniffi_breez_sdk_spark_checksum_func_connect_with_signing_only_signer(
|
|
931
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
932
|
+
size_t count);
|
|
866
933
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_create_turnkey_signer(
|
|
867
934
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
868
935
|
size_t count);
|
|
936
|
+
jsi::Value
|
|
937
|
+
cpp_uniffi_breez_sdk_spark_checksum_func_create_turnkey_signing_only_signer(
|
|
938
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
939
|
+
size_t count);
|
|
869
940
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_custom_storage(
|
|
870
941
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
871
942
|
size_t count);
|
|
@@ -878,6 +949,9 @@ protected:
|
|
|
878
949
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_server_config(
|
|
879
950
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
880
951
|
size_t count);
|
|
952
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_session_store(
|
|
953
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
954
|
+
size_t count);
|
|
881
955
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_storage(
|
|
882
956
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
883
957
|
size_t count);
|
|
@@ -924,6 +998,14 @@ protected:
|
|
|
924
998
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_authorize_lightning_address_transfer(
|
|
925
999
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
926
1000
|
size_t count);
|
|
1001
|
+
jsi::Value
|
|
1002
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_build_unsigned_lnurl_pay_package(
|
|
1003
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1004
|
+
size_t count);
|
|
1005
|
+
jsi::Value
|
|
1006
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_build_unsigned_transfer_package(
|
|
1007
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1008
|
+
size_t count);
|
|
927
1009
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_buy_bitcoin(
|
|
928
1010
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
929
1011
|
size_t count);
|
|
@@ -1031,6 +1113,14 @@ protected:
|
|
|
1031
1113
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1032
1114
|
size_t count);
|
|
1033
1115
|
jsi::Value
|
|
1116
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_publish_signed_lnurl_pay_package(
|
|
1117
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1118
|
+
size_t count);
|
|
1119
|
+
jsi::Value
|
|
1120
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_publish_signed_transfer_package(
|
|
1121
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1122
|
+
size_t count);
|
|
1123
|
+
jsi::Value
|
|
1034
1124
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_receive_payment(
|
|
1035
1125
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1036
1126
|
size_t count);
|
|
@@ -1106,6 +1196,22 @@ protected:
|
|
|
1106
1196
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1107
1197
|
size_t count);
|
|
1108
1198
|
jsi::Value
|
|
1199
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsigningsigner_derive_public_key(
|
|
1200
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1201
|
+
size_t count);
|
|
1202
|
+
jsi::Value
|
|
1203
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsigningsigner_sign_ecdsa(
|
|
1204
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1205
|
+
size_t count);
|
|
1206
|
+
jsi::Value
|
|
1207
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsigningsigner_sign_ecdsa_recoverable(
|
|
1208
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1209
|
+
size_t count);
|
|
1210
|
+
jsi::Value
|
|
1211
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsigningsigner_sign_hash_schnorr(
|
|
1212
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1213
|
+
size_t count);
|
|
1214
|
+
jsi::Value
|
|
1109
1215
|
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_get_identity_public_key(
|
|
1110
1216
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1111
1217
|
size_t count);
|
|
@@ -1114,6 +1220,10 @@ protected:
|
|
|
1114
1220
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1115
1221
|
size_t count);
|
|
1116
1222
|
jsi::Value
|
|
1223
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_is_remote(
|
|
1224
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1225
|
+
size_t count);
|
|
1226
|
+
jsi::Value
|
|
1117
1227
|
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_get_static_deposit_public_key(
|
|
1118
1228
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1119
1229
|
size_t count);
|
|
@@ -1262,6 +1372,10 @@ protected:
|
|
|
1262
1372
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1263
1373
|
size_t count);
|
|
1264
1374
|
jsi::Value
|
|
1375
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_session_store(
|
|
1376
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1377
|
+
size_t count);
|
|
1378
|
+
jsi::Value
|
|
1265
1379
|
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_shared_context(
|
|
1266
1380
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1267
1381
|
size_t count);
|
|
@@ -1431,6 +1545,10 @@ protected:
|
|
|
1431
1545
|
cpp_uniffi_breez_sdk_spark_checksum_constructor_sdkbuilder_new_with_signer(
|
|
1432
1546
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1433
1547
|
size_t count);
|
|
1548
|
+
jsi::Value
|
|
1549
|
+
cpp_uniffi_breez_sdk_spark_checksum_constructor_sdkbuilder_new_with_signing_only_signer(
|
|
1550
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1551
|
+
size_t count);
|
|
1434
1552
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_eventlistener_on_event(
|
|
1435
1553
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1436
1554
|
size_t count);
|
|
@@ -1452,6 +1570,10 @@ protected:
|
|
|
1452
1570
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1453
1571
|
size_t count);
|
|
1454
1572
|
jsi::Value
|
|
1573
|
+
cpp_uniffi_internal_fn_method_externalsigningsigner_ffi__bless_pointer(
|
|
1574
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1575
|
+
size_t count);
|
|
1576
|
+
jsi::Value
|
|
1455
1577
|
cpp_uniffi_internal_fn_method_externalsparksigner_ffi__bless_pointer(
|
|
1456
1578
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1457
1579
|
size_t count);
|
|
@@ -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;;AAowCA;AACA;AACA;AACA;AACA;AACA,MAAMA,MAAmC,GAAGA,CAAA,KACzCC,UAAU,CAASC,mBAAmB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAC3BL,MAAM,EAErB;AAwsBA;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":[]}
|