@breeztech/breez-sdk-spark-react-native 0.6.6 → 0.7.1

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.
@@ -87,6 +87,10 @@ protected:
87
87
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_disconnect(
88
88
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
89
89
  size_t count);
90
+ jsi::Value
91
+ cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_fetch_token_conversion_limits(
92
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
93
+ size_t count);
90
94
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_get_info(
91
95
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
92
96
  size_t count);
@@ -171,6 +175,83 @@ protected:
171
175
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_update_user_settings(
172
176
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
173
177
  size_t count);
178
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_externalsigner(
179
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
180
+ size_t count);
181
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_externalsigner(
182
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
183
+ size_t count);
184
+ jsi::Value
185
+ cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_identity_public_key(
186
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
187
+ size_t count);
188
+ jsi::Value
189
+ cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_derive_public_key(
190
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
191
+ size_t count);
192
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_sign_ecdsa(
193
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
194
+ size_t count);
195
+ jsi::Value
196
+ cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_sign_ecdsa_recoverable(
197
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
198
+ size_t count);
199
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_ecies_encrypt(
200
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
201
+ size_t count);
202
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_ecies_decrypt(
203
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
204
+ size_t count);
205
+ jsi::Value
206
+ cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_sign_hash_schnorr(
207
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
208
+ size_t count);
209
+ jsi::Value
210
+ cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_generate_frost_signing_commitments(
211
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
212
+ size_t count);
213
+ jsi::Value
214
+ cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_get_public_key_for_node(
215
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
216
+ size_t count);
217
+ jsi::Value
218
+ cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_generate_random_key(
219
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
220
+ size_t count);
221
+ jsi::Value
222
+ cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_get_static_deposit_private_key_source(
223
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
224
+ size_t count);
225
+ jsi::Value
226
+ cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_get_static_deposit_private_key(
227
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
228
+ size_t count);
229
+ jsi::Value
230
+ cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_get_static_deposit_public_key(
231
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
232
+ size_t count);
233
+ jsi::Value
234
+ cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_subtract_private_keys(
235
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
236
+ size_t count);
237
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_split_secret(
238
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
239
+ size_t count);
240
+ jsi::Value
241
+ cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_encrypt_private_key_for_receiver(
242
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
243
+ size_t count);
244
+ jsi::Value
245
+ cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_get_public_key_from_private_key_source(
246
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
247
+ size_t count);
248
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_sign_frost(
249
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
250
+ size_t count);
251
+ jsi::Value
252
+ cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_aggregate_frost_signatures(
253
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
254
+ size_t count);
174
255
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_fiatservice(
175
256
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
176
257
  size_t count);
@@ -377,9 +458,15 @@ protected:
377
458
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_connect(
378
459
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
379
460
  size_t count);
461
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_connect_with_signer(
462
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
463
+ size_t count);
380
464
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_config(
381
465
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
382
466
  size_t count);
467
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_external_signer(
468
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
469
+ size_t count);
383
470
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_init_logging(
384
471
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
385
472
  size_t count);
@@ -542,9 +629,15 @@ protected:
542
629
  jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_connect(
543
630
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
544
631
  size_t count);
632
+ jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_connect_with_signer(
633
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
634
+ size_t count);
545
635
  jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_config(
546
636
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
547
637
  size_t count);
638
+ jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_external_signer(
639
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
640
+ size_t count);
548
641
  jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_init_logging(
549
642
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
550
643
  size_t count);
@@ -597,6 +690,10 @@ protected:
597
690
  jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_disconnect(
598
691
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
599
692
  size_t count);
693
+ jsi::Value
694
+ cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_fetch_token_conversion_limits(
695
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
696
+ size_t count);
600
697
  jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_get_info(
601
698
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
602
699
  size_t count);
@@ -692,6 +789,82 @@ protected:
692
789
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
693
790
  size_t count);
694
791
  jsi::Value
792
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_identity_public_key(
793
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
794
+ size_t count);
795
+ jsi::Value
796
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_derive_public_key(
797
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
798
+ size_t count);
799
+ jsi::Value
800
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_sign_ecdsa(
801
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
802
+ size_t count);
803
+ jsi::Value
804
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_sign_ecdsa_recoverable(
805
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
806
+ size_t count);
807
+ jsi::Value
808
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_ecies_encrypt(
809
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
810
+ size_t count);
811
+ jsi::Value
812
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_ecies_decrypt(
813
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
814
+ size_t count);
815
+ jsi::Value
816
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_sign_hash_schnorr(
817
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
818
+ size_t count);
819
+ jsi::Value
820
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_generate_frost_signing_commitments(
821
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
822
+ size_t count);
823
+ jsi::Value
824
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_get_public_key_for_node(
825
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
826
+ size_t count);
827
+ jsi::Value
828
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_generate_random_key(
829
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
830
+ size_t count);
831
+ jsi::Value
832
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_get_static_deposit_private_key_source(
833
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
834
+ size_t count);
835
+ jsi::Value
836
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_get_static_deposit_private_key(
837
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
838
+ size_t count);
839
+ jsi::Value
840
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_get_static_deposit_public_key(
841
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
842
+ size_t count);
843
+ jsi::Value
844
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_subtract_private_keys(
845
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
846
+ size_t count);
847
+ jsi::Value
848
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_split_secret(
849
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
850
+ size_t count);
851
+ jsi::Value
852
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_encrypt_private_key_for_receiver(
853
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
854
+ size_t count);
855
+ jsi::Value
856
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_get_public_key_from_private_key_source(
857
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
858
+ size_t count);
859
+ jsi::Value
860
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_sign_frost(
861
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
862
+ size_t count);
863
+ jsi::Value
864
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsigner_aggregate_frost_signatures(
865
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
866
+ size_t count);
867
+ jsi::Value
695
868
  cpp_uniffi_breez_sdk_spark_checksum_method_fiatservice_fetch_fiat_currencies(
696
869
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
697
870
  size_t count);
@@ -884,6 +1057,9 @@ protected:
884
1057
  cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_bitcoinchainservice(
885
1058
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
886
1059
  size_t count);
1060
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_externalsigner(
1061
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1062
+ size_t count);
887
1063
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_fiatservice(
888
1064
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
889
1065
  size_t count);
@@ -906,6 +1082,9 @@ protected:
906
1082
  jsi::Value cpp_uniffi_internal_fn_method_breezsdk_ffi__bless_pointer(
907
1083
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
908
1084
  size_t count);
1085
+ jsi::Value cpp_uniffi_internal_fn_method_externalsigner_ffi__bless_pointer(
1086
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1087
+ size_t count);
909
1088
  jsi::Value cpp_uniffi_internal_fn_method_fiatservice_ffi__bless_pointer(
910
1089
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
911
1090
  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;;AA0uBA;AACA;AACA;AACA;AACA;AACA,MAAMA,MAAmC,GAAGA,CAAA,KACzCC,UAAU,CAASC,mBAAmB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAC3BL,MAAM,EAErB;AA2YA;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":[]}
1
+ {"version":3,"names":["getter","globalThis","NativeBreezSdkSpark","_default","exports","default","isRustFutureContinuationCallbackTypeCompatible","isUniffiForeignFutureTypeCompatible"],"sourceRoot":"../../../src","sources":["generated/breez_sdk_spark-ffi.ts"],"mappings":";;;;;;AAAA;AACA;;AA82BA;AACA;AACA;AACA;AACA;AACA,MAAMA,MAAmC,GAAGA,CAAA,KACzCC,UAAU,CAASC,mBAAmB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAC3BL,MAAM,EAErB;AAuhBA;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":[]}