@xstoicunicornx/payjoin_test 0.1.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/README.md +28 -0
- package/dist/generated/payjoin.d.ts +6189 -0
- package/dist/generated/payjoin.d.ts.map +1 -0
- package/dist/generated/payjoin.js +13273 -0
- package/dist/generated/payjoin.js.map +1 -0
- package/dist/generated/wasm-bindgen/index.d.ts +1067 -0
- package/dist/generated/wasm-bindgen/index.js +6068 -0
- package/dist/generated/wasm-bindgen/index_bg.wasm +0 -0
- package/dist/generated/wasm-bindgen/index_bg.wasm.d.ts +1019 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +23 -0
- package/dist/index.js.map +1 -0
- package/dist/index.web.js +26 -0
- package/package.json +39 -0
|
@@ -0,0 +1,1067 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
|
|
4
|
+
export class ForeignFutureCompleteF32 {
|
|
5
|
+
private constructor();
|
|
6
|
+
free(): void;
|
|
7
|
+
[Symbol.dispose](): void;
|
|
8
|
+
call(_ctx: ForeignFutureCompleteF32, callback_data: bigint, result: any): void;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export class ForeignFutureCompleteF64 {
|
|
12
|
+
private constructor();
|
|
13
|
+
free(): void;
|
|
14
|
+
[Symbol.dispose](): void;
|
|
15
|
+
call(_ctx: ForeignFutureCompleteF64, callback_data: bigint, result: any): void;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export class ForeignFutureCompleteI16 {
|
|
19
|
+
private constructor();
|
|
20
|
+
free(): void;
|
|
21
|
+
[Symbol.dispose](): void;
|
|
22
|
+
call(_ctx: ForeignFutureCompleteI16, callback_data: bigint, result: any): void;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export class ForeignFutureCompleteI32 {
|
|
26
|
+
private constructor();
|
|
27
|
+
free(): void;
|
|
28
|
+
[Symbol.dispose](): void;
|
|
29
|
+
call(_ctx: ForeignFutureCompleteI32, callback_data: bigint, result: any): void;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export class ForeignFutureCompleteI64 {
|
|
33
|
+
private constructor();
|
|
34
|
+
free(): void;
|
|
35
|
+
[Symbol.dispose](): void;
|
|
36
|
+
call(_ctx: ForeignFutureCompleteI64, callback_data: bigint, result: any): void;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export class ForeignFutureCompleteI8 {
|
|
40
|
+
private constructor();
|
|
41
|
+
free(): void;
|
|
42
|
+
[Symbol.dispose](): void;
|
|
43
|
+
call(_ctx: ForeignFutureCompleteI8, callback_data: bigint, result: any): void;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export class ForeignFutureCompleteRustBuffer {
|
|
47
|
+
private constructor();
|
|
48
|
+
free(): void;
|
|
49
|
+
[Symbol.dispose](): void;
|
|
50
|
+
call(_ctx: ForeignFutureCompleteRustBuffer, callback_data: bigint, result: any): void;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export class ForeignFutureCompleteU16 {
|
|
54
|
+
private constructor();
|
|
55
|
+
free(): void;
|
|
56
|
+
[Symbol.dispose](): void;
|
|
57
|
+
call(_ctx: ForeignFutureCompleteU16, callback_data: bigint, result: any): void;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export class ForeignFutureCompleteU32 {
|
|
61
|
+
private constructor();
|
|
62
|
+
free(): void;
|
|
63
|
+
[Symbol.dispose](): void;
|
|
64
|
+
call(_ctx: ForeignFutureCompleteU32, callback_data: bigint, result: any): void;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export class ForeignFutureCompleteU64 {
|
|
68
|
+
private constructor();
|
|
69
|
+
free(): void;
|
|
70
|
+
[Symbol.dispose](): void;
|
|
71
|
+
call(_ctx: ForeignFutureCompleteU64, callback_data: bigint, result: any): void;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export class ForeignFutureCompleteU8 {
|
|
75
|
+
private constructor();
|
|
76
|
+
free(): void;
|
|
77
|
+
[Symbol.dispose](): void;
|
|
78
|
+
call(_ctx: ForeignFutureCompleteU8, callback_data: bigint, result: any): void;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export class ForeignFutureCompleteVoid {
|
|
82
|
+
private constructor();
|
|
83
|
+
free(): void;
|
|
84
|
+
[Symbol.dispose](): void;
|
|
85
|
+
call(_ctx: ForeignFutureCompleteVoid, callback_data: bigint, result: any): void;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export class RustCallStatus {
|
|
89
|
+
free(): void;
|
|
90
|
+
[Symbol.dispose](): void;
|
|
91
|
+
constructor();
|
|
92
|
+
code: number;
|
|
93
|
+
get errorBuf(): Uint8Array | undefined;
|
|
94
|
+
set errorBuf(value: Uint8Array | null | undefined);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_f32(handle: bigint): void;
|
|
98
|
+
|
|
99
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_f64(handle: bigint): void;
|
|
100
|
+
|
|
101
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_i16(handle: bigint): void;
|
|
102
|
+
|
|
103
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_i32(handle: bigint): void;
|
|
104
|
+
|
|
105
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_i64(handle: bigint): void;
|
|
106
|
+
|
|
107
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_i8(handle: bigint): void;
|
|
108
|
+
|
|
109
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_rust_buffer(handle: bigint): void;
|
|
110
|
+
|
|
111
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_u16(handle: bigint): void;
|
|
112
|
+
|
|
113
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_u32(handle: bigint): void;
|
|
114
|
+
|
|
115
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_u64(handle: bigint): void;
|
|
116
|
+
|
|
117
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_u8(handle: bigint): void;
|
|
118
|
+
|
|
119
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_void(handle: bigint): void;
|
|
120
|
+
|
|
121
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_f32(handle: bigint, f_status_: RustCallStatus): number;
|
|
122
|
+
|
|
123
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_f64(handle: bigint, f_status_: RustCallStatus): number;
|
|
124
|
+
|
|
125
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_i16(handle: bigint, f_status_: RustCallStatus): number;
|
|
126
|
+
|
|
127
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_i32(handle: bigint, f_status_: RustCallStatus): number;
|
|
128
|
+
|
|
129
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_i64(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
130
|
+
|
|
131
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_i8(handle: bigint, f_status_: RustCallStatus): number;
|
|
132
|
+
|
|
133
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_rust_buffer(handle: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
134
|
+
|
|
135
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_u16(handle: bigint, f_status_: RustCallStatus): number;
|
|
136
|
+
|
|
137
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_u32(handle: bigint, f_status_: RustCallStatus): number;
|
|
138
|
+
|
|
139
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_u64(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
140
|
+
|
|
141
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_u8(handle: bigint, f_status_: RustCallStatus): number;
|
|
142
|
+
|
|
143
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_void(handle: bigint, f_status_: RustCallStatus): void;
|
|
144
|
+
|
|
145
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_f32(handle: bigint): void;
|
|
146
|
+
|
|
147
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_f64(handle: bigint): void;
|
|
148
|
+
|
|
149
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_i16(handle: bigint): void;
|
|
150
|
+
|
|
151
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_i32(handle: bigint): void;
|
|
152
|
+
|
|
153
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_i64(handle: bigint): void;
|
|
154
|
+
|
|
155
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_i8(handle: bigint): void;
|
|
156
|
+
|
|
157
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_rust_buffer(handle: bigint): void;
|
|
158
|
+
|
|
159
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_u16(handle: bigint): void;
|
|
160
|
+
|
|
161
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_u32(handle: bigint): void;
|
|
162
|
+
|
|
163
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_u64(handle: bigint): void;
|
|
164
|
+
|
|
165
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_u8(handle: bigint): void;
|
|
166
|
+
|
|
167
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_void(handle: bigint): void;
|
|
168
|
+
|
|
169
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_f32(handle: bigint, callback: any, callback_data: bigint): void;
|
|
170
|
+
|
|
171
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_f64(handle: bigint, callback: any, callback_data: bigint): void;
|
|
172
|
+
|
|
173
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_i16(handle: bigint, callback: any, callback_data: bigint): void;
|
|
174
|
+
|
|
175
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_i32(handle: bigint, callback: any, callback_data: bigint): void;
|
|
176
|
+
|
|
177
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_i64(handle: bigint, callback: any, callback_data: bigint): void;
|
|
178
|
+
|
|
179
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_i8(handle: bigint, callback: any, callback_data: bigint): void;
|
|
180
|
+
|
|
181
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_rust_buffer(handle: bigint, callback: any, callback_data: bigint): void;
|
|
182
|
+
|
|
183
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_u16(handle: bigint, callback: any, callback_data: bigint): void;
|
|
184
|
+
|
|
185
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_u32(handle: bigint, callback: any, callback_data: bigint): void;
|
|
186
|
+
|
|
187
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_u64(handle: bigint, callback: any, callback_data: bigint): void;
|
|
188
|
+
|
|
189
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_u8(handle: bigint, callback: any, callback_data: bigint): void;
|
|
190
|
+
|
|
191
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_void(handle: bigint, callback: any, callback_data: bigint): void;
|
|
192
|
+
|
|
193
|
+
export function ubrn_ffi_payjoin_ffi_uniffi_contract_version(): number;
|
|
194
|
+
|
|
195
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_constructor_inputpair_new(): number;
|
|
196
|
+
|
|
197
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_constructor_ohttpkeys_decode(): number;
|
|
198
|
+
|
|
199
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_constructor_receiverbuilder_new(): number;
|
|
200
|
+
|
|
201
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_constructor_receiversessionevent_from_json(): number;
|
|
202
|
+
|
|
203
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_constructor_senderbuilder_new(): number;
|
|
204
|
+
|
|
205
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_constructor_sendersessionevent_from_json(): number;
|
|
206
|
+
|
|
207
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_constructor_uri_parse(): number;
|
|
208
|
+
|
|
209
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_constructor_url_parse(): number;
|
|
210
|
+
|
|
211
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_func_replay_receiver_event_log(): number;
|
|
212
|
+
|
|
213
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_func_replay_receiver_event_log_async(): number;
|
|
214
|
+
|
|
215
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_func_replay_sender_event_log(): number;
|
|
216
|
+
|
|
217
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_func_replay_sender_event_log_async(): number;
|
|
218
|
+
|
|
219
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_assumeinteractivetransition_save(): number;
|
|
220
|
+
|
|
221
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_assumeinteractivetransition_save_async(): number;
|
|
222
|
+
|
|
223
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_canbroadcast_callback(): number;
|
|
224
|
+
|
|
225
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_hasreplyableerror_create_error_request(): number;
|
|
226
|
+
|
|
227
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_hasreplyableerror_process_error_response(): number;
|
|
228
|
+
|
|
229
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_hasreplyableerrortransition_save(): number;
|
|
230
|
+
|
|
231
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_hasreplyableerrortransition_save_async(): number;
|
|
232
|
+
|
|
233
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_initialized_create_poll_request(): number;
|
|
234
|
+
|
|
235
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_initialized_pj_uri(): number;
|
|
236
|
+
|
|
237
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_initialized_process_response(): number;
|
|
238
|
+
|
|
239
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_initializedtransition_save(): number;
|
|
240
|
+
|
|
241
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_initializedtransition_save_async(): number;
|
|
242
|
+
|
|
243
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_initialreceivetransition_save(): number;
|
|
244
|
+
|
|
245
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_initialreceivetransition_save_async(): number;
|
|
246
|
+
|
|
247
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_initialsendtransition_save(): number;
|
|
248
|
+
|
|
249
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_initialsendtransition_save_async(): number;
|
|
250
|
+
|
|
251
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_isoutputknown_callback(): number;
|
|
252
|
+
|
|
253
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_isscriptowned_callback(): number;
|
|
254
|
+
|
|
255
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonreceiversessionpersister_close(): number;
|
|
256
|
+
|
|
257
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonreceiversessionpersister_load(): number;
|
|
258
|
+
|
|
259
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonreceiversessionpersister_save(): number;
|
|
260
|
+
|
|
261
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonreceiversessionpersisterasync_close(): number;
|
|
262
|
+
|
|
263
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonreceiversessionpersisterasync_load(): number;
|
|
264
|
+
|
|
265
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonreceiversessionpersisterasync_save(): number;
|
|
266
|
+
|
|
267
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonsendersessionpersister_close(): number;
|
|
268
|
+
|
|
269
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonsendersessionpersister_load(): number;
|
|
270
|
+
|
|
271
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonsendersessionpersister_save(): number;
|
|
272
|
+
|
|
273
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonsendersessionpersisterasync_close(): number;
|
|
274
|
+
|
|
275
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonsendersessionpersisterasync_load(): number;
|
|
276
|
+
|
|
277
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonsendersessionpersisterasync_save(): number;
|
|
278
|
+
|
|
279
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_maybeinputsowned_check_inputs_not_owned(): number;
|
|
280
|
+
|
|
281
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_maybeinputsowned_extract_tx_to_schedule_broadcast(): number;
|
|
282
|
+
|
|
283
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_maybeinputsownedtransition_save(): number;
|
|
284
|
+
|
|
285
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_maybeinputsownedtransition_save_async(): number;
|
|
286
|
+
|
|
287
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_maybeinputsseen_check_no_inputs_seen_before(): number;
|
|
288
|
+
|
|
289
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_maybeinputsseentransition_save(): number;
|
|
290
|
+
|
|
291
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_maybeinputsseentransition_save_async(): number;
|
|
292
|
+
|
|
293
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_monitor_monitor(): number;
|
|
294
|
+
|
|
295
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_monitortransition_save(): number;
|
|
296
|
+
|
|
297
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_monitortransition_save_async(): number;
|
|
298
|
+
|
|
299
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_outputsunknown_identify_receiver_outputs(): number;
|
|
300
|
+
|
|
301
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_outputsunknowntransition_save(): number;
|
|
302
|
+
|
|
303
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_outputsunknowntransition_save_async(): number;
|
|
304
|
+
|
|
305
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_payjoinproposal_create_post_request(): number;
|
|
306
|
+
|
|
307
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_payjoinproposal_process_response(): number;
|
|
308
|
+
|
|
309
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_payjoinproposal_psbt(): number;
|
|
310
|
+
|
|
311
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_payjoinproposal_utxos_to_be_locked(): number;
|
|
312
|
+
|
|
313
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_payjoinproposaltransition_save(): number;
|
|
314
|
+
|
|
315
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_payjoinproposaltransition_save_async(): number;
|
|
316
|
+
|
|
317
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_pjuri_address(): number;
|
|
318
|
+
|
|
319
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_pjuri_amount_sats(): number;
|
|
320
|
+
|
|
321
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_pjuri_as_string(): number;
|
|
322
|
+
|
|
323
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_pjuri_pj_endpoint(): number;
|
|
324
|
+
|
|
325
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_pjuri_set_amount_sats(): number;
|
|
326
|
+
|
|
327
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_pollingforproposal_create_poll_request(): number;
|
|
328
|
+
|
|
329
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_pollingforproposal_process_response(): number;
|
|
330
|
+
|
|
331
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_pollingforproposaltransition_save(): number;
|
|
332
|
+
|
|
333
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_pollingforproposaltransition_save_async(): number;
|
|
334
|
+
|
|
335
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_processpsbt_callback(): number;
|
|
336
|
+
|
|
337
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_provisionalproposal_finalize_proposal(): number;
|
|
338
|
+
|
|
339
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_provisionalproposal_psbt_to_sign(): number;
|
|
340
|
+
|
|
341
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_provisionalproposaltransition_save(): number;
|
|
342
|
+
|
|
343
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_provisionalproposaltransition_save_async(): number;
|
|
344
|
+
|
|
345
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_receiverbuilder_build(): number;
|
|
346
|
+
|
|
347
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_receiverbuilder_with_amount(): number;
|
|
348
|
+
|
|
349
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_receiverbuilder_with_expiration(): number;
|
|
350
|
+
|
|
351
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_receiverbuilder_with_max_fee_rate(): number;
|
|
352
|
+
|
|
353
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_receiversessionevent_to_json(): number;
|
|
354
|
+
|
|
355
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_receiversessionhistory_fallback_tx(): number;
|
|
356
|
+
|
|
357
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_receiversessionhistory_pj_uri(): number;
|
|
358
|
+
|
|
359
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_receiversessionhistory_status(): number;
|
|
360
|
+
|
|
361
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_replayresult_session_history(): number;
|
|
362
|
+
|
|
363
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_replayresult_state(): number;
|
|
364
|
+
|
|
365
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_senderbuilder_always_disable_output_substitution(): number;
|
|
366
|
+
|
|
367
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_senderbuilder_build_non_incentivizing(): number;
|
|
368
|
+
|
|
369
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_senderbuilder_build_recommended(): number;
|
|
370
|
+
|
|
371
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_senderbuilder_build_with_additional_fee(): number;
|
|
372
|
+
|
|
373
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_senderreplayresult_session_history(): number;
|
|
374
|
+
|
|
375
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_senderreplayresult_state(): number;
|
|
376
|
+
|
|
377
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_sendersessionevent_to_json(): number;
|
|
378
|
+
|
|
379
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_sendersessionhistory_fallback_tx(): number;
|
|
380
|
+
|
|
381
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_sendersessionhistory_pj_param(): number;
|
|
382
|
+
|
|
383
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_sendersessionhistory_status(): number;
|
|
384
|
+
|
|
385
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_sendersessionoutcome_is_cancelled(): number;
|
|
386
|
+
|
|
387
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_sendersessionoutcome_is_failure(): number;
|
|
388
|
+
|
|
389
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_sendersessionoutcome_is_success(): number;
|
|
390
|
+
|
|
391
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_sendersessionoutcome_success_psbt_base64(): number;
|
|
392
|
+
|
|
393
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_transactionexists_callback(): number;
|
|
394
|
+
|
|
395
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_uncheckedoriginalpayload_assume_interactive_receiver(): number;
|
|
396
|
+
|
|
397
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_uncheckedoriginalpayload_check_broadcast_suitability(): number;
|
|
398
|
+
|
|
399
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_uncheckedoriginalpayloadtransition_save(): number;
|
|
400
|
+
|
|
401
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_uncheckedoriginalpayloadtransition_save_async(): number;
|
|
402
|
+
|
|
403
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_uri_address(): number;
|
|
404
|
+
|
|
405
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_uri_amount_sats(): number;
|
|
406
|
+
|
|
407
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_uri_as_string(): number;
|
|
408
|
+
|
|
409
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_uri_check_pj_supported(): number;
|
|
410
|
+
|
|
411
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_uri_label(): number;
|
|
412
|
+
|
|
413
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_uri_message(): number;
|
|
414
|
+
|
|
415
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_url_as_string(): number;
|
|
416
|
+
|
|
417
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_url_query(): number;
|
|
418
|
+
|
|
419
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_v1context_process_response(): number;
|
|
420
|
+
|
|
421
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsfeerange_apply_fee_range(): number;
|
|
422
|
+
|
|
423
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsfeerangetransition_save(): number;
|
|
424
|
+
|
|
425
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsfeerangetransition_save_async(): number;
|
|
426
|
+
|
|
427
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsinputs_commit_inputs(): number;
|
|
428
|
+
|
|
429
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsinputs_contribute_inputs(): number;
|
|
430
|
+
|
|
431
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsinputs_try_preserving_privacy(): number;
|
|
432
|
+
|
|
433
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsinputstransition_save(): number;
|
|
434
|
+
|
|
435
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsinputstransition_save_async(): number;
|
|
436
|
+
|
|
437
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsoutputs_commit_outputs(): number;
|
|
438
|
+
|
|
439
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsoutputs_output_substitution(): number;
|
|
440
|
+
|
|
441
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsoutputs_replace_receiver_outputs(): number;
|
|
442
|
+
|
|
443
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsoutputs_substitute_receiver_script(): number;
|
|
444
|
+
|
|
445
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsoutputstransition_save(): number;
|
|
446
|
+
|
|
447
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsoutputstransition_save_async(): number;
|
|
448
|
+
|
|
449
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_withreplykey_create_v2_post_request(): number;
|
|
450
|
+
|
|
451
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_withreplykey_process_response(): number;
|
|
452
|
+
|
|
453
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_withreplykeytransition_save(): number;
|
|
454
|
+
|
|
455
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_withreplykeytransition_save_async(): number;
|
|
456
|
+
|
|
457
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_addressparseerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
458
|
+
|
|
459
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_assumeinteractivetransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
460
|
+
|
|
461
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_buildsendererror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
462
|
+
|
|
463
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_canbroadcast(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
464
|
+
|
|
465
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_clientresponse(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
466
|
+
|
|
467
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_createrequesterror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
468
|
+
|
|
469
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_encapsulationerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
470
|
+
|
|
471
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_feerateerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
472
|
+
|
|
473
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_hasreplyableerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
474
|
+
|
|
475
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_hasreplyableerrortransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
476
|
+
|
|
477
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_implementationerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
478
|
+
|
|
479
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_initialized(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
480
|
+
|
|
481
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_initializedtransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
482
|
+
|
|
483
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_initialreceivetransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
484
|
+
|
|
485
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_initialsendtransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
486
|
+
|
|
487
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_inputcontributionerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
488
|
+
|
|
489
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_inputpair(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
490
|
+
|
|
491
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_intourlerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
492
|
+
|
|
493
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_isoutputknown(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
494
|
+
|
|
495
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_isscriptowned(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
496
|
+
|
|
497
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_jsonreceiversessionpersister(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
498
|
+
|
|
499
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_jsonreceiversessionpersisterasync(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
500
|
+
|
|
501
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_jsonreply(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
502
|
+
|
|
503
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_jsonsendersessionpersister(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
504
|
+
|
|
505
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_jsonsendersessionpersisterasync(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
506
|
+
|
|
507
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_maybeinputsowned(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
508
|
+
|
|
509
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_maybeinputsownedtransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
510
|
+
|
|
511
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_maybeinputsseen(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
512
|
+
|
|
513
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_maybeinputsseentransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
514
|
+
|
|
515
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_monitor(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
516
|
+
|
|
517
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_monitortransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
518
|
+
|
|
519
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_ohttperror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
520
|
+
|
|
521
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_ohttpkeys(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
522
|
+
|
|
523
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_outputsubstitutionprotocolerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
524
|
+
|
|
525
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_outputsunknown(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
526
|
+
|
|
527
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_outputsunknowntransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
528
|
+
|
|
529
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_payjoinproposal(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
530
|
+
|
|
531
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_payjoinproposaltransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
532
|
+
|
|
533
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_pjnotsupported(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
534
|
+
|
|
535
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_pjparam(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
536
|
+
|
|
537
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_pjparseerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
538
|
+
|
|
539
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_pjuri(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
540
|
+
|
|
541
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_pollingforproposal(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
542
|
+
|
|
543
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_pollingforproposaltransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
544
|
+
|
|
545
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_processpsbt(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
546
|
+
|
|
547
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_protocolerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
548
|
+
|
|
549
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_provisionalproposal(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
550
|
+
|
|
551
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_provisionalproposaltransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
552
|
+
|
|
553
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_psbtinputerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
554
|
+
|
|
555
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_receiverbuilder(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
556
|
+
|
|
557
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_receiverreplayerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
558
|
+
|
|
559
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_receiversessionevent(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
560
|
+
|
|
561
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_receiversessionhistory(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
562
|
+
|
|
563
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_receiversessionoutcome(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
564
|
+
|
|
565
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_receiversessionstatus(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
566
|
+
|
|
567
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_replayresult(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
568
|
+
|
|
569
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_selectionerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
570
|
+
|
|
571
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_senderbuilder(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
572
|
+
|
|
573
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_senderreplayerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
574
|
+
|
|
575
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_senderreplayresult(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
576
|
+
|
|
577
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_sendersessionevent(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
578
|
+
|
|
579
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_sendersessionhistory(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
580
|
+
|
|
581
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_sendersessionoutcome(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
582
|
+
|
|
583
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_sendersessionstatus(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
584
|
+
|
|
585
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_serdejsonerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
586
|
+
|
|
587
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_sessionerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
588
|
+
|
|
589
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_transactionexists(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
590
|
+
|
|
591
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_uncheckedoriginalpayload(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
592
|
+
|
|
593
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_uncheckedoriginalpayloadtransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
594
|
+
|
|
595
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_uri(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
596
|
+
|
|
597
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_url(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
598
|
+
|
|
599
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_urlparseerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
600
|
+
|
|
601
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_v1context(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
602
|
+
|
|
603
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_validationerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
604
|
+
|
|
605
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_wantsfeerange(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
606
|
+
|
|
607
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_wantsfeerangetransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
608
|
+
|
|
609
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_wantsinputs(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
610
|
+
|
|
611
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_wantsinputstransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
612
|
+
|
|
613
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_wantsoutputs(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
614
|
+
|
|
615
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_wantsoutputstransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
616
|
+
|
|
617
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_wellknownerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
618
|
+
|
|
619
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_withreplykey(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
620
|
+
|
|
621
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_withreplykeytransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
622
|
+
|
|
623
|
+
export function ubrn_uniffi_payjoin_ffi_fn_constructor_inputpair_new(txin: Uint8Array, psbtin: Uint8Array, expected_weight: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
624
|
+
|
|
625
|
+
export function ubrn_uniffi_payjoin_ffi_fn_constructor_ohttpkeys_decode(bytes: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
626
|
+
|
|
627
|
+
export function ubrn_uniffi_payjoin_ffi_fn_constructor_receiverbuilder_new(address: Uint8Array, directory: Uint8Array, ohttp_keys: bigint, f_status_: RustCallStatus): bigint;
|
|
628
|
+
|
|
629
|
+
export function ubrn_uniffi_payjoin_ffi_fn_constructor_receiversessionevent_from_json(json: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
630
|
+
|
|
631
|
+
export function ubrn_uniffi_payjoin_ffi_fn_constructor_senderbuilder_new(psbt: Uint8Array, uri: bigint, f_status_: RustCallStatus): bigint;
|
|
632
|
+
|
|
633
|
+
export function ubrn_uniffi_payjoin_ffi_fn_constructor_sendersessionevent_from_json(json: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
634
|
+
|
|
635
|
+
export function ubrn_uniffi_payjoin_ffi_fn_constructor_uri_parse(uri: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
636
|
+
|
|
637
|
+
export function ubrn_uniffi_payjoin_ffi_fn_constructor_url_parse(input: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
638
|
+
|
|
639
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_addressparseerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
640
|
+
|
|
641
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_assumeinteractivetransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
642
|
+
|
|
643
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_buildsendererror(handle: bigint, f_status_: RustCallStatus): void;
|
|
644
|
+
|
|
645
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_canbroadcast(handle: bigint, f_status_: RustCallStatus): void;
|
|
646
|
+
|
|
647
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_clientresponse(handle: bigint, f_status_: RustCallStatus): void;
|
|
648
|
+
|
|
649
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_createrequesterror(handle: bigint, f_status_: RustCallStatus): void;
|
|
650
|
+
|
|
651
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_encapsulationerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
652
|
+
|
|
653
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_feerateerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
654
|
+
|
|
655
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_hasreplyableerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
656
|
+
|
|
657
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_hasreplyableerrortransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
658
|
+
|
|
659
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_implementationerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
660
|
+
|
|
661
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_initialized(handle: bigint, f_status_: RustCallStatus): void;
|
|
662
|
+
|
|
663
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_initializedtransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
664
|
+
|
|
665
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_initialreceivetransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
666
|
+
|
|
667
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_initialsendtransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
668
|
+
|
|
669
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_inputcontributionerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
670
|
+
|
|
671
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_inputpair(handle: bigint, f_status_: RustCallStatus): void;
|
|
672
|
+
|
|
673
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_intourlerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
674
|
+
|
|
675
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_isoutputknown(handle: bigint, f_status_: RustCallStatus): void;
|
|
676
|
+
|
|
677
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_isscriptowned(handle: bigint, f_status_: RustCallStatus): void;
|
|
678
|
+
|
|
679
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_jsonreceiversessionpersister(handle: bigint, f_status_: RustCallStatus): void;
|
|
680
|
+
|
|
681
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_jsonreceiversessionpersisterasync(handle: bigint, f_status_: RustCallStatus): void;
|
|
682
|
+
|
|
683
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_jsonreply(handle: bigint, f_status_: RustCallStatus): void;
|
|
684
|
+
|
|
685
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_jsonsendersessionpersister(handle: bigint, f_status_: RustCallStatus): void;
|
|
686
|
+
|
|
687
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_jsonsendersessionpersisterasync(handle: bigint, f_status_: RustCallStatus): void;
|
|
688
|
+
|
|
689
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_maybeinputsowned(handle: bigint, f_status_: RustCallStatus): void;
|
|
690
|
+
|
|
691
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_maybeinputsownedtransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
692
|
+
|
|
693
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_maybeinputsseen(handle: bigint, f_status_: RustCallStatus): void;
|
|
694
|
+
|
|
695
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_maybeinputsseentransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
696
|
+
|
|
697
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_monitor(handle: bigint, f_status_: RustCallStatus): void;
|
|
698
|
+
|
|
699
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_monitortransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
700
|
+
|
|
701
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_ohttperror(handle: bigint, f_status_: RustCallStatus): void;
|
|
702
|
+
|
|
703
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_ohttpkeys(handle: bigint, f_status_: RustCallStatus): void;
|
|
704
|
+
|
|
705
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_outputsubstitutionprotocolerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
706
|
+
|
|
707
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_outputsunknown(handle: bigint, f_status_: RustCallStatus): void;
|
|
708
|
+
|
|
709
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_outputsunknowntransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
710
|
+
|
|
711
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_payjoinproposal(handle: bigint, f_status_: RustCallStatus): void;
|
|
712
|
+
|
|
713
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_payjoinproposaltransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
714
|
+
|
|
715
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_pjnotsupported(handle: bigint, f_status_: RustCallStatus): void;
|
|
716
|
+
|
|
717
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_pjparam(handle: bigint, f_status_: RustCallStatus): void;
|
|
718
|
+
|
|
719
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_pjparseerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
720
|
+
|
|
721
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_pjuri(handle: bigint, f_status_: RustCallStatus): void;
|
|
722
|
+
|
|
723
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_pollingforproposal(handle: bigint, f_status_: RustCallStatus): void;
|
|
724
|
+
|
|
725
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_pollingforproposaltransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
726
|
+
|
|
727
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_processpsbt(handle: bigint, f_status_: RustCallStatus): void;
|
|
728
|
+
|
|
729
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_protocolerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
730
|
+
|
|
731
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_provisionalproposal(handle: bigint, f_status_: RustCallStatus): void;
|
|
732
|
+
|
|
733
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_provisionalproposaltransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
734
|
+
|
|
735
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_psbtinputerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
736
|
+
|
|
737
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_receiverbuilder(handle: bigint, f_status_: RustCallStatus): void;
|
|
738
|
+
|
|
739
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_receiverreplayerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
740
|
+
|
|
741
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_receiversessionevent(handle: bigint, f_status_: RustCallStatus): void;
|
|
742
|
+
|
|
743
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_receiversessionhistory(handle: bigint, f_status_: RustCallStatus): void;
|
|
744
|
+
|
|
745
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_receiversessionoutcome(handle: bigint, f_status_: RustCallStatus): void;
|
|
746
|
+
|
|
747
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_receiversessionstatus(handle: bigint, f_status_: RustCallStatus): void;
|
|
748
|
+
|
|
749
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_replayresult(handle: bigint, f_status_: RustCallStatus): void;
|
|
750
|
+
|
|
751
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_selectionerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
752
|
+
|
|
753
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_senderbuilder(handle: bigint, f_status_: RustCallStatus): void;
|
|
754
|
+
|
|
755
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_senderreplayerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
756
|
+
|
|
757
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_senderreplayresult(handle: bigint, f_status_: RustCallStatus): void;
|
|
758
|
+
|
|
759
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_sendersessionevent(handle: bigint, f_status_: RustCallStatus): void;
|
|
760
|
+
|
|
761
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_sendersessionhistory(handle: bigint, f_status_: RustCallStatus): void;
|
|
762
|
+
|
|
763
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_sendersessionoutcome(handle: bigint, f_status_: RustCallStatus): void;
|
|
764
|
+
|
|
765
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_sendersessionstatus(handle: bigint, f_status_: RustCallStatus): void;
|
|
766
|
+
|
|
767
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_serdejsonerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
768
|
+
|
|
769
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_sessionerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
770
|
+
|
|
771
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_transactionexists(handle: bigint, f_status_: RustCallStatus): void;
|
|
772
|
+
|
|
773
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_uncheckedoriginalpayload(handle: bigint, f_status_: RustCallStatus): void;
|
|
774
|
+
|
|
775
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_uncheckedoriginalpayloadtransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
776
|
+
|
|
777
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_uri(handle: bigint, f_status_: RustCallStatus): void;
|
|
778
|
+
|
|
779
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_url(handle: bigint, f_status_: RustCallStatus): void;
|
|
780
|
+
|
|
781
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_urlparseerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
782
|
+
|
|
783
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_v1context(handle: bigint, f_status_: RustCallStatus): void;
|
|
784
|
+
|
|
785
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_validationerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
786
|
+
|
|
787
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_wantsfeerange(handle: bigint, f_status_: RustCallStatus): void;
|
|
788
|
+
|
|
789
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_wantsfeerangetransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
790
|
+
|
|
791
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_wantsinputs(handle: bigint, f_status_: RustCallStatus): void;
|
|
792
|
+
|
|
793
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_wantsinputstransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
794
|
+
|
|
795
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_wantsoutputs(handle: bigint, f_status_: RustCallStatus): void;
|
|
796
|
+
|
|
797
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_wantsoutputstransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
798
|
+
|
|
799
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_wellknownerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
800
|
+
|
|
801
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_withreplykey(handle: bigint, f_status_: RustCallStatus): void;
|
|
802
|
+
|
|
803
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_withreplykeytransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
804
|
+
|
|
805
|
+
export function ubrn_uniffi_payjoin_ffi_fn_func_replay_receiver_event_log(persister: bigint, f_status_: RustCallStatus): bigint;
|
|
806
|
+
|
|
807
|
+
export function ubrn_uniffi_payjoin_ffi_fn_func_replay_receiver_event_log_async(persister: bigint): bigint;
|
|
808
|
+
|
|
809
|
+
export function ubrn_uniffi_payjoin_ffi_fn_func_replay_sender_event_log(persister: bigint, f_status_: RustCallStatus): bigint;
|
|
810
|
+
|
|
811
|
+
export function ubrn_uniffi_payjoin_ffi_fn_func_replay_sender_event_log_async(persister: bigint): bigint;
|
|
812
|
+
|
|
813
|
+
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_canbroadcast(vtable: any): void;
|
|
814
|
+
|
|
815
|
+
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_isoutputknown(vtable: any): void;
|
|
816
|
+
|
|
817
|
+
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_isscriptowned(vtable: any): void;
|
|
818
|
+
|
|
819
|
+
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_jsonreceiversessionpersister(vtable: any): void;
|
|
820
|
+
|
|
821
|
+
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_jsonreceiversessionpersisterasync(vtable: any): void;
|
|
822
|
+
|
|
823
|
+
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_jsonsendersessionpersister(vtable: any): void;
|
|
824
|
+
|
|
825
|
+
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_jsonsendersessionpersisterasync(vtable: any): void;
|
|
826
|
+
|
|
827
|
+
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_processpsbt(vtable: any): void;
|
|
828
|
+
|
|
829
|
+
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_transactionexists(vtable: any): void;
|
|
830
|
+
|
|
831
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_assumeinteractivetransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
832
|
+
|
|
833
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_assumeinteractivetransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
834
|
+
|
|
835
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_canbroadcast_callback(ptr: bigint, tx: Uint8Array, f_status_: RustCallStatus): number;
|
|
836
|
+
|
|
837
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_hasreplyableerror_create_error_request(ptr: bigint, ohttp_relay: Uint8Array, f_status_: RustCallStatus): Uint8Array;
|
|
838
|
+
|
|
839
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_hasreplyableerror_process_error_response(ptr: bigint, body: Uint8Array, ohttp_context: bigint, f_status_: RustCallStatus): bigint;
|
|
840
|
+
|
|
841
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_hasreplyableerrortransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): void;
|
|
842
|
+
|
|
843
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_hasreplyableerrortransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
844
|
+
|
|
845
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_initialized_create_poll_request(ptr: bigint, ohttp_relay: Uint8Array, f_status_: RustCallStatus): Uint8Array;
|
|
846
|
+
|
|
847
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_initialized_pj_uri(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
848
|
+
|
|
849
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_initialized_process_response(ptr: bigint, body: Uint8Array, ctx: bigint, f_status_: RustCallStatus): bigint;
|
|
850
|
+
|
|
851
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_initializedtransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
852
|
+
|
|
853
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_initializedtransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
854
|
+
|
|
855
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_initialreceivetransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
856
|
+
|
|
857
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_initialreceivetransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
858
|
+
|
|
859
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_initialsendtransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
860
|
+
|
|
861
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_initialsendtransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
862
|
+
|
|
863
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_isoutputknown_callback(ptr: bigint, outpoint: Uint8Array, f_status_: RustCallStatus): number;
|
|
864
|
+
|
|
865
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_isscriptowned_callback(ptr: bigint, script: Uint8Array, f_status_: RustCallStatus): number;
|
|
866
|
+
|
|
867
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonreceiversessionpersister_close(ptr: bigint, f_status_: RustCallStatus): void;
|
|
868
|
+
|
|
869
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonreceiversessionpersister_load(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
870
|
+
|
|
871
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonreceiversessionpersister_save(ptr: bigint, event: Uint8Array, f_status_: RustCallStatus): void;
|
|
872
|
+
|
|
873
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonreceiversessionpersisterasync_close(ptr: bigint): bigint;
|
|
874
|
+
|
|
875
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonreceiversessionpersisterasync_load(ptr: bigint): bigint;
|
|
876
|
+
|
|
877
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonreceiversessionpersisterasync_save(ptr: bigint, event: Uint8Array): bigint;
|
|
878
|
+
|
|
879
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonsendersessionpersister_close(ptr: bigint, f_status_: RustCallStatus): void;
|
|
880
|
+
|
|
881
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonsendersessionpersister_load(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
882
|
+
|
|
883
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonsendersessionpersister_save(ptr: bigint, event: Uint8Array, f_status_: RustCallStatus): void;
|
|
884
|
+
|
|
885
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonsendersessionpersisterasync_close(ptr: bigint): bigint;
|
|
886
|
+
|
|
887
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonsendersessionpersisterasync_load(ptr: bigint): bigint;
|
|
888
|
+
|
|
889
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonsendersessionpersisterasync_save(ptr: bigint, event: Uint8Array): bigint;
|
|
890
|
+
|
|
891
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_maybeinputsowned_check_inputs_not_owned(ptr: bigint, is_owned: bigint, f_status_: RustCallStatus): bigint;
|
|
892
|
+
|
|
893
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_maybeinputsowned_extract_tx_to_schedule_broadcast(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
894
|
+
|
|
895
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_maybeinputsownedtransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
896
|
+
|
|
897
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_maybeinputsownedtransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
898
|
+
|
|
899
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_maybeinputsseen_check_no_inputs_seen_before(ptr: bigint, is_known: bigint, f_status_: RustCallStatus): bigint;
|
|
900
|
+
|
|
901
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_maybeinputsseentransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
902
|
+
|
|
903
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_maybeinputsseentransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
904
|
+
|
|
905
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_monitor_monitor(ptr: bigint, transaction_exists: bigint, f_status_: RustCallStatus): bigint;
|
|
906
|
+
|
|
907
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_monitortransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): void;
|
|
908
|
+
|
|
909
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_monitortransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
910
|
+
|
|
911
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_outputsunknown_identify_receiver_outputs(ptr: bigint, is_receiver_output: bigint, f_status_: RustCallStatus): bigint;
|
|
912
|
+
|
|
913
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_outputsunknowntransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
914
|
+
|
|
915
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_outputsunknowntransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
916
|
+
|
|
917
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_payjoinproposal_create_post_request(ptr: bigint, ohttp_relay: Uint8Array, f_status_: RustCallStatus): Uint8Array;
|
|
918
|
+
|
|
919
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_payjoinproposal_process_response(ptr: bigint, body: Uint8Array, ohttp_context: bigint, f_status_: RustCallStatus): bigint;
|
|
920
|
+
|
|
921
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_payjoinproposal_psbt(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
922
|
+
|
|
923
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_payjoinproposal_utxos_to_be_locked(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
924
|
+
|
|
925
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_payjoinproposaltransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
926
|
+
|
|
927
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_payjoinproposaltransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
928
|
+
|
|
929
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pjuri_address(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
930
|
+
|
|
931
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pjuri_amount_sats(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
932
|
+
|
|
933
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pjuri_as_string(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
934
|
+
|
|
935
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pjuri_pj_endpoint(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
936
|
+
|
|
937
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pjuri_set_amount_sats(ptr: bigint, amount_sats: bigint, f_status_: RustCallStatus): bigint;
|
|
938
|
+
|
|
939
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pollingforproposal_create_poll_request(ptr: bigint, ohttp_relay: Uint8Array, f_status_: RustCallStatus): Uint8Array;
|
|
940
|
+
|
|
941
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pollingforproposal_process_response(ptr: bigint, response: Uint8Array, ohttp_ctx: bigint, f_status_: RustCallStatus): bigint;
|
|
942
|
+
|
|
943
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pollingforproposaltransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
944
|
+
|
|
945
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pollingforproposaltransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
946
|
+
|
|
947
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_processpsbt_callback(ptr: bigint, psbt: Uint8Array, f_status_: RustCallStatus): Uint8Array;
|
|
948
|
+
|
|
949
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_provisionalproposal_finalize_proposal(ptr: bigint, process_psbt: bigint, f_status_: RustCallStatus): bigint;
|
|
950
|
+
|
|
951
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_provisionalproposal_psbt_to_sign(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
952
|
+
|
|
953
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_provisionalproposaltransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
954
|
+
|
|
955
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_provisionalproposaltransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
956
|
+
|
|
957
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_receiverbuilder_build(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
958
|
+
|
|
959
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_receiverbuilder_with_amount(ptr: bigint, amount_sats: bigint, f_status_: RustCallStatus): bigint;
|
|
960
|
+
|
|
961
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_receiverbuilder_with_expiration(ptr: bigint, expiration: bigint, f_status_: RustCallStatus): bigint;
|
|
962
|
+
|
|
963
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_receiverbuilder_with_max_fee_rate(ptr: bigint, max_effective_fee_rate_sat_per_vb: bigint, f_status_: RustCallStatus): bigint;
|
|
964
|
+
|
|
965
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_receiversessionevent_to_json(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
966
|
+
|
|
967
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_receiversessionhistory_fallback_tx(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
968
|
+
|
|
969
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_receiversessionhistory_pj_uri(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
970
|
+
|
|
971
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_receiversessionhistory_status(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
972
|
+
|
|
973
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_replayresult_session_history(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
974
|
+
|
|
975
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_replayresult_state(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
976
|
+
|
|
977
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_senderbuilder_always_disable_output_substitution(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
978
|
+
|
|
979
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_senderbuilder_build_non_incentivizing(ptr: bigint, min_fee_rate: bigint, f_status_: RustCallStatus): bigint;
|
|
980
|
+
|
|
981
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_senderbuilder_build_recommended(ptr: bigint, min_fee_rate: bigint, f_status_: RustCallStatus): bigint;
|
|
982
|
+
|
|
983
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_senderbuilder_build_with_additional_fee(ptr: bigint, max_fee_contribution: bigint, change_index: Uint8Array, min_fee_rate: bigint, clamp_fee_contribution: number, f_status_: RustCallStatus): bigint;
|
|
984
|
+
|
|
985
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_senderreplayresult_session_history(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
986
|
+
|
|
987
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_senderreplayresult_state(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
988
|
+
|
|
989
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionevent_to_json(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
990
|
+
|
|
991
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionhistory_fallback_tx(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
992
|
+
|
|
993
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionhistory_pj_param(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
994
|
+
|
|
995
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionhistory_status(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
996
|
+
|
|
997
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionoutcome_is_cancelled(ptr: bigint, f_status_: RustCallStatus): number;
|
|
998
|
+
|
|
999
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionoutcome_is_failure(ptr: bigint, f_status_: RustCallStatus): number;
|
|
1000
|
+
|
|
1001
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionoutcome_is_success(ptr: bigint, f_status_: RustCallStatus): number;
|
|
1002
|
+
|
|
1003
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionoutcome_success_psbt_base64(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1004
|
+
|
|
1005
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_transactionexists_callback(ptr: bigint, txid: Uint8Array, f_status_: RustCallStatus): Uint8Array;
|
|
1006
|
+
|
|
1007
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_uncheckedoriginalpayload_assume_interactive_receiver(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
1008
|
+
|
|
1009
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_uncheckedoriginalpayload_check_broadcast_suitability(ptr: bigint, min_fee_rate: Uint8Array, can_broadcast: bigint, f_status_: RustCallStatus): bigint;
|
|
1010
|
+
|
|
1011
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_uncheckedoriginalpayloadtransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
1012
|
+
|
|
1013
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_uncheckedoriginalpayloadtransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
1014
|
+
|
|
1015
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_uri_address(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1016
|
+
|
|
1017
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_uri_amount_sats(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1018
|
+
|
|
1019
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_uri_as_string(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1020
|
+
|
|
1021
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_uri_check_pj_supported(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
1022
|
+
|
|
1023
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_uri_label(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1024
|
+
|
|
1025
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_uri_message(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1026
|
+
|
|
1027
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_url_as_string(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1028
|
+
|
|
1029
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_url_query(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1030
|
+
|
|
1031
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_v1context_process_response(ptr: bigint, response: Uint8Array, f_status_: RustCallStatus): Uint8Array;
|
|
1032
|
+
|
|
1033
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsfeerange_apply_fee_range(ptr: bigint, min_fee_rate_sat_per_vb: Uint8Array, max_effective_fee_rate_sat_per_vb: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
1034
|
+
|
|
1035
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsfeerangetransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
1036
|
+
|
|
1037
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsfeerangetransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
1038
|
+
|
|
1039
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsinputs_commit_inputs(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
1040
|
+
|
|
1041
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsinputs_contribute_inputs(ptr: bigint, replacement_inputs: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
1042
|
+
|
|
1043
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsinputs_try_preserving_privacy(ptr: bigint, candidate_inputs: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
1044
|
+
|
|
1045
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsinputstransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
1046
|
+
|
|
1047
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsinputstransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
1048
|
+
|
|
1049
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsoutputs_commit_outputs(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
1050
|
+
|
|
1051
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsoutputs_output_substitution(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1052
|
+
|
|
1053
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsoutputs_replace_receiver_outputs(ptr: bigint, replacement_outputs: Uint8Array, drain_script_pubkey: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
1054
|
+
|
|
1055
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsoutputs_substitute_receiver_script(ptr: bigint, output_script_pubkey: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
1056
|
+
|
|
1057
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsoutputstransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
1058
|
+
|
|
1059
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsoutputstransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
1060
|
+
|
|
1061
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_withreplykey_create_v2_post_request(ptr: bigint, ohttp_relay: Uint8Array, f_status_: RustCallStatus): Uint8Array;
|
|
1062
|
+
|
|
1063
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_withreplykey_process_response(ptr: bigint, response: Uint8Array, post_ctx: bigint, f_status_: RustCallStatus): bigint;
|
|
1064
|
+
|
|
1065
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_withreplykeytransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
1066
|
+
|
|
1067
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_withreplykeytransition_save_async(ptr: bigint, persister: bigint): bigint;
|