@breeztech/breez-sdk-spark-react-native 0.15.1 → 0.17.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 +5561 -2579
- package/cpp/generated/breez_sdk_spark.hpp +285 -108
- package/lib/commonjs/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/commonjs/generated/breez_sdk_spark.js +1631 -634
- package/lib/commonjs/generated/breez_sdk_spark.js.map +1 -1
- package/lib/commonjs/passkey-prf-provider.js +300 -0
- package/lib/commonjs/passkey-prf-provider.js.map +1 -0
- package/lib/module/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/module/generated/breez_sdk_spark.js +1631 -634
- package/lib/module/generated/breez_sdk_spark.js.map +1 -1
- package/lib/module/passkey-prf-provider.js +293 -0
- package/lib/module/passkey-prf-provider.js.map +1 -0
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark-ffi.d.ts +230 -157
- 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 +9187 -4938
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/passkey-prf-provider.d.ts +135 -0
- package/lib/typescript/commonjs/src/passkey-prf-provider.d.ts.map +1 -0
- package/lib/typescript/module/src/generated/breez_sdk_spark-ffi.d.ts +230 -157
- 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 +9187 -4938
- package/lib/typescript/module/src/generated/breez_sdk_spark.d.ts.map +1 -1
- package/lib/typescript/module/src/passkey-prf-provider.d.ts +135 -0
- package/lib/typescript/module/src/passkey-prf-provider.d.ts.map +1 -0
- package/package.json +17 -5
- package/scripts/post-ubrn.js +227 -0
- package/src/generated/breez_sdk_spark-ffi.ts +426 -215
- package/src/generated/breez_sdk_spark.ts +16695 -8325
- package/src/passkey-prf-provider.ts +372 -0
|
@@ -70,11 +70,11 @@ protected:
|
|
|
70
70
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_add_event_listener(
|
|
71
71
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
72
72
|
size_t count);
|
|
73
|
-
jsi::Value
|
|
73
|
+
jsi::Value
|
|
74
|
+
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_authorize_lightning_address_transfer(
|
|
74
75
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
75
76
|
size_t count);
|
|
76
|
-
jsi::Value
|
|
77
|
-
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_cancel_leaf_optimization(
|
|
77
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_buy_bitcoin(
|
|
78
78
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
79
79
|
size_t count);
|
|
80
80
|
jsi::Value
|
|
@@ -90,6 +90,10 @@ protected:
|
|
|
90
90
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_claim_htlc_payment(
|
|
91
91
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
92
92
|
size_t count);
|
|
93
|
+
jsi::Value
|
|
94
|
+
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_claim_lightning_address_transfer(
|
|
95
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
96
|
+
size_t count);
|
|
93
97
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_delete_contact(
|
|
94
98
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
95
99
|
size_t count);
|
|
@@ -104,11 +108,11 @@ protected:
|
|
|
104
108
|
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_fetch_conversion_limits(
|
|
105
109
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
106
110
|
size_t count);
|
|
107
|
-
jsi::Value
|
|
111
|
+
jsi::Value
|
|
112
|
+
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_get_cross_chain_routes(
|
|
108
113
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
109
114
|
size_t count);
|
|
110
|
-
jsi::Value
|
|
111
|
-
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_get_leaf_optimization_progress(
|
|
115
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_get_info(
|
|
112
116
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
113
117
|
size_t count);
|
|
114
118
|
jsi::Value
|
|
@@ -155,6 +159,9 @@ protected:
|
|
|
155
159
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_lnurl_withdraw(
|
|
156
160
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
157
161
|
size_t count);
|
|
162
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_optimize_leaves(
|
|
163
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
164
|
+
size_t count);
|
|
158
165
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_parse(
|
|
159
166
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
160
167
|
size_t count);
|
|
@@ -194,10 +201,6 @@ protected:
|
|
|
194
201
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_sign_message(
|
|
195
202
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
196
203
|
size_t count);
|
|
197
|
-
jsi::Value
|
|
198
|
-
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_start_leaf_optimization(
|
|
199
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
200
|
-
size_t count);
|
|
201
204
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_sync_wallet(
|
|
202
205
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
203
206
|
size_t count);
|
|
@@ -210,88 +213,112 @@ protected:
|
|
|
210
213
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_update_user_settings(
|
|
211
214
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
212
215
|
size_t count);
|
|
213
|
-
jsi::Value
|
|
216
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_externalbreezsigner(
|
|
217
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
218
|
+
size_t count);
|
|
219
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_externalbreezsigner(
|
|
220
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
221
|
+
size_t count);
|
|
222
|
+
jsi::Value
|
|
223
|
+
cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_externalbreezsigner(
|
|
224
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
225
|
+
size_t count);
|
|
226
|
+
jsi::Value
|
|
227
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalbreezsigner_derive_public_key(
|
|
214
228
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
215
229
|
size_t count);
|
|
216
|
-
jsi::Value
|
|
230
|
+
jsi::Value
|
|
231
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalbreezsigner_sign_ecdsa(
|
|
217
232
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
218
233
|
size_t count);
|
|
219
|
-
jsi::Value
|
|
234
|
+
jsi::Value
|
|
235
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalbreezsigner_sign_ecdsa_recoverable(
|
|
220
236
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
221
237
|
size_t count);
|
|
222
238
|
jsi::Value
|
|
223
|
-
|
|
239
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalbreezsigner_encrypt_ecies(
|
|
224
240
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
225
241
|
size_t count);
|
|
226
242
|
jsi::Value
|
|
227
|
-
|
|
243
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalbreezsigner_decrypt_ecies(
|
|
228
244
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
229
245
|
size_t count);
|
|
230
|
-
jsi::Value
|
|
246
|
+
jsi::Value
|
|
247
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalbreezsigner_sign_hash_schnorr(
|
|
231
248
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
232
249
|
size_t count);
|
|
233
250
|
jsi::Value
|
|
234
|
-
|
|
251
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalbreezsigner_hmac_sha256(
|
|
235
252
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
236
253
|
size_t count);
|
|
237
|
-
jsi::Value
|
|
254
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_externalsparksigner(
|
|
238
255
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
239
256
|
size_t count);
|
|
240
|
-
jsi::Value
|
|
257
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_externalsparksigner(
|
|
258
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
259
|
+
size_t count);
|
|
260
|
+
jsi::Value
|
|
261
|
+
cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_externalsparksigner(
|
|
262
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
263
|
+
size_t count);
|
|
264
|
+
jsi::Value
|
|
265
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_get_identity_public_key(
|
|
241
266
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
242
267
|
size_t count);
|
|
243
268
|
jsi::Value
|
|
244
|
-
|
|
269
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_get_public_key_for_leaf(
|
|
245
270
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
246
271
|
size_t count);
|
|
247
|
-
jsi::Value
|
|
272
|
+
jsi::Value
|
|
273
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_get_static_deposit_public_key(
|
|
248
274
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
249
275
|
size_t count);
|
|
250
276
|
jsi::Value
|
|
251
|
-
|
|
277
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_sign_authentication_challenge(
|
|
252
278
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
253
279
|
size_t count);
|
|
254
280
|
jsi::Value
|
|
255
|
-
|
|
281
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_sign_message(
|
|
256
282
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
257
283
|
size_t count);
|
|
258
284
|
jsi::Value
|
|
259
|
-
|
|
285
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_sign_frost(
|
|
260
286
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
261
287
|
size_t count);
|
|
262
288
|
jsi::Value
|
|
263
|
-
|
|
289
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_prepare_transfer(
|
|
264
290
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
265
291
|
size_t count);
|
|
266
292
|
jsi::Value
|
|
267
|
-
|
|
293
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_prepare_claim(
|
|
268
294
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
269
295
|
size_t count);
|
|
270
296
|
jsi::Value
|
|
271
|
-
|
|
297
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_prepare_lightning_receive(
|
|
272
298
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
273
299
|
size_t count);
|
|
274
300
|
jsi::Value
|
|
275
|
-
|
|
301
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_prepare_static_deposit(
|
|
276
302
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
277
303
|
size_t count);
|
|
278
304
|
jsi::Value
|
|
279
|
-
|
|
305
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_start_static_deposit_refund(
|
|
280
306
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
281
307
|
size_t count);
|
|
282
308
|
jsi::Value
|
|
283
|
-
|
|
309
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_sign_static_deposit_refund(
|
|
284
310
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
285
311
|
size_t count);
|
|
286
312
|
jsi::Value
|
|
287
|
-
|
|
313
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_sign_spark_invoice(
|
|
288
314
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
289
315
|
size_t count);
|
|
290
|
-
jsi::Value
|
|
316
|
+
jsi::Value
|
|
317
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_prepare_token_transaction(
|
|
291
318
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
292
319
|
size_t count);
|
|
293
320
|
jsi::Value
|
|
294
|
-
|
|
321
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_prepare_static_deposit_claim(
|
|
295
322
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
296
323
|
size_t count);
|
|
297
324
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_fiatservice(
|
|
@@ -310,43 +337,42 @@ protected:
|
|
|
310
337
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_fiatservice_fetch_fiat_rates(
|
|
311
338
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
312
339
|
size_t count);
|
|
313
|
-
jsi::Value
|
|
340
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_passkeyclient(
|
|
314
341
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
315
342
|
size_t count);
|
|
316
|
-
jsi::Value
|
|
343
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_passkeyclient(
|
|
317
344
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
318
345
|
size_t count);
|
|
319
|
-
jsi::Value
|
|
346
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_constructor_passkeyclient_new(
|
|
320
347
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
321
348
|
size_t count);
|
|
322
|
-
jsi::Value
|
|
349
|
+
jsi::Value
|
|
350
|
+
cpp_uniffi_breez_sdk_spark_fn_method_passkeyclient_check_availability(
|
|
323
351
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
324
352
|
size_t count);
|
|
325
|
-
jsi::Value
|
|
353
|
+
jsi::Value
|
|
354
|
+
cpp_uniffi_breez_sdk_spark_fn_method_passkeyclient_connect_with_passkey(
|
|
326
355
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
327
356
|
size_t count);
|
|
328
|
-
jsi::Value
|
|
357
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_passkeyclient_labels(
|
|
329
358
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
330
359
|
size_t count);
|
|
331
|
-
jsi::Value
|
|
360
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_passkeyclient_register(
|
|
332
361
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
333
362
|
size_t count);
|
|
334
|
-
jsi::Value
|
|
363
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_passkeyclient_sign_in(
|
|
335
364
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
336
365
|
size_t count);
|
|
337
|
-
jsi::Value
|
|
366
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_passkeylabels(
|
|
338
367
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
339
368
|
size_t count);
|
|
340
|
-
jsi::Value
|
|
341
|
-
cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_passkeyprfprovider(
|
|
369
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_passkeylabels(
|
|
342
370
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
343
371
|
size_t count);
|
|
344
|
-
jsi::Value
|
|
345
|
-
cpp_uniffi_breez_sdk_spark_fn_method_passkeyprfprovider_derive_prf_seed(
|
|
372
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_passkeylabels_list(
|
|
346
373
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
347
374
|
size_t count);
|
|
348
|
-
jsi::Value
|
|
349
|
-
cpp_uniffi_breez_sdk_spark_fn_method_passkeyprfprovider_is_prf_available(
|
|
375
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_passkeylabels_store(
|
|
350
376
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
351
377
|
size_t count);
|
|
352
378
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_paymentobserver(
|
|
@@ -361,6 +387,37 @@ protected:
|
|
|
361
387
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_paymentobserver_before_send(
|
|
362
388
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
363
389
|
size_t count);
|
|
390
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_paymentobserver_after_send(
|
|
391
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
392
|
+
size_t count);
|
|
393
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_prfprovider(
|
|
394
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
395
|
+
size_t count);
|
|
396
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_prfprovider(
|
|
397
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
398
|
+
size_t count);
|
|
399
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_prfprovider(
|
|
400
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
401
|
+
size_t count);
|
|
402
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_prfprovider_derive_seeds(
|
|
403
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
404
|
+
size_t count);
|
|
405
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_prfprovider_is_supported(
|
|
406
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
407
|
+
size_t count);
|
|
408
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_prfprovider_create_passkey(
|
|
409
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
410
|
+
size_t count);
|
|
411
|
+
jsi::Value
|
|
412
|
+
cpp_uniffi_breez_sdk_spark_fn_method_prfprovider_check_domain_association(
|
|
413
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
414
|
+
size_t count);
|
|
415
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_resolvedstores(
|
|
416
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
417
|
+
size_t count);
|
|
418
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_resolvedstores(
|
|
419
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
420
|
+
size_t count);
|
|
364
421
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_restclient(
|
|
365
422
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
366
423
|
size_t count);
|
|
@@ -388,9 +445,17 @@ protected:
|
|
|
388
445
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_constructor_sdkbuilder_new(
|
|
389
446
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
390
447
|
size_t count);
|
|
448
|
+
jsi::Value
|
|
449
|
+
cpp_uniffi_breez_sdk_spark_fn_constructor_sdkbuilder_new_with_signer(
|
|
450
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
451
|
+
size_t count);
|
|
391
452
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_build(
|
|
392
453
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
393
454
|
size_t count);
|
|
455
|
+
jsi::Value
|
|
456
|
+
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_account_number(
|
|
457
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
458
|
+
size_t count);
|
|
394
459
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_chain_service(
|
|
395
460
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
396
461
|
size_t count);
|
|
@@ -401,9 +466,6 @@ protected:
|
|
|
401
466
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_fiat_service(
|
|
402
467
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
403
468
|
size_t count);
|
|
404
|
-
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_key_set(
|
|
405
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
406
|
-
size_t count);
|
|
407
469
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_lnurl_client(
|
|
408
470
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
409
471
|
size_t count);
|
|
@@ -422,25 +484,29 @@ protected:
|
|
|
422
484
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_storage(
|
|
423
485
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
424
486
|
size_t count);
|
|
487
|
+
jsi::Value
|
|
488
|
+
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_storage_backend(
|
|
489
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
490
|
+
size_t count);
|
|
425
491
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_sdkcontext(
|
|
426
492
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
427
493
|
size_t count);
|
|
428
494
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_sdkcontext(
|
|
429
495
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
430
496
|
size_t count);
|
|
431
|
-
jsi::Value
|
|
497
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_sessionstore(
|
|
432
498
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
433
499
|
size_t count);
|
|
434
|
-
jsi::Value
|
|
500
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_sessionstore(
|
|
435
501
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
436
502
|
size_t count);
|
|
437
|
-
jsi::Value
|
|
503
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_sessionstore(
|
|
438
504
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
439
505
|
size_t count);
|
|
440
|
-
jsi::Value
|
|
506
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sessionstore_get_session(
|
|
441
507
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
442
508
|
size_t count);
|
|
443
|
-
jsi::Value
|
|
509
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sessionstore_set_session(
|
|
444
510
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
445
511
|
size_t count);
|
|
446
512
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_storage(
|
|
@@ -464,7 +530,7 @@ protected:
|
|
|
464
530
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_list_payments(
|
|
465
531
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
466
532
|
size_t count);
|
|
467
|
-
jsi::Value
|
|
533
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_apply_payment_update(
|
|
468
534
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
469
535
|
size_t count);
|
|
470
536
|
jsi::Value
|
|
@@ -509,6 +575,16 @@ protected:
|
|
|
509
575
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_delete_contact(
|
|
510
576
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
511
577
|
size_t count);
|
|
578
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_set_cross_chain_swap(
|
|
579
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
580
|
+
size_t count);
|
|
581
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_get_cross_chain_swap(
|
|
582
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
583
|
+
size_t count);
|
|
584
|
+
jsi::Value
|
|
585
|
+
cpp_uniffi_breez_sdk_spark_fn_method_storage_list_active_cross_chain_swaps(
|
|
586
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
587
|
+
size_t count);
|
|
512
588
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_add_outgoing_change(
|
|
513
589
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
514
590
|
size_t count);
|
|
@@ -542,6 +618,15 @@ protected:
|
|
|
542
618
|
cpp_uniffi_breez_sdk_spark_fn_method_storage_update_record_from_incoming(
|
|
543
619
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
544
620
|
size_t count);
|
|
621
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_storagebackend(
|
|
622
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
623
|
+
size_t count);
|
|
624
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_storagebackend(
|
|
625
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
626
|
+
size_t count);
|
|
627
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storagebackend_create_stores(
|
|
628
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
629
|
+
size_t count);
|
|
545
630
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_tokenissuer(
|
|
546
631
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
547
632
|
size_t count);
|
|
@@ -586,15 +671,24 @@ protected:
|
|
|
586
671
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_connect_with_signer(
|
|
587
672
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
588
673
|
size_t count);
|
|
674
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_create_turnkey_signer(
|
|
675
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
676
|
+
size_t count);
|
|
677
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_custom_storage(
|
|
678
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
679
|
+
size_t count);
|
|
589
680
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_config(
|
|
590
681
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
591
682
|
size_t count);
|
|
592
|
-
jsi::Value
|
|
683
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_external_signers(
|
|
593
684
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
594
685
|
size_t count);
|
|
595
686
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_server_config(
|
|
596
687
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
597
688
|
size_t count);
|
|
689
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_storage(
|
|
690
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
691
|
+
size_t count);
|
|
598
692
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_get_spark_status(
|
|
599
693
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
600
694
|
size_t count);
|
|
@@ -769,15 +863,24 @@ protected:
|
|
|
769
863
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_connect_with_signer(
|
|
770
864
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
771
865
|
size_t count);
|
|
866
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_create_turnkey_signer(
|
|
867
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
868
|
+
size_t count);
|
|
869
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_custom_storage(
|
|
870
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
871
|
+
size_t count);
|
|
772
872
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_config(
|
|
773
873
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
774
874
|
size_t count);
|
|
775
|
-
jsi::Value
|
|
875
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_external_signers(
|
|
776
876
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
777
877
|
size_t count);
|
|
778
878
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_server_config(
|
|
779
879
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
780
880
|
size_t count);
|
|
881
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_storage(
|
|
882
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
883
|
+
size_t count);
|
|
781
884
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_get_spark_status(
|
|
782
885
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
783
886
|
size_t count);
|
|
@@ -817,11 +920,11 @@ protected:
|
|
|
817
920
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_add_event_listener(
|
|
818
921
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
819
922
|
size_t count);
|
|
820
|
-
jsi::Value
|
|
923
|
+
jsi::Value
|
|
924
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_authorize_lightning_address_transfer(
|
|
821
925
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
822
926
|
size_t count);
|
|
823
|
-
jsi::Value
|
|
824
|
-
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_cancel_leaf_optimization(
|
|
927
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_buy_bitcoin(
|
|
825
928
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
826
929
|
size_t count);
|
|
827
930
|
jsi::Value
|
|
@@ -838,6 +941,10 @@ protected:
|
|
|
838
941
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_claim_htlc_payment(
|
|
839
942
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
840
943
|
size_t count);
|
|
944
|
+
jsi::Value
|
|
945
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_claim_lightning_address_transfer(
|
|
946
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
947
|
+
size_t count);
|
|
841
948
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_delete_contact(
|
|
842
949
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
843
950
|
size_t count);
|
|
@@ -852,11 +959,11 @@ protected:
|
|
|
852
959
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_fetch_conversion_limits(
|
|
853
960
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
854
961
|
size_t count);
|
|
855
|
-
jsi::Value
|
|
962
|
+
jsi::Value
|
|
963
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_get_cross_chain_routes(
|
|
856
964
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
857
965
|
size_t count);
|
|
858
|
-
jsi::Value
|
|
859
|
-
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_get_leaf_optimization_progress(
|
|
966
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_get_info(
|
|
860
967
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
861
968
|
size_t count);
|
|
862
969
|
jsi::Value
|
|
@@ -908,6 +1015,10 @@ protected:
|
|
|
908
1015
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_lnurl_withdraw(
|
|
909
1016
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
910
1017
|
size_t count);
|
|
1018
|
+
jsi::Value
|
|
1019
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_optimize_leaves(
|
|
1020
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1021
|
+
size_t count);
|
|
911
1022
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_parse(
|
|
912
1023
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
913
1024
|
size_t count);
|
|
@@ -952,10 +1063,6 @@ protected:
|
|
|
952
1063
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_sign_message(
|
|
953
1064
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
954
1065
|
size_t count);
|
|
955
|
-
jsi::Value
|
|
956
|
-
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_start_leaf_optimization(
|
|
957
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
958
|
-
size_t count);
|
|
959
1066
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_sync_wallet(
|
|
960
1067
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
961
1068
|
size_t count);
|
|
@@ -971,83 +1078,91 @@ protected:
|
|
|
971
1078
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
972
1079
|
size_t count);
|
|
973
1080
|
jsi::Value
|
|
974
|
-
|
|
1081
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalbreezsigner_derive_public_key(
|
|
1082
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1083
|
+
size_t count);
|
|
1084
|
+
jsi::Value
|
|
1085
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalbreezsigner_sign_ecdsa(
|
|
1086
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1087
|
+
size_t count);
|
|
1088
|
+
jsi::Value
|
|
1089
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalbreezsigner_sign_ecdsa_recoverable(
|
|
975
1090
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
976
1091
|
size_t count);
|
|
977
1092
|
jsi::Value
|
|
978
|
-
|
|
1093
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalbreezsigner_encrypt_ecies(
|
|
979
1094
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
980
1095
|
size_t count);
|
|
981
1096
|
jsi::Value
|
|
982
|
-
|
|
1097
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalbreezsigner_decrypt_ecies(
|
|
983
1098
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
984
1099
|
size_t count);
|
|
985
1100
|
jsi::Value
|
|
986
|
-
|
|
1101
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalbreezsigner_sign_hash_schnorr(
|
|
987
1102
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
988
1103
|
size_t count);
|
|
989
1104
|
jsi::Value
|
|
990
|
-
|
|
1105
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalbreezsigner_hmac_sha256(
|
|
991
1106
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
992
1107
|
size_t count);
|
|
993
1108
|
jsi::Value
|
|
994
|
-
|
|
1109
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_get_identity_public_key(
|
|
995
1110
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
996
1111
|
size_t count);
|
|
997
1112
|
jsi::Value
|
|
998
|
-
|
|
1113
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_get_public_key_for_leaf(
|
|
999
1114
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1000
1115
|
size_t count);
|
|
1001
1116
|
jsi::Value
|
|
1002
|
-
|
|
1117
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_get_static_deposit_public_key(
|
|
1003
1118
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1004
1119
|
size_t count);
|
|
1005
1120
|
jsi::Value
|
|
1006
|
-
|
|
1121
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_sign_authentication_challenge(
|
|
1007
1122
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1008
1123
|
size_t count);
|
|
1009
1124
|
jsi::Value
|
|
1010
|
-
|
|
1125
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_sign_message(
|
|
1011
1126
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1012
1127
|
size_t count);
|
|
1013
1128
|
jsi::Value
|
|
1014
|
-
|
|
1129
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_sign_frost(
|
|
1015
1130
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1016
1131
|
size_t count);
|
|
1017
1132
|
jsi::Value
|
|
1018
|
-
|
|
1133
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_prepare_transfer(
|
|
1019
1134
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1020
1135
|
size_t count);
|
|
1021
1136
|
jsi::Value
|
|
1022
|
-
|
|
1137
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_prepare_claim(
|
|
1023
1138
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1024
1139
|
size_t count);
|
|
1025
1140
|
jsi::Value
|
|
1026
|
-
|
|
1141
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_prepare_lightning_receive(
|
|
1027
1142
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1028
1143
|
size_t count);
|
|
1029
1144
|
jsi::Value
|
|
1030
|
-
|
|
1145
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_prepare_static_deposit(
|
|
1031
1146
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1032
1147
|
size_t count);
|
|
1033
1148
|
jsi::Value
|
|
1034
|
-
|
|
1149
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_start_static_deposit_refund(
|
|
1035
1150
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1036
1151
|
size_t count);
|
|
1037
1152
|
jsi::Value
|
|
1038
|
-
|
|
1153
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_sign_static_deposit_refund(
|
|
1039
1154
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1040
1155
|
size_t count);
|
|
1041
1156
|
jsi::Value
|
|
1042
|
-
|
|
1157
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_sign_spark_invoice(
|
|
1043
1158
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1044
1159
|
size_t count);
|
|
1045
1160
|
jsi::Value
|
|
1046
|
-
|
|
1161
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_prepare_token_transaction(
|
|
1047
1162
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1048
1163
|
size_t count);
|
|
1049
1164
|
jsi::Value
|
|
1050
|
-
|
|
1165
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_prepare_static_deposit_claim(
|
|
1051
1166
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1052
1167
|
size_t count);
|
|
1053
1168
|
jsi::Value
|
|
@@ -1058,28 +1173,51 @@ protected:
|
|
|
1058
1173
|
cpp_uniffi_breez_sdk_spark_checksum_method_fiatservice_fetch_fiat_rates(
|
|
1059
1174
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1060
1175
|
size_t count);
|
|
1061
|
-
jsi::Value
|
|
1176
|
+
jsi::Value
|
|
1177
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_passkeyclient_check_availability(
|
|
1178
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1179
|
+
size_t count);
|
|
1180
|
+
jsi::Value
|
|
1181
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_passkeyclient_connect_with_passkey(
|
|
1182
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1183
|
+
size_t count);
|
|
1184
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_passkeyclient_labels(
|
|
1062
1185
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1063
1186
|
size_t count);
|
|
1064
|
-
jsi::Value
|
|
1187
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_passkeyclient_register(
|
|
1065
1188
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1066
1189
|
size_t count);
|
|
1067
|
-
jsi::Value
|
|
1190
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_passkeyclient_sign_in(
|
|
1068
1191
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1069
1192
|
size_t count);
|
|
1070
|
-
jsi::Value
|
|
1193
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_passkeylabels_list(
|
|
1194
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1195
|
+
size_t count);
|
|
1196
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_passkeylabels_store(
|
|
1071
1197
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1072
1198
|
size_t count);
|
|
1073
1199
|
jsi::Value
|
|
1074
|
-
|
|
1200
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_paymentobserver_before_send(
|
|
1075
1201
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1076
1202
|
size_t count);
|
|
1077
1203
|
jsi::Value
|
|
1078
|
-
|
|
1204
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_paymentobserver_after_send(
|
|
1079
1205
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1080
1206
|
size_t count);
|
|
1081
1207
|
jsi::Value
|
|
1082
|
-
|
|
1208
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_prfprovider_derive_seeds(
|
|
1209
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1210
|
+
size_t count);
|
|
1211
|
+
jsi::Value
|
|
1212
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_prfprovider_is_supported(
|
|
1213
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1214
|
+
size_t count);
|
|
1215
|
+
jsi::Value
|
|
1216
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_prfprovider_create_passkey(
|
|
1217
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1218
|
+
size_t count);
|
|
1219
|
+
jsi::Value
|
|
1220
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_prfprovider_check_domain_association(
|
|
1083
1221
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1084
1222
|
size_t count);
|
|
1085
1223
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_restclient_get_request(
|
|
@@ -1096,6 +1234,10 @@ protected:
|
|
|
1096
1234
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1097
1235
|
size_t count);
|
|
1098
1236
|
jsi::Value
|
|
1237
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_account_number(
|
|
1238
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1239
|
+
size_t count);
|
|
1240
|
+
jsi::Value
|
|
1099
1241
|
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_chain_service(
|
|
1100
1242
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1101
1243
|
size_t count);
|
|
@@ -1107,9 +1249,6 @@ protected:
|
|
|
1107
1249
|
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_fiat_service(
|
|
1108
1250
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1109
1251
|
size_t count);
|
|
1110
|
-
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_key_set(
|
|
1111
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1112
|
-
size_t count);
|
|
1113
1252
|
jsi::Value
|
|
1114
1253
|
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_lnurl_client(
|
|
1115
1254
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -1130,11 +1269,15 @@ protected:
|
|
|
1130
1269
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1131
1270
|
size_t count);
|
|
1132
1271
|
jsi::Value
|
|
1133
|
-
|
|
1272
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_storage_backend(
|
|
1273
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1274
|
+
size_t count);
|
|
1275
|
+
jsi::Value
|
|
1276
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_sessionstore_get_session(
|
|
1134
1277
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1135
1278
|
size_t count);
|
|
1136
1279
|
jsi::Value
|
|
1137
|
-
|
|
1280
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_sessionstore_set_session(
|
|
1138
1281
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1139
1282
|
size_t count);
|
|
1140
1283
|
jsi::Value
|
|
@@ -1150,7 +1293,8 @@ protected:
|
|
|
1150
1293
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_storage_list_payments(
|
|
1151
1294
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1152
1295
|
size_t count);
|
|
1153
|
-
jsi::Value
|
|
1296
|
+
jsi::Value
|
|
1297
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_storage_apply_payment_update(
|
|
1154
1298
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1155
1299
|
size_t count);
|
|
1156
1300
|
jsi::Value
|
|
@@ -1198,6 +1342,18 @@ protected:
|
|
|
1198
1342
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1199
1343
|
size_t count);
|
|
1200
1344
|
jsi::Value
|
|
1345
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_storage_set_cross_chain_swap(
|
|
1346
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1347
|
+
size_t count);
|
|
1348
|
+
jsi::Value
|
|
1349
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_storage_get_cross_chain_swap(
|
|
1350
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1351
|
+
size_t count);
|
|
1352
|
+
jsi::Value
|
|
1353
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_storage_list_active_cross_chain_swaps(
|
|
1354
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1355
|
+
size_t count);
|
|
1356
|
+
jsi::Value
|
|
1201
1357
|
cpp_uniffi_breez_sdk_spark_checksum_method_storage_add_outgoing_change(
|
|
1202
1358
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1203
1359
|
size_t count);
|
|
@@ -1234,6 +1390,10 @@ protected:
|
|
|
1234
1390
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1235
1391
|
size_t count);
|
|
1236
1392
|
jsi::Value
|
|
1393
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_storagebackend_create_stores(
|
|
1394
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1395
|
+
size_t count);
|
|
1396
|
+
jsi::Value
|
|
1237
1397
|
cpp_uniffi_breez_sdk_spark_checksum_method_tokenissuer_burn_issuer_token(
|
|
1238
1398
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1239
1399
|
size_t count);
|
|
@@ -1261,12 +1421,16 @@ protected:
|
|
|
1261
1421
|
cpp_uniffi_breez_sdk_spark_checksum_method_tokenissuer_unfreeze_issuer_token(
|
|
1262
1422
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1263
1423
|
size_t count);
|
|
1264
|
-
jsi::Value
|
|
1424
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_constructor_passkeyclient_new(
|
|
1265
1425
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1266
1426
|
size_t count);
|
|
1267
1427
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_constructor_sdkbuilder_new(
|
|
1268
1428
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1269
1429
|
size_t count);
|
|
1430
|
+
jsi::Value
|
|
1431
|
+
cpp_uniffi_breez_sdk_spark_checksum_constructor_sdkbuilder_new_with_signer(
|
|
1432
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1433
|
+
size_t count);
|
|
1270
1434
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_eventlistener_on_event(
|
|
1271
1435
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1272
1436
|
size_t count);
|
|
@@ -1283,22 +1447,32 @@ protected:
|
|
|
1283
1447
|
jsi::Value cpp_uniffi_internal_fn_method_breezsdk_ffi__bless_pointer(
|
|
1284
1448
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1285
1449
|
size_t count);
|
|
1286
|
-
jsi::Value
|
|
1450
|
+
jsi::Value
|
|
1451
|
+
cpp_uniffi_internal_fn_method_externalbreezsigner_ffi__bless_pointer(
|
|
1452
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1453
|
+
size_t count);
|
|
1454
|
+
jsi::Value
|
|
1455
|
+
cpp_uniffi_internal_fn_method_externalsparksigner_ffi__bless_pointer(
|
|
1287
1456
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1288
1457
|
size_t count);
|
|
1289
1458
|
jsi::Value cpp_uniffi_internal_fn_method_fiatservice_ffi__bless_pointer(
|
|
1290
1459
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1291
1460
|
size_t count);
|
|
1292
|
-
jsi::Value
|
|
1461
|
+
jsi::Value cpp_uniffi_internal_fn_method_passkeyclient_ffi__bless_pointer(
|
|
1293
1462
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1294
1463
|
size_t count);
|
|
1295
|
-
jsi::Value
|
|
1296
|
-
cpp_uniffi_internal_fn_method_passkeyprfprovider_ffi__bless_pointer(
|
|
1464
|
+
jsi::Value cpp_uniffi_internal_fn_method_passkeylabels_ffi__bless_pointer(
|
|
1297
1465
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1298
1466
|
size_t count);
|
|
1299
1467
|
jsi::Value cpp_uniffi_internal_fn_method_paymentobserver_ffi__bless_pointer(
|
|
1300
1468
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1301
1469
|
size_t count);
|
|
1470
|
+
jsi::Value cpp_uniffi_internal_fn_method_prfprovider_ffi__bless_pointer(
|
|
1471
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1472
|
+
size_t count);
|
|
1473
|
+
jsi::Value cpp_uniffi_internal_fn_method_resolvedstores_ffi__bless_pointer(
|
|
1474
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1475
|
+
size_t count);
|
|
1302
1476
|
jsi::Value cpp_uniffi_internal_fn_method_restclient_ffi__bless_pointer(
|
|
1303
1477
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1304
1478
|
size_t count);
|
|
@@ -1308,12 +1482,15 @@ protected:
|
|
|
1308
1482
|
jsi::Value cpp_uniffi_internal_fn_method_sdkcontext_ffi__bless_pointer(
|
|
1309
1483
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1310
1484
|
size_t count);
|
|
1311
|
-
jsi::Value
|
|
1485
|
+
jsi::Value cpp_uniffi_internal_fn_method_sessionstore_ffi__bless_pointer(
|
|
1312
1486
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1313
1487
|
size_t count);
|
|
1314
1488
|
jsi::Value cpp_uniffi_internal_fn_method_storage_ffi__bless_pointer(
|
|
1315
1489
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1316
1490
|
size_t count);
|
|
1491
|
+
jsi::Value cpp_uniffi_internal_fn_method_storagebackend_ffi__bless_pointer(
|
|
1492
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1493
|
+
size_t count);
|
|
1317
1494
|
jsi::Value cpp_uniffi_internal_fn_method_tokenissuer_ffi__bless_pointer(
|
|
1318
1495
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1319
1496
|
size_t count);
|