@breeztech/breez-sdk-spark-react-native 0.13.12-dev1 → 0.15.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 +210 -354
- package/cpp/generated/breez_sdk_spark.hpp +25 -44
- package/lib/commonjs/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/commonjs/generated/breez_sdk_spark.js +131 -106
- 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 +130 -105
- package/lib/module/generated/breez_sdk_spark.js.map +1 -1
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark-ffi.d.ts +12 -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 +357 -200
- 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 +12 -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 +357 -200
- 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 +26 -46
- package/src/generated/breez_sdk_spark.ts +732 -586
|
@@ -569,6 +569,8 @@ uniffi_breez_sdk_spark_fn_method_breezsdk_recommended_fees(void *ptr);
|
|
|
569
569
|
uniffi_breez_sdk_spark_fn_method_breezsdk_refund_deposit(void *ptr,
|
|
570
570
|
RustBuffer request);
|
|
571
571
|
/*handle*/ uint64_t
|
|
572
|
+
uniffi_breez_sdk_spark_fn_method_breezsdk_refund_pending_conversions(void *ptr);
|
|
573
|
+
/*handle*/ uint64_t
|
|
572
574
|
uniffi_breez_sdk_spark_fn_method_breezsdk_register_lightning_address(
|
|
573
575
|
void *ptr, RustBuffer request);
|
|
574
576
|
/*handle*/ uint64_t
|
|
@@ -597,10 +599,6 @@ uniffi_breez_sdk_spark_fn_method_breezsdk_update_contact(void *ptr,
|
|
|
597
599
|
/*handle*/ uint64_t
|
|
598
600
|
uniffi_breez_sdk_spark_fn_method_breezsdk_update_user_settings(
|
|
599
601
|
void *ptr, RustBuffer request);
|
|
600
|
-
void *uniffi_breez_sdk_spark_fn_clone_connectionmanager(
|
|
601
|
-
void *ptr, RustCallStatus *uniffi_out_err);
|
|
602
|
-
void uniffi_breez_sdk_spark_fn_free_connectionmanager(
|
|
603
|
-
void *ptr, RustCallStatus *uniffi_out_err);
|
|
604
602
|
void *
|
|
605
603
|
uniffi_breez_sdk_spark_fn_clone_externalsigner(void *ptr,
|
|
606
604
|
RustCallStatus *uniffi_out_err);
|
|
@@ -740,9 +738,6 @@ uniffi_breez_sdk_spark_fn_method_sdkbuilder_build(void *ptr);
|
|
|
740
738
|
uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_chain_service(
|
|
741
739
|
void *ptr, void *chain_service);
|
|
742
740
|
/*handle*/ uint64_t
|
|
743
|
-
uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_connection_manager(
|
|
744
|
-
void *ptr, void *connection_manager);
|
|
745
|
-
/*handle*/ uint64_t
|
|
746
741
|
uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_default_storage(
|
|
747
742
|
void *ptr, RustBuffer storage_dir);
|
|
748
743
|
/*handle*/ uint64_t
|
|
@@ -761,15 +756,17 @@ uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_payment_observer(
|
|
|
761
756
|
uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_rest_chain_service(
|
|
762
757
|
void *ptr, RustBuffer url, RustBuffer api_type, RustBuffer credentials);
|
|
763
758
|
/*handle*/ uint64_t
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
/*handle*/ uint64_t
|
|
767
|
-
uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_ssp_connection_manager(
|
|
768
|
-
void *ptr, void *manager);
|
|
759
|
+
uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_shared_context(void *ptr,
|
|
760
|
+
void *context);
|
|
769
761
|
/*handle*/ uint64_t
|
|
770
762
|
uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_storage(void *ptr,
|
|
771
763
|
void *storage);
|
|
772
764
|
void *
|
|
765
|
+
uniffi_breez_sdk_spark_fn_clone_sdkcontext(void *ptr,
|
|
766
|
+
RustCallStatus *uniffi_out_err);
|
|
767
|
+
void uniffi_breez_sdk_spark_fn_free_sdkcontext(void *ptr,
|
|
768
|
+
RustCallStatus *uniffi_out_err);
|
|
769
|
+
void *
|
|
773
770
|
uniffi_breez_sdk_spark_fn_clone_sessionmanager(void *ptr,
|
|
774
771
|
RustCallStatus *uniffi_out_err);
|
|
775
772
|
void uniffi_breez_sdk_spark_fn_free_sessionmanager(
|
|
@@ -780,10 +777,6 @@ void uniffi_breez_sdk_spark_fn_init_callback_vtable_sessionmanager(
|
|
|
780
777
|
void *ptr, RustBuffer service_identity_key);
|
|
781
778
|
/*handle*/ uint64_t uniffi_breez_sdk_spark_fn_method_sessionmanager_set_session(
|
|
782
779
|
void *ptr, RustBuffer service_identity_key, RustBuffer session);
|
|
783
|
-
void *uniffi_breez_sdk_spark_fn_clone_sspconnectionmanager(
|
|
784
|
-
void *ptr, RustCallStatus *uniffi_out_err);
|
|
785
|
-
void uniffi_breez_sdk_spark_fn_free_sspconnectionmanager(
|
|
786
|
-
void *ptr, RustCallStatus *uniffi_out_err);
|
|
787
780
|
void *uniffi_breez_sdk_spark_fn_clone_storage(void *ptr,
|
|
788
781
|
RustCallStatus *uniffi_out_err);
|
|
789
782
|
void uniffi_breez_sdk_spark_fn_free_storage(void *ptr,
|
|
@@ -902,17 +895,17 @@ uniffi_breez_sdk_spark_fn_func_default_config(RustBuffer network,
|
|
|
902
895
|
void *uniffi_breez_sdk_spark_fn_func_default_external_signer(
|
|
903
896
|
RustBuffer mnemonic, RustBuffer passphrase, RustBuffer network,
|
|
904
897
|
RustBuffer key_set_config, RustCallStatus *uniffi_out_err);
|
|
898
|
+
RustBuffer uniffi_breez_sdk_spark_fn_func_default_server_config(
|
|
899
|
+
RustBuffer network, RustCallStatus *uniffi_out_err);
|
|
905
900
|
/*handle*/ uint64_t uniffi_breez_sdk_spark_fn_func_get_spark_status();
|
|
906
901
|
void uniffi_breez_sdk_spark_fn_func_init_logging(
|
|
907
902
|
RustBuffer log_dir, RustBuffer app_logger, RustBuffer log_filter,
|
|
908
903
|
RustCallStatus *uniffi_out_err);
|
|
909
|
-
|
|
910
|
-
RustBuffer connections_per_operator, RustCallStatus *uniffi_out_err);
|
|
911
|
-
void *uniffi_breez_sdk_spark_fn_func_new_rest_chain_service(
|
|
904
|
+
/*handle*/ uint64_t uniffi_breez_sdk_spark_fn_func_new_rest_chain_service(
|
|
912
905
|
RustBuffer url, RustBuffer network, RustBuffer api_type,
|
|
913
|
-
RustBuffer credentials
|
|
914
|
-
|
|
915
|
-
|
|
906
|
+
RustBuffer credentials);
|
|
907
|
+
/*handle*/ uint64_t
|
|
908
|
+
uniffi_breez_sdk_spark_fn_func_new_shared_sdk_context(RustBuffer config);
|
|
916
909
|
RustBuffer ffi_breez_sdk_spark_rustbuffer_alloc(uint64_t size,
|
|
917
910
|
RustCallStatus *uniffi_out_err);
|
|
918
911
|
RustBuffer
|
|
@@ -1044,11 +1037,11 @@ uint16_t uniffi_breez_sdk_spark_checksum_func_connect();
|
|
|
1044
1037
|
uint16_t uniffi_breez_sdk_spark_checksum_func_connect_with_signer();
|
|
1045
1038
|
uint16_t uniffi_breez_sdk_spark_checksum_func_default_config();
|
|
1046
1039
|
uint16_t uniffi_breez_sdk_spark_checksum_func_default_external_signer();
|
|
1040
|
+
uint16_t uniffi_breez_sdk_spark_checksum_func_default_server_config();
|
|
1047
1041
|
uint16_t uniffi_breez_sdk_spark_checksum_func_get_spark_status();
|
|
1048
1042
|
uint16_t uniffi_breez_sdk_spark_checksum_func_init_logging();
|
|
1049
|
-
uint16_t uniffi_breez_sdk_spark_checksum_func_new_connection_manager();
|
|
1050
1043
|
uint16_t uniffi_breez_sdk_spark_checksum_func_new_rest_chain_service();
|
|
1051
|
-
uint16_t
|
|
1044
|
+
uint16_t uniffi_breez_sdk_spark_checksum_func_new_shared_sdk_context();
|
|
1052
1045
|
uint16_t
|
|
1053
1046
|
uniffi_breez_sdk_spark_checksum_method_bitcoinchainservice_get_address_utxos();
|
|
1054
1047
|
uint16_t
|
|
@@ -1101,6 +1094,8 @@ uint16_t uniffi_breez_sdk_spark_checksum_method_breezsdk_receive_payment();
|
|
|
1101
1094
|
uint16_t uniffi_breez_sdk_spark_checksum_method_breezsdk_recommended_fees();
|
|
1102
1095
|
uint16_t uniffi_breez_sdk_spark_checksum_method_breezsdk_refund_deposit();
|
|
1103
1096
|
uint16_t
|
|
1097
|
+
uniffi_breez_sdk_spark_checksum_method_breezsdk_refund_pending_conversions();
|
|
1098
|
+
uint16_t
|
|
1104
1099
|
uniffi_breez_sdk_spark_checksum_method_breezsdk_register_lightning_address();
|
|
1105
1100
|
uint16_t uniffi_breez_sdk_spark_checksum_method_breezsdk_register_webhook();
|
|
1106
1101
|
uint16_t
|
|
@@ -1166,8 +1161,6 @@ uint16_t uniffi_breez_sdk_spark_checksum_method_restclient_delete_request();
|
|
|
1166
1161
|
uint16_t uniffi_breez_sdk_spark_checksum_method_sdkbuilder_build();
|
|
1167
1162
|
uint16_t uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_chain_service();
|
|
1168
1163
|
uint16_t
|
|
1169
|
-
uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_connection_manager();
|
|
1170
|
-
uint16_t
|
|
1171
1164
|
uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_default_storage();
|
|
1172
1165
|
uint16_t uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_fiat_service();
|
|
1173
1166
|
uint16_t uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_key_set();
|
|
@@ -1177,9 +1170,7 @@ uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_payment_observer();
|
|
|
1177
1170
|
uint16_t
|
|
1178
1171
|
uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_rest_chain_service();
|
|
1179
1172
|
uint16_t
|
|
1180
|
-
|
|
1181
|
-
uint16_t
|
|
1182
|
-
uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_ssp_connection_manager();
|
|
1173
|
+
uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_shared_context();
|
|
1183
1174
|
uint16_t uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_storage();
|
|
1184
1175
|
uint16_t uniffi_breez_sdk_spark_checksum_method_sessionmanager_get_session();
|
|
1185
1176
|
uint16_t uniffi_breez_sdk_spark_checksum_method_sessionmanager_set_session();
|
|
@@ -14085,6 +14076,18 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
14085
14076
|
->cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_refund_deposit(
|
|
14086
14077
|
rt, thisVal, args, count);
|
|
14087
14078
|
});
|
|
14079
|
+
props["ubrn_uniffi_breez_sdk_spark_fn_method_breezsdk_refund_pending_"
|
|
14080
|
+
"conversions"] = jsi::Function::createFromHostFunction(
|
|
14081
|
+
rt,
|
|
14082
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_breez_sdk_spark_fn_method_"
|
|
14083
|
+
"breezsdk_refund_pending_conversions"),
|
|
14084
|
+
1,
|
|
14085
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
14086
|
+
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
14087
|
+
return this
|
|
14088
|
+
->cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_refund_pending_conversions(
|
|
14089
|
+
rt, thisVal, args, count);
|
|
14090
|
+
});
|
|
14088
14091
|
props["ubrn_uniffi_breez_sdk_spark_fn_method_breezsdk_register_lightning_"
|
|
14089
14092
|
"address"] = jsi::Function::createFromHostFunction(
|
|
14090
14093
|
rt,
|
|
@@ -14208,28 +14211,6 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
14208
14211
|
->cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_update_user_settings(
|
|
14209
14212
|
rt, thisVal, args, count);
|
|
14210
14213
|
});
|
|
14211
|
-
props["ubrn_uniffi_breez_sdk_spark_fn_clone_connectionmanager"] =
|
|
14212
|
-
jsi::Function::createFromHostFunction(
|
|
14213
|
-
rt,
|
|
14214
|
-
jsi::PropNameID::forAscii(
|
|
14215
|
-
rt, "ubrn_uniffi_breez_sdk_spark_fn_clone_connectionmanager"),
|
|
14216
|
-
1,
|
|
14217
|
-
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
14218
|
-
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
14219
|
-
return this->cpp_uniffi_breez_sdk_spark_fn_clone_connectionmanager(
|
|
14220
|
-
rt, thisVal, args, count);
|
|
14221
|
-
});
|
|
14222
|
-
props["ubrn_uniffi_breez_sdk_spark_fn_free_connectionmanager"] =
|
|
14223
|
-
jsi::Function::createFromHostFunction(
|
|
14224
|
-
rt,
|
|
14225
|
-
jsi::PropNameID::forAscii(
|
|
14226
|
-
rt, "ubrn_uniffi_breez_sdk_spark_fn_free_connectionmanager"),
|
|
14227
|
-
1,
|
|
14228
|
-
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
14229
|
-
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
14230
|
-
return this->cpp_uniffi_breez_sdk_spark_fn_free_connectionmanager(
|
|
14231
|
-
rt, thisVal, args, count);
|
|
14232
|
-
});
|
|
14233
14214
|
props["ubrn_uniffi_breez_sdk_spark_fn_clone_externalsigner"] =
|
|
14234
14215
|
jsi::Function::createFromHostFunction(
|
|
14235
14216
|
rt,
|
|
@@ -14881,18 +14862,6 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
14881
14862
|
->cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_chain_service(
|
|
14882
14863
|
rt, thisVal, args, count);
|
|
14883
14864
|
});
|
|
14884
|
-
props["ubrn_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_connection_"
|
|
14885
|
-
"manager"] = jsi::Function::createFromHostFunction(
|
|
14886
|
-
rt,
|
|
14887
|
-
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_breez_sdk_spark_fn_method_"
|
|
14888
|
-
"sdkbuilder_with_connection_manager"),
|
|
14889
|
-
2,
|
|
14890
|
-
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
14891
|
-
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
14892
|
-
return this
|
|
14893
|
-
->cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_connection_manager(
|
|
14894
|
-
rt, thisVal, args, count);
|
|
14895
|
-
});
|
|
14896
14865
|
props["ubrn_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_default_"
|
|
14897
14866
|
"storage"] = jsi::Function::createFromHostFunction(
|
|
14898
14867
|
rt,
|
|
@@ -14966,28 +14935,16 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
14966
14935
|
->cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_rest_chain_service(
|
|
14967
14936
|
rt, thisVal, args, count);
|
|
14968
14937
|
});
|
|
14969
|
-
props["
|
|
14970
|
-
"
|
|
14971
|
-
rt,
|
|
14972
|
-
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_breez_sdk_spark_fn_method_"
|
|
14973
|
-
"sdkbuilder_with_session_manager"),
|
|
14974
|
-
2,
|
|
14975
|
-
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
14976
|
-
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
14977
|
-
return this
|
|
14978
|
-
->cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_session_manager(
|
|
14979
|
-
rt, thisVal, args, count);
|
|
14980
|
-
});
|
|
14981
|
-
props["ubrn_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_ssp_connection_"
|
|
14982
|
-
"manager"] = jsi::Function::createFromHostFunction(
|
|
14938
|
+
props["ubrn_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_shared_"
|
|
14939
|
+
"context"] = jsi::Function::createFromHostFunction(
|
|
14983
14940
|
rt,
|
|
14984
14941
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_breez_sdk_spark_fn_method_"
|
|
14985
|
-
"
|
|
14942
|
+
"sdkbuilder_with_shared_context"),
|
|
14986
14943
|
2,
|
|
14987
14944
|
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
14988
14945
|
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
14989
14946
|
return this
|
|
14990
|
-
->
|
|
14947
|
+
->cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_shared_context(
|
|
14991
14948
|
rt, thisVal, args, count);
|
|
14992
14949
|
});
|
|
14993
14950
|
props["ubrn_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_storage"] =
|
|
@@ -15003,6 +14960,28 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
15003
14960
|
->cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_storage(
|
|
15004
14961
|
rt, thisVal, args, count);
|
|
15005
14962
|
});
|
|
14963
|
+
props["ubrn_uniffi_breez_sdk_spark_fn_clone_sdkcontext"] =
|
|
14964
|
+
jsi::Function::createFromHostFunction(
|
|
14965
|
+
rt,
|
|
14966
|
+
jsi::PropNameID::forAscii(
|
|
14967
|
+
rt, "ubrn_uniffi_breez_sdk_spark_fn_clone_sdkcontext"),
|
|
14968
|
+
1,
|
|
14969
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
14970
|
+
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
14971
|
+
return this->cpp_uniffi_breez_sdk_spark_fn_clone_sdkcontext(
|
|
14972
|
+
rt, thisVal, args, count);
|
|
14973
|
+
});
|
|
14974
|
+
props["ubrn_uniffi_breez_sdk_spark_fn_free_sdkcontext"] =
|
|
14975
|
+
jsi::Function::createFromHostFunction(
|
|
14976
|
+
rt,
|
|
14977
|
+
jsi::PropNameID::forAscii(
|
|
14978
|
+
rt, "ubrn_uniffi_breez_sdk_spark_fn_free_sdkcontext"),
|
|
14979
|
+
1,
|
|
14980
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
14981
|
+
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
14982
|
+
return this->cpp_uniffi_breez_sdk_spark_fn_free_sdkcontext(
|
|
14983
|
+
rt, thisVal, args, count);
|
|
14984
|
+
});
|
|
15006
14985
|
props["ubrn_uniffi_breez_sdk_spark_fn_clone_sessionmanager"] =
|
|
15007
14986
|
jsi::Function::createFromHostFunction(
|
|
15008
14987
|
rt,
|
|
@@ -15061,30 +15040,6 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
15061
15040
|
->cpp_uniffi_breez_sdk_spark_fn_method_sessionmanager_set_session(
|
|
15062
15041
|
rt, thisVal, args, count);
|
|
15063
15042
|
});
|
|
15064
|
-
props["ubrn_uniffi_breez_sdk_spark_fn_clone_sspconnectionmanager"] =
|
|
15065
|
-
jsi::Function::createFromHostFunction(
|
|
15066
|
-
rt,
|
|
15067
|
-
jsi::PropNameID::forAscii(
|
|
15068
|
-
rt, "ubrn_uniffi_breez_sdk_spark_fn_clone_sspconnectionmanager"),
|
|
15069
|
-
1,
|
|
15070
|
-
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
15071
|
-
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
15072
|
-
return this
|
|
15073
|
-
->cpp_uniffi_breez_sdk_spark_fn_clone_sspconnectionmanager(
|
|
15074
|
-
rt, thisVal, args, count);
|
|
15075
|
-
});
|
|
15076
|
-
props["ubrn_uniffi_breez_sdk_spark_fn_free_sspconnectionmanager"] =
|
|
15077
|
-
jsi::Function::createFromHostFunction(
|
|
15078
|
-
rt,
|
|
15079
|
-
jsi::PropNameID::forAscii(
|
|
15080
|
-
rt, "ubrn_uniffi_breez_sdk_spark_fn_free_sspconnectionmanager"),
|
|
15081
|
-
1,
|
|
15082
|
-
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
15083
|
-
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
15084
|
-
return this
|
|
15085
|
-
->cpp_uniffi_breez_sdk_spark_fn_free_sspconnectionmanager(
|
|
15086
|
-
rt, thisVal, args, count);
|
|
15087
|
-
});
|
|
15088
15043
|
props["ubrn_uniffi_breez_sdk_spark_fn_clone_storage"] =
|
|
15089
15044
|
jsi::Function::createFromHostFunction(
|
|
15090
15045
|
rt,
|
|
@@ -15630,6 +15585,18 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
15630
15585
|
->cpp_uniffi_breez_sdk_spark_fn_func_default_external_signer(
|
|
15631
15586
|
rt, thisVal, args, count);
|
|
15632
15587
|
});
|
|
15588
|
+
props["ubrn_uniffi_breez_sdk_spark_fn_func_default_server_config"] =
|
|
15589
|
+
jsi::Function::createFromHostFunction(
|
|
15590
|
+
rt,
|
|
15591
|
+
jsi::PropNameID::forAscii(
|
|
15592
|
+
rt, "ubrn_uniffi_breez_sdk_spark_fn_func_default_server_config"),
|
|
15593
|
+
1,
|
|
15594
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
15595
|
+
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
15596
|
+
return this
|
|
15597
|
+
->cpp_uniffi_breez_sdk_spark_fn_func_default_server_config(
|
|
15598
|
+
rt, thisVal, args, count);
|
|
15599
|
+
});
|
|
15633
15600
|
props["ubrn_uniffi_breez_sdk_spark_fn_func_get_spark_status"] =
|
|
15634
15601
|
jsi::Function::createFromHostFunction(
|
|
15635
15602
|
rt,
|
|
@@ -15652,18 +15619,6 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
15652
15619
|
return this->cpp_uniffi_breez_sdk_spark_fn_func_init_logging(
|
|
15653
15620
|
rt, thisVal, args, count);
|
|
15654
15621
|
});
|
|
15655
|
-
props["ubrn_uniffi_breez_sdk_spark_fn_func_new_connection_manager"] =
|
|
15656
|
-
jsi::Function::createFromHostFunction(
|
|
15657
|
-
rt,
|
|
15658
|
-
jsi::PropNameID::forAscii(
|
|
15659
|
-
rt, "ubrn_uniffi_breez_sdk_spark_fn_func_new_connection_manager"),
|
|
15660
|
-
1,
|
|
15661
|
-
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
15662
|
-
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
15663
|
-
return this
|
|
15664
|
-
->cpp_uniffi_breez_sdk_spark_fn_func_new_connection_manager(
|
|
15665
|
-
rt, thisVal, args, count);
|
|
15666
|
-
});
|
|
15667
15622
|
props["ubrn_uniffi_breez_sdk_spark_fn_func_new_rest_chain_service"] =
|
|
15668
15623
|
jsi::Function::createFromHostFunction(
|
|
15669
15624
|
rt,
|
|
@@ -15676,17 +15631,16 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
15676
15631
|
->cpp_uniffi_breez_sdk_spark_fn_func_new_rest_chain_service(
|
|
15677
15632
|
rt, thisVal, args, count);
|
|
15678
15633
|
});
|
|
15679
|
-
props["
|
|
15634
|
+
props["ubrn_uniffi_breez_sdk_spark_fn_func_new_shared_sdk_context"] =
|
|
15680
15635
|
jsi::Function::createFromHostFunction(
|
|
15681
15636
|
rt,
|
|
15682
15637
|
jsi::PropNameID::forAscii(
|
|
15683
|
-
rt,
|
|
15684
|
-
"ubrn_uniffi_breez_sdk_spark_fn_func_new_ssp_connection_manager"),
|
|
15638
|
+
rt, "ubrn_uniffi_breez_sdk_spark_fn_func_new_shared_sdk_context"),
|
|
15685
15639
|
1,
|
|
15686
15640
|
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
15687
15641
|
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
15688
15642
|
return this
|
|
15689
|
-
->
|
|
15643
|
+
->cpp_uniffi_breez_sdk_spark_fn_func_new_shared_sdk_context(
|
|
15690
15644
|
rt, thisVal, args, count);
|
|
15691
15645
|
});
|
|
15692
15646
|
props["ubrn_ffi_breez_sdk_spark_rust_future_poll_u8"] =
|
|
@@ -16310,6 +16264,18 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
16310
16264
|
->cpp_uniffi_breez_sdk_spark_checksum_func_default_external_signer(
|
|
16311
16265
|
rt, thisVal, args, count);
|
|
16312
16266
|
});
|
|
16267
|
+
props["ubrn_uniffi_breez_sdk_spark_checksum_func_default_server_config"] =
|
|
16268
|
+
jsi::Function::createFromHostFunction(
|
|
16269
|
+
rt,
|
|
16270
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_breez_sdk_spark_checksum_"
|
|
16271
|
+
"func_default_server_config"),
|
|
16272
|
+
0,
|
|
16273
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
16274
|
+
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
16275
|
+
return this
|
|
16276
|
+
->cpp_uniffi_breez_sdk_spark_checksum_func_default_server_config(
|
|
16277
|
+
rt, thisVal, args, count);
|
|
16278
|
+
});
|
|
16313
16279
|
props["ubrn_uniffi_breez_sdk_spark_checksum_func_get_spark_status"] =
|
|
16314
16280
|
jsi::Function::createFromHostFunction(
|
|
16315
16281
|
rt,
|
|
@@ -16333,42 +16299,30 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
16333
16299
|
return this->cpp_uniffi_breez_sdk_spark_checksum_func_init_logging(
|
|
16334
16300
|
rt, thisVal, args, count);
|
|
16335
16301
|
});
|
|
16336
|
-
props["
|
|
16302
|
+
props["ubrn_uniffi_breez_sdk_spark_checksum_func_new_rest_chain_service"] =
|
|
16337
16303
|
jsi::Function::createFromHostFunction(
|
|
16338
16304
|
rt,
|
|
16339
16305
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_breez_sdk_spark_checksum_"
|
|
16340
|
-
"
|
|
16306
|
+
"func_new_rest_chain_service"),
|
|
16341
16307
|
0,
|
|
16342
16308
|
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
16343
16309
|
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
16344
16310
|
return this
|
|
16345
|
-
->
|
|
16311
|
+
->cpp_uniffi_breez_sdk_spark_checksum_func_new_rest_chain_service(
|
|
16346
16312
|
rt, thisVal, args, count);
|
|
16347
16313
|
});
|
|
16348
|
-
props["
|
|
16314
|
+
props["ubrn_uniffi_breez_sdk_spark_checksum_func_new_shared_sdk_context"] =
|
|
16349
16315
|
jsi::Function::createFromHostFunction(
|
|
16350
16316
|
rt,
|
|
16351
16317
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_breez_sdk_spark_checksum_"
|
|
16352
|
-
"
|
|
16318
|
+
"func_new_shared_sdk_context"),
|
|
16353
16319
|
0,
|
|
16354
16320
|
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
16355
16321
|
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
16356
16322
|
return this
|
|
16357
|
-
->
|
|
16323
|
+
->cpp_uniffi_breez_sdk_spark_checksum_func_new_shared_sdk_context(
|
|
16358
16324
|
rt, thisVal, args, count);
|
|
16359
16325
|
});
|
|
16360
|
-
props["ubrn_uniffi_breez_sdk_spark_checksum_func_new_ssp_connection_"
|
|
16361
|
-
"manager"] = jsi::Function::createFromHostFunction(
|
|
16362
|
-
rt,
|
|
16363
|
-
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_breez_sdk_spark_checksum_func_"
|
|
16364
|
-
"new_ssp_connection_manager"),
|
|
16365
|
-
0,
|
|
16366
|
-
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
16367
|
-
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
16368
|
-
return this
|
|
16369
|
-
->cpp_uniffi_breez_sdk_spark_checksum_func_new_ssp_connection_manager(
|
|
16370
|
-
rt, thisVal, args, count);
|
|
16371
|
-
});
|
|
16372
16326
|
props["ubrn_uniffi_breez_sdk_spark_checksum_method_bitcoinchainservice_get_"
|
|
16373
16327
|
"address_utxos"] = jsi::Function::createFromHostFunction(
|
|
16374
16328
|
rt,
|
|
@@ -16846,6 +16800,19 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
16846
16800
|
->cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_refund_deposit(
|
|
16847
16801
|
rt, thisVal, args, count);
|
|
16848
16802
|
});
|
|
16803
|
+
props["ubrn_uniffi_breez_sdk_spark_checksum_method_breezsdk_refund_pending_"
|
|
16804
|
+
"conversions"] = jsi::Function::createFromHostFunction(
|
|
16805
|
+
rt,
|
|
16806
|
+
jsi::PropNameID::forAscii(rt,
|
|
16807
|
+
"ubrn_uniffi_breez_sdk_spark_checksum_method_"
|
|
16808
|
+
"breezsdk_refund_pending_conversions"),
|
|
16809
|
+
0,
|
|
16810
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
16811
|
+
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
16812
|
+
return this
|
|
16813
|
+
->cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_refund_pending_conversions(
|
|
16814
|
+
rt, thisVal, args, count);
|
|
16815
|
+
});
|
|
16849
16816
|
props["ubrn_uniffi_breez_sdk_spark_checksum_method_breezsdk_register_"
|
|
16850
16817
|
"lightning_address"] = jsi::Function::createFromHostFunction(
|
|
16851
16818
|
rt,
|
|
@@ -17390,19 +17357,6 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
17390
17357
|
->cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_chain_service(
|
|
17391
17358
|
rt, thisVal, args, count);
|
|
17392
17359
|
});
|
|
17393
|
-
props["ubrn_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_"
|
|
17394
|
-
"connection_manager"] = jsi::Function::createFromHostFunction(
|
|
17395
|
-
rt,
|
|
17396
|
-
jsi::PropNameID::forAscii(rt,
|
|
17397
|
-
"ubrn_uniffi_breez_sdk_spark_checksum_method_"
|
|
17398
|
-
"sdkbuilder_with_connection_manager"),
|
|
17399
|
-
0,
|
|
17400
|
-
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
17401
|
-
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
17402
|
-
return this
|
|
17403
|
-
->cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_connection_manager(
|
|
17404
|
-
rt, thisVal, args, count);
|
|
17405
|
-
});
|
|
17406
17360
|
props["ubrn_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_default_"
|
|
17407
17361
|
"storage"] = jsi::Function::createFromHostFunction(
|
|
17408
17362
|
rt,
|
|
@@ -17476,29 +17430,16 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
17476
17430
|
->cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_rest_chain_service(
|
|
17477
17431
|
rt, thisVal, args, count);
|
|
17478
17432
|
});
|
|
17479
|
-
props["
|
|
17480
|
-
"
|
|
17433
|
+
props["ubrn_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_shared_"
|
|
17434
|
+
"context"] = jsi::Function::createFromHostFunction(
|
|
17481
17435
|
rt,
|
|
17482
17436
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_breez_sdk_spark_checksum_"
|
|
17483
|
-
"
|
|
17484
|
-
0,
|
|
17485
|
-
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
17486
|
-
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
17487
|
-
return this
|
|
17488
|
-
->cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_session_manager(
|
|
17489
|
-
rt, thisVal, args, count);
|
|
17490
|
-
});
|
|
17491
|
-
props["ubrn_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_ssp_"
|
|
17492
|
-
"connection_manager"] = jsi::Function::createFromHostFunction(
|
|
17493
|
-
rt,
|
|
17494
|
-
jsi::PropNameID::forAscii(rt,
|
|
17495
|
-
"ubrn_uniffi_breez_sdk_spark_checksum_method_"
|
|
17496
|
-
"sdkbuilder_with_ssp_connection_manager"),
|
|
17437
|
+
"method_sdkbuilder_with_shared_context"),
|
|
17497
17438
|
0,
|
|
17498
17439
|
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
17499
17440
|
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
17500
17441
|
return this
|
|
17501
|
-
->
|
|
17442
|
+
->cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_shared_context(
|
|
17502
17443
|
rt, thisVal, args, count);
|
|
17503
17444
|
});
|
|
17504
17445
|
props["ubrn_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_storage"] =
|
|
@@ -18034,18 +17975,6 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
18034
17975
|
->cpp_uniffi_internal_fn_method_breezsdk_ffi__bless_pointer(
|
|
18035
17976
|
rt, thisVal, args, count);
|
|
18036
17977
|
});
|
|
18037
|
-
props["ubrn_uniffi_internal_fn_method_connectionmanager_ffi__bless_pointer"] =
|
|
18038
|
-
jsi::Function::createFromHostFunction(
|
|
18039
|
-
rt,
|
|
18040
|
-
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_internal_fn_method_"
|
|
18041
|
-
"connectionmanager_ffi__bless_pointer"),
|
|
18042
|
-
1,
|
|
18043
|
-
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
18044
|
-
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
18045
|
-
return this
|
|
18046
|
-
->cpp_uniffi_internal_fn_method_connectionmanager_ffi__bless_pointer(
|
|
18047
|
-
rt, thisVal, args, count);
|
|
18048
|
-
});
|
|
18049
17978
|
props["ubrn_uniffi_internal_fn_method_externalsigner_ffi__bless_pointer"] =
|
|
18050
17979
|
jsi::Function::createFromHostFunction(
|
|
18051
17980
|
rt,
|
|
@@ -18133,6 +18062,19 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
18133
18062
|
->cpp_uniffi_internal_fn_method_sdkbuilder_ffi__bless_pointer(
|
|
18134
18063
|
rt, thisVal, args, count);
|
|
18135
18064
|
});
|
|
18065
|
+
props["ubrn_uniffi_internal_fn_method_sdkcontext_ffi__bless_pointer"] =
|
|
18066
|
+
jsi::Function::createFromHostFunction(
|
|
18067
|
+
rt,
|
|
18068
|
+
jsi::PropNameID::forAscii(
|
|
18069
|
+
rt,
|
|
18070
|
+
"ubrn_uniffi_internal_fn_method_sdkcontext_ffi__bless_pointer"),
|
|
18071
|
+
1,
|
|
18072
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
18073
|
+
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
18074
|
+
return this
|
|
18075
|
+
->cpp_uniffi_internal_fn_method_sdkcontext_ffi__bless_pointer(
|
|
18076
|
+
rt, thisVal, args, count);
|
|
18077
|
+
});
|
|
18136
18078
|
props["ubrn_uniffi_internal_fn_method_sessionmanager_ffi__bless_pointer"] =
|
|
18137
18079
|
jsi::Function::createFromHostFunction(
|
|
18138
18080
|
rt,
|
|
@@ -18145,18 +18087,6 @@ NativeBreezSdkSpark::NativeBreezSdkSpark(
|
|
|
18145
18087
|
->cpp_uniffi_internal_fn_method_sessionmanager_ffi__bless_pointer(
|
|
18146
18088
|
rt, thisVal, args, count);
|
|
18147
18089
|
});
|
|
18148
|
-
props["ubrn_uniffi_internal_fn_method_sspconnectionmanager_ffi__bless_"
|
|
18149
|
-
"pointer"] = jsi::Function::createFromHostFunction(
|
|
18150
|
-
rt,
|
|
18151
|
-
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_internal_fn_method_"
|
|
18152
|
-
"sspconnectionmanager_ffi__bless_pointer"),
|
|
18153
|
-
1,
|
|
18154
|
-
[this](jsi::Runtime &rt, const jsi::Value &thisVal,
|
|
18155
|
-
const jsi::Value *args, size_t count) -> jsi::Value {
|
|
18156
|
-
return this
|
|
18157
|
-
->cpp_uniffi_internal_fn_method_sspconnectionmanager_ffi__bless_pointer(
|
|
18158
|
-
rt, thisVal, args, count);
|
|
18159
|
-
});
|
|
18160
18090
|
props["ubrn_uniffi_internal_fn_method_storage_ffi__bless_pointer"] =
|
|
18161
18091
|
jsi::Function::createFromHostFunction(
|
|
18162
18092
|
rt,
|
|
@@ -18458,22 +18388,6 @@ NativeBreezSdkSpark::cpp_uniffi_internal_fn_method_breezsdk_ffi__bless_pointer(
|
|
|
18458
18388
|
auto obj = jsi::Object::createFromHostObject(rt, ptrObj);
|
|
18459
18389
|
return jsi::Value(rt, obj);
|
|
18460
18390
|
}
|
|
18461
|
-
jsi::Value NativeBreezSdkSpark::
|
|
18462
|
-
cpp_uniffi_internal_fn_method_connectionmanager_ffi__bless_pointer(
|
|
18463
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
18464
|
-
size_t count) {
|
|
18465
|
-
auto pointer =
|
|
18466
|
-
uniffi_jsi::Bridging<uint64_t>::fromJs(rt, callInvoker, args[0]);
|
|
18467
|
-
auto static destructor = [](uint64_t p) {
|
|
18468
|
-
auto pointer = reinterpret_cast<void *>(static_cast<uintptr_t>(p));
|
|
18469
|
-
RustCallStatus status = {0};
|
|
18470
|
-
uniffi_breez_sdk_spark_fn_free_connectionmanager(pointer, &status);
|
|
18471
|
-
};
|
|
18472
|
-
auto ptrObj =
|
|
18473
|
-
std::make_shared<uniffi_jsi::DestructibleObject>(pointer, destructor);
|
|
18474
|
-
auto obj = jsi::Object::createFromHostObject(rt, ptrObj);
|
|
18475
|
-
return jsi::Value(rt, obj);
|
|
18476
|
-
}
|
|
18477
18391
|
jsi::Value NativeBreezSdkSpark::
|
|
18478
18392
|
cpp_uniffi_internal_fn_method_externalsigner_ffi__bless_pointer(
|
|
18479
18393
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -18587,7 +18501,7 @@ jsi::Value NativeBreezSdkSpark::
|
|
|
18587
18501
|
return jsi::Value(rt, obj);
|
|
18588
18502
|
}
|
|
18589
18503
|
jsi::Value NativeBreezSdkSpark::
|
|
18590
|
-
|
|
18504
|
+
cpp_uniffi_internal_fn_method_sdkcontext_ffi__bless_pointer(
|
|
18591
18505
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
18592
18506
|
size_t count) {
|
|
18593
18507
|
auto pointer =
|
|
@@ -18595,7 +18509,7 @@ jsi::Value NativeBreezSdkSpark::
|
|
|
18595
18509
|
auto static destructor = [](uint64_t p) {
|
|
18596
18510
|
auto pointer = reinterpret_cast<void *>(static_cast<uintptr_t>(p));
|
|
18597
18511
|
RustCallStatus status = {0};
|
|
18598
|
-
|
|
18512
|
+
uniffi_breez_sdk_spark_fn_free_sdkcontext(pointer, &status);
|
|
18599
18513
|
};
|
|
18600
18514
|
auto ptrObj =
|
|
18601
18515
|
std::make_shared<uniffi_jsi::DestructibleObject>(pointer, destructor);
|
|
@@ -18603,7 +18517,7 @@ jsi::Value NativeBreezSdkSpark::
|
|
|
18603
18517
|
return jsi::Value(rt, obj);
|
|
18604
18518
|
}
|
|
18605
18519
|
jsi::Value NativeBreezSdkSpark::
|
|
18606
|
-
|
|
18520
|
+
cpp_uniffi_internal_fn_method_sessionmanager_ffi__bless_pointer(
|
|
18607
18521
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
18608
18522
|
size_t count) {
|
|
18609
18523
|
auto pointer =
|
|
@@ -18611,7 +18525,7 @@ jsi::Value NativeBreezSdkSpark::
|
|
|
18611
18525
|
auto static destructor = [](uint64_t p) {
|
|
18612
18526
|
auto pointer = reinterpret_cast<void *>(static_cast<uintptr_t>(p));
|
|
18613
18527
|
RustCallStatus status = {0};
|
|
18614
|
-
|
|
18528
|
+
uniffi_breez_sdk_spark_fn_free_sessionmanager(pointer, &status);
|
|
18615
18529
|
};
|
|
18616
18530
|
auto ptrObj =
|
|
18617
18531
|
std::make_shared<uniffi_jsi::DestructibleObject>(pointer, destructor);
|
|
@@ -19179,6 +19093,17 @@ jsi::Value NativeBreezSdkSpark::
|
|
|
19179
19093
|
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker,
|
|
19180
19094
|
value);
|
|
19181
19095
|
}
|
|
19096
|
+
jsi::Value NativeBreezSdkSpark::
|
|
19097
|
+
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_refund_pending_conversions(
|
|
19098
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
19099
|
+
size_t count) {
|
|
19100
|
+
auto value =
|
|
19101
|
+
uniffi_breez_sdk_spark_fn_method_breezsdk_refund_pending_conversions(
|
|
19102
|
+
uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0]));
|
|
19103
|
+
|
|
19104
|
+
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker,
|
|
19105
|
+
value);
|
|
19106
|
+
}
|
|
19182
19107
|
jsi::Value NativeBreezSdkSpark::
|
|
19183
19108
|
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_register_lightning_address(
|
|
19184
19109
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -19300,32 +19225,6 @@ jsi::Value NativeBreezSdkSpark::
|
|
|
19300
19225
|
value);
|
|
19301
19226
|
}
|
|
19302
19227
|
jsi::Value
|
|
19303
|
-
NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_clone_connectionmanager(
|
|
19304
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
19305
|
-
size_t count) {
|
|
19306
|
-
RustCallStatus status =
|
|
19307
|
-
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::rustSuccess(rt);
|
|
19308
|
-
auto value = uniffi_breez_sdk_spark_fn_clone_connectionmanager(
|
|
19309
|
-
uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0]), &status);
|
|
19310
|
-
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::copyIntoJs(
|
|
19311
|
-
rt, callInvoker, status, args[count - 1]);
|
|
19312
|
-
|
|
19313
|
-
return uniffi_jsi::Bridging<void *>::toJs(rt, callInvoker, value);
|
|
19314
|
-
}
|
|
19315
|
-
jsi::Value
|
|
19316
|
-
NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_free_connectionmanager(
|
|
19317
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
19318
|
-
size_t count) {
|
|
19319
|
-
RustCallStatus status =
|
|
19320
|
-
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::rustSuccess(rt);
|
|
19321
|
-
uniffi_breez_sdk_spark_fn_free_connectionmanager(
|
|
19322
|
-
uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0]), &status);
|
|
19323
|
-
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::copyIntoJs(
|
|
19324
|
-
rt, callInvoker, status, args[count - 1]);
|
|
19325
|
-
|
|
19326
|
-
return jsi::Value::undefined();
|
|
19327
|
-
}
|
|
19328
|
-
jsi::Value
|
|
19329
19228
|
NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_clone_externalsigner(
|
|
19330
19229
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
19331
19230
|
size_t count) {
|
|
@@ -20042,18 +19941,6 @@ jsi::Value NativeBreezSdkSpark::
|
|
|
20042
19941
|
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker,
|
|
20043
19942
|
value);
|
|
20044
19943
|
}
|
|
20045
|
-
jsi::Value NativeBreezSdkSpark::
|
|
20046
|
-
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_connection_manager(
|
|
20047
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
20048
|
-
size_t count) {
|
|
20049
|
-
auto value =
|
|
20050
|
-
uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_connection_manager(
|
|
20051
|
-
uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0]),
|
|
20052
|
-
uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[1]));
|
|
20053
|
-
|
|
20054
|
-
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker,
|
|
20055
|
-
value);
|
|
20056
|
-
}
|
|
20057
19944
|
jsi::Value NativeBreezSdkSpark::
|
|
20058
19945
|
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_default_storage(
|
|
20059
19946
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -20130,28 +20017,16 @@ jsi::Value NativeBreezSdkSpark::
|
|
|
20130
20017
|
value);
|
|
20131
20018
|
}
|
|
20132
20019
|
jsi::Value NativeBreezSdkSpark::
|
|
20133
|
-
|
|
20020
|
+
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_shared_context(
|
|
20134
20021
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
20135
20022
|
size_t count) {
|
|
20136
|
-
auto value =
|
|
20023
|
+
auto value = uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_shared_context(
|
|
20137
20024
|
uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0]),
|
|
20138
20025
|
uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[1]));
|
|
20139
20026
|
|
|
20140
20027
|
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker,
|
|
20141
20028
|
value);
|
|
20142
20029
|
}
|
|
20143
|
-
jsi::Value NativeBreezSdkSpark::
|
|
20144
|
-
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_ssp_connection_manager(
|
|
20145
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
20146
|
-
size_t count) {
|
|
20147
|
-
auto value =
|
|
20148
|
-
uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_ssp_connection_manager(
|
|
20149
|
-
uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0]),
|
|
20150
|
-
uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[1]));
|
|
20151
|
-
|
|
20152
|
-
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker,
|
|
20153
|
-
value);
|
|
20154
|
-
}
|
|
20155
20030
|
jsi::Value NativeBreezSdkSpark::
|
|
20156
20031
|
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_storage(
|
|
20157
20032
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -20163,6 +20038,30 @@ jsi::Value NativeBreezSdkSpark::
|
|
|
20163
20038
|
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker,
|
|
20164
20039
|
value);
|
|
20165
20040
|
}
|
|
20041
|
+
jsi::Value NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_clone_sdkcontext(
|
|
20042
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
20043
|
+
size_t count) {
|
|
20044
|
+
RustCallStatus status =
|
|
20045
|
+
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::rustSuccess(rt);
|
|
20046
|
+
auto value = uniffi_breez_sdk_spark_fn_clone_sdkcontext(
|
|
20047
|
+
uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0]), &status);
|
|
20048
|
+
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::copyIntoJs(
|
|
20049
|
+
rt, callInvoker, status, args[count - 1]);
|
|
20050
|
+
|
|
20051
|
+
return uniffi_jsi::Bridging<void *>::toJs(rt, callInvoker, value);
|
|
20052
|
+
}
|
|
20053
|
+
jsi::Value NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_free_sdkcontext(
|
|
20054
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
20055
|
+
size_t count) {
|
|
20056
|
+
RustCallStatus status =
|
|
20057
|
+
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::rustSuccess(rt);
|
|
20058
|
+
uniffi_breez_sdk_spark_fn_free_sdkcontext(
|
|
20059
|
+
uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0]), &status);
|
|
20060
|
+
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::copyIntoJs(
|
|
20061
|
+
rt, callInvoker, status, args[count - 1]);
|
|
20062
|
+
|
|
20063
|
+
return jsi::Value::undefined();
|
|
20064
|
+
}
|
|
20166
20065
|
jsi::Value
|
|
20167
20066
|
NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_clone_sessionmanager(
|
|
20168
20067
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -20230,32 +20129,6 @@ jsi::Value NativeBreezSdkSpark::
|
|
|
20230
20129
|
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker,
|
|
20231
20130
|
value);
|
|
20232
20131
|
}
|
|
20233
|
-
jsi::Value
|
|
20234
|
-
NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_clone_sspconnectionmanager(
|
|
20235
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
20236
|
-
size_t count) {
|
|
20237
|
-
RustCallStatus status =
|
|
20238
|
-
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::rustSuccess(rt);
|
|
20239
|
-
auto value = uniffi_breez_sdk_spark_fn_clone_sspconnectionmanager(
|
|
20240
|
-
uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0]), &status);
|
|
20241
|
-
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::copyIntoJs(
|
|
20242
|
-
rt, callInvoker, status, args[count - 1]);
|
|
20243
|
-
|
|
20244
|
-
return uniffi_jsi::Bridging<void *>::toJs(rt, callInvoker, value);
|
|
20245
|
-
}
|
|
20246
|
-
jsi::Value
|
|
20247
|
-
NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_free_sspconnectionmanager(
|
|
20248
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
20249
|
-
size_t count) {
|
|
20250
|
-
RustCallStatus status =
|
|
20251
|
-
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::rustSuccess(rt);
|
|
20252
|
-
uniffi_breez_sdk_spark_fn_free_sspconnectionmanager(
|
|
20253
|
-
uniffi_jsi::Bridging<void *>::fromJs(rt, callInvoker, args[0]), &status);
|
|
20254
|
-
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::copyIntoJs(
|
|
20255
|
-
rt, callInvoker, status, args[count - 1]);
|
|
20256
|
-
|
|
20257
|
-
return jsi::Value::undefined();
|
|
20258
|
-
}
|
|
20259
20132
|
jsi::Value NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_clone_storage(
|
|
20260
20133
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
20261
20134
|
size_t count) {
|
|
@@ -20821,6 +20694,22 @@ NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_func_default_external_signer(
|
|
|
20821
20694
|
return uniffi_jsi::Bridging<void *>::toJs(rt, callInvoker, value);
|
|
20822
20695
|
}
|
|
20823
20696
|
jsi::Value
|
|
20697
|
+
NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_func_default_server_config(
|
|
20698
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
20699
|
+
size_t count) {
|
|
20700
|
+
RustCallStatus status =
|
|
20701
|
+
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::rustSuccess(rt);
|
|
20702
|
+
auto value = uniffi_breez_sdk_spark_fn_func_default_server_config(
|
|
20703
|
+
uniffi::breez_sdk_spark::Bridging<RustBuffer>::fromJs(rt, callInvoker,
|
|
20704
|
+
args[0]),
|
|
20705
|
+
&status);
|
|
20706
|
+
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::copyIntoJs(
|
|
20707
|
+
rt, callInvoker, status, args[count - 1]);
|
|
20708
|
+
|
|
20709
|
+
return uniffi::breez_sdk_spark::Bridging<RustBuffer>::toJs(rt, callInvoker,
|
|
20710
|
+
value);
|
|
20711
|
+
}
|
|
20712
|
+
jsi::Value
|
|
20824
20713
|
NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_func_get_spark_status(
|
|
20825
20714
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
20826
20715
|
size_t count) {
|
|
@@ -20848,26 +20737,9 @@ jsi::Value NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_func_init_logging(
|
|
|
20848
20737
|
return jsi::Value::undefined();
|
|
20849
20738
|
}
|
|
20850
20739
|
jsi::Value
|
|
20851
|
-
NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_func_new_connection_manager(
|
|
20852
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
20853
|
-
size_t count) {
|
|
20854
|
-
RustCallStatus status =
|
|
20855
|
-
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::rustSuccess(rt);
|
|
20856
|
-
auto value = uniffi_breez_sdk_spark_fn_func_new_connection_manager(
|
|
20857
|
-
uniffi::breez_sdk_spark::Bridging<RustBuffer>::fromJs(rt, callInvoker,
|
|
20858
|
-
args[0]),
|
|
20859
|
-
&status);
|
|
20860
|
-
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::copyIntoJs(
|
|
20861
|
-
rt, callInvoker, status, args[count - 1]);
|
|
20862
|
-
|
|
20863
|
-
return uniffi_jsi::Bridging<void *>::toJs(rt, callInvoker, value);
|
|
20864
|
-
}
|
|
20865
|
-
jsi::Value
|
|
20866
20740
|
NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_func_new_rest_chain_service(
|
|
20867
20741
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
20868
20742
|
size_t count) {
|
|
20869
|
-
RustCallStatus status =
|
|
20870
|
-
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::rustSuccess(rt);
|
|
20871
20743
|
auto value = uniffi_breez_sdk_spark_fn_func_new_rest_chain_service(
|
|
20872
20744
|
uniffi::breez_sdk_spark::Bridging<RustBuffer>::fromJs(rt, callInvoker,
|
|
20873
20745
|
args[0]),
|
|
@@ -20876,27 +20748,21 @@ NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_func_new_rest_chain_service(
|
|
|
20876
20748
|
uniffi::breez_sdk_spark::Bridging<RustBuffer>::fromJs(rt, callInvoker,
|
|
20877
20749
|
args[2]),
|
|
20878
20750
|
uniffi::breez_sdk_spark::Bridging<RustBuffer>::fromJs(rt, callInvoker,
|
|
20879
|
-
args[3])
|
|
20880
|
-
&status);
|
|
20881
|
-
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::copyIntoJs(
|
|
20882
|
-
rt, callInvoker, status, args[count - 1]);
|
|
20751
|
+
args[3]));
|
|
20883
20752
|
|
|
20884
|
-
return uniffi_jsi::Bridging
|
|
20753
|
+
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker,
|
|
20754
|
+
value);
|
|
20885
20755
|
}
|
|
20886
|
-
jsi::Value
|
|
20887
|
-
|
|
20888
|
-
|
|
20889
|
-
|
|
20890
|
-
|
|
20891
|
-
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::rustSuccess(rt);
|
|
20892
|
-
auto value = uniffi_breez_sdk_spark_fn_func_new_ssp_connection_manager(
|
|
20756
|
+
jsi::Value
|
|
20757
|
+
NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_fn_func_new_shared_sdk_context(
|
|
20758
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
20759
|
+
size_t count) {
|
|
20760
|
+
auto value = uniffi_breez_sdk_spark_fn_func_new_shared_sdk_context(
|
|
20893
20761
|
uniffi::breez_sdk_spark::Bridging<RustBuffer>::fromJs(rt, callInvoker,
|
|
20894
|
-
args[0])
|
|
20895
|
-
&status);
|
|
20896
|
-
uniffi::breez_sdk_spark::Bridging<RustCallStatus>::copyIntoJs(
|
|
20897
|
-
rt, callInvoker, status, args[count - 1]);
|
|
20762
|
+
args[0]));
|
|
20898
20763
|
|
|
20899
|
-
return uniffi_jsi::Bridging
|
|
20764
|
+
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker,
|
|
20765
|
+
value);
|
|
20900
20766
|
}
|
|
20901
20767
|
jsi::Value NativeBreezSdkSpark::cpp_ffi_breez_sdk_spark_rust_future_poll_u8(
|
|
20902
20768
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -21546,6 +21412,14 @@ jsi::Value NativeBreezSdkSpark::
|
|
|
21546
21412
|
|
|
21547
21413
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
21548
21414
|
}
|
|
21415
|
+
jsi::Value NativeBreezSdkSpark::
|
|
21416
|
+
cpp_uniffi_breez_sdk_spark_checksum_func_default_server_config(
|
|
21417
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
21418
|
+
size_t count) {
|
|
21419
|
+
auto value = uniffi_breez_sdk_spark_checksum_func_default_server_config();
|
|
21420
|
+
|
|
21421
|
+
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
21422
|
+
}
|
|
21549
21423
|
jsi::Value
|
|
21550
21424
|
NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_checksum_func_get_spark_status(
|
|
21551
21425
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -21562,14 +21436,6 @@ NativeBreezSdkSpark::cpp_uniffi_breez_sdk_spark_checksum_func_init_logging(
|
|
|
21562
21436
|
|
|
21563
21437
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
21564
21438
|
}
|
|
21565
|
-
jsi::Value NativeBreezSdkSpark::
|
|
21566
|
-
cpp_uniffi_breez_sdk_spark_checksum_func_new_connection_manager(
|
|
21567
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
21568
|
-
size_t count) {
|
|
21569
|
-
auto value = uniffi_breez_sdk_spark_checksum_func_new_connection_manager();
|
|
21570
|
-
|
|
21571
|
-
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
21572
|
-
}
|
|
21573
21439
|
jsi::Value NativeBreezSdkSpark::
|
|
21574
21440
|
cpp_uniffi_breez_sdk_spark_checksum_func_new_rest_chain_service(
|
|
21575
21441
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -21579,11 +21445,10 @@ jsi::Value NativeBreezSdkSpark::
|
|
|
21579
21445
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
21580
21446
|
}
|
|
21581
21447
|
jsi::Value NativeBreezSdkSpark::
|
|
21582
|
-
|
|
21448
|
+
cpp_uniffi_breez_sdk_spark_checksum_func_new_shared_sdk_context(
|
|
21583
21449
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
21584
21450
|
size_t count) {
|
|
21585
|
-
auto value =
|
|
21586
|
-
uniffi_breez_sdk_spark_checksum_func_new_ssp_connection_manager();
|
|
21451
|
+
auto value = uniffi_breez_sdk_spark_checksum_func_new_shared_sdk_context();
|
|
21587
21452
|
|
|
21588
21453
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
21589
21454
|
}
|
|
@@ -21922,6 +21787,15 @@ jsi::Value NativeBreezSdkSpark::
|
|
|
21922
21787
|
|
|
21923
21788
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
21924
21789
|
}
|
|
21790
|
+
jsi::Value NativeBreezSdkSpark::
|
|
21791
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_refund_pending_conversions(
|
|
21792
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
21793
|
+
size_t count) {
|
|
21794
|
+
auto value =
|
|
21795
|
+
uniffi_breez_sdk_spark_checksum_method_breezsdk_refund_pending_conversions();
|
|
21796
|
+
|
|
21797
|
+
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
21798
|
+
}
|
|
21925
21799
|
jsi::Value NativeBreezSdkSpark::
|
|
21926
21800
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_register_lightning_address(
|
|
21927
21801
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -22307,15 +22181,6 @@ jsi::Value NativeBreezSdkSpark::
|
|
|
22307
22181
|
|
|
22308
22182
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
22309
22183
|
}
|
|
22310
|
-
jsi::Value NativeBreezSdkSpark::
|
|
22311
|
-
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_connection_manager(
|
|
22312
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
22313
|
-
size_t count) {
|
|
22314
|
-
auto value =
|
|
22315
|
-
uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_connection_manager();
|
|
22316
|
-
|
|
22317
|
-
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
22318
|
-
}
|
|
22319
22184
|
jsi::Value NativeBreezSdkSpark::
|
|
22320
22185
|
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_default_storage(
|
|
22321
22186
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -22370,20 +22235,11 @@ jsi::Value NativeBreezSdkSpark::
|
|
|
22370
22235
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
22371
22236
|
}
|
|
22372
22237
|
jsi::Value NativeBreezSdkSpark::
|
|
22373
|
-
|
|
22374
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
22375
|
-
size_t count) {
|
|
22376
|
-
auto value =
|
|
22377
|
-
uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_session_manager();
|
|
22378
|
-
|
|
22379
|
-
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
22380
|
-
}
|
|
22381
|
-
jsi::Value NativeBreezSdkSpark::
|
|
22382
|
-
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_ssp_connection_manager(
|
|
22238
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_shared_context(
|
|
22383
22239
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
22384
22240
|
size_t count) {
|
|
22385
22241
|
auto value =
|
|
22386
|
-
|
|
22242
|
+
uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_shared_context();
|
|
22387
22243
|
|
|
22388
22244
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
22389
22245
|
}
|