@breeztech/breez-sdk-spark-react-native 0.19.0 → 0.20.0-dev1
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 +1402 -157
- package/cpp/generated/breez_sdk_spark.hpp +63 -0
- package/lib/commonjs/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/commonjs/generated/breez_sdk_spark.js +348 -40
- 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 +347 -39
- package/lib/module/generated/breez_sdk_spark.js.map +1 -1
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark-ffi.d.ts +48 -19
- 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 +1493 -163
- 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 +48 -19
- 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 +1493 -163
- 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 +104 -18
- package/src/generated/breez_sdk_spark.ts +2727 -61
|
@@ -43,6 +43,10 @@ protected:
|
|
|
43
43
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
44
44
|
size_t count);
|
|
45
45
|
jsi::Value
|
|
46
|
+
cpp_uniffi_breez_sdk_spark_fn_method_bitcoinchainservice_get_address_txos(
|
|
47
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
48
|
+
size_t count);
|
|
49
|
+
jsi::Value
|
|
46
50
|
cpp_uniffi_breez_sdk_spark_fn_method_bitcoinchainservice_get_transaction_status(
|
|
47
51
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
48
52
|
size_t count);
|
|
@@ -51,6 +55,10 @@ protected:
|
|
|
51
55
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
52
56
|
size_t count);
|
|
53
57
|
jsi::Value
|
|
58
|
+
cpp_uniffi_breez_sdk_spark_fn_method_bitcoinchainservice_get_outspend(
|
|
59
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
60
|
+
size_t count);
|
|
61
|
+
jsi::Value
|
|
54
62
|
cpp_uniffi_breez_sdk_spark_fn_method_bitcoinchainservice_broadcast_transaction(
|
|
55
63
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
56
64
|
size_t count);
|
|
@@ -180,6 +188,10 @@ protected:
|
|
|
180
188
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
181
189
|
size_t count);
|
|
182
190
|
jsi::Value
|
|
191
|
+
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_prepare_unilateral_exit(
|
|
192
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
193
|
+
size_t count);
|
|
194
|
+
jsi::Value
|
|
183
195
|
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_publish_signed_lnurl_pay_package(
|
|
184
196
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
185
197
|
size_t count);
|
|
@@ -220,6 +232,9 @@ protected:
|
|
|
220
232
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_sync_wallet(
|
|
221
233
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
222
234
|
size_t count);
|
|
235
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_unilateral_exit(
|
|
236
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
237
|
+
size_t count);
|
|
223
238
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_unregister_webhook(
|
|
224
239
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
225
240
|
size_t count);
|
|
@@ -229,6 +244,18 @@ protected:
|
|
|
229
244
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_update_user_settings(
|
|
230
245
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
231
246
|
size_t count);
|
|
247
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_cpfpsigner(
|
|
248
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
249
|
+
size_t count);
|
|
250
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_cpfpsigner(
|
|
251
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
252
|
+
size_t count);
|
|
253
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_cpfpsigner(
|
|
254
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
255
|
+
size_t count);
|
|
256
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_cpfpsigner_sign_psbt(
|
|
257
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
258
|
+
size_t count);
|
|
232
259
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_externalbreezsigner(
|
|
233
260
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
234
261
|
size_t count);
|
|
@@ -327,6 +354,10 @@ protected:
|
|
|
327
354
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
328
355
|
size_t count);
|
|
329
356
|
jsi::Value
|
|
357
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_sign_leaf_refund_spend(
|
|
358
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
359
|
+
size_t count);
|
|
360
|
+
jsi::Value
|
|
330
361
|
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_sign_frost(
|
|
331
362
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
332
363
|
size_t count);
|
|
@@ -764,6 +795,9 @@ protected:
|
|
|
764
795
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_new_shared_sdk_context(
|
|
765
796
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
766
797
|
size_t count);
|
|
798
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_single_key_cpfp_signer(
|
|
799
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
800
|
+
size_t count);
|
|
767
801
|
jsi::Value cpp_ffi_breez_sdk_spark_rust_future_poll_u8(
|
|
768
802
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
769
803
|
size_t count);
|
|
@@ -967,11 +1001,18 @@ protected:
|
|
|
967
1001
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_new_shared_sdk_context(
|
|
968
1002
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
969
1003
|
size_t count);
|
|
1004
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_single_key_cpfp_signer(
|
|
1005
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1006
|
+
size_t count);
|
|
970
1007
|
jsi::Value
|
|
971
1008
|
cpp_uniffi_breez_sdk_spark_checksum_method_bitcoinchainservice_get_address_utxos(
|
|
972
1009
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
973
1010
|
size_t count);
|
|
974
1011
|
jsi::Value
|
|
1012
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_bitcoinchainservice_get_address_txos(
|
|
1013
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1014
|
+
size_t count);
|
|
1015
|
+
jsi::Value
|
|
975
1016
|
cpp_uniffi_breez_sdk_spark_checksum_method_bitcoinchainservice_get_transaction_status(
|
|
976
1017
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
977
1018
|
size_t count);
|
|
@@ -980,6 +1021,10 @@ protected:
|
|
|
980
1021
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
981
1022
|
size_t count);
|
|
982
1023
|
jsi::Value
|
|
1024
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_bitcoinchainservice_get_outspend(
|
|
1025
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1026
|
+
size_t count);
|
|
1027
|
+
jsi::Value
|
|
983
1028
|
cpp_uniffi_breez_sdk_spark_checksum_method_bitcoinchainservice_broadcast_transaction(
|
|
984
1029
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
985
1030
|
size_t count);
|
|
@@ -1113,6 +1158,10 @@ protected:
|
|
|
1113
1158
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1114
1159
|
size_t count);
|
|
1115
1160
|
jsi::Value
|
|
1161
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_prepare_unilateral_exit(
|
|
1162
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1163
|
+
size_t count);
|
|
1164
|
+
jsi::Value
|
|
1116
1165
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_publish_signed_lnurl_pay_package(
|
|
1117
1166
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1118
1167
|
size_t count);
|
|
@@ -1157,6 +1206,10 @@ protected:
|
|
|
1157
1206
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1158
1207
|
size_t count);
|
|
1159
1208
|
jsi::Value
|
|
1209
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_unilateral_exit(
|
|
1210
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1211
|
+
size_t count);
|
|
1212
|
+
jsi::Value
|
|
1160
1213
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_unregister_webhook(
|
|
1161
1214
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1162
1215
|
size_t count);
|
|
@@ -1167,6 +1220,9 @@ protected:
|
|
|
1167
1220
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_update_user_settings(
|
|
1168
1221
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1169
1222
|
size_t count);
|
|
1223
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_cpfpsigner_sign_psbt(
|
|
1224
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1225
|
+
size_t count);
|
|
1170
1226
|
jsi::Value
|
|
1171
1227
|
cpp_uniffi_breez_sdk_spark_checksum_method_externalbreezsigner_derive_public_key(
|
|
1172
1228
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -1236,6 +1292,10 @@ protected:
|
|
|
1236
1292
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1237
1293
|
size_t count);
|
|
1238
1294
|
jsi::Value
|
|
1295
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_sign_leaf_refund_spend(
|
|
1296
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1297
|
+
size_t count);
|
|
1298
|
+
jsi::Value
|
|
1239
1299
|
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_sign_frost(
|
|
1240
1300
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1241
1301
|
size_t count);
|
|
@@ -1565,6 +1625,9 @@ protected:
|
|
|
1565
1625
|
jsi::Value cpp_uniffi_internal_fn_method_breezsdk_ffi__bless_pointer(
|
|
1566
1626
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1567
1627
|
size_t count);
|
|
1628
|
+
jsi::Value cpp_uniffi_internal_fn_method_cpfpsigner_ffi__bless_pointer(
|
|
1629
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1630
|
+
size_t count);
|
|
1568
1631
|
jsi::Value
|
|
1569
1632
|
cpp_uniffi_internal_fn_method_externalbreezsigner_ffi__bless_pointer(
|
|
1570
1633
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -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;;AAyzCA;AACA;AACA;AACA;AACA;AACA,MAAMA,MAAmC,GAAGA,CAAA,KACzCC,UAAU,CAASC,mBAAmB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAC3BL,MAAM,EAErB;AAyuBA;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":[]}
|