@breeztech/breez-sdk-spark-react-native 0.25.0 → 0.26.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 +645 -233
- package/cpp/generated/breez_sdk_spark.hpp +16 -0
- package/lib/commonjs/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/commonjs/generated/breez_sdk_spark.js +270 -52
- 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 +269 -51
- package/lib/module/generated/breez_sdk_spark.js.map +1 -1
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark-ffi.d.ts +42 -34
- 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 +1137 -66
- 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 +42 -34
- 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 +1137 -66
- 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 +57 -33
- package/src/generated/breez_sdk_spark.ts +2082 -429
|
@@ -676,6 +676,14 @@ protected:
|
|
|
676
676
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_update_deposit(
|
|
677
677
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
678
678
|
size_t count);
|
|
679
|
+
jsi::Value
|
|
680
|
+
cpp_uniffi_breez_sdk_spark_fn_method_storage_list_watched_deposit_addresses(
|
|
681
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
682
|
+
size_t count);
|
|
683
|
+
jsi::Value
|
|
684
|
+
cpp_uniffi_breez_sdk_spark_fn_method_storage_update_watched_deposit_address(
|
|
685
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
686
|
+
size_t count);
|
|
679
687
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_set_lnurl_metadata(
|
|
680
688
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
681
689
|
size_t count);
|
|
@@ -1568,6 +1576,14 @@ protected:
|
|
|
1568
1576
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1569
1577
|
size_t count);
|
|
1570
1578
|
jsi::Value
|
|
1579
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_storage_list_watched_deposit_addresses(
|
|
1580
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1581
|
+
size_t count);
|
|
1582
|
+
jsi::Value
|
|
1583
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_storage_update_watched_deposit_address(
|
|
1584
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1585
|
+
size_t count);
|
|
1586
|
+
jsi::Value
|
|
1571
1587
|
cpp_uniffi_breez_sdk_spark_checksum_method_storage_set_lnurl_metadata(
|
|
1572
1588
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1573
1589
|
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;;AAk3CA;AACA;AACA;AACA;AACA;AACA,MAAMA,MAAmC,GAAGA,CAAA,KACzCC,UAAU,CAASC,mBAAmB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAC3BL,MAAM,EAErB;AA8vBA;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":[]}
|