@breeztech/breez-sdk-spark-react-native 0.7.2 → 0.7.4
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 +385 -129
- package/cpp/generated/breez_sdk_spark.hpp +15 -2
- package/lib/commonjs/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/commonjs/generated/breez_sdk_spark.js +226 -71
- 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 +225 -70
- package/lib/module/generated/breez_sdk_spark.js.map +1 -1
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark-ffi.d.ts +29 -23
- 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 +729 -250
- 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 +29 -23
- 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 +729 -250
- 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 +40 -21
- package/src/generated/breez_sdk_spark.ts +1397 -532
|
@@ -88,7 +88,7 @@ protected:
|
|
|
88
88
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
89
89
|
size_t count);
|
|
90
90
|
jsi::Value
|
|
91
|
-
|
|
91
|
+
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_fetch_conversion_limits(
|
|
92
92
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
93
93
|
size_t count);
|
|
94
94
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_get_info(
|
|
@@ -127,6 +127,9 @@ protected:
|
|
|
127
127
|
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_list_unclaimed_deposits(
|
|
128
128
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
129
129
|
size_t count);
|
|
130
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_lnurl_auth(
|
|
131
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
132
|
+
size_t count);
|
|
130
133
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_lnurl_pay(
|
|
131
134
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
132
135
|
size_t count);
|
|
@@ -206,6 +209,9 @@ protected:
|
|
|
206
209
|
cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_sign_hash_schnorr(
|
|
207
210
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
208
211
|
size_t count);
|
|
212
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_hmac_sha256(
|
|
213
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
214
|
+
size_t count);
|
|
209
215
|
jsi::Value
|
|
210
216
|
cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_generate_frost_signing_commitments(
|
|
211
217
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -691,7 +697,7 @@ protected:
|
|
|
691
697
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
692
698
|
size_t count);
|
|
693
699
|
jsi::Value
|
|
694
|
-
|
|
700
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_fetch_conversion_limits(
|
|
695
701
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
696
702
|
size_t count);
|
|
697
703
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_get_info(
|
|
@@ -735,6 +741,9 @@ protected:
|
|
|
735
741
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_list_unclaimed_deposits(
|
|
736
742
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
737
743
|
size_t count);
|
|
744
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_lnurl_auth(
|
|
745
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
746
|
+
size_t count);
|
|
738
747
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_lnurl_pay(
|
|
739
748
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
740
749
|
size_t count);
|
|
@@ -817,6 +826,10 @@ protected:
|
|
|
817
826
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
818
827
|
size_t count);
|
|
819
828
|
jsi::Value
|
|
829
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_hmac_sha256(
|
|
830
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
831
|
+
size_t count);
|
|
832
|
+
jsi::Value
|
|
820
833
|
cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_generate_frost_signing_commitments(
|
|
821
834
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
822
835
|
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;;AAy3BA;AACA;AACA;AACA;AACA;AACA,MAAMA,MAAmC,GAAGA,CAAA,KACzCC,UAAU,CAASC,mBAAmB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAC3BL,MAAM,EAErB;AA+hBA;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":[]}
|