@breeztech/breez-sdk-spark-react-native 0.18.0 → 0.19.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.
@@ -74,6 +74,14 @@ protected:
74
74
  cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_authorize_lightning_address_transfer(
75
75
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
76
76
  size_t count);
77
+ jsi::Value
78
+ cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_build_unsigned_lnurl_pay_package(
79
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
80
+ size_t count);
81
+ jsi::Value
82
+ cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_build_unsigned_transfer_package(
83
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
84
+ size_t count);
77
85
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_buy_bitcoin(
78
86
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
79
87
  size_t count);
@@ -171,6 +179,14 @@ protected:
171
179
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_prepare_send_payment(
172
180
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
173
181
  size_t count);
182
+ jsi::Value
183
+ cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_publish_signed_lnurl_pay_package(
184
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
185
+ size_t count);
186
+ jsi::Value
187
+ cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_publish_signed_transfer_package(
188
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
189
+ size_t count);
174
190
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_receive_payment(
175
191
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
176
192
  size_t count);
@@ -295,6 +311,9 @@ protected:
295
311
  cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_get_public_key_for_leaf(
296
312
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
297
313
  size_t count);
314
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_is_remote(
315
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
316
+ size_t count);
298
317
  jsi::Value
299
318
  cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_get_static_deposit_public_key(
300
319
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
@@ -507,6 +526,9 @@ protected:
507
526
  cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_rest_chain_service(
508
527
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
509
528
  size_t count);
529
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_session_store(
530
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
531
+ size_t count);
510
532
  jsi::Value
511
533
  cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_shared_context(
512
534
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
@@ -724,6 +746,9 @@ protected:
724
746
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_server_config(
725
747
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
726
748
  size_t count);
749
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_session_store(
750
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
751
+ size_t count);
727
752
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_storage(
728
753
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
729
754
  size_t count);
@@ -924,6 +949,9 @@ protected:
924
949
  jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_server_config(
925
950
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
926
951
  size_t count);
952
+ jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_session_store(
953
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
954
+ size_t count);
927
955
  jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_storage(
928
956
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
929
957
  size_t count);
@@ -970,6 +998,14 @@ protected:
970
998
  cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_authorize_lightning_address_transfer(
971
999
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
972
1000
  size_t count);
1001
+ jsi::Value
1002
+ cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_build_unsigned_lnurl_pay_package(
1003
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1004
+ size_t count);
1005
+ jsi::Value
1006
+ cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_build_unsigned_transfer_package(
1007
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1008
+ size_t count);
973
1009
  jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_buy_bitcoin(
974
1010
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
975
1011
  size_t count);
@@ -1077,6 +1113,14 @@ protected:
1077
1113
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1078
1114
  size_t count);
1079
1115
  jsi::Value
1116
+ cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_publish_signed_lnurl_pay_package(
1117
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1118
+ size_t count);
1119
+ jsi::Value
1120
+ cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_publish_signed_transfer_package(
1121
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1122
+ size_t count);
1123
+ jsi::Value
1080
1124
  cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_receive_payment(
1081
1125
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1082
1126
  size_t count);
@@ -1176,6 +1220,10 @@ protected:
1176
1220
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1177
1221
  size_t count);
1178
1222
  jsi::Value
1223
+ cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_is_remote(
1224
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1225
+ size_t count);
1226
+ jsi::Value
1179
1227
  cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_get_static_deposit_public_key(
1180
1228
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1181
1229
  size_t count);
@@ -1324,6 +1372,10 @@ protected:
1324
1372
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1325
1373
  size_t count);
1326
1374
  jsi::Value
1375
+ cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_session_store(
1376
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1377
+ size_t count);
1378
+ jsi::Value
1327
1379
  cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_shared_context(
1328
1380
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1329
1381
  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;;AAguCA;AACA;AACA;AACA;AACA;AACA,MAAMA,MAAmC,GAAGA,CAAA,KACzCC,UAAU,CAASC,mBAAmB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAC3BL,MAAM,EAErB;AAosBA;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;;AAowCA;AACA;AACA;AACA;AACA;AACA,MAAMA,MAAmC,GAAGA,CAAA,KACzCC,UAAU,CAASC,mBAAmB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAC3BL,MAAM,EAErB;AAwsBA;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":[]}