@xstoicunicornx/payjoin_test 0.1.6 → 0.1.7
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 +3 -1
- package/dist/generated/{payjoin_ffi.d.ts → payjoin.d.ts} +3245 -491
- package/dist/generated/payjoin.d.ts.map +1 -0
- package/dist/generated/{payjoin_ffi.js → payjoin.js} +5777 -2161
- package/dist/generated/payjoin.js.map +1 -0
- package/dist/generated/wasm-bindgen/index.d.ts +605 -297
- package/dist/generated/wasm-bindgen/index.js +3139 -1461
- package/dist/generated/wasm-bindgen/index_bg.wasm +0 -0
- package/dist/generated/wasm-bindgen/index_bg.wasm.d.ts +709 -569
- package/dist/index.d.ts +2 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -6
- package/dist/index.js.map +1 -1
- package/dist/index.web.js +4 -8
- package/package.json +37 -37
- package/dist/generated/bitcoin.d.ts +0 -4633
- package/dist/generated/bitcoin.d.ts.map +0 -1
- package/dist/generated/bitcoin.js +0 -3861
- package/dist/generated/bitcoin.js.map +0 -1
- package/dist/generated/payjoin_ffi.d.ts.map +0 -1
- package/dist/generated/payjoin_ffi.js.map +0 -1
|
@@ -1,196 +1,196 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
|
|
4
|
-
export class
|
|
4
|
+
export class ForeignFutureCompleteF32 {
|
|
5
|
+
private constructor();
|
|
5
6
|
free(): void;
|
|
6
7
|
[Symbol.dispose](): void;
|
|
7
|
-
|
|
8
|
-
code: number;
|
|
9
|
-
get errorBuf(): Uint8Array | undefined;
|
|
10
|
-
set errorBuf(value: Uint8Array | null | undefined);
|
|
8
|
+
call(_ctx: ForeignFutureCompleteF32, callback_data: bigint, result: any): void;
|
|
11
9
|
}
|
|
12
10
|
|
|
13
|
-
export
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_constructor_address_new(): number;
|
|
20
|
-
|
|
21
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_constructor_amount_from_btc(): number;
|
|
22
|
-
|
|
23
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_constructor_amount_from_sat(): number;
|
|
24
|
-
|
|
25
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_constructor_feerate_from_sat_per_kwu(): number;
|
|
26
|
-
|
|
27
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_constructor_feerate_from_sat_per_vb(): number;
|
|
28
|
-
|
|
29
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_constructor_psbt_deserialize(): number;
|
|
30
|
-
|
|
31
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_constructor_psbt_deserialize_base64(): number;
|
|
32
|
-
|
|
33
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_constructor_psbt_from_unsigned_tx(): number;
|
|
34
|
-
|
|
35
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_constructor_script_new(): number;
|
|
36
|
-
|
|
37
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_constructor_transaction_deserialize(): number;
|
|
38
|
-
|
|
39
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_address_is_valid_for_network(): number;
|
|
40
|
-
|
|
41
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_address_script_pubkey(): number;
|
|
42
|
-
|
|
43
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_address_to_qr_uri(): number;
|
|
44
|
-
|
|
45
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_amount_to_btc(): number;
|
|
46
|
-
|
|
47
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_amount_to_sat(): number;
|
|
48
|
-
|
|
49
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_feerate_to_sat_per_kwu(): number;
|
|
50
|
-
|
|
51
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_feerate_to_sat_per_vb_ceil(): number;
|
|
52
|
-
|
|
53
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_feerate_to_sat_per_vb_floor(): number;
|
|
54
|
-
|
|
55
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_psbt_combine(): number;
|
|
56
|
-
|
|
57
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_psbt_extract_tx(): number;
|
|
58
|
-
|
|
59
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_psbt_fee(): number;
|
|
60
|
-
|
|
61
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_psbt_serialize(): number;
|
|
62
|
-
|
|
63
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_psbt_serialize_base64(): number;
|
|
64
|
-
|
|
65
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_psbt_serialize_hex(): number;
|
|
66
|
-
|
|
67
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_script_to_bytes(): number;
|
|
68
|
-
|
|
69
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_transaction_compute_txid(): number;
|
|
70
|
-
|
|
71
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_transaction_input(): number;
|
|
72
|
-
|
|
73
|
-
export function ubrn_uniffi_bitcoin_ffi_checksum_method_transaction_is_coinbase(): number;
|
|
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
|
+
}
|
|
74
17
|
|
|
75
|
-
export
|
|
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
|
+
}
|
|
76
24
|
|
|
77
|
-
export
|
|
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
|
+
}
|
|
78
31
|
|
|
79
|
-
export
|
|
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
|
+
}
|
|
80
38
|
|
|
81
|
-
export
|
|
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
|
+
}
|
|
82
45
|
|
|
83
|
-
export
|
|
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
|
+
}
|
|
84
52
|
|
|
85
|
-
export
|
|
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
|
+
}
|
|
86
59
|
|
|
87
|
-
export
|
|
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
|
+
}
|
|
88
66
|
|
|
89
|
-
export
|
|
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
|
+
}
|
|
90
73
|
|
|
91
|
-
export
|
|
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
|
+
}
|
|
92
80
|
|
|
93
|
-
export
|
|
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
|
+
}
|
|
94
87
|
|
|
95
|
-
export
|
|
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
96
|
|
|
97
|
-
export function
|
|
97
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_f32(handle: bigint): void;
|
|
98
98
|
|
|
99
|
-
export function
|
|
99
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_f64(handle: bigint): void;
|
|
100
100
|
|
|
101
|
-
export function
|
|
101
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_i16(handle: bigint): void;
|
|
102
102
|
|
|
103
|
-
export function
|
|
103
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_i32(handle: bigint): void;
|
|
104
104
|
|
|
105
|
-
export function
|
|
105
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_i64(handle: bigint): void;
|
|
106
106
|
|
|
107
|
-
export function
|
|
107
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_i8(handle: bigint): void;
|
|
108
108
|
|
|
109
|
-
export function
|
|
109
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_rust_buffer(handle: bigint): void;
|
|
110
110
|
|
|
111
|
-
export function
|
|
111
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_u16(handle: bigint): void;
|
|
112
112
|
|
|
113
|
-
export function
|
|
113
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_u32(handle: bigint): void;
|
|
114
114
|
|
|
115
|
-
export function
|
|
115
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_u64(handle: bigint): void;
|
|
116
116
|
|
|
117
|
-
export function
|
|
117
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_u8(handle: bigint): void;
|
|
118
118
|
|
|
119
|
-
export function
|
|
119
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_cancel_void(handle: bigint): void;
|
|
120
120
|
|
|
121
|
-
export function
|
|
121
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_f32(handle: bigint, f_status_: RustCallStatus): number;
|
|
122
122
|
|
|
123
|
-
export function
|
|
123
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_f64(handle: bigint, f_status_: RustCallStatus): number;
|
|
124
124
|
|
|
125
|
-
export function
|
|
125
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_i16(handle: bigint, f_status_: RustCallStatus): number;
|
|
126
126
|
|
|
127
|
-
export function
|
|
127
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_i32(handle: bigint, f_status_: RustCallStatus): number;
|
|
128
128
|
|
|
129
|
-
export function
|
|
129
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_i64(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
130
130
|
|
|
131
|
-
export function
|
|
131
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_i8(handle: bigint, f_status_: RustCallStatus): number;
|
|
132
132
|
|
|
133
|
-
export function
|
|
133
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_rust_buffer(handle: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
134
134
|
|
|
135
|
-
export function
|
|
135
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_u16(handle: bigint, f_status_: RustCallStatus): number;
|
|
136
136
|
|
|
137
|
-
export function
|
|
137
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_u32(handle: bigint, f_status_: RustCallStatus): number;
|
|
138
138
|
|
|
139
|
-
export function
|
|
139
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_u64(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
140
140
|
|
|
141
|
-
export function
|
|
141
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_u8(handle: bigint, f_status_: RustCallStatus): number;
|
|
142
142
|
|
|
143
|
-
export function
|
|
143
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_complete_void(handle: bigint, f_status_: RustCallStatus): void;
|
|
144
144
|
|
|
145
|
-
export function
|
|
145
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_f32(handle: bigint): void;
|
|
146
146
|
|
|
147
|
-
export function
|
|
147
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_f64(handle: bigint): void;
|
|
148
148
|
|
|
149
|
-
export function
|
|
149
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_i16(handle: bigint): void;
|
|
150
150
|
|
|
151
|
-
export function
|
|
151
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_i32(handle: bigint): void;
|
|
152
152
|
|
|
153
|
-
export function
|
|
153
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_i64(handle: bigint): void;
|
|
154
154
|
|
|
155
|
-
export function
|
|
155
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_i8(handle: bigint): void;
|
|
156
156
|
|
|
157
|
-
export function
|
|
157
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_rust_buffer(handle: bigint): void;
|
|
158
158
|
|
|
159
|
-
export function
|
|
159
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_u16(handle: bigint): void;
|
|
160
160
|
|
|
161
|
-
export function
|
|
161
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_u32(handle: bigint): void;
|
|
162
162
|
|
|
163
|
-
export function
|
|
163
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_u64(handle: bigint): void;
|
|
164
164
|
|
|
165
|
-
export function
|
|
165
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_u8(handle: bigint): void;
|
|
166
166
|
|
|
167
|
-
export function
|
|
167
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_free_void(handle: bigint): void;
|
|
168
168
|
|
|
169
|
-
export function
|
|
169
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_f32(handle: bigint, callback: any, callback_data: bigint): void;
|
|
170
170
|
|
|
171
|
-
export function
|
|
171
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_f64(handle: bigint, callback: any, callback_data: bigint): void;
|
|
172
172
|
|
|
173
|
-
export function
|
|
173
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_i16(handle: bigint, callback: any, callback_data: bigint): void;
|
|
174
174
|
|
|
175
|
-
export function
|
|
175
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_i32(handle: bigint, callback: any, callback_data: bigint): void;
|
|
176
176
|
|
|
177
|
-
export function
|
|
177
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_i64(handle: bigint, callback: any, callback_data: bigint): void;
|
|
178
178
|
|
|
179
|
-
export function
|
|
179
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_i8(handle: bigint, callback: any, callback_data: bigint): void;
|
|
180
180
|
|
|
181
|
-
export function
|
|
181
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_rust_buffer(handle: bigint, callback: any, callback_data: bigint): void;
|
|
182
182
|
|
|
183
|
-
export function
|
|
183
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_u16(handle: bigint, callback: any, callback_data: bigint): void;
|
|
184
184
|
|
|
185
|
-
export function
|
|
185
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_u32(handle: bigint, callback: any, callback_data: bigint): void;
|
|
186
186
|
|
|
187
|
-
export function
|
|
187
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_u64(handle: bigint, callback: any, callback_data: bigint): void;
|
|
188
188
|
|
|
189
|
-
export function
|
|
189
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_u8(handle: bigint, callback: any, callback_data: bigint): void;
|
|
190
190
|
|
|
191
|
-
export function
|
|
191
|
+
export function ubrn_ffi_payjoin_ffi_rust_future_poll_void(handle: bigint, callback: any, callback_data: bigint): void;
|
|
192
192
|
|
|
193
|
-
export function
|
|
193
|
+
export function ubrn_ffi_payjoin_ffi_uniffi_contract_version(): number;
|
|
194
194
|
|
|
195
195
|
export function ubrn_uniffi_payjoin_ffi_checksum_constructor_inputpair_new(): number;
|
|
196
196
|
|
|
@@ -210,18 +210,34 @@ export function ubrn_uniffi_payjoin_ffi_checksum_constructor_url_parse(): number
|
|
|
210
210
|
|
|
211
211
|
export function ubrn_uniffi_payjoin_ffi_checksum_func_replay_receiver_event_log(): number;
|
|
212
212
|
|
|
213
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_func_replay_receiver_event_log_async(): number;
|
|
214
|
+
|
|
213
215
|
export function ubrn_uniffi_payjoin_ffi_checksum_func_replay_sender_event_log(): number;
|
|
214
216
|
|
|
217
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_func_replay_sender_event_log_async(): number;
|
|
218
|
+
|
|
215
219
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_assumeinteractivetransition_save(): number;
|
|
216
220
|
|
|
221
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_assumeinteractivetransition_save_async(): number;
|
|
222
|
+
|
|
217
223
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_canbroadcast_callback(): number;
|
|
218
224
|
|
|
225
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_canceltransition_save(): number;
|
|
226
|
+
|
|
227
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_canceltransition_save_async(): number;
|
|
228
|
+
|
|
229
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_hasreplyableerror_cancel(): number;
|
|
230
|
+
|
|
219
231
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_hasreplyableerror_create_error_request(): number;
|
|
220
232
|
|
|
221
233
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_hasreplyableerror_process_error_response(): number;
|
|
222
234
|
|
|
223
235
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_hasreplyableerrortransition_save(): number;
|
|
224
236
|
|
|
237
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_hasreplyableerrortransition_save_async(): number;
|
|
238
|
+
|
|
239
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_initialized_cancel(): number;
|
|
240
|
+
|
|
225
241
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_initialized_create_poll_request(): number;
|
|
226
242
|
|
|
227
243
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_initialized_pj_uri(): number;
|
|
@@ -230,10 +246,16 @@ export function ubrn_uniffi_payjoin_ffi_checksum_method_initialized_process_resp
|
|
|
230
246
|
|
|
231
247
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_initializedtransition_save(): number;
|
|
232
248
|
|
|
249
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_initializedtransition_save_async(): number;
|
|
250
|
+
|
|
233
251
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_initialreceivetransition_save(): number;
|
|
234
252
|
|
|
253
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_initialreceivetransition_save_async(): number;
|
|
254
|
+
|
|
235
255
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_initialsendtransition_save(): number;
|
|
236
256
|
|
|
257
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_initialsendtransition_save_async(): number;
|
|
258
|
+
|
|
237
259
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_isoutputknown_callback(): number;
|
|
238
260
|
|
|
239
261
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_isscriptowned_callback(): number;
|
|
@@ -244,32 +266,60 @@ export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonreceiversessionpersi
|
|
|
244
266
|
|
|
245
267
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonreceiversessionpersister_save(): number;
|
|
246
268
|
|
|
269
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonreceiversessionpersisterasync_close(): number;
|
|
270
|
+
|
|
271
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonreceiversessionpersisterasync_load(): number;
|
|
272
|
+
|
|
273
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonreceiversessionpersisterasync_save(): number;
|
|
274
|
+
|
|
247
275
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonsendersessionpersister_close(): number;
|
|
248
276
|
|
|
249
277
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonsendersessionpersister_load(): number;
|
|
250
278
|
|
|
251
279
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonsendersessionpersister_save(): number;
|
|
252
280
|
|
|
281
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonsendersessionpersisterasync_close(): number;
|
|
282
|
+
|
|
283
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonsendersessionpersisterasync_load(): number;
|
|
284
|
+
|
|
285
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_jsonsendersessionpersisterasync_save(): number;
|
|
286
|
+
|
|
287
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_maybeinputsowned_cancel(): number;
|
|
288
|
+
|
|
253
289
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_maybeinputsowned_check_inputs_not_owned(): number;
|
|
254
290
|
|
|
255
291
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_maybeinputsowned_extract_tx_to_schedule_broadcast(): number;
|
|
256
292
|
|
|
257
293
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_maybeinputsownedtransition_save(): number;
|
|
258
294
|
|
|
295
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_maybeinputsownedtransition_save_async(): number;
|
|
296
|
+
|
|
297
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_maybeinputsseen_cancel(): number;
|
|
298
|
+
|
|
259
299
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_maybeinputsseen_check_no_inputs_seen_before(): number;
|
|
260
300
|
|
|
261
301
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_maybeinputsseentransition_save(): number;
|
|
262
302
|
|
|
303
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_maybeinputsseentransition_save_async(): number;
|
|
304
|
+
|
|
305
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_monitor_cancel(): number;
|
|
306
|
+
|
|
263
307
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_monitor_monitor(): number;
|
|
264
308
|
|
|
265
309
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_monitortransition_save(): number;
|
|
266
310
|
|
|
267
|
-
export function
|
|
311
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_monitortransition_save_async(): number;
|
|
312
|
+
|
|
313
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_outputsunknown_cancel(): number;
|
|
268
314
|
|
|
269
315
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_outputsunknown_identify_receiver_outputs(): number;
|
|
270
316
|
|
|
271
317
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_outputsunknowntransition_save(): number;
|
|
272
318
|
|
|
319
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_outputsunknowntransition_save_async(): number;
|
|
320
|
+
|
|
321
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_payjoinproposal_cancel(): number;
|
|
322
|
+
|
|
273
323
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_payjoinproposal_create_post_request(): number;
|
|
274
324
|
|
|
275
325
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_payjoinproposal_process_response(): number;
|
|
@@ -280,6 +330,8 @@ export function ubrn_uniffi_payjoin_ffi_checksum_method_payjoinproposal_utxos_to
|
|
|
280
330
|
|
|
281
331
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_payjoinproposaltransition_save(): number;
|
|
282
332
|
|
|
333
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_payjoinproposaltransition_save_async(): number;
|
|
334
|
+
|
|
283
335
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_pjuri_address(): number;
|
|
284
336
|
|
|
285
337
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_pjuri_amount_sats(): number;
|
|
@@ -290,20 +342,28 @@ export function ubrn_uniffi_payjoin_ffi_checksum_method_pjuri_pj_endpoint(): num
|
|
|
290
342
|
|
|
291
343
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_pjuri_set_amount_sats(): number;
|
|
292
344
|
|
|
345
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_pollingforproposal_cancel(): number;
|
|
346
|
+
|
|
293
347
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_pollingforproposal_create_poll_request(): number;
|
|
294
348
|
|
|
295
349
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_pollingforproposal_process_response(): number;
|
|
296
350
|
|
|
297
351
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_pollingforproposaltransition_save(): number;
|
|
298
352
|
|
|
353
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_pollingforproposaltransition_save_async(): number;
|
|
354
|
+
|
|
299
355
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_processpsbt_callback(): number;
|
|
300
356
|
|
|
357
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_provisionalproposal_cancel(): number;
|
|
358
|
+
|
|
301
359
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_provisionalproposal_finalize_proposal(): number;
|
|
302
360
|
|
|
303
361
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_provisionalproposal_psbt_to_sign(): number;
|
|
304
362
|
|
|
305
363
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_provisionalproposaltransition_save(): number;
|
|
306
364
|
|
|
365
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_provisionalproposaltransition_save_async(): number;
|
|
366
|
+
|
|
307
367
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_receiverbuilder_build(): number;
|
|
308
368
|
|
|
309
369
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_receiverbuilder_with_amount(): number;
|
|
@@ -332,6 +392,10 @@ export function ubrn_uniffi_payjoin_ffi_checksum_method_senderbuilder_build_reco
|
|
|
332
392
|
|
|
333
393
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_senderbuilder_build_with_additional_fee(): number;
|
|
334
394
|
|
|
395
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_sendercanceltransition_save(): number;
|
|
396
|
+
|
|
397
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_sendercanceltransition_save_async(): number;
|
|
398
|
+
|
|
335
399
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_senderreplayresult_session_history(): number;
|
|
336
400
|
|
|
337
401
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_senderreplayresult_state(): number;
|
|
@@ -344,14 +408,26 @@ export function ubrn_uniffi_payjoin_ffi_checksum_method_sendersessionhistory_pj_
|
|
|
344
408
|
|
|
345
409
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_sendersessionhistory_status(): number;
|
|
346
410
|
|
|
411
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_sendersessionoutcome_is_cancelled(): number;
|
|
412
|
+
|
|
413
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_sendersessionoutcome_is_failure(): number;
|
|
414
|
+
|
|
415
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_sendersessionoutcome_is_success(): number;
|
|
416
|
+
|
|
417
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_sendersessionoutcome_success_psbt_base64(): number;
|
|
418
|
+
|
|
347
419
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_transactionexists_callback(): number;
|
|
348
420
|
|
|
349
421
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_uncheckedoriginalpayload_assume_interactive_receiver(): number;
|
|
350
422
|
|
|
423
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_uncheckedoriginalpayload_cancel(): number;
|
|
424
|
+
|
|
351
425
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_uncheckedoriginalpayload_check_broadcast_suitability(): number;
|
|
352
426
|
|
|
353
427
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_uncheckedoriginalpayloadtransition_save(): number;
|
|
354
428
|
|
|
429
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_uncheckedoriginalpayloadtransition_save_async(): number;
|
|
430
|
+
|
|
355
431
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_uri_address(): number;
|
|
356
432
|
|
|
357
433
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_uri_amount_sats(): number;
|
|
@@ -372,8 +448,14 @@ export function ubrn_uniffi_payjoin_ffi_checksum_method_v1context_process_respon
|
|
|
372
448
|
|
|
373
449
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsfeerange_apply_fee_range(): number;
|
|
374
450
|
|
|
451
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsfeerange_cancel(): number;
|
|
452
|
+
|
|
375
453
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsfeerangetransition_save(): number;
|
|
376
454
|
|
|
455
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsfeerangetransition_save_async(): number;
|
|
456
|
+
|
|
457
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsinputs_cancel(): number;
|
|
458
|
+
|
|
377
459
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsinputs_commit_inputs(): number;
|
|
378
460
|
|
|
379
461
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsinputs_contribute_inputs(): number;
|
|
@@ -382,6 +464,10 @@ export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsinputs_try_preservi
|
|
|
382
464
|
|
|
383
465
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsinputstransition_save(): number;
|
|
384
466
|
|
|
467
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsinputstransition_save_async(): number;
|
|
468
|
+
|
|
469
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsoutputs_cancel(): number;
|
|
470
|
+
|
|
385
471
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsoutputs_commit_outputs(): number;
|
|
386
472
|
|
|
387
473
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsoutputs_output_substitution(): number;
|
|
@@ -392,179 +478,193 @@ export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsoutputs_substitute_
|
|
|
392
478
|
|
|
393
479
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsoutputstransition_save(): number;
|
|
394
480
|
|
|
481
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_wantsoutputstransition_save_async(): number;
|
|
482
|
+
|
|
483
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_withreplykey_cancel(): number;
|
|
484
|
+
|
|
395
485
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_withreplykey_create_v2_post_request(): number;
|
|
396
486
|
|
|
397
487
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_withreplykey_process_response(): number;
|
|
398
488
|
|
|
399
489
|
export function ubrn_uniffi_payjoin_ffi_checksum_method_withreplykeytransition_save(): number;
|
|
400
490
|
|
|
401
|
-
export function
|
|
491
|
+
export function ubrn_uniffi_payjoin_ffi_checksum_method_withreplykeytransition_save_async(): number;
|
|
492
|
+
|
|
493
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_addressparseerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
402
494
|
|
|
403
|
-
export function
|
|
495
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_assumeinteractivetransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
404
496
|
|
|
405
|
-
export function
|
|
497
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_buildsendererror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
406
498
|
|
|
407
|
-
export function
|
|
499
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_canbroadcast(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
408
500
|
|
|
409
|
-
export function
|
|
501
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_canceltransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
410
502
|
|
|
411
|
-
export function
|
|
503
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_clientresponse(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
412
504
|
|
|
413
|
-
export function
|
|
505
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_createrequesterror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
414
506
|
|
|
415
|
-
export function
|
|
507
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_encapsulationerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
416
508
|
|
|
417
|
-
export function
|
|
509
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_feerateerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
418
510
|
|
|
419
|
-
export function
|
|
511
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_hasreplyableerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
420
512
|
|
|
421
|
-
export function
|
|
513
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_hasreplyableerrortransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
422
514
|
|
|
423
|
-
export function
|
|
515
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_implementationerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
424
516
|
|
|
425
|
-
export function
|
|
517
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_initialized(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
426
518
|
|
|
427
|
-
export function
|
|
519
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_initializedtransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
428
520
|
|
|
429
|
-
export function
|
|
521
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_initialreceivetransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
430
522
|
|
|
431
|
-
export function
|
|
523
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_initialsendtransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
432
524
|
|
|
433
|
-
export function
|
|
525
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_inputcontributionerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
434
526
|
|
|
435
|
-
export function
|
|
527
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_inputpair(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
436
528
|
|
|
437
|
-
export function
|
|
529
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_intourlerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
438
530
|
|
|
439
|
-
export function
|
|
531
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_isoutputknown(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
440
532
|
|
|
441
|
-
export function
|
|
533
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_isscriptowned(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
442
534
|
|
|
443
|
-
export function
|
|
535
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_jsonreceiversessionpersister(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
444
536
|
|
|
445
|
-
export function
|
|
537
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_jsonreceiversessionpersisterasync(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
446
538
|
|
|
447
|
-
export function
|
|
539
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_jsonreply(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
448
540
|
|
|
449
|
-
export function
|
|
541
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_jsonsendersessionpersister(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
450
542
|
|
|
451
|
-
export function
|
|
543
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_jsonsendersessionpersisterasync(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
452
544
|
|
|
453
|
-
export function
|
|
545
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_maybeinputsowned(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
454
546
|
|
|
455
|
-
export function
|
|
547
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_maybeinputsownedtransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
456
548
|
|
|
457
|
-
export function
|
|
549
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_maybeinputsseen(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
458
550
|
|
|
459
|
-
export function
|
|
551
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_maybeinputsseentransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
460
552
|
|
|
461
|
-
export function
|
|
553
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_monitor(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
462
554
|
|
|
463
|
-
export function
|
|
555
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_monitortransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
464
556
|
|
|
465
|
-
export function
|
|
557
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_ohttperror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
466
558
|
|
|
467
|
-
export function
|
|
559
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_ohttpkeys(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
468
560
|
|
|
469
|
-
export function
|
|
561
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_outputsubstitutionprotocolerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
470
562
|
|
|
471
|
-
export function
|
|
563
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_outputsunknown(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
472
564
|
|
|
473
|
-
export function
|
|
565
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_outputsunknowntransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
474
566
|
|
|
475
|
-
export function
|
|
567
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_payjoinproposal(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
476
568
|
|
|
477
|
-
export function
|
|
569
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_payjoinproposaltransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
478
570
|
|
|
479
|
-
export function
|
|
571
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_pjnotsupported(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
480
572
|
|
|
481
|
-
export function
|
|
573
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_pjparam(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
482
574
|
|
|
483
|
-
export function
|
|
575
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_pjparseerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
484
576
|
|
|
485
|
-
export function
|
|
577
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_pjuri(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
486
578
|
|
|
487
|
-
export function
|
|
579
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_pollingforproposal(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
488
580
|
|
|
489
|
-
export function
|
|
581
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_pollingforproposaltransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
490
582
|
|
|
491
|
-
export function
|
|
583
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_processpsbt(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
492
584
|
|
|
493
|
-
export function
|
|
585
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_protocolerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
494
586
|
|
|
495
|
-
export function
|
|
587
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_provisionalproposal(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
496
588
|
|
|
497
|
-
export function
|
|
589
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_provisionalproposaltransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
498
590
|
|
|
499
|
-
export function
|
|
591
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_psbtinputerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
500
592
|
|
|
501
|
-
export function
|
|
593
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_receiverbuilder(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
502
594
|
|
|
503
|
-
export function
|
|
595
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_receiverreplayerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
504
596
|
|
|
505
|
-
export function
|
|
597
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_receiversessionevent(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
506
598
|
|
|
507
|
-
export function
|
|
599
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_receiversessionhistory(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
508
600
|
|
|
509
|
-
export function
|
|
601
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_receiversessionoutcome(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
510
602
|
|
|
511
|
-
export function
|
|
603
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_receiversessionstatus(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
512
604
|
|
|
513
|
-
export function
|
|
605
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_replayresult(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
514
606
|
|
|
515
|
-
export function
|
|
607
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_selectionerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
516
608
|
|
|
517
|
-
export function
|
|
609
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_senderbuilder(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
518
610
|
|
|
519
|
-
export function
|
|
611
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_sendercanceltransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
520
612
|
|
|
521
|
-
export function
|
|
613
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_senderreplayerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
522
614
|
|
|
523
|
-
export function
|
|
615
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_senderreplayresult(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
524
616
|
|
|
525
|
-
export function
|
|
617
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_sendersessionevent(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
526
618
|
|
|
527
|
-
export function
|
|
619
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_sendersessionhistory(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
528
620
|
|
|
529
|
-
export function
|
|
621
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_sendersessionoutcome(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
530
622
|
|
|
531
|
-
export function
|
|
623
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_sendersessionstatus(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
532
624
|
|
|
533
|
-
export function
|
|
625
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_serdejsonerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
534
626
|
|
|
535
|
-
export function
|
|
627
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_sessionerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
536
628
|
|
|
537
|
-
export function
|
|
629
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_transactionexists(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
538
630
|
|
|
539
|
-
export function
|
|
631
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_uncheckedoriginalpayload(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
540
632
|
|
|
541
|
-
export function
|
|
633
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_uncheckedoriginalpayloadtransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
542
634
|
|
|
543
|
-
export function
|
|
635
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_uri(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
544
636
|
|
|
545
|
-
export function
|
|
637
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_url(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
546
638
|
|
|
547
|
-
export function
|
|
639
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_urlparseerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
548
640
|
|
|
549
|
-
export function
|
|
641
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_v1context(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
550
642
|
|
|
551
|
-
export function
|
|
643
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_validationerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
552
644
|
|
|
553
|
-
export function
|
|
645
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_wantsfeerange(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
554
646
|
|
|
555
|
-
export function
|
|
647
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_wantsfeerangetransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
556
648
|
|
|
557
|
-
export function
|
|
649
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_wantsinputs(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
558
650
|
|
|
559
|
-
export function
|
|
651
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_wantsinputstransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
560
652
|
|
|
561
|
-
export function
|
|
653
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_wantsoutputs(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
654
|
+
|
|
655
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_wantsoutputstransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
656
|
+
|
|
657
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_wellknownerror(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
658
|
+
|
|
659
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_withreplykey(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
660
|
+
|
|
661
|
+
export function ubrn_uniffi_payjoin_ffi_fn_clone_withreplykeytransition(handle: bigint, f_status_: RustCallStatus): bigint;
|
|
562
662
|
|
|
563
663
|
export function ubrn_uniffi_payjoin_ffi_fn_constructor_inputpair_new(txin: Uint8Array, psbtin: Uint8Array, expected_weight: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
564
664
|
|
|
565
665
|
export function ubrn_uniffi_payjoin_ffi_fn_constructor_ohttpkeys_decode(bytes: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
566
666
|
|
|
567
|
-
export function ubrn_uniffi_payjoin_ffi_fn_constructor_receiverbuilder_new(address:
|
|
667
|
+
export function ubrn_uniffi_payjoin_ffi_fn_constructor_receiverbuilder_new(address: Uint8Array, directory: Uint8Array, ohttp_keys: bigint, f_status_: RustCallStatus): bigint;
|
|
568
668
|
|
|
569
669
|
export function ubrn_uniffi_payjoin_ffi_fn_constructor_receiversessionevent_from_json(json: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
570
670
|
|
|
@@ -576,172 +676,184 @@ export function ubrn_uniffi_payjoin_ffi_fn_constructor_uri_parse(uri: Uint8Array
|
|
|
576
676
|
|
|
577
677
|
export function ubrn_uniffi_payjoin_ffi_fn_constructor_url_parse(input: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
578
678
|
|
|
579
|
-
export function
|
|
679
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_addressparseerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
680
|
+
|
|
681
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_assumeinteractivetransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
682
|
+
|
|
683
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_buildsendererror(handle: bigint, f_status_: RustCallStatus): void;
|
|
684
|
+
|
|
685
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_canbroadcast(handle: bigint, f_status_: RustCallStatus): void;
|
|
580
686
|
|
|
581
|
-
export function
|
|
687
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_canceltransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
582
688
|
|
|
583
|
-
export function
|
|
689
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_clientresponse(handle: bigint, f_status_: RustCallStatus): void;
|
|
584
690
|
|
|
585
|
-
export function
|
|
691
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_createrequesterror(handle: bigint, f_status_: RustCallStatus): void;
|
|
586
692
|
|
|
587
|
-
export function
|
|
693
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_encapsulationerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
588
694
|
|
|
589
|
-
export function
|
|
695
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_feerateerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
590
696
|
|
|
591
|
-
export function
|
|
697
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_hasreplyableerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
592
698
|
|
|
593
|
-
export function
|
|
699
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_hasreplyableerrortransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
594
700
|
|
|
595
|
-
export function
|
|
701
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_implementationerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
596
702
|
|
|
597
|
-
export function
|
|
703
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_initialized(handle: bigint, f_status_: RustCallStatus): void;
|
|
598
704
|
|
|
599
|
-
export function
|
|
705
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_initializedtransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
600
706
|
|
|
601
|
-
export function
|
|
707
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_initialreceivetransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
602
708
|
|
|
603
|
-
export function
|
|
709
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_initialsendtransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
604
710
|
|
|
605
|
-
export function
|
|
711
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_inputcontributionerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
606
712
|
|
|
607
|
-
export function
|
|
713
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_inputpair(handle: bigint, f_status_: RustCallStatus): void;
|
|
608
714
|
|
|
609
|
-
export function
|
|
715
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_intourlerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
610
716
|
|
|
611
|
-
export function
|
|
717
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_isoutputknown(handle: bigint, f_status_: RustCallStatus): void;
|
|
612
718
|
|
|
613
|
-
export function
|
|
719
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_isscriptowned(handle: bigint, f_status_: RustCallStatus): void;
|
|
614
720
|
|
|
615
|
-
export function
|
|
721
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_jsonreceiversessionpersister(handle: bigint, f_status_: RustCallStatus): void;
|
|
616
722
|
|
|
617
|
-
export function
|
|
723
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_jsonreceiversessionpersisterasync(handle: bigint, f_status_: RustCallStatus): void;
|
|
618
724
|
|
|
619
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_jsonreply(
|
|
725
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_jsonreply(handle: bigint, f_status_: RustCallStatus): void;
|
|
620
726
|
|
|
621
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_jsonsendersessionpersister(
|
|
727
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_jsonsendersessionpersister(handle: bigint, f_status_: RustCallStatus): void;
|
|
622
728
|
|
|
623
|
-
export function
|
|
729
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_jsonsendersessionpersisterasync(handle: bigint, f_status_: RustCallStatus): void;
|
|
624
730
|
|
|
625
|
-
export function
|
|
731
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_maybeinputsowned(handle: bigint, f_status_: RustCallStatus): void;
|
|
626
732
|
|
|
627
|
-
export function
|
|
733
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_maybeinputsownedtransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
628
734
|
|
|
629
|
-
export function
|
|
735
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_maybeinputsseen(handle: bigint, f_status_: RustCallStatus): void;
|
|
630
736
|
|
|
631
|
-
export function
|
|
737
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_maybeinputsseentransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
632
738
|
|
|
633
|
-
export function
|
|
739
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_monitor(handle: bigint, f_status_: RustCallStatus): void;
|
|
634
740
|
|
|
635
|
-
export function
|
|
741
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_monitortransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
636
742
|
|
|
637
|
-
export function
|
|
743
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_ohttperror(handle: bigint, f_status_: RustCallStatus): void;
|
|
638
744
|
|
|
639
|
-
export function
|
|
745
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_ohttpkeys(handle: bigint, f_status_: RustCallStatus): void;
|
|
640
746
|
|
|
641
|
-
export function
|
|
747
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_outputsubstitutionprotocolerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
642
748
|
|
|
643
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_outputsunknown(
|
|
749
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_outputsunknown(handle: bigint, f_status_: RustCallStatus): void;
|
|
644
750
|
|
|
645
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_outputsunknowntransition(
|
|
751
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_outputsunknowntransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
646
752
|
|
|
647
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_payjoinproposal(
|
|
753
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_payjoinproposal(handle: bigint, f_status_: RustCallStatus): void;
|
|
648
754
|
|
|
649
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_payjoinproposaltransition(
|
|
755
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_payjoinproposaltransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
650
756
|
|
|
651
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_pjnotsupported(
|
|
757
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_pjnotsupported(handle: bigint, f_status_: RustCallStatus): void;
|
|
652
758
|
|
|
653
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_pjparam(
|
|
759
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_pjparam(handle: bigint, f_status_: RustCallStatus): void;
|
|
654
760
|
|
|
655
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_pjparseerror(
|
|
761
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_pjparseerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
656
762
|
|
|
657
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_pjuri(
|
|
763
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_pjuri(handle: bigint, f_status_: RustCallStatus): void;
|
|
658
764
|
|
|
659
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_pollingforproposal(
|
|
765
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_pollingforproposal(handle: bigint, f_status_: RustCallStatus): void;
|
|
660
766
|
|
|
661
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_pollingforproposaltransition(
|
|
767
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_pollingforproposaltransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
662
768
|
|
|
663
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_processpsbt(
|
|
769
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_processpsbt(handle: bigint, f_status_: RustCallStatus): void;
|
|
664
770
|
|
|
665
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_protocolerror(
|
|
771
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_protocolerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
666
772
|
|
|
667
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_provisionalproposal(
|
|
773
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_provisionalproposal(handle: bigint, f_status_: RustCallStatus): void;
|
|
668
774
|
|
|
669
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_provisionalproposaltransition(
|
|
775
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_provisionalproposaltransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
670
776
|
|
|
671
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_psbtinputerror(
|
|
777
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_psbtinputerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
672
778
|
|
|
673
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_receiverbuilder(
|
|
779
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_receiverbuilder(handle: bigint, f_status_: RustCallStatus): void;
|
|
674
780
|
|
|
675
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_receiverreplayerror(
|
|
781
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_receiverreplayerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
676
782
|
|
|
677
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_receiversessionevent(
|
|
783
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_receiversessionevent(handle: bigint, f_status_: RustCallStatus): void;
|
|
678
784
|
|
|
679
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_receiversessionhistory(
|
|
785
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_receiversessionhistory(handle: bigint, f_status_: RustCallStatus): void;
|
|
680
786
|
|
|
681
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_receiversessionoutcome(
|
|
787
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_receiversessionoutcome(handle: bigint, f_status_: RustCallStatus): void;
|
|
682
788
|
|
|
683
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_receiversessionstatus(
|
|
789
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_receiversessionstatus(handle: bigint, f_status_: RustCallStatus): void;
|
|
684
790
|
|
|
685
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_replayresult(
|
|
791
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_replayresult(handle: bigint, f_status_: RustCallStatus): void;
|
|
686
792
|
|
|
687
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_selectionerror(
|
|
793
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_selectionerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
688
794
|
|
|
689
|
-
export function ubrn_uniffi_payjoin_ffi_fn_free_senderbuilder(
|
|
795
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_senderbuilder(handle: bigint, f_status_: RustCallStatus): void;
|
|
690
796
|
|
|
691
|
-
export function
|
|
797
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_sendercanceltransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
692
798
|
|
|
693
|
-
export function
|
|
799
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_senderreplayerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
694
800
|
|
|
695
|
-
export function
|
|
801
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_senderreplayresult(handle: bigint, f_status_: RustCallStatus): void;
|
|
696
802
|
|
|
697
|
-
export function
|
|
803
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_sendersessionevent(handle: bigint, f_status_: RustCallStatus): void;
|
|
698
804
|
|
|
699
|
-
export function
|
|
805
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_sendersessionhistory(handle: bigint, f_status_: RustCallStatus): void;
|
|
700
806
|
|
|
701
|
-
export function
|
|
807
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_sendersessionoutcome(handle: bigint, f_status_: RustCallStatus): void;
|
|
702
808
|
|
|
703
|
-
export function
|
|
809
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_sendersessionstatus(handle: bigint, f_status_: RustCallStatus): void;
|
|
704
810
|
|
|
705
|
-
export function
|
|
811
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_serdejsonerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
706
812
|
|
|
707
|
-
export function
|
|
813
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_sessionerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
708
814
|
|
|
709
|
-
export function
|
|
815
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_transactionexists(handle: bigint, f_status_: RustCallStatus): void;
|
|
710
816
|
|
|
711
|
-
export function
|
|
817
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_uncheckedoriginalpayload(handle: bigint, f_status_: RustCallStatus): void;
|
|
712
818
|
|
|
713
|
-
export function
|
|
819
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_uncheckedoriginalpayloadtransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
714
820
|
|
|
715
|
-
export function
|
|
821
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_uri(handle: bigint, f_status_: RustCallStatus): void;
|
|
716
822
|
|
|
717
|
-
export function
|
|
823
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_url(handle: bigint, f_status_: RustCallStatus): void;
|
|
718
824
|
|
|
719
|
-
export function
|
|
825
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_urlparseerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
720
826
|
|
|
721
|
-
export function
|
|
827
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_v1context(handle: bigint, f_status_: RustCallStatus): void;
|
|
722
828
|
|
|
723
|
-
export function
|
|
829
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_validationerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
724
830
|
|
|
725
|
-
export function
|
|
831
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_wantsfeerange(handle: bigint, f_status_: RustCallStatus): void;
|
|
726
832
|
|
|
727
|
-
export function
|
|
833
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_wantsfeerangetransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
728
834
|
|
|
729
|
-
export function
|
|
835
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_wantsinputs(handle: bigint, f_status_: RustCallStatus): void;
|
|
730
836
|
|
|
731
|
-
export function
|
|
837
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_wantsinputstransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
732
838
|
|
|
733
|
-
export function
|
|
839
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_wantsoutputs(handle: bigint, f_status_: RustCallStatus): void;
|
|
734
840
|
|
|
735
|
-
export function
|
|
841
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_wantsoutputstransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
736
842
|
|
|
737
|
-
export function
|
|
843
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_wellknownerror(handle: bigint, f_status_: RustCallStatus): void;
|
|
738
844
|
|
|
739
|
-
export function
|
|
845
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_withreplykey(handle: bigint, f_status_: RustCallStatus): void;
|
|
846
|
+
|
|
847
|
+
export function ubrn_uniffi_payjoin_ffi_fn_free_withreplykeytransition(handle: bigint, f_status_: RustCallStatus): void;
|
|
740
848
|
|
|
741
849
|
export function ubrn_uniffi_payjoin_ffi_fn_func_replay_receiver_event_log(persister: bigint, f_status_: RustCallStatus): bigint;
|
|
742
850
|
|
|
851
|
+
export function ubrn_uniffi_payjoin_ffi_fn_func_replay_receiver_event_log_async(persister: bigint): bigint;
|
|
852
|
+
|
|
743
853
|
export function ubrn_uniffi_payjoin_ffi_fn_func_replay_sender_event_log(persister: bigint, f_status_: RustCallStatus): bigint;
|
|
744
854
|
|
|
855
|
+
export function ubrn_uniffi_payjoin_ffi_fn_func_replay_sender_event_log_async(persister: bigint): bigint;
|
|
856
|
+
|
|
745
857
|
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_canbroadcast(vtable: any): void;
|
|
746
858
|
|
|
747
859
|
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_isoutputknown(vtable: any): void;
|
|
@@ -750,24 +862,66 @@ export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_isscriptowned(vt
|
|
|
750
862
|
|
|
751
863
|
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_jsonreceiversessionpersister(vtable: any): void;
|
|
752
864
|
|
|
865
|
+
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_jsonreceiversessionpersisterasync(vtable: any): void;
|
|
866
|
+
|
|
753
867
|
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_jsonsendersessionpersister(vtable: any): void;
|
|
754
868
|
|
|
755
|
-
export function
|
|
869
|
+
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_jsonsendersessionpersisterasync(vtable: any): void;
|
|
756
870
|
|
|
757
871
|
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_processpsbt(vtable: any): void;
|
|
758
872
|
|
|
759
873
|
export function ubrn_uniffi_payjoin_ffi_fn_init_callback_vtable_transactionexists(vtable: any): void;
|
|
760
874
|
|
|
875
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_addressparseerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
876
|
+
|
|
877
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_addressparseerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
878
|
+
|
|
761
879
|
export function ubrn_uniffi_payjoin_ffi_fn_method_assumeinteractivetransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
762
880
|
|
|
881
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_assumeinteractivetransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
882
|
+
|
|
883
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_buildsendererror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
884
|
+
|
|
885
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_buildsendererror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
886
|
+
|
|
887
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_buildsendererror_uniffi_trait_eq_eq(ptr: bigint, other: bigint, f_status_: RustCallStatus): number;
|
|
888
|
+
|
|
889
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_buildsendererror_uniffi_trait_eq_ne(ptr: bigint, other: bigint, f_status_: RustCallStatus): number;
|
|
890
|
+
|
|
763
891
|
export function ubrn_uniffi_payjoin_ffi_fn_method_canbroadcast_callback(ptr: bigint, tx: Uint8Array, f_status_: RustCallStatus): number;
|
|
764
892
|
|
|
893
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_canceltransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
894
|
+
|
|
895
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_canceltransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
896
|
+
|
|
897
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_createrequesterror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
898
|
+
|
|
899
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_createrequesterror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
900
|
+
|
|
901
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_encapsulationerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
902
|
+
|
|
903
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_encapsulationerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
904
|
+
|
|
905
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_feerateerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
906
|
+
|
|
907
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_feerateerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
908
|
+
|
|
909
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_hasreplyableerror_cancel(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
910
|
+
|
|
765
911
|
export function ubrn_uniffi_payjoin_ffi_fn_method_hasreplyableerror_create_error_request(ptr: bigint, ohttp_relay: Uint8Array, f_status_: RustCallStatus): Uint8Array;
|
|
766
912
|
|
|
767
913
|
export function ubrn_uniffi_payjoin_ffi_fn_method_hasreplyableerror_process_error_response(ptr: bigint, body: Uint8Array, ohttp_context: bigint, f_status_: RustCallStatus): bigint;
|
|
768
914
|
|
|
769
915
|
export function ubrn_uniffi_payjoin_ffi_fn_method_hasreplyableerrortransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): void;
|
|
770
916
|
|
|
917
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_hasreplyableerrortransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
918
|
+
|
|
919
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_implementationerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
920
|
+
|
|
921
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_implementationerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
922
|
+
|
|
923
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_initialized_cancel(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
924
|
+
|
|
771
925
|
export function ubrn_uniffi_payjoin_ffi_fn_method_initialized_create_poll_request(ptr: bigint, ohttp_relay: Uint8Array, f_status_: RustCallStatus): Uint8Array;
|
|
772
926
|
|
|
773
927
|
export function ubrn_uniffi_payjoin_ffi_fn_method_initialized_pj_uri(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
@@ -776,10 +930,24 @@ export function ubrn_uniffi_payjoin_ffi_fn_method_initialized_process_response(p
|
|
|
776
930
|
|
|
777
931
|
export function ubrn_uniffi_payjoin_ffi_fn_method_initializedtransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
778
932
|
|
|
933
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_initializedtransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
934
|
+
|
|
779
935
|
export function ubrn_uniffi_payjoin_ffi_fn_method_initialreceivetransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
780
936
|
|
|
937
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_initialreceivetransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
938
|
+
|
|
781
939
|
export function ubrn_uniffi_payjoin_ffi_fn_method_initialsendtransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
782
940
|
|
|
941
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_initialsendtransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
942
|
+
|
|
943
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_inputcontributionerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
944
|
+
|
|
945
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_inputcontributionerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
946
|
+
|
|
947
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_intourlerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
948
|
+
|
|
949
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_intourlerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
950
|
+
|
|
783
951
|
export function ubrn_uniffi_payjoin_ffi_fn_method_isoutputknown_callback(ptr: bigint, outpoint: Uint8Array, f_status_: RustCallStatus): number;
|
|
784
952
|
|
|
785
953
|
export function ubrn_uniffi_payjoin_ffi_fn_method_isscriptowned_callback(ptr: bigint, script: Uint8Array, f_status_: RustCallStatus): number;
|
|
@@ -790,32 +958,74 @@ export function ubrn_uniffi_payjoin_ffi_fn_method_jsonreceiversessionpersister_l
|
|
|
790
958
|
|
|
791
959
|
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonreceiversessionpersister_save(ptr: bigint, event: Uint8Array, f_status_: RustCallStatus): void;
|
|
792
960
|
|
|
961
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonreceiversessionpersisterasync_close(ptr: bigint): bigint;
|
|
962
|
+
|
|
963
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonreceiversessionpersisterasync_load(ptr: bigint): bigint;
|
|
964
|
+
|
|
965
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonreceiversessionpersisterasync_save(ptr: bigint, event: Uint8Array): bigint;
|
|
966
|
+
|
|
967
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonreply_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
968
|
+
|
|
969
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonreply_uniffi_trait_eq_eq(ptr: bigint, other: bigint, f_status_: RustCallStatus): number;
|
|
970
|
+
|
|
971
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonreply_uniffi_trait_eq_ne(ptr: bigint, other: bigint, f_status_: RustCallStatus): number;
|
|
972
|
+
|
|
793
973
|
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonsendersessionpersister_close(ptr: bigint, f_status_: RustCallStatus): void;
|
|
794
974
|
|
|
795
975
|
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonsendersessionpersister_load(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
796
976
|
|
|
797
977
|
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonsendersessionpersister_save(ptr: bigint, event: Uint8Array, f_status_: RustCallStatus): void;
|
|
798
978
|
|
|
979
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonsendersessionpersisterasync_close(ptr: bigint): bigint;
|
|
980
|
+
|
|
981
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonsendersessionpersisterasync_load(ptr: bigint): bigint;
|
|
982
|
+
|
|
983
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_jsonsendersessionpersisterasync_save(ptr: bigint, event: Uint8Array): bigint;
|
|
984
|
+
|
|
985
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_maybeinputsowned_cancel(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
986
|
+
|
|
799
987
|
export function ubrn_uniffi_payjoin_ffi_fn_method_maybeinputsowned_check_inputs_not_owned(ptr: bigint, is_owned: bigint, f_status_: RustCallStatus): bigint;
|
|
800
988
|
|
|
801
989
|
export function ubrn_uniffi_payjoin_ffi_fn_method_maybeinputsowned_extract_tx_to_schedule_broadcast(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
802
990
|
|
|
803
991
|
export function ubrn_uniffi_payjoin_ffi_fn_method_maybeinputsownedtransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
804
992
|
|
|
993
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_maybeinputsownedtransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
994
|
+
|
|
995
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_maybeinputsseen_cancel(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
996
|
+
|
|
805
997
|
export function ubrn_uniffi_payjoin_ffi_fn_method_maybeinputsseen_check_no_inputs_seen_before(ptr: bigint, is_known: bigint, f_status_: RustCallStatus): bigint;
|
|
806
998
|
|
|
807
999
|
export function ubrn_uniffi_payjoin_ffi_fn_method_maybeinputsseentransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
808
1000
|
|
|
809
|
-
export function
|
|
1001
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_maybeinputsseentransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
1002
|
+
|
|
1003
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_monitor_cancel(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
1004
|
+
|
|
1005
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_monitor_monitor(ptr: bigint, transaction_exists: bigint, f_status_: RustCallStatus): bigint;
|
|
810
1006
|
|
|
811
1007
|
export function ubrn_uniffi_payjoin_ffi_fn_method_monitortransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): void;
|
|
812
1008
|
|
|
813
|
-
export function
|
|
1009
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_monitortransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
1010
|
+
|
|
1011
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_ohttperror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1012
|
+
|
|
1013
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_ohttperror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1014
|
+
|
|
1015
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_outputsubstitutionprotocolerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1016
|
+
|
|
1017
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_outputsubstitutionprotocolerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1018
|
+
|
|
1019
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_outputsunknown_cancel(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
814
1020
|
|
|
815
1021
|
export function ubrn_uniffi_payjoin_ffi_fn_method_outputsunknown_identify_receiver_outputs(ptr: bigint, is_receiver_output: bigint, f_status_: RustCallStatus): bigint;
|
|
816
1022
|
|
|
817
1023
|
export function ubrn_uniffi_payjoin_ffi_fn_method_outputsunknowntransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
818
1024
|
|
|
1025
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_outputsunknowntransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
1026
|
+
|
|
1027
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_payjoinproposal_cancel(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
1028
|
+
|
|
819
1029
|
export function ubrn_uniffi_payjoin_ffi_fn_method_payjoinproposal_create_post_request(ptr: bigint, ohttp_relay: Uint8Array, f_status_: RustCallStatus): Uint8Array;
|
|
820
1030
|
|
|
821
1031
|
export function ubrn_uniffi_payjoin_ffi_fn_method_payjoinproposal_process_response(ptr: bigint, body: Uint8Array, ohttp_context: bigint, f_status_: RustCallStatus): bigint;
|
|
@@ -826,6 +1036,24 @@ export function ubrn_uniffi_payjoin_ffi_fn_method_payjoinproposal_utxos_to_be_lo
|
|
|
826
1036
|
|
|
827
1037
|
export function ubrn_uniffi_payjoin_ffi_fn_method_payjoinproposaltransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
828
1038
|
|
|
1039
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_payjoinproposaltransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
1040
|
+
|
|
1041
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pjnotsupported_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1042
|
+
|
|
1043
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pjnotsupported_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1044
|
+
|
|
1045
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pjnotsupported_uniffi_trait_eq_eq(ptr: bigint, other: bigint, f_status_: RustCallStatus): number;
|
|
1046
|
+
|
|
1047
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pjnotsupported_uniffi_trait_eq_ne(ptr: bigint, other: bigint, f_status_: RustCallStatus): number;
|
|
1048
|
+
|
|
1049
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pjparseerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1050
|
+
|
|
1051
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pjparseerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1052
|
+
|
|
1053
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pjparseerror_uniffi_trait_eq_eq(ptr: bigint, other: bigint, f_status_: RustCallStatus): number;
|
|
1054
|
+
|
|
1055
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pjparseerror_uniffi_trait_eq_ne(ptr: bigint, other: bigint, f_status_: RustCallStatus): number;
|
|
1056
|
+
|
|
829
1057
|
export function ubrn_uniffi_payjoin_ffi_fn_method_pjuri_address(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
830
1058
|
|
|
831
1059
|
export function ubrn_uniffi_payjoin_ffi_fn_method_pjuri_amount_sats(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
@@ -836,20 +1064,36 @@ export function ubrn_uniffi_payjoin_ffi_fn_method_pjuri_pj_endpoint(ptr: bigint,
|
|
|
836
1064
|
|
|
837
1065
|
export function ubrn_uniffi_payjoin_ffi_fn_method_pjuri_set_amount_sats(ptr: bigint, amount_sats: bigint, f_status_: RustCallStatus): bigint;
|
|
838
1066
|
|
|
1067
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pollingforproposal_cancel(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
1068
|
+
|
|
839
1069
|
export function ubrn_uniffi_payjoin_ffi_fn_method_pollingforproposal_create_poll_request(ptr: bigint, ohttp_relay: Uint8Array, f_status_: RustCallStatus): Uint8Array;
|
|
840
1070
|
|
|
841
1071
|
export function ubrn_uniffi_payjoin_ffi_fn_method_pollingforproposal_process_response(ptr: bigint, response: Uint8Array, ohttp_ctx: bigint, f_status_: RustCallStatus): bigint;
|
|
842
1072
|
|
|
843
1073
|
export function ubrn_uniffi_payjoin_ffi_fn_method_pollingforproposaltransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
844
1074
|
|
|
1075
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_pollingforproposaltransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
1076
|
+
|
|
845
1077
|
export function ubrn_uniffi_payjoin_ffi_fn_method_processpsbt_callback(ptr: bigint, psbt: Uint8Array, f_status_: RustCallStatus): Uint8Array;
|
|
846
1078
|
|
|
1079
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_protocolerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1080
|
+
|
|
1081
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_protocolerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1082
|
+
|
|
1083
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_provisionalproposal_cancel(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
1084
|
+
|
|
847
1085
|
export function ubrn_uniffi_payjoin_ffi_fn_method_provisionalproposal_finalize_proposal(ptr: bigint, process_psbt: bigint, f_status_: RustCallStatus): bigint;
|
|
848
1086
|
|
|
849
|
-
export function ubrn_uniffi_payjoin_ffi_fn_method_provisionalproposal_psbt_to_sign(ptr: bigint, f_status_: RustCallStatus):
|
|
1087
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_provisionalproposal_psbt_to_sign(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
850
1088
|
|
|
851
1089
|
export function ubrn_uniffi_payjoin_ffi_fn_method_provisionalproposaltransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
852
1090
|
|
|
1091
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_provisionalproposaltransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
1092
|
+
|
|
1093
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_psbtinputerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1094
|
+
|
|
1095
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_psbtinputerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1096
|
+
|
|
853
1097
|
export function ubrn_uniffi_payjoin_ffi_fn_method_receiverbuilder_build(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
854
1098
|
|
|
855
1099
|
export function ubrn_uniffi_payjoin_ffi_fn_method_receiverbuilder_with_amount(ptr: bigint, amount_sats: bigint, f_status_: RustCallStatus): bigint;
|
|
@@ -858,6 +1102,10 @@ export function ubrn_uniffi_payjoin_ffi_fn_method_receiverbuilder_with_expiratio
|
|
|
858
1102
|
|
|
859
1103
|
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;
|
|
860
1104
|
|
|
1105
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_receiverreplayerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1106
|
+
|
|
1107
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_receiverreplayerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1108
|
+
|
|
861
1109
|
export function ubrn_uniffi_payjoin_ffi_fn_method_receiversessionevent_to_json(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
862
1110
|
|
|
863
1111
|
export function ubrn_uniffi_payjoin_ffi_fn_method_receiversessionhistory_fallback_tx(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
@@ -870,6 +1118,10 @@ export function ubrn_uniffi_payjoin_ffi_fn_method_replayresult_session_history(p
|
|
|
870
1118
|
|
|
871
1119
|
export function ubrn_uniffi_payjoin_ffi_fn_method_replayresult_state(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
872
1120
|
|
|
1121
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_selectionerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1122
|
+
|
|
1123
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_selectionerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1124
|
+
|
|
873
1125
|
export function ubrn_uniffi_payjoin_ffi_fn_method_senderbuilder_always_disable_output_substitution(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
874
1126
|
|
|
875
1127
|
export function ubrn_uniffi_payjoin_ffi_fn_method_senderbuilder_build_non_incentivizing(ptr: bigint, min_fee_rate: bigint, f_status_: RustCallStatus): bigint;
|
|
@@ -878,26 +1130,54 @@ export function ubrn_uniffi_payjoin_ffi_fn_method_senderbuilder_build_recommende
|
|
|
878
1130
|
|
|
879
1131
|
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;
|
|
880
1132
|
|
|
1133
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sendercanceltransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1134
|
+
|
|
1135
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sendercanceltransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
1136
|
+
|
|
1137
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_senderreplayerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1138
|
+
|
|
1139
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_senderreplayerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1140
|
+
|
|
881
1141
|
export function ubrn_uniffi_payjoin_ffi_fn_method_senderreplayresult_session_history(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
882
1142
|
|
|
883
1143
|
export function ubrn_uniffi_payjoin_ffi_fn_method_senderreplayresult_state(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
884
1144
|
|
|
885
1145
|
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionevent_to_json(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
886
1146
|
|
|
887
|
-
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionhistory_fallback_tx(ptr: bigint, f_status_: RustCallStatus):
|
|
1147
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionhistory_fallback_tx(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
888
1148
|
|
|
889
1149
|
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionhistory_pj_param(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
890
1150
|
|
|
891
1151
|
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionhistory_status(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
892
1152
|
|
|
1153
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionoutcome_is_cancelled(ptr: bigint, f_status_: RustCallStatus): number;
|
|
1154
|
+
|
|
1155
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionoutcome_is_failure(ptr: bigint, f_status_: RustCallStatus): number;
|
|
1156
|
+
|
|
1157
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionoutcome_is_success(ptr: bigint, f_status_: RustCallStatus): number;
|
|
1158
|
+
|
|
1159
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sendersessionoutcome_success_psbt_base64(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1160
|
+
|
|
1161
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_serdejsonerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1162
|
+
|
|
1163
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_serdejsonerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1164
|
+
|
|
1165
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sessionerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1166
|
+
|
|
1167
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_sessionerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1168
|
+
|
|
893
1169
|
export function ubrn_uniffi_payjoin_ffi_fn_method_transactionexists_callback(ptr: bigint, txid: Uint8Array, f_status_: RustCallStatus): Uint8Array;
|
|
894
1170
|
|
|
895
1171
|
export function ubrn_uniffi_payjoin_ffi_fn_method_uncheckedoriginalpayload_assume_interactive_receiver(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
896
1172
|
|
|
1173
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_uncheckedoriginalpayload_cancel(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
1174
|
+
|
|
897
1175
|
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;
|
|
898
1176
|
|
|
899
1177
|
export function ubrn_uniffi_payjoin_ffi_fn_method_uncheckedoriginalpayloadtransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
900
1178
|
|
|
1179
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_uncheckedoriginalpayloadtransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
1180
|
+
|
|
901
1181
|
export function ubrn_uniffi_payjoin_ffi_fn_method_uri_address(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
902
1182
|
|
|
903
1183
|
export function ubrn_uniffi_payjoin_ffi_fn_method_uri_amount_sats(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
@@ -914,12 +1194,26 @@ export function ubrn_uniffi_payjoin_ffi_fn_method_url_as_string(ptr: bigint, f_s
|
|
|
914
1194
|
|
|
915
1195
|
export function ubrn_uniffi_payjoin_ffi_fn_method_url_query(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
916
1196
|
|
|
1197
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_urlparseerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1198
|
+
|
|
1199
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_urlparseerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1200
|
+
|
|
917
1201
|
export function ubrn_uniffi_payjoin_ffi_fn_method_v1context_process_response(ptr: bigint, response: Uint8Array, f_status_: RustCallStatus): Uint8Array;
|
|
918
1202
|
|
|
1203
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_validationerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1204
|
+
|
|
1205
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_validationerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1206
|
+
|
|
919
1207
|
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;
|
|
920
1208
|
|
|
1209
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsfeerange_cancel(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
1210
|
+
|
|
921
1211
|
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsfeerangetransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
922
1212
|
|
|
1213
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsfeerangetransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
1214
|
+
|
|
1215
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsinputs_cancel(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
1216
|
+
|
|
923
1217
|
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsinputs_commit_inputs(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
924
1218
|
|
|
925
1219
|
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsinputs_contribute_inputs(ptr: bigint, replacement_inputs: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
@@ -928,18 +1222,32 @@ export function ubrn_uniffi_payjoin_ffi_fn_method_wantsinputs_try_preserving_pri
|
|
|
928
1222
|
|
|
929
1223
|
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsinputstransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
930
1224
|
|
|
1225
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsinputstransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
1226
|
+
|
|
1227
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsoutputs_cancel(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
1228
|
+
|
|
931
1229
|
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsoutputs_commit_outputs(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
932
1230
|
|
|
933
1231
|
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsoutputs_output_substitution(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
934
1232
|
|
|
935
|
-
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsoutputs_replace_receiver_outputs(ptr: bigint, replacement_outputs: Uint8Array,
|
|
1233
|
+
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;
|
|
936
1234
|
|
|
937
|
-
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsoutputs_substitute_receiver_script(ptr: bigint,
|
|
1235
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsoutputs_substitute_receiver_script(ptr: bigint, output_script_pubkey: Uint8Array, f_status_: RustCallStatus): bigint;
|
|
938
1236
|
|
|
939
1237
|
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsoutputstransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
940
1238
|
|
|
1239
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wantsoutputstransition_save_async(ptr: bigint, persister: bigint): bigint;
|
|
1240
|
+
|
|
1241
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wellknownerror_uniffi_trait_debug(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1242
|
+
|
|
1243
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_wellknownerror_uniffi_trait_display(ptr: bigint, f_status_: RustCallStatus): Uint8Array;
|
|
1244
|
+
|
|
1245
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_withreplykey_cancel(ptr: bigint, f_status_: RustCallStatus): bigint;
|
|
1246
|
+
|
|
941
1247
|
export function ubrn_uniffi_payjoin_ffi_fn_method_withreplykey_create_v2_post_request(ptr: bigint, ohttp_relay: Uint8Array, f_status_: RustCallStatus): Uint8Array;
|
|
942
1248
|
|
|
943
1249
|
export function ubrn_uniffi_payjoin_ffi_fn_method_withreplykey_process_response(ptr: bigint, response: Uint8Array, post_ctx: bigint, f_status_: RustCallStatus): bigint;
|
|
944
1250
|
|
|
945
1251
|
export function ubrn_uniffi_payjoin_ffi_fn_method_withreplykeytransition_save(ptr: bigint, persister: bigint, f_status_: RustCallStatus): bigint;
|
|
1252
|
+
|
|
1253
|
+
export function ubrn_uniffi_payjoin_ffi_fn_method_withreplykeytransition_save_async(ptr: bigint, persister: bigint): bigint;
|