@breeztech/breez-sdk-spark-react-native 0.15.1 → 0.16.1-dev1
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 +4947 -2629
- package/cpp/generated/breez_sdk_spark.hpp +257 -110
- package/lib/commonjs/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/commonjs/generated/breez_sdk_spark.js +1304 -580
- 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 +1304 -580
- 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 +199 -140
- 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 +6149 -3695
- 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 +199 -140
- 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 +6149 -3695
- 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 +366 -198
- package/src/generated/breez_sdk_spark.ts +12343 -7056
- 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);
|
|
@@ -108,10 +112,6 @@ protected:
|
|
|
108
112
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
109
113
|
size_t count);
|
|
110
114
|
jsi::Value
|
|
111
|
-
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_get_leaf_optimization_progress(
|
|
112
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
113
|
-
size_t count);
|
|
114
|
-
jsi::Value
|
|
115
115
|
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_get_lightning_address(
|
|
116
116
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
117
117
|
size_t count);
|
|
@@ -155,6 +155,9 @@ protected:
|
|
|
155
155
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_lnurl_withdraw(
|
|
156
156
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
157
157
|
size_t count);
|
|
158
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_optimize_leaves(
|
|
159
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
160
|
+
size_t count);
|
|
158
161
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_parse(
|
|
159
162
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
160
163
|
size_t count);
|
|
@@ -194,10 +197,6 @@ protected:
|
|
|
194
197
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_sign_message(
|
|
195
198
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
196
199
|
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
200
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_sync_wallet(
|
|
202
201
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
203
202
|
size_t count);
|
|
@@ -210,88 +209,112 @@ protected:
|
|
|
210
209
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_update_user_settings(
|
|
211
210
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
212
211
|
size_t count);
|
|
213
|
-
jsi::Value
|
|
212
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_externalbreezsigner(
|
|
214
213
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
215
214
|
size_t count);
|
|
216
|
-
jsi::Value
|
|
215
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_externalbreezsigner(
|
|
217
216
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
218
217
|
size_t count);
|
|
219
|
-
jsi::Value
|
|
218
|
+
jsi::Value
|
|
219
|
+
cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_externalbreezsigner(
|
|
220
220
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
221
221
|
size_t count);
|
|
222
222
|
jsi::Value
|
|
223
|
-
|
|
223
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalbreezsigner_derive_public_key(
|
|
224
224
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
225
225
|
size_t count);
|
|
226
226
|
jsi::Value
|
|
227
|
-
|
|
227
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalbreezsigner_sign_ecdsa(
|
|
228
228
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
229
229
|
size_t count);
|
|
230
|
-
jsi::Value
|
|
230
|
+
jsi::Value
|
|
231
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalbreezsigner_sign_ecdsa_recoverable(
|
|
231
232
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
232
233
|
size_t count);
|
|
233
234
|
jsi::Value
|
|
234
|
-
|
|
235
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalbreezsigner_encrypt_ecies(
|
|
235
236
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
236
237
|
size_t count);
|
|
237
|
-
jsi::Value
|
|
238
|
+
jsi::Value
|
|
239
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalbreezsigner_decrypt_ecies(
|
|
238
240
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
239
241
|
size_t count);
|
|
240
|
-
jsi::Value
|
|
242
|
+
jsi::Value
|
|
243
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalbreezsigner_sign_hash_schnorr(
|
|
241
244
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
242
245
|
size_t count);
|
|
243
246
|
jsi::Value
|
|
244
|
-
|
|
247
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalbreezsigner_hmac_sha256(
|
|
245
248
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
246
249
|
size_t count);
|
|
247
|
-
jsi::Value
|
|
250
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_externalsparksigner(
|
|
251
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
252
|
+
size_t count);
|
|
253
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_externalsparksigner(
|
|
254
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
255
|
+
size_t count);
|
|
256
|
+
jsi::Value
|
|
257
|
+
cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_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_method_externalsparksigner_get_identity_public_key(
|
|
248
262
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
249
263
|
size_t count);
|
|
250
264
|
jsi::Value
|
|
251
|
-
|
|
265
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_get_public_key_for_leaf(
|
|
252
266
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
253
267
|
size_t count);
|
|
254
268
|
jsi::Value
|
|
255
|
-
|
|
269
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_get_static_deposit_public_key(
|
|
256
270
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
257
271
|
size_t count);
|
|
258
272
|
jsi::Value
|
|
259
|
-
|
|
273
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_sign_authentication_challenge(
|
|
260
274
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
261
275
|
size_t count);
|
|
262
276
|
jsi::Value
|
|
263
|
-
|
|
277
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_sign_message(
|
|
264
278
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
265
279
|
size_t count);
|
|
266
280
|
jsi::Value
|
|
267
|
-
|
|
281
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_sign_frost(
|
|
268
282
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
269
283
|
size_t count);
|
|
270
284
|
jsi::Value
|
|
271
|
-
|
|
285
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_prepare_transfer(
|
|
272
286
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
273
287
|
size_t count);
|
|
274
288
|
jsi::Value
|
|
275
|
-
|
|
289
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_prepare_claim(
|
|
276
290
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
277
291
|
size_t count);
|
|
278
292
|
jsi::Value
|
|
279
|
-
|
|
293
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_prepare_lightning_receive(
|
|
280
294
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
281
295
|
size_t count);
|
|
282
296
|
jsi::Value
|
|
283
|
-
|
|
297
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_prepare_static_deposit(
|
|
284
298
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
285
299
|
size_t count);
|
|
286
300
|
jsi::Value
|
|
287
|
-
|
|
301
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_start_static_deposit_refund(
|
|
288
302
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
289
303
|
size_t count);
|
|
290
|
-
jsi::Value
|
|
304
|
+
jsi::Value
|
|
305
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_sign_static_deposit_refund(
|
|
291
306
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
292
307
|
size_t count);
|
|
293
308
|
jsi::Value
|
|
294
|
-
|
|
309
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_sign_spark_invoice(
|
|
310
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
311
|
+
size_t count);
|
|
312
|
+
jsi::Value
|
|
313
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_prepare_token_transaction(
|
|
314
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
315
|
+
size_t count);
|
|
316
|
+
jsi::Value
|
|
317
|
+
cpp_uniffi_breez_sdk_spark_fn_method_externalsparksigner_prepare_static_deposit_claim(
|
|
295
318
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
296
319
|
size_t count);
|
|
297
320
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_fiatservice(
|
|
@@ -310,43 +333,42 @@ protected:
|
|
|
310
333
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_fiatservice_fetch_fiat_rates(
|
|
311
334
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
312
335
|
size_t count);
|
|
313
|
-
jsi::Value
|
|
336
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_passkeyclient(
|
|
314
337
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
315
338
|
size_t count);
|
|
316
|
-
jsi::Value
|
|
339
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_passkeyclient(
|
|
317
340
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
318
341
|
size_t count);
|
|
319
|
-
jsi::Value
|
|
342
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_constructor_passkeyclient_new(
|
|
320
343
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
321
344
|
size_t count);
|
|
322
|
-
jsi::Value
|
|
345
|
+
jsi::Value
|
|
346
|
+
cpp_uniffi_breez_sdk_spark_fn_method_passkeyclient_check_availability(
|
|
323
347
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
324
348
|
size_t count);
|
|
325
|
-
jsi::Value
|
|
349
|
+
jsi::Value
|
|
350
|
+
cpp_uniffi_breez_sdk_spark_fn_method_passkeyclient_connect_with_passkey(
|
|
326
351
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
327
352
|
size_t count);
|
|
328
|
-
jsi::Value
|
|
353
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_passkeyclient_labels(
|
|
329
354
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
330
355
|
size_t count);
|
|
331
|
-
jsi::Value
|
|
356
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_passkeyclient_register(
|
|
332
357
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
333
358
|
size_t count);
|
|
334
|
-
jsi::Value
|
|
359
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_passkeyclient_sign_in(
|
|
335
360
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
336
361
|
size_t count);
|
|
337
|
-
jsi::Value
|
|
362
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_passkeylabels(
|
|
338
363
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
339
364
|
size_t count);
|
|
340
|
-
jsi::Value
|
|
341
|
-
cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_passkeyprfprovider(
|
|
365
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_passkeylabels(
|
|
342
366
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
343
367
|
size_t count);
|
|
344
|
-
jsi::Value
|
|
345
|
-
cpp_uniffi_breez_sdk_spark_fn_method_passkeyprfprovider_derive_prf_seed(
|
|
368
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_passkeylabels_list(
|
|
346
369
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
347
370
|
size_t count);
|
|
348
|
-
jsi::Value
|
|
349
|
-
cpp_uniffi_breez_sdk_spark_fn_method_passkeyprfprovider_is_prf_available(
|
|
371
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_passkeylabels_store(
|
|
350
372
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
351
373
|
size_t count);
|
|
352
374
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_paymentobserver(
|
|
@@ -361,6 +383,37 @@ protected:
|
|
|
361
383
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_paymentobserver_before_send(
|
|
362
384
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
363
385
|
size_t count);
|
|
386
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_paymentobserver_after_send(
|
|
387
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
388
|
+
size_t count);
|
|
389
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_prfprovider(
|
|
390
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
391
|
+
size_t count);
|
|
392
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_prfprovider(
|
|
393
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
394
|
+
size_t count);
|
|
395
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_prfprovider(
|
|
396
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
397
|
+
size_t count);
|
|
398
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_prfprovider_derive_seeds(
|
|
399
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
400
|
+
size_t count);
|
|
401
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_prfprovider_is_supported(
|
|
402
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
403
|
+
size_t count);
|
|
404
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_prfprovider_create_passkey(
|
|
405
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
406
|
+
size_t count);
|
|
407
|
+
jsi::Value
|
|
408
|
+
cpp_uniffi_breez_sdk_spark_fn_method_prfprovider_check_domain_association(
|
|
409
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
410
|
+
size_t count);
|
|
411
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_resolvedstores(
|
|
412
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
413
|
+
size_t count);
|
|
414
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_resolvedstores(
|
|
415
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
416
|
+
size_t count);
|
|
364
417
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_restclient(
|
|
365
418
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
366
419
|
size_t count);
|
|
@@ -388,9 +441,17 @@ protected:
|
|
|
388
441
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_constructor_sdkbuilder_new(
|
|
389
442
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
390
443
|
size_t count);
|
|
444
|
+
jsi::Value
|
|
445
|
+
cpp_uniffi_breez_sdk_spark_fn_constructor_sdkbuilder_new_with_signer(
|
|
446
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
447
|
+
size_t count);
|
|
391
448
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_build(
|
|
392
449
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
393
450
|
size_t count);
|
|
451
|
+
jsi::Value
|
|
452
|
+
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_account_number(
|
|
453
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
454
|
+
size_t count);
|
|
394
455
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_chain_service(
|
|
395
456
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
396
457
|
size_t count);
|
|
@@ -401,9 +462,6 @@ protected:
|
|
|
401
462
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_fiat_service(
|
|
402
463
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
403
464
|
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
465
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_lnurl_client(
|
|
408
466
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
409
467
|
size_t count);
|
|
@@ -422,25 +480,29 @@ protected:
|
|
|
422
480
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_storage(
|
|
423
481
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
424
482
|
size_t count);
|
|
483
|
+
jsi::Value
|
|
484
|
+
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_storage_backend(
|
|
485
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
486
|
+
size_t count);
|
|
425
487
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_sdkcontext(
|
|
426
488
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
427
489
|
size_t count);
|
|
428
490
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_sdkcontext(
|
|
429
491
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
430
492
|
size_t count);
|
|
431
|
-
jsi::Value
|
|
493
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_sessionstore(
|
|
432
494
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
433
495
|
size_t count);
|
|
434
|
-
jsi::Value
|
|
496
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_sessionstore(
|
|
435
497
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
436
498
|
size_t count);
|
|
437
|
-
jsi::Value
|
|
499
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_sessionstore(
|
|
438
500
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
439
501
|
size_t count);
|
|
440
|
-
jsi::Value
|
|
502
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sessionstore_get_session(
|
|
441
503
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
442
504
|
size_t count);
|
|
443
|
-
jsi::Value
|
|
505
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sessionstore_set_session(
|
|
444
506
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
445
507
|
size_t count);
|
|
446
508
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_storage(
|
|
@@ -464,7 +526,7 @@ protected:
|
|
|
464
526
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_list_payments(
|
|
465
527
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
466
528
|
size_t count);
|
|
467
|
-
jsi::Value
|
|
529
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_apply_payment_update(
|
|
468
530
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
469
531
|
size_t count);
|
|
470
532
|
jsi::Value
|
|
@@ -542,6 +604,15 @@ protected:
|
|
|
542
604
|
cpp_uniffi_breez_sdk_spark_fn_method_storage_update_record_from_incoming(
|
|
543
605
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
544
606
|
size_t count);
|
|
607
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_storagebackend(
|
|
608
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
609
|
+
size_t count);
|
|
610
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_storagebackend(
|
|
611
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
612
|
+
size_t count);
|
|
613
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storagebackend_create_stores(
|
|
614
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
615
|
+
size_t count);
|
|
545
616
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_tokenissuer(
|
|
546
617
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
547
618
|
size_t count);
|
|
@@ -586,15 +657,24 @@ protected:
|
|
|
586
657
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_connect_with_signer(
|
|
587
658
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
588
659
|
size_t count);
|
|
660
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_create_turnkey_signer(
|
|
661
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
662
|
+
size_t count);
|
|
663
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_custom_storage(
|
|
664
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
665
|
+
size_t count);
|
|
589
666
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_config(
|
|
590
667
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
591
668
|
size_t count);
|
|
592
|
-
jsi::Value
|
|
669
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_external_signers(
|
|
593
670
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
594
671
|
size_t count);
|
|
595
672
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_server_config(
|
|
596
673
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
597
674
|
size_t count);
|
|
675
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_storage(
|
|
676
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
677
|
+
size_t count);
|
|
598
678
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_get_spark_status(
|
|
599
679
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
600
680
|
size_t count);
|
|
@@ -769,15 +849,24 @@ protected:
|
|
|
769
849
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_connect_with_signer(
|
|
770
850
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
771
851
|
size_t count);
|
|
852
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_create_turnkey_signer(
|
|
853
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
854
|
+
size_t count);
|
|
855
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_custom_storage(
|
|
856
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
857
|
+
size_t count);
|
|
772
858
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_config(
|
|
773
859
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
774
860
|
size_t count);
|
|
775
|
-
jsi::Value
|
|
861
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_external_signers(
|
|
776
862
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
777
863
|
size_t count);
|
|
778
864
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_server_config(
|
|
779
865
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
780
866
|
size_t count);
|
|
867
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_storage(
|
|
868
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
869
|
+
size_t count);
|
|
781
870
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_get_spark_status(
|
|
782
871
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
783
872
|
size_t count);
|
|
@@ -817,11 +906,11 @@ protected:
|
|
|
817
906
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_add_event_listener(
|
|
818
907
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
819
908
|
size_t count);
|
|
820
|
-
jsi::Value
|
|
909
|
+
jsi::Value
|
|
910
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_authorize_lightning_address_transfer(
|
|
821
911
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
822
912
|
size_t count);
|
|
823
|
-
jsi::Value
|
|
824
|
-
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_cancel_leaf_optimization(
|
|
913
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_buy_bitcoin(
|
|
825
914
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
826
915
|
size_t count);
|
|
827
916
|
jsi::Value
|
|
@@ -838,6 +927,10 @@ protected:
|
|
|
838
927
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_claim_htlc_payment(
|
|
839
928
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
840
929
|
size_t count);
|
|
930
|
+
jsi::Value
|
|
931
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_claim_lightning_address_transfer(
|
|
932
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
933
|
+
size_t count);
|
|
841
934
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_delete_contact(
|
|
842
935
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
843
936
|
size_t count);
|
|
@@ -856,10 +949,6 @@ protected:
|
|
|
856
949
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
857
950
|
size_t count);
|
|
858
951
|
jsi::Value
|
|
859
|
-
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_get_leaf_optimization_progress(
|
|
860
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
861
|
-
size_t count);
|
|
862
|
-
jsi::Value
|
|
863
952
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_get_lightning_address(
|
|
864
953
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
865
954
|
size_t count);
|
|
@@ -908,6 +997,10 @@ protected:
|
|
|
908
997
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_lnurl_withdraw(
|
|
909
998
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
910
999
|
size_t count);
|
|
1000
|
+
jsi::Value
|
|
1001
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_optimize_leaves(
|
|
1002
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1003
|
+
size_t count);
|
|
911
1004
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_parse(
|
|
912
1005
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
913
1006
|
size_t count);
|
|
@@ -952,10 +1045,6 @@ protected:
|
|
|
952
1045
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_sign_message(
|
|
953
1046
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
954
1047
|
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
1048
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_sync_wallet(
|
|
960
1049
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
961
1050
|
size_t count);
|
|
@@ -971,83 +1060,91 @@ protected:
|
|
|
971
1060
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
972
1061
|
size_t count);
|
|
973
1062
|
jsi::Value
|
|
974
|
-
|
|
1063
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalbreezsigner_derive_public_key(
|
|
1064
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1065
|
+
size_t count);
|
|
1066
|
+
jsi::Value
|
|
1067
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalbreezsigner_sign_ecdsa(
|
|
975
1068
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
976
1069
|
size_t count);
|
|
977
1070
|
jsi::Value
|
|
978
|
-
|
|
1071
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalbreezsigner_sign_ecdsa_recoverable(
|
|
979
1072
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
980
1073
|
size_t count);
|
|
981
1074
|
jsi::Value
|
|
982
|
-
|
|
1075
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalbreezsigner_encrypt_ecies(
|
|
983
1076
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
984
1077
|
size_t count);
|
|
985
1078
|
jsi::Value
|
|
986
|
-
|
|
1079
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalbreezsigner_decrypt_ecies(
|
|
987
1080
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
988
1081
|
size_t count);
|
|
989
1082
|
jsi::Value
|
|
990
|
-
|
|
1083
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalbreezsigner_sign_hash_schnorr(
|
|
991
1084
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
992
1085
|
size_t count);
|
|
993
1086
|
jsi::Value
|
|
994
|
-
|
|
1087
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalbreezsigner_hmac_sha256(
|
|
995
1088
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
996
1089
|
size_t count);
|
|
997
1090
|
jsi::Value
|
|
998
|
-
|
|
1091
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_get_identity_public_key(
|
|
999
1092
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1000
1093
|
size_t count);
|
|
1001
1094
|
jsi::Value
|
|
1002
|
-
|
|
1095
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_get_public_key_for_leaf(
|
|
1003
1096
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1004
1097
|
size_t count);
|
|
1005
1098
|
jsi::Value
|
|
1006
|
-
|
|
1099
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_get_static_deposit_public_key(
|
|
1007
1100
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1008
1101
|
size_t count);
|
|
1009
1102
|
jsi::Value
|
|
1010
|
-
|
|
1103
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_sign_authentication_challenge(
|
|
1011
1104
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1012
1105
|
size_t count);
|
|
1013
1106
|
jsi::Value
|
|
1014
|
-
|
|
1107
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_sign_message(
|
|
1015
1108
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1016
1109
|
size_t count);
|
|
1017
1110
|
jsi::Value
|
|
1018
|
-
|
|
1111
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_sign_frost(
|
|
1019
1112
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1020
1113
|
size_t count);
|
|
1021
1114
|
jsi::Value
|
|
1022
|
-
|
|
1115
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_prepare_transfer(
|
|
1023
1116
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1024
1117
|
size_t count);
|
|
1025
1118
|
jsi::Value
|
|
1026
|
-
|
|
1119
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_prepare_claim(
|
|
1027
1120
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1028
1121
|
size_t count);
|
|
1029
1122
|
jsi::Value
|
|
1030
|
-
|
|
1123
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_prepare_lightning_receive(
|
|
1031
1124
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1032
1125
|
size_t count);
|
|
1033
1126
|
jsi::Value
|
|
1034
|
-
|
|
1127
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_prepare_static_deposit(
|
|
1035
1128
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1036
1129
|
size_t count);
|
|
1037
1130
|
jsi::Value
|
|
1038
|
-
|
|
1131
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_start_static_deposit_refund(
|
|
1039
1132
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1040
1133
|
size_t count);
|
|
1041
1134
|
jsi::Value
|
|
1042
|
-
|
|
1135
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_sign_static_deposit_refund(
|
|
1043
1136
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1044
1137
|
size_t count);
|
|
1045
1138
|
jsi::Value
|
|
1046
|
-
|
|
1139
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_sign_spark_invoice(
|
|
1047
1140
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1048
1141
|
size_t count);
|
|
1049
1142
|
jsi::Value
|
|
1050
|
-
|
|
1143
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_prepare_token_transaction(
|
|
1144
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1145
|
+
size_t count);
|
|
1146
|
+
jsi::Value
|
|
1147
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_externalsparksigner_prepare_static_deposit_claim(
|
|
1051
1148
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1052
1149
|
size_t count);
|
|
1053
1150
|
jsi::Value
|
|
@@ -1058,28 +1155,51 @@ protected:
|
|
|
1058
1155
|
cpp_uniffi_breez_sdk_spark_checksum_method_fiatservice_fetch_fiat_rates(
|
|
1059
1156
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1060
1157
|
size_t count);
|
|
1061
|
-
jsi::Value
|
|
1158
|
+
jsi::Value
|
|
1159
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_passkeyclient_check_availability(
|
|
1160
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1161
|
+
size_t count);
|
|
1162
|
+
jsi::Value
|
|
1163
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_passkeyclient_connect_with_passkey(
|
|
1164
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1165
|
+
size_t count);
|
|
1166
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_passkeyclient_labels(
|
|
1062
1167
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1063
1168
|
size_t count);
|
|
1064
|
-
jsi::Value
|
|
1169
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_passkeyclient_register(
|
|
1065
1170
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1066
1171
|
size_t count);
|
|
1067
|
-
jsi::Value
|
|
1172
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_passkeyclient_sign_in(
|
|
1068
1173
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1069
1174
|
size_t count);
|
|
1070
|
-
jsi::Value
|
|
1175
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_passkeylabels_list(
|
|
1176
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1177
|
+
size_t count);
|
|
1178
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_passkeylabels_store(
|
|
1071
1179
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1072
1180
|
size_t count);
|
|
1073
1181
|
jsi::Value
|
|
1074
|
-
|
|
1182
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_paymentobserver_before_send(
|
|
1075
1183
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1076
1184
|
size_t count);
|
|
1077
1185
|
jsi::Value
|
|
1078
|
-
|
|
1186
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_paymentobserver_after_send(
|
|
1079
1187
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1080
1188
|
size_t count);
|
|
1081
1189
|
jsi::Value
|
|
1082
|
-
|
|
1190
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_prfprovider_derive_seeds(
|
|
1191
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1192
|
+
size_t count);
|
|
1193
|
+
jsi::Value
|
|
1194
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_prfprovider_is_supported(
|
|
1195
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1196
|
+
size_t count);
|
|
1197
|
+
jsi::Value
|
|
1198
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_prfprovider_create_passkey(
|
|
1199
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1200
|
+
size_t count);
|
|
1201
|
+
jsi::Value
|
|
1202
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_prfprovider_check_domain_association(
|
|
1083
1203
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1084
1204
|
size_t count);
|
|
1085
1205
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_restclient_get_request(
|
|
@@ -1096,6 +1216,10 @@ protected:
|
|
|
1096
1216
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1097
1217
|
size_t count);
|
|
1098
1218
|
jsi::Value
|
|
1219
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_account_number(
|
|
1220
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1221
|
+
size_t count);
|
|
1222
|
+
jsi::Value
|
|
1099
1223
|
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_chain_service(
|
|
1100
1224
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1101
1225
|
size_t count);
|
|
@@ -1107,9 +1231,6 @@ protected:
|
|
|
1107
1231
|
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_fiat_service(
|
|
1108
1232
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1109
1233
|
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
1234
|
jsi::Value
|
|
1114
1235
|
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_lnurl_client(
|
|
1115
1236
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
@@ -1130,11 +1251,15 @@ protected:
|
|
|
1130
1251
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1131
1252
|
size_t count);
|
|
1132
1253
|
jsi::Value
|
|
1133
|
-
|
|
1254
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_storage_backend(
|
|
1134
1255
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1135
1256
|
size_t count);
|
|
1136
1257
|
jsi::Value
|
|
1137
|
-
|
|
1258
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_sessionstore_get_session(
|
|
1259
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1260
|
+
size_t count);
|
|
1261
|
+
jsi::Value
|
|
1262
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_sessionstore_set_session(
|
|
1138
1263
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1139
1264
|
size_t count);
|
|
1140
1265
|
jsi::Value
|
|
@@ -1150,7 +1275,8 @@ protected:
|
|
|
1150
1275
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_storage_list_payments(
|
|
1151
1276
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1152
1277
|
size_t count);
|
|
1153
|
-
jsi::Value
|
|
1278
|
+
jsi::Value
|
|
1279
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_storage_apply_payment_update(
|
|
1154
1280
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1155
1281
|
size_t count);
|
|
1156
1282
|
jsi::Value
|
|
@@ -1234,6 +1360,10 @@ protected:
|
|
|
1234
1360
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1235
1361
|
size_t count);
|
|
1236
1362
|
jsi::Value
|
|
1363
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_storagebackend_create_stores(
|
|
1364
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1365
|
+
size_t count);
|
|
1366
|
+
jsi::Value
|
|
1237
1367
|
cpp_uniffi_breez_sdk_spark_checksum_method_tokenissuer_burn_issuer_token(
|
|
1238
1368
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1239
1369
|
size_t count);
|
|
@@ -1261,12 +1391,16 @@ protected:
|
|
|
1261
1391
|
cpp_uniffi_breez_sdk_spark_checksum_method_tokenissuer_unfreeze_issuer_token(
|
|
1262
1392
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1263
1393
|
size_t count);
|
|
1264
|
-
jsi::Value
|
|
1394
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_constructor_passkeyclient_new(
|
|
1265
1395
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1266
1396
|
size_t count);
|
|
1267
1397
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_constructor_sdkbuilder_new(
|
|
1268
1398
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1269
1399
|
size_t count);
|
|
1400
|
+
jsi::Value
|
|
1401
|
+
cpp_uniffi_breez_sdk_spark_checksum_constructor_sdkbuilder_new_with_signer(
|
|
1402
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1403
|
+
size_t count);
|
|
1270
1404
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_eventlistener_on_event(
|
|
1271
1405
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1272
1406
|
size_t count);
|
|
@@ -1283,22 +1417,32 @@ protected:
|
|
|
1283
1417
|
jsi::Value cpp_uniffi_internal_fn_method_breezsdk_ffi__bless_pointer(
|
|
1284
1418
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1285
1419
|
size_t count);
|
|
1286
|
-
jsi::Value
|
|
1420
|
+
jsi::Value
|
|
1421
|
+
cpp_uniffi_internal_fn_method_externalbreezsigner_ffi__bless_pointer(
|
|
1422
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1423
|
+
size_t count);
|
|
1424
|
+
jsi::Value
|
|
1425
|
+
cpp_uniffi_internal_fn_method_externalsparksigner_ffi__bless_pointer(
|
|
1287
1426
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1288
1427
|
size_t count);
|
|
1289
1428
|
jsi::Value cpp_uniffi_internal_fn_method_fiatservice_ffi__bless_pointer(
|
|
1290
1429
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1291
1430
|
size_t count);
|
|
1292
|
-
jsi::Value
|
|
1431
|
+
jsi::Value cpp_uniffi_internal_fn_method_passkeyclient_ffi__bless_pointer(
|
|
1293
1432
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1294
1433
|
size_t count);
|
|
1295
|
-
jsi::Value
|
|
1296
|
-
cpp_uniffi_internal_fn_method_passkeyprfprovider_ffi__bless_pointer(
|
|
1434
|
+
jsi::Value cpp_uniffi_internal_fn_method_passkeylabels_ffi__bless_pointer(
|
|
1297
1435
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1298
1436
|
size_t count);
|
|
1299
1437
|
jsi::Value cpp_uniffi_internal_fn_method_paymentobserver_ffi__bless_pointer(
|
|
1300
1438
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1301
1439
|
size_t count);
|
|
1440
|
+
jsi::Value cpp_uniffi_internal_fn_method_prfprovider_ffi__bless_pointer(
|
|
1441
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1442
|
+
size_t count);
|
|
1443
|
+
jsi::Value cpp_uniffi_internal_fn_method_resolvedstores_ffi__bless_pointer(
|
|
1444
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1445
|
+
size_t count);
|
|
1302
1446
|
jsi::Value cpp_uniffi_internal_fn_method_restclient_ffi__bless_pointer(
|
|
1303
1447
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1304
1448
|
size_t count);
|
|
@@ -1308,12 +1452,15 @@ protected:
|
|
|
1308
1452
|
jsi::Value cpp_uniffi_internal_fn_method_sdkcontext_ffi__bless_pointer(
|
|
1309
1453
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1310
1454
|
size_t count);
|
|
1311
|
-
jsi::Value
|
|
1455
|
+
jsi::Value cpp_uniffi_internal_fn_method_sessionstore_ffi__bless_pointer(
|
|
1312
1456
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1313
1457
|
size_t count);
|
|
1314
1458
|
jsi::Value cpp_uniffi_internal_fn_method_storage_ffi__bless_pointer(
|
|
1315
1459
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1316
1460
|
size_t count);
|
|
1461
|
+
jsi::Value cpp_uniffi_internal_fn_method_storagebackend_ffi__bless_pointer(
|
|
1462
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1463
|
+
size_t count);
|
|
1317
1464
|
jsi::Value cpp_uniffi_internal_fn_method_tokenissuer_ffi__bless_pointer(
|
|
1318
1465
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1319
1466
|
size_t count);
|