@breeztech/breez-sdk-spark-react-native 0.16.1-dev1 → 0.17.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 +827 -163
- package/cpp/generated/breez_sdk_spark.hpp +30 -0
- package/lib/commonjs/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/commonjs/generated/breez_sdk_spark.js +332 -59
- 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 +331 -58
- package/lib/module/generated/breez_sdk_spark.js.map +1 -1
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark-ffi.d.ts +31 -17
- 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 +1960 -165
- 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 +31 -17
- 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 +1960 -165
- 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 +60 -17
- package/src/generated/breez_sdk_spark.ts +3777 -694
|
@@ -108,6 +108,10 @@ protected:
|
|
|
108
108
|
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_fetch_conversion_limits(
|
|
109
109
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
110
110
|
size_t count);
|
|
111
|
+
jsi::Value
|
|
112
|
+
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_get_cross_chain_routes(
|
|
113
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
114
|
+
size_t count);
|
|
111
115
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_get_info(
|
|
112
116
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
113
117
|
size_t count);
|
|
@@ -571,6 +575,16 @@ protected:
|
|
|
571
575
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_delete_contact(
|
|
572
576
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
573
577
|
size_t count);
|
|
578
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_set_cross_chain_swap(
|
|
579
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
580
|
+
size_t count);
|
|
581
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_get_cross_chain_swap(
|
|
582
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
583
|
+
size_t count);
|
|
584
|
+
jsi::Value
|
|
585
|
+
cpp_uniffi_breez_sdk_spark_fn_method_storage_list_active_cross_chain_swaps(
|
|
586
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
587
|
+
size_t count);
|
|
574
588
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_add_outgoing_change(
|
|
575
589
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
576
590
|
size_t count);
|
|
@@ -945,6 +959,10 @@ protected:
|
|
|
945
959
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_fetch_conversion_limits(
|
|
946
960
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
947
961
|
size_t count);
|
|
962
|
+
jsi::Value
|
|
963
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_get_cross_chain_routes(
|
|
964
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
965
|
+
size_t count);
|
|
948
966
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_get_info(
|
|
949
967
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
950
968
|
size_t count);
|
|
@@ -1324,6 +1342,18 @@ protected:
|
|
|
1324
1342
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1325
1343
|
size_t count);
|
|
1326
1344
|
jsi::Value
|
|
1345
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_storage_set_cross_chain_swap(
|
|
1346
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1347
|
+
size_t count);
|
|
1348
|
+
jsi::Value
|
|
1349
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_storage_get_cross_chain_swap(
|
|
1350
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1351
|
+
size_t count);
|
|
1352
|
+
jsi::Value
|
|
1353
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_storage_list_active_cross_chain_swaps(
|
|
1354
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1355
|
+
size_t count);
|
|
1356
|
+
jsi::Value
|
|
1327
1357
|
cpp_uniffi_breez_sdk_spark_checksum_method_storage_add_outgoing_change(
|
|
1328
1358
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1329
1359
|
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;;AA2qCA;AACA;AACA;AACA;AACA;AACA,MAAMA,MAAmC,GAAGA,CAAA,KACzCC,UAAU,CAASC,mBAAmB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAC3BL,MAAM,EAErB;AAkqBA;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":[]}
|