Update auto-generated bindings
[ldk-java] / src / main / jni / org_ldk_impl_bindings.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_ldk_impl_bindings */
4
5 #ifndef _Included_org_ldk_impl_bindings
6 #define _Included_org_ldk_impl_bindings
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     org_ldk_impl_bindings
12  * Method:    init
13  * Signature: (Ljava/lang/Class;Ljava/lang/Class;)V
14  */
15 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_init
16   (JNIEnv *, jclass, jclass, jclass);
17
18 /*
19  * Class:     org_ldk_impl_bindings
20  * Method:    init_class_cache
21  * Signature: ()V
22  */
23 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_init_1class_1cache
24   (JNIEnv *, jclass);
25
26 /*
27  * Class:     org_ldk_impl_bindings
28  * Method:    deref_bool
29  * Signature: (J)Z
30  */
31 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_deref_1bool
32   (JNIEnv *, jclass, jlong);
33
34 /*
35  * Class:     org_ldk_impl_bindings
36  * Method:    deref_long
37  * Signature: (J)J
38  */
39 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_deref_1long
40   (JNIEnv *, jclass, jlong);
41
42 /*
43  * Class:     org_ldk_impl_bindings
44  * Method:    free_heap_ptr
45  * Signature: (J)V
46  */
47 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_free_1heap_1ptr
48   (JNIEnv *, jclass, jlong);
49
50 /*
51  * Class:     org_ldk_impl_bindings
52  * Method:    read_bytes
53  * Signature: (JJ)[B
54  */
55 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_read_1bytes
56   (JNIEnv *, jclass, jlong, jlong);
57
58 /*
59  * Class:     org_ldk_impl_bindings
60  * Method:    get_u8_slice_bytes
61  * Signature: (J)[B
62  */
63 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_get_1u8_1slice_1bytes
64   (JNIEnv *, jclass, jlong);
65
66 /*
67  * Class:     org_ldk_impl_bindings
68  * Method:    bytes_to_u8_vec
69  * Signature: ([B)J
70  */
71 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_bytes_1to_1u8_1vec
72   (JNIEnv *, jclass, jbyteArray);
73
74 /*
75  * Class:     org_ldk_impl_bindings
76  * Method:    new_txpointer_copy_data
77  * Signature: ([B)J
78  */
79 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_new_1txpointer_1copy_1data
80   (JNIEnv *, jclass, jbyteArray);
81
82 /*
83  * Class:     org_ldk_impl_bindings
84  * Method:    txpointer_free
85  * Signature: (J)V
86  */
87 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_txpointer_1free
88   (JNIEnv *, jclass, jlong);
89
90 /*
91  * Class:     org_ldk_impl_bindings
92  * Method:    txpointer_get_buffer
93  * Signature: (J)[B
94  */
95 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_txpointer_1get_1buffer
96   (JNIEnv *, jclass, jlong);
97
98 /*
99  * Class:     org_ldk_impl_bindings
100  * Method:    vec_slice_len
101  * Signature: (J)J
102  */
103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_vec_1slice_1len
104   (JNIEnv *, jclass, jlong);
105
106 /*
107  * Class:     org_ldk_impl_bindings
108  * Method:    new_empty_slice_vec
109  * Signature: ()J
110  */
111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_new_1empty_1slice_1vec
112   (JNIEnv *, jclass);
113
114 /*
115  * Class:     org_ldk_impl_bindings
116  * Method:    LDKCVec_u8Z_new
117  * Signature: ([B)J
118  */
119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1u8Z_1new
120   (JNIEnv *, jclass, jbyteArray);
121
122 /*
123  * Class:     org_ldk_impl_bindings
124  * Method:    LDKCResult_SecretKeyErrorZ_result_ok
125  * Signature: (J)Z
126  */
127 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SecretKeyErrorZ_1result_1ok
128   (JNIEnv *, jclass, jlong);
129
130 /*
131  * Class:     org_ldk_impl_bindings
132  * Method:    LDKCResult_SecretKeyErrorZ_get_ok
133  * Signature: (J)[B
134  */
135 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SecretKeyErrorZ_1get_1ok
136   (JNIEnv *, jclass, jlong);
137
138 /*
139  * Class:     org_ldk_impl_bindings
140  * Method:    LDKCResult_SecretKeyErrorZ_get_err
141  * Signature: (J)Lorg/ldk/enums/LDKSecp256k1Error;
142  */
143 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SecretKeyErrorZ_1get_1err
144   (JNIEnv *, jclass, jlong);
145
146 /*
147  * Class:     org_ldk_impl_bindings
148  * Method:    LDKCResult_PublicKeyErrorZ_result_ok
149  * Signature: (J)Z
150  */
151 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PublicKeyErrorZ_1result_1ok
152   (JNIEnv *, jclass, jlong);
153
154 /*
155  * Class:     org_ldk_impl_bindings
156  * Method:    LDKCResult_PublicKeyErrorZ_get_ok
157  * Signature: (J)[B
158  */
159 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PublicKeyErrorZ_1get_1ok
160   (JNIEnv *, jclass, jlong);
161
162 /*
163  * Class:     org_ldk_impl_bindings
164  * Method:    LDKCResult_PublicKeyErrorZ_get_err
165  * Signature: (J)Lorg/ldk/enums/LDKSecp256k1Error;
166  */
167 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PublicKeyErrorZ_1get_1err
168   (JNIEnv *, jclass, jlong);
169
170 /*
171  * Class:     org_ldk_impl_bindings
172  * Method:    LDKCResult_TxCreationKeysDecodeErrorZ_result_ok
173  * Signature: (J)Z
174  */
175 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxCreationKeysDecodeErrorZ_1result_1ok
176   (JNIEnv *, jclass, jlong);
177
178 /*
179  * Class:     org_ldk_impl_bindings
180  * Method:    LDKCResult_TxCreationKeysDecodeErrorZ_get_ok
181  * Signature: (J)J
182  */
183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxCreationKeysDecodeErrorZ_1get_1ok
184   (JNIEnv *, jclass, jlong);
185
186 /*
187  * Class:     org_ldk_impl_bindings
188  * Method:    LDKCResult_TxCreationKeysDecodeErrorZ_get_err
189  * Signature: (J)J
190  */
191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxCreationKeysDecodeErrorZ_1get_1err
192   (JNIEnv *, jclass, jlong);
193
194 /*
195  * Class:     org_ldk_impl_bindings
196  * Method:    LDKCResult_ChannelPublicKeysDecodeErrorZ_result_ok
197  * Signature: (J)Z
198  */
199 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelPublicKeysDecodeErrorZ_1result_1ok
200   (JNIEnv *, jclass, jlong);
201
202 /*
203  * Class:     org_ldk_impl_bindings
204  * Method:    LDKCResult_ChannelPublicKeysDecodeErrorZ_get_ok
205  * Signature: (J)J
206  */
207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelPublicKeysDecodeErrorZ_1get_1ok
208   (JNIEnv *, jclass, jlong);
209
210 /*
211  * Class:     org_ldk_impl_bindings
212  * Method:    LDKCResult_ChannelPublicKeysDecodeErrorZ_get_err
213  * Signature: (J)J
214  */
215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelPublicKeysDecodeErrorZ_1get_1err
216   (JNIEnv *, jclass, jlong);
217
218 /*
219  * Class:     org_ldk_impl_bindings
220  * Method:    LDKCResult_TxCreationKeysErrorZ_result_ok
221  * Signature: (J)Z
222  */
223 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxCreationKeysErrorZ_1result_1ok
224   (JNIEnv *, jclass, jlong);
225
226 /*
227  * Class:     org_ldk_impl_bindings
228  * Method:    LDKCResult_TxCreationKeysErrorZ_get_ok
229  * Signature: (J)J
230  */
231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxCreationKeysErrorZ_1get_1ok
232   (JNIEnv *, jclass, jlong);
233
234 /*
235  * Class:     org_ldk_impl_bindings
236  * Method:    LDKCResult_TxCreationKeysErrorZ_get_err
237  * Signature: (J)Lorg/ldk/enums/LDKSecp256k1Error;
238  */
239 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxCreationKeysErrorZ_1get_1err
240   (JNIEnv *, jclass, jlong);
241
242 /*
243  * Class:     org_ldk_impl_bindings
244  * Method:    LDKCOption_u32Z_ref_from_ptr
245  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_u32Z;
246  */
247 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1u32Z_1ref_1from_1ptr
248   (JNIEnv *, jclass, jlong);
249
250 /*
251  * Class:     org_ldk_impl_bindings
252  * Method:    LDKCResult_HTLCOutputInCommitmentDecodeErrorZ_result_ok
253  * Signature: (J)Z
254  */
255 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HTLCOutputInCommitmentDecodeErrorZ_1result_1ok
256   (JNIEnv *, jclass, jlong);
257
258 /*
259  * Class:     org_ldk_impl_bindings
260  * Method:    LDKCResult_HTLCOutputInCommitmentDecodeErrorZ_get_ok
261  * Signature: (J)J
262  */
263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HTLCOutputInCommitmentDecodeErrorZ_1get_1ok
264   (JNIEnv *, jclass, jlong);
265
266 /*
267  * Class:     org_ldk_impl_bindings
268  * Method:    LDKCResult_HTLCOutputInCommitmentDecodeErrorZ_get_err
269  * Signature: (J)J
270  */
271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HTLCOutputInCommitmentDecodeErrorZ_1get_1err
272   (JNIEnv *, jclass, jlong);
273
274 /*
275  * Class:     org_ldk_impl_bindings
276  * Method:    LDKCResult_CounterpartyChannelTransactionParametersDecodeErrorZ_result_ok
277  * Signature: (J)Z
278  */
279 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1result_1ok
280   (JNIEnv *, jclass, jlong);
281
282 /*
283  * Class:     org_ldk_impl_bindings
284  * Method:    LDKCResult_CounterpartyChannelTransactionParametersDecodeErrorZ_get_ok
285  * Signature: (J)J
286  */
287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1get_1ok
288   (JNIEnv *, jclass, jlong);
289
290 /*
291  * Class:     org_ldk_impl_bindings
292  * Method:    LDKCResult_CounterpartyChannelTransactionParametersDecodeErrorZ_get_err
293  * Signature: (J)J
294  */
295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1get_1err
296   (JNIEnv *, jclass, jlong);
297
298 /*
299  * Class:     org_ldk_impl_bindings
300  * Method:    LDKCResult_ChannelTransactionParametersDecodeErrorZ_result_ok
301  * Signature: (J)Z
302  */
303 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelTransactionParametersDecodeErrorZ_1result_1ok
304   (JNIEnv *, jclass, jlong);
305
306 /*
307  * Class:     org_ldk_impl_bindings
308  * Method:    LDKCResult_ChannelTransactionParametersDecodeErrorZ_get_ok
309  * Signature: (J)J
310  */
311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelTransactionParametersDecodeErrorZ_1get_1ok
312   (JNIEnv *, jclass, jlong);
313
314 /*
315  * Class:     org_ldk_impl_bindings
316  * Method:    LDKCResult_ChannelTransactionParametersDecodeErrorZ_get_err
317  * Signature: (J)J
318  */
319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelTransactionParametersDecodeErrorZ_1get_1err
320   (JNIEnv *, jclass, jlong);
321
322 /*
323  * Class:     org_ldk_impl_bindings
324  * Method:    LDKCResult_HolderCommitmentTransactionDecodeErrorZ_result_ok
325  * Signature: (J)Z
326  */
327 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HolderCommitmentTransactionDecodeErrorZ_1result_1ok
328   (JNIEnv *, jclass, jlong);
329
330 /*
331  * Class:     org_ldk_impl_bindings
332  * Method:    LDKCResult_HolderCommitmentTransactionDecodeErrorZ_get_ok
333  * Signature: (J)J
334  */
335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HolderCommitmentTransactionDecodeErrorZ_1get_1ok
336   (JNIEnv *, jclass, jlong);
337
338 /*
339  * Class:     org_ldk_impl_bindings
340  * Method:    LDKCResult_HolderCommitmentTransactionDecodeErrorZ_get_err
341  * Signature: (J)J
342  */
343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HolderCommitmentTransactionDecodeErrorZ_1get_1err
344   (JNIEnv *, jclass, jlong);
345
346 /*
347  * Class:     org_ldk_impl_bindings
348  * Method:    LDKCResult_BuiltCommitmentTransactionDecodeErrorZ_result_ok
349  * Signature: (J)Z
350  */
351 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1BuiltCommitmentTransactionDecodeErrorZ_1result_1ok
352   (JNIEnv *, jclass, jlong);
353
354 /*
355  * Class:     org_ldk_impl_bindings
356  * Method:    LDKCResult_BuiltCommitmentTransactionDecodeErrorZ_get_ok
357  * Signature: (J)J
358  */
359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1BuiltCommitmentTransactionDecodeErrorZ_1get_1ok
360   (JNIEnv *, jclass, jlong);
361
362 /*
363  * Class:     org_ldk_impl_bindings
364  * Method:    LDKCResult_BuiltCommitmentTransactionDecodeErrorZ_get_err
365  * Signature: (J)J
366  */
367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1BuiltCommitmentTransactionDecodeErrorZ_1get_1err
368   (JNIEnv *, jclass, jlong);
369
370 /*
371  * Class:     org_ldk_impl_bindings
372  * Method:    LDKCResult_CommitmentTransactionDecodeErrorZ_result_ok
373  * Signature: (J)Z
374  */
375 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CommitmentTransactionDecodeErrorZ_1result_1ok
376   (JNIEnv *, jclass, jlong);
377
378 /*
379  * Class:     org_ldk_impl_bindings
380  * Method:    LDKCResult_CommitmentTransactionDecodeErrorZ_get_ok
381  * Signature: (J)J
382  */
383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CommitmentTransactionDecodeErrorZ_1get_1ok
384   (JNIEnv *, jclass, jlong);
385
386 /*
387  * Class:     org_ldk_impl_bindings
388  * Method:    LDKCResult_CommitmentTransactionDecodeErrorZ_get_err
389  * Signature: (J)J
390  */
391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CommitmentTransactionDecodeErrorZ_1get_1err
392   (JNIEnv *, jclass, jlong);
393
394 /*
395  * Class:     org_ldk_impl_bindings
396  * Method:    LDKCResult_TrustedCommitmentTransactionNoneZ_result_ok
397  * Signature: (J)Z
398  */
399 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TrustedCommitmentTransactionNoneZ_1result_1ok
400   (JNIEnv *, jclass, jlong);
401
402 /*
403  * Class:     org_ldk_impl_bindings
404  * Method:    LDKCResult_TrustedCommitmentTransactionNoneZ_get_ok
405  * Signature: (J)J
406  */
407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TrustedCommitmentTransactionNoneZ_1get_1ok
408   (JNIEnv *, jclass, jlong);
409
410 /*
411  * Class:     org_ldk_impl_bindings
412  * Method:    LDKCResult_TrustedCommitmentTransactionNoneZ_get_err
413  * Signature: (J)V
414  */
415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TrustedCommitmentTransactionNoneZ_1get_1err
416   (JNIEnv *, jclass, jlong);
417
418 /*
419  * Class:     org_ldk_impl_bindings
420  * Method:    LDKCResult_CVec_SignatureZNoneZ_result_ok
421  * Signature: (J)Z
422  */
423 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1SignatureZNoneZ_1result_1ok
424   (JNIEnv *, jclass, jlong);
425
426 /*
427  * Class:     org_ldk_impl_bindings
428  * Method:    LDKCResult_CVec_SignatureZNoneZ_get_ok
429  * Signature: (J)[[B
430  */
431 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1SignatureZNoneZ_1get_1ok
432   (JNIEnv *, jclass, jlong);
433
434 /*
435  * Class:     org_ldk_impl_bindings
436  * Method:    LDKCResult_CVec_SignatureZNoneZ_get_err
437  * Signature: (J)V
438  */
439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1SignatureZNoneZ_1get_1err
440   (JNIEnv *, jclass, jlong);
441
442 /*
443  * Class:     org_ldk_impl_bindings
444  * Method:    LDKErrorAction_ref_from_ptr
445  * Signature: (J)Lorg/ldk/impl/bindings/LDKErrorAction;
446  */
447 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKErrorAction_1ref_1from_1ptr
448   (JNIEnv *, jclass, jlong);
449
450 /*
451  * Class:     org_ldk_impl_bindings
452  * Method:    LDKHTLCFailChannelUpdate_ref_from_ptr
453  * Signature: (J)Lorg/ldk/impl/bindings/LDKHTLCFailChannelUpdate;
454  */
455 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKHTLCFailChannelUpdate_1ref_1from_1ptr
456   (JNIEnv *, jclass, jlong);
457
458 /*
459  * Class:     org_ldk_impl_bindings
460  * Method:    LDKMessageSendEvent_ref_from_ptr
461  * Signature: (J)Lorg/ldk/impl/bindings/LDKMessageSendEvent;
462  */
463 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKMessageSendEvent_1ref_1from_1ptr
464   (JNIEnv *, jclass, jlong);
465
466 /*
467  * Class:     org_ldk_impl_bindings
468  * Method:    LDKCVec_MessageSendEventZ_new
469  * Signature: ([J)J
470  */
471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1MessageSendEventZ_1new
472   (JNIEnv *, jclass, jlongArray);
473
474 /*
475  * Class:     org_ldk_impl_bindings
476  * Method:    LDKCResult_boolLightningErrorZ_result_ok
477  * Signature: (J)Z
478  */
479 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolLightningErrorZ_1result_1ok
480   (JNIEnv *, jclass, jlong);
481
482 /*
483  * Class:     org_ldk_impl_bindings
484  * Method:    LDKCResult_boolLightningErrorZ_get_ok
485  * Signature: (J)Z
486  */
487 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolLightningErrorZ_1get_1ok
488   (JNIEnv *, jclass, jlong);
489
490 /*
491  * Class:     org_ldk_impl_bindings
492  * Method:    LDKCResult_boolLightningErrorZ_get_err
493  * Signature: (J)J
494  */
495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolLightningErrorZ_1get_1err
496   (JNIEnv *, jclass, jlong);
497
498 /*
499  * Class:     org_ldk_impl_bindings
500  * Method:    LDKC3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_new
501  * Signature: (JJJ)J
502  */
503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1new
504   (JNIEnv *, jclass, jlong, jlong, jlong);
505
506 /*
507  * Class:     org_ldk_impl_bindings
508  * Method:    LDKC3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_get_a
509  * Signature: (J)J
510  */
511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1get_1a
512   (JNIEnv *, jclass, jlong);
513
514 /*
515  * Class:     org_ldk_impl_bindings
516  * Method:    LDKC3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_get_b
517  * Signature: (J)J
518  */
519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1get_1b
520   (JNIEnv *, jclass, jlong);
521
522 /*
523  * Class:     org_ldk_impl_bindings
524  * Method:    LDKC3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_get_c
525  * Signature: (J)J
526  */
527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1get_1c
528   (JNIEnv *, jclass, jlong);
529
530 /*
531  * Class:     org_ldk_impl_bindings
532  * Method:    LDKCVec_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ_new
533  * Signature: ([J)J
534  */
535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZZ_1new
536   (JNIEnv *, jclass, jlongArray);
537
538 /*
539  * Class:     org_ldk_impl_bindings
540  * Method:    LDKCVec_NodeAnnouncementZ_new
541  * Signature: ([J)J
542  */
543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1NodeAnnouncementZ_1new
544   (JNIEnv *, jclass, jlongArray);
545
546 /*
547  * Class:     org_ldk_impl_bindings
548  * Method:    LDKCResult_NoneLightningErrorZ_result_ok
549  * Signature: (J)Z
550  */
551 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneLightningErrorZ_1result_1ok
552   (JNIEnv *, jclass, jlong);
553
554 /*
555  * Class:     org_ldk_impl_bindings
556  * Method:    LDKCResult_NoneLightningErrorZ_get_ok
557  * Signature: (J)V
558  */
559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneLightningErrorZ_1get_1ok
560   (JNIEnv *, jclass, jlong);
561
562 /*
563  * Class:     org_ldk_impl_bindings
564  * Method:    LDKCResult_NoneLightningErrorZ_get_err
565  * Signature: (J)J
566  */
567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneLightningErrorZ_1get_1err
568   (JNIEnv *, jclass, jlong);
569
570 /*
571  * Class:     org_ldk_impl_bindings
572  * Method:    LDKCResult_CVec_u8ZPeerHandleErrorZ_result_ok
573  * Signature: (J)Z
574  */
575 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1u8ZPeerHandleErrorZ_1result_1ok
576   (JNIEnv *, jclass, jlong);
577
578 /*
579  * Class:     org_ldk_impl_bindings
580  * Method:    LDKCResult_CVec_u8ZPeerHandleErrorZ_get_ok
581  * Signature: (J)[B
582  */
583 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1u8ZPeerHandleErrorZ_1get_1ok
584   (JNIEnv *, jclass, jlong);
585
586 /*
587  * Class:     org_ldk_impl_bindings
588  * Method:    LDKCResult_CVec_u8ZPeerHandleErrorZ_get_err
589  * Signature: (J)J
590  */
591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1u8ZPeerHandleErrorZ_1get_1err
592   (JNIEnv *, jclass, jlong);
593
594 /*
595  * Class:     org_ldk_impl_bindings
596  * Method:    LDKCResult_NonePeerHandleErrorZ_result_ok
597  * Signature: (J)Z
598  */
599 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePeerHandleErrorZ_1result_1ok
600   (JNIEnv *, jclass, jlong);
601
602 /*
603  * Class:     org_ldk_impl_bindings
604  * Method:    LDKCResult_NonePeerHandleErrorZ_get_ok
605  * Signature: (J)V
606  */
607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePeerHandleErrorZ_1get_1ok
608   (JNIEnv *, jclass, jlong);
609
610 /*
611  * Class:     org_ldk_impl_bindings
612  * Method:    LDKCResult_NonePeerHandleErrorZ_get_err
613  * Signature: (J)J
614  */
615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePeerHandleErrorZ_1get_1err
616   (JNIEnv *, jclass, jlong);
617
618 /*
619  * Class:     org_ldk_impl_bindings
620  * Method:    LDKCResult_boolPeerHandleErrorZ_result_ok
621  * Signature: (J)Z
622  */
623 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolPeerHandleErrorZ_1result_1ok
624   (JNIEnv *, jclass, jlong);
625
626 /*
627  * Class:     org_ldk_impl_bindings
628  * Method:    LDKCResult_boolPeerHandleErrorZ_get_ok
629  * Signature: (J)Z
630  */
631 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolPeerHandleErrorZ_1get_1ok
632   (JNIEnv *, jclass, jlong);
633
634 /*
635  * Class:     org_ldk_impl_bindings
636  * Method:    LDKCResult_boolPeerHandleErrorZ_get_err
637  * Signature: (J)J
638  */
639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolPeerHandleErrorZ_1get_1err
640   (JNIEnv *, jclass, jlong);
641
642 /*
643  * Class:     org_ldk_impl_bindings
644  * Method:    LDKCResult_InitFeaturesDecodeErrorZ_result_ok
645  * Signature: (J)Z
646  */
647 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InitFeaturesDecodeErrorZ_1result_1ok
648   (JNIEnv *, jclass, jlong);
649
650 /*
651  * Class:     org_ldk_impl_bindings
652  * Method:    LDKCResult_InitFeaturesDecodeErrorZ_get_ok
653  * Signature: (J)J
654  */
655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InitFeaturesDecodeErrorZ_1get_1ok
656   (JNIEnv *, jclass, jlong);
657
658 /*
659  * Class:     org_ldk_impl_bindings
660  * Method:    LDKCResult_InitFeaturesDecodeErrorZ_get_err
661  * Signature: (J)J
662  */
663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InitFeaturesDecodeErrorZ_1get_1err
664   (JNIEnv *, jclass, jlong);
665
666 /*
667  * Class:     org_ldk_impl_bindings
668  * Method:    LDKCResult_NodeFeaturesDecodeErrorZ_result_ok
669  * Signature: (J)Z
670  */
671 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeFeaturesDecodeErrorZ_1result_1ok
672   (JNIEnv *, jclass, jlong);
673
674 /*
675  * Class:     org_ldk_impl_bindings
676  * Method:    LDKCResult_NodeFeaturesDecodeErrorZ_get_ok
677  * Signature: (J)J
678  */
679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeFeaturesDecodeErrorZ_1get_1ok
680   (JNIEnv *, jclass, jlong);
681
682 /*
683  * Class:     org_ldk_impl_bindings
684  * Method:    LDKCResult_NodeFeaturesDecodeErrorZ_get_err
685  * Signature: (J)J
686  */
687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeFeaturesDecodeErrorZ_1get_1err
688   (JNIEnv *, jclass, jlong);
689
690 /*
691  * Class:     org_ldk_impl_bindings
692  * Method:    LDKCResult_ChannelFeaturesDecodeErrorZ_result_ok
693  * Signature: (J)Z
694  */
695 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelFeaturesDecodeErrorZ_1result_1ok
696   (JNIEnv *, jclass, jlong);
697
698 /*
699  * Class:     org_ldk_impl_bindings
700  * Method:    LDKCResult_ChannelFeaturesDecodeErrorZ_get_ok
701  * Signature: (J)J
702  */
703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelFeaturesDecodeErrorZ_1get_1ok
704   (JNIEnv *, jclass, jlong);
705
706 /*
707  * Class:     org_ldk_impl_bindings
708  * Method:    LDKCResult_ChannelFeaturesDecodeErrorZ_get_err
709  * Signature: (J)J
710  */
711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelFeaturesDecodeErrorZ_1get_1err
712   (JNIEnv *, jclass, jlong);
713
714 /*
715  * Class:     org_ldk_impl_bindings
716  * Method:    LDKCResult_InvoiceFeaturesDecodeErrorZ_result_ok
717  * Signature: (J)Z
718  */
719 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InvoiceFeaturesDecodeErrorZ_1result_1ok
720   (JNIEnv *, jclass, jlong);
721
722 /*
723  * Class:     org_ldk_impl_bindings
724  * Method:    LDKCResult_InvoiceFeaturesDecodeErrorZ_get_ok
725  * Signature: (J)J
726  */
727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InvoiceFeaturesDecodeErrorZ_1get_1ok
728   (JNIEnv *, jclass, jlong);
729
730 /*
731  * Class:     org_ldk_impl_bindings
732  * Method:    LDKCResult_InvoiceFeaturesDecodeErrorZ_get_err
733  * Signature: (J)J
734  */
735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InvoiceFeaturesDecodeErrorZ_1get_1err
736   (JNIEnv *, jclass, jlong);
737
738 /*
739  * Class:     org_ldk_impl_bindings
740  * Method:    LDKCResult_ChannelConfigDecodeErrorZ_result_ok
741  * Signature: (J)Z
742  */
743 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelConfigDecodeErrorZ_1result_1ok
744   (JNIEnv *, jclass, jlong);
745
746 /*
747  * Class:     org_ldk_impl_bindings
748  * Method:    LDKCResult_ChannelConfigDecodeErrorZ_get_ok
749  * Signature: (J)J
750  */
751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelConfigDecodeErrorZ_1get_1ok
752   (JNIEnv *, jclass, jlong);
753
754 /*
755  * Class:     org_ldk_impl_bindings
756  * Method:    LDKCResult_ChannelConfigDecodeErrorZ_get_err
757  * Signature: (J)J
758  */
759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelConfigDecodeErrorZ_1get_1err
760   (JNIEnv *, jclass, jlong);
761
762 /*
763  * Class:     org_ldk_impl_bindings
764  * Method:    LDKCOption_u64Z_ref_from_ptr
765  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_u64Z;
766  */
767 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1u64Z_1ref_1from_1ptr
768   (JNIEnv *, jclass, jlong);
769
770 /*
771  * Class:     org_ldk_impl_bindings
772  * Method:    LDKCResult_DirectionalChannelInfoDecodeErrorZ_result_ok
773  * Signature: (J)Z
774  */
775 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1DirectionalChannelInfoDecodeErrorZ_1result_1ok
776   (JNIEnv *, jclass, jlong);
777
778 /*
779  * Class:     org_ldk_impl_bindings
780  * Method:    LDKCResult_DirectionalChannelInfoDecodeErrorZ_get_ok
781  * Signature: (J)J
782  */
783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1DirectionalChannelInfoDecodeErrorZ_1get_1ok
784   (JNIEnv *, jclass, jlong);
785
786 /*
787  * Class:     org_ldk_impl_bindings
788  * Method:    LDKCResult_DirectionalChannelInfoDecodeErrorZ_get_err
789  * Signature: (J)J
790  */
791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1DirectionalChannelInfoDecodeErrorZ_1get_1err
792   (JNIEnv *, jclass, jlong);
793
794 /*
795  * Class:     org_ldk_impl_bindings
796  * Method:    LDKCResult_ChannelInfoDecodeErrorZ_result_ok
797  * Signature: (J)Z
798  */
799 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelInfoDecodeErrorZ_1result_1ok
800   (JNIEnv *, jclass, jlong);
801
802 /*
803  * Class:     org_ldk_impl_bindings
804  * Method:    LDKCResult_ChannelInfoDecodeErrorZ_get_ok
805  * Signature: (J)J
806  */
807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelInfoDecodeErrorZ_1get_1ok
808   (JNIEnv *, jclass, jlong);
809
810 /*
811  * Class:     org_ldk_impl_bindings
812  * Method:    LDKCResult_ChannelInfoDecodeErrorZ_get_err
813  * Signature: (J)J
814  */
815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelInfoDecodeErrorZ_1get_1err
816   (JNIEnv *, jclass, jlong);
817
818 /*
819  * Class:     org_ldk_impl_bindings
820  * Method:    LDKCResult_RoutingFeesDecodeErrorZ_result_ok
821  * Signature: (J)Z
822  */
823 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RoutingFeesDecodeErrorZ_1result_1ok
824   (JNIEnv *, jclass, jlong);
825
826 /*
827  * Class:     org_ldk_impl_bindings
828  * Method:    LDKCResult_RoutingFeesDecodeErrorZ_get_ok
829  * Signature: (J)J
830  */
831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RoutingFeesDecodeErrorZ_1get_1ok
832   (JNIEnv *, jclass, jlong);
833
834 /*
835  * Class:     org_ldk_impl_bindings
836  * Method:    LDKCResult_RoutingFeesDecodeErrorZ_get_err
837  * Signature: (J)J
838  */
839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RoutingFeesDecodeErrorZ_1get_1err
840   (JNIEnv *, jclass, jlong);
841
842 /*
843  * Class:     org_ldk_impl_bindings
844  * Method:    LDKNetAddress_ref_from_ptr
845  * Signature: (J)Lorg/ldk/impl/bindings/LDKNetAddress;
846  */
847 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKNetAddress_1ref_1from_1ptr
848   (JNIEnv *, jclass, jlong);
849
850 /*
851  * Class:     org_ldk_impl_bindings
852  * Method:    LDKCVec_NetAddressZ_new
853  * Signature: ([J)J
854  */
855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1NetAddressZ_1new
856   (JNIEnv *, jclass, jlongArray);
857
858 /*
859  * Class:     org_ldk_impl_bindings
860  * Method:    LDKCResult_NodeAnnouncementInfoDecodeErrorZ_result_ok
861  * Signature: (J)Z
862  */
863 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeAnnouncementInfoDecodeErrorZ_1result_1ok
864   (JNIEnv *, jclass, jlong);
865
866 /*
867  * Class:     org_ldk_impl_bindings
868  * Method:    LDKCResult_NodeAnnouncementInfoDecodeErrorZ_get_ok
869  * Signature: (J)J
870  */
871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeAnnouncementInfoDecodeErrorZ_1get_1ok
872   (JNIEnv *, jclass, jlong);
873
874 /*
875  * Class:     org_ldk_impl_bindings
876  * Method:    LDKCResult_NodeAnnouncementInfoDecodeErrorZ_get_err
877  * Signature: (J)J
878  */
879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeAnnouncementInfoDecodeErrorZ_1get_1err
880   (JNIEnv *, jclass, jlong);
881
882 /*
883  * Class:     org_ldk_impl_bindings
884  * Method:    LDKCVec_u64Z_new
885  * Signature: ([J)J
886  */
887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1u64Z_1new
888   (JNIEnv *, jclass, jlongArray);
889
890 /*
891  * Class:     org_ldk_impl_bindings
892  * Method:    LDKCResult_NodeInfoDecodeErrorZ_result_ok
893  * Signature: (J)Z
894  */
895 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeInfoDecodeErrorZ_1result_1ok
896   (JNIEnv *, jclass, jlong);
897
898 /*
899  * Class:     org_ldk_impl_bindings
900  * Method:    LDKCResult_NodeInfoDecodeErrorZ_get_ok
901  * Signature: (J)J
902  */
903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeInfoDecodeErrorZ_1get_1ok
904   (JNIEnv *, jclass, jlong);
905
906 /*
907  * Class:     org_ldk_impl_bindings
908  * Method:    LDKCResult_NodeInfoDecodeErrorZ_get_err
909  * Signature: (J)J
910  */
911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeInfoDecodeErrorZ_1get_1err
912   (JNIEnv *, jclass, jlong);
913
914 /*
915  * Class:     org_ldk_impl_bindings
916  * Method:    LDKCResult_NetworkGraphDecodeErrorZ_result_ok
917  * Signature: (J)Z
918  */
919 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NetworkGraphDecodeErrorZ_1result_1ok
920   (JNIEnv *, jclass, jlong);
921
922 /*
923  * Class:     org_ldk_impl_bindings
924  * Method:    LDKCResult_NetworkGraphDecodeErrorZ_get_ok
925  * Signature: (J)J
926  */
927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NetworkGraphDecodeErrorZ_1get_1ok
928   (JNIEnv *, jclass, jlong);
929
930 /*
931  * Class:     org_ldk_impl_bindings
932  * Method:    LDKCResult_NetworkGraphDecodeErrorZ_get_err
933  * Signature: (J)J
934  */
935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NetworkGraphDecodeErrorZ_1get_1err
936   (JNIEnv *, jclass, jlong);
937
938 /*
939  * Class:     org_ldk_impl_bindings
940  * Method:    LDKC2Tuple_usizeTransactionZ_new
941  * Signature: (J[B)J
942  */
943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1usizeTransactionZ_1new
944   (JNIEnv *, jclass, jlong, jbyteArray);
945
946 /*
947  * Class:     org_ldk_impl_bindings
948  * Method:    LDKC2Tuple_usizeTransactionZ_get_a
949  * Signature: (J)J
950  */
951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1usizeTransactionZ_1get_1a
952   (JNIEnv *, jclass, jlong);
953
954 /*
955  * Class:     org_ldk_impl_bindings
956  * Method:    LDKC2Tuple_usizeTransactionZ_get_b
957  * Signature: (J)[B
958  */
959 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1usizeTransactionZ_1get_1b
960   (JNIEnv *, jclass, jlong);
961
962 /*
963  * Class:     org_ldk_impl_bindings
964  * Method:    LDKCVec_C2Tuple_usizeTransactionZZ_new
965  * Signature: ([J)J
966  */
967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1C2Tuple_1usizeTransactionZZ_1new
968   (JNIEnv *, jclass, jlongArray);
969
970 /*
971  * Class:     org_ldk_impl_bindings
972  * Method:    LDKCResult_NoneChannelMonitorUpdateErrZ_result_ok
973  * Signature: (J)Z
974  */
975 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneChannelMonitorUpdateErrZ_1result_1ok
976   (JNIEnv *, jclass, jlong);
977
978 /*
979  * Class:     org_ldk_impl_bindings
980  * Method:    LDKCResult_NoneChannelMonitorUpdateErrZ_get_ok
981  * Signature: (J)V
982  */
983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneChannelMonitorUpdateErrZ_1get_1ok
984   (JNIEnv *, jclass, jlong);
985
986 /*
987  * Class:     org_ldk_impl_bindings
988  * Method:    LDKCResult_NoneChannelMonitorUpdateErrZ_get_err
989  * Signature: (J)Lorg/ldk/enums/LDKChannelMonitorUpdateErr;
990  */
991 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneChannelMonitorUpdateErrZ_1get_1err
992   (JNIEnv *, jclass, jlong);
993
994 /*
995  * Class:     org_ldk_impl_bindings
996  * Method:    LDKMonitorEvent_ref_from_ptr
997  * Signature: (J)Lorg/ldk/impl/bindings/LDKMonitorEvent;
998  */
999 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKMonitorEvent_1ref_1from_1ptr
1000   (JNIEnv *, jclass, jlong);
1001
1002 /*
1003  * Class:     org_ldk_impl_bindings
1004  * Method:    LDKCVec_MonitorEventZ_new
1005  * Signature: ([J)J
1006  */
1007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1MonitorEventZ_1new
1008   (JNIEnv *, jclass, jlongArray);
1009
1010 /*
1011  * Class:     org_ldk_impl_bindings
1012  * Method:    LDKSpendableOutputDescriptor_ref_from_ptr
1013  * Signature: (J)Lorg/ldk/impl/bindings/LDKSpendableOutputDescriptor;
1014  */
1015 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKSpendableOutputDescriptor_1ref_1from_1ptr
1016   (JNIEnv *, jclass, jlong);
1017
1018 /*
1019  * Class:     org_ldk_impl_bindings
1020  * Method:    LDKCVec_SpendableOutputDescriptorZ_new
1021  * Signature: ([J)J
1022  */
1023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1SpendableOutputDescriptorZ_1new
1024   (JNIEnv *, jclass, jlongArray);
1025
1026 /*
1027  * Class:     org_ldk_impl_bindings
1028  * Method:    LDKEvent_ref_from_ptr
1029  * Signature: (J)Lorg/ldk/impl/bindings/LDKEvent;
1030  */
1031 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKEvent_1ref_1from_1ptr
1032   (JNIEnv *, jclass, jlong);
1033
1034 /*
1035  * Class:     org_ldk_impl_bindings
1036  * Method:    LDKCVec_EventZ_new
1037  * Signature: ([J)J
1038  */
1039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1EventZ_1new
1040   (JNIEnv *, jclass, jlongArray);
1041
1042 /*
1043  * Class:     org_ldk_impl_bindings
1044  * Method:    LDKCResult_OutPointDecodeErrorZ_result_ok
1045  * Signature: (J)Z
1046  */
1047 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1OutPointDecodeErrorZ_1result_1ok
1048   (JNIEnv *, jclass, jlong);
1049
1050 /*
1051  * Class:     org_ldk_impl_bindings
1052  * Method:    LDKCResult_OutPointDecodeErrorZ_get_ok
1053  * Signature: (J)J
1054  */
1055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1OutPointDecodeErrorZ_1get_1ok
1056   (JNIEnv *, jclass, jlong);
1057
1058 /*
1059  * Class:     org_ldk_impl_bindings
1060  * Method:    LDKCResult_OutPointDecodeErrorZ_get_err
1061  * Signature: (J)J
1062  */
1063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1OutPointDecodeErrorZ_1get_1err
1064   (JNIEnv *, jclass, jlong);
1065
1066 /*
1067  * Class:     org_ldk_impl_bindings
1068  * Method:    LDKCResult_ChannelMonitorUpdateDecodeErrorZ_result_ok
1069  * Signature: (J)Z
1070  */
1071 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelMonitorUpdateDecodeErrorZ_1result_1ok
1072   (JNIEnv *, jclass, jlong);
1073
1074 /*
1075  * Class:     org_ldk_impl_bindings
1076  * Method:    LDKCResult_ChannelMonitorUpdateDecodeErrorZ_get_ok
1077  * Signature: (J)J
1078  */
1079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelMonitorUpdateDecodeErrorZ_1get_1ok
1080   (JNIEnv *, jclass, jlong);
1081
1082 /*
1083  * Class:     org_ldk_impl_bindings
1084  * Method:    LDKCResult_ChannelMonitorUpdateDecodeErrorZ_get_err
1085  * Signature: (J)J
1086  */
1087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelMonitorUpdateDecodeErrorZ_1get_1err
1088   (JNIEnv *, jclass, jlong);
1089
1090 /*
1091  * Class:     org_ldk_impl_bindings
1092  * Method:    LDKCResult_HTLCUpdateDecodeErrorZ_result_ok
1093  * Signature: (J)Z
1094  */
1095 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HTLCUpdateDecodeErrorZ_1result_1ok
1096   (JNIEnv *, jclass, jlong);
1097
1098 /*
1099  * Class:     org_ldk_impl_bindings
1100  * Method:    LDKCResult_HTLCUpdateDecodeErrorZ_get_ok
1101  * Signature: (J)J
1102  */
1103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HTLCUpdateDecodeErrorZ_1get_1ok
1104   (JNIEnv *, jclass, jlong);
1105
1106 /*
1107  * Class:     org_ldk_impl_bindings
1108  * Method:    LDKCResult_HTLCUpdateDecodeErrorZ_get_err
1109  * Signature: (J)J
1110  */
1111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HTLCUpdateDecodeErrorZ_1get_1err
1112   (JNIEnv *, jclass, jlong);
1113
1114 /*
1115  * Class:     org_ldk_impl_bindings
1116  * Method:    LDKCResult_NoneMonitorUpdateErrorZ_result_ok
1117  * Signature: (J)Z
1118  */
1119 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneMonitorUpdateErrorZ_1result_1ok
1120   (JNIEnv *, jclass, jlong);
1121
1122 /*
1123  * Class:     org_ldk_impl_bindings
1124  * Method:    LDKCResult_NoneMonitorUpdateErrorZ_get_ok
1125  * Signature: (J)V
1126  */
1127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneMonitorUpdateErrorZ_1get_1ok
1128   (JNIEnv *, jclass, jlong);
1129
1130 /*
1131  * Class:     org_ldk_impl_bindings
1132  * Method:    LDKCResult_NoneMonitorUpdateErrorZ_get_err
1133  * Signature: (J)J
1134  */
1135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneMonitorUpdateErrorZ_1get_1err
1136   (JNIEnv *, jclass, jlong);
1137
1138 /*
1139  * Class:     org_ldk_impl_bindings
1140  * Method:    LDKC2Tuple_OutPointScriptZ_new
1141  * Signature: (J[B)J
1142  */
1143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1OutPointScriptZ_1new
1144   (JNIEnv *, jclass, jlong, jbyteArray);
1145
1146 /*
1147  * Class:     org_ldk_impl_bindings
1148  * Method:    LDKC2Tuple_OutPointScriptZ_get_a
1149  * Signature: (J)J
1150  */
1151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1OutPointScriptZ_1get_1a
1152   (JNIEnv *, jclass, jlong);
1153
1154 /*
1155  * Class:     org_ldk_impl_bindings
1156  * Method:    LDKC2Tuple_OutPointScriptZ_get_b
1157  * Signature: (J)[B
1158  */
1159 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1OutPointScriptZ_1get_1b
1160   (JNIEnv *, jclass, jlong);
1161
1162 /*
1163  * Class:     org_ldk_impl_bindings
1164  * Method:    LDKC2Tuple_u32ScriptZ_new
1165  * Signature: (I[B)J
1166  */
1167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1u32ScriptZ_1new
1168   (JNIEnv *, jclass, jint, jbyteArray);
1169
1170 /*
1171  * Class:     org_ldk_impl_bindings
1172  * Method:    LDKC2Tuple_u32ScriptZ_get_a
1173  * Signature: (J)I
1174  */
1175 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1u32ScriptZ_1get_1a
1176   (JNIEnv *, jclass, jlong);
1177
1178 /*
1179  * Class:     org_ldk_impl_bindings
1180  * Method:    LDKC2Tuple_u32ScriptZ_get_b
1181  * Signature: (J)[B
1182  */
1183 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1u32ScriptZ_1get_1b
1184   (JNIEnv *, jclass, jlong);
1185
1186 /*
1187  * Class:     org_ldk_impl_bindings
1188  * Method:    LDKCVec_C2Tuple_u32ScriptZZ_new
1189  * Signature: ([J)J
1190  */
1191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1C2Tuple_1u32ScriptZZ_1new
1192   (JNIEnv *, jclass, jlongArray);
1193
1194 /*
1195  * Class:     org_ldk_impl_bindings
1196  * Method:    LDKC2Tuple_TxidCVec_C2Tuple_u32ScriptZZZ_new
1197  * Signature: ([B[J)J
1198  */
1199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZ_1new
1200   (JNIEnv *, jclass, jbyteArray, jlongArray);
1201
1202 /*
1203  * Class:     org_ldk_impl_bindings
1204  * Method:    LDKC2Tuple_TxidCVec_C2Tuple_u32ScriptZZZ_get_a
1205  * Signature: (J)[B
1206  */
1207 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZ_1get_1a
1208   (JNIEnv *, jclass, jlong);
1209
1210 /*
1211  * Class:     org_ldk_impl_bindings
1212  * Method:    LDKC2Tuple_TxidCVec_C2Tuple_u32ScriptZZZ_get_b
1213  * Signature: (J)[J
1214  */
1215 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZ_1get_1b
1216   (JNIEnv *, jclass, jlong);
1217
1218 /*
1219  * Class:     org_ldk_impl_bindings
1220  * Method:    LDKCVec_C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZZ_new
1221  * Signature: ([J)J
1222  */
1223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZZ_1new
1224   (JNIEnv *, jclass, jlongArray);
1225
1226 /*
1227  * Class:     org_ldk_impl_bindings
1228  * Method:    LDKC2Tuple_u32TxOutZ_new
1229  * Signature: (IJ)J
1230  */
1231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1u32TxOutZ_1new
1232   (JNIEnv *, jclass, jint, jlong);
1233
1234 /*
1235  * Class:     org_ldk_impl_bindings
1236  * Method:    LDKC2Tuple_u32TxOutZ_get_a
1237  * Signature: (J)I
1238  */
1239 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1u32TxOutZ_1get_1a
1240   (JNIEnv *, jclass, jlong);
1241
1242 /*
1243  * Class:     org_ldk_impl_bindings
1244  * Method:    LDKC2Tuple_u32TxOutZ_get_b
1245  * Signature: (J)J
1246  */
1247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1u32TxOutZ_1get_1b
1248   (JNIEnv *, jclass, jlong);
1249
1250 /*
1251  * Class:     org_ldk_impl_bindings
1252  * Method:    LDKCVec_C2Tuple_u32TxOutZZ_new
1253  * Signature: ([J)J
1254  */
1255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1C2Tuple_1u32TxOutZZ_1new
1256   (JNIEnv *, jclass, jlongArray);
1257
1258 /*
1259  * Class:     org_ldk_impl_bindings
1260  * Method:    LDKC2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ_new
1261  * Signature: ([B[J)J
1262  */
1263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZ_1new
1264   (JNIEnv *, jclass, jbyteArray, jlongArray);
1265
1266 /*
1267  * Class:     org_ldk_impl_bindings
1268  * Method:    LDKC2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ_get_a
1269  * Signature: (J)[B
1270  */
1271 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZ_1get_1a
1272   (JNIEnv *, jclass, jlong);
1273
1274 /*
1275  * Class:     org_ldk_impl_bindings
1276  * Method:    LDKC2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ_get_b
1277  * Signature: (J)[J
1278  */
1279 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZ_1get_1b
1280   (JNIEnv *, jclass, jlong);
1281
1282 /*
1283  * Class:     org_ldk_impl_bindings
1284  * Method:    LDKCVec_C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZZ_new
1285  * Signature: ([J)J
1286  */
1287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZZ_1new
1288   (JNIEnv *, jclass, jlongArray);
1289
1290 /*
1291  * Class:     org_ldk_impl_bindings
1292  * Method:    LDKC2Tuple_SignatureCVec_SignatureZZ_new
1293  * Signature: ([B[[B)J
1294  */
1295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1SignatureCVec_1SignatureZZ_1new
1296   (JNIEnv *, jclass, jbyteArray, jobjectArray);
1297
1298 /*
1299  * Class:     org_ldk_impl_bindings
1300  * Method:    LDKC2Tuple_SignatureCVec_SignatureZZ_get_a
1301  * Signature: (J)[B
1302  */
1303 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1SignatureCVec_1SignatureZZ_1get_1a
1304   (JNIEnv *, jclass, jlong);
1305
1306 /*
1307  * Class:     org_ldk_impl_bindings
1308  * Method:    LDKC2Tuple_SignatureCVec_SignatureZZ_get_b
1309  * Signature: (J)[[B
1310  */
1311 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1SignatureCVec_1SignatureZZ_1get_1b
1312   (JNIEnv *, jclass, jlong);
1313
1314 /*
1315  * Class:     org_ldk_impl_bindings
1316  * Method:    LDKCResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_result_ok
1317  * Signature: (J)Z
1318  */
1319 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1result_1ok
1320   (JNIEnv *, jclass, jlong);
1321
1322 /*
1323  * Class:     org_ldk_impl_bindings
1324  * Method:    LDKCResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_get_ok
1325  * Signature: (J)J
1326  */
1327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1get_1ok
1328   (JNIEnv *, jclass, jlong);
1329
1330 /*
1331  * Class:     org_ldk_impl_bindings
1332  * Method:    LDKCResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_get_err
1333  * Signature: (J)V
1334  */
1335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1get_1err
1336   (JNIEnv *, jclass, jlong);
1337
1338 /*
1339  * Class:     org_ldk_impl_bindings
1340  * Method:    LDKCResult_SignatureNoneZ_result_ok
1341  * Signature: (J)Z
1342  */
1343 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignatureNoneZ_1result_1ok
1344   (JNIEnv *, jclass, jlong);
1345
1346 /*
1347  * Class:     org_ldk_impl_bindings
1348  * Method:    LDKCResult_SignatureNoneZ_get_ok
1349  * Signature: (J)[B
1350  */
1351 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignatureNoneZ_1get_1ok
1352   (JNIEnv *, jclass, jlong);
1353
1354 /*
1355  * Class:     org_ldk_impl_bindings
1356  * Method:    LDKCResult_SignatureNoneZ_get_err
1357  * Signature: (J)V
1358  */
1359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignatureNoneZ_1get_1err
1360   (JNIEnv *, jclass, jlong);
1361
1362 /*
1363  * Class:     org_ldk_impl_bindings
1364  * Method:    LDKSign_new
1365  * Signature: (Lorg/ldk/impl/bindings/LDKSign;J)J
1366  */
1367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKSign_1new
1368   (JNIEnv *, jclass, jobject, jlong);
1369
1370 /*
1371  * Class:     org_ldk_impl_bindings
1372  * Method:    Sign_get_per_commitment_point
1373  * Signature: (JJ)[B
1374  */
1375 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Sign_1get_1per_1commitment_1point
1376   (JNIEnv *, jclass, jlong, jlong);
1377
1378 /*
1379  * Class:     org_ldk_impl_bindings
1380  * Method:    Sign_release_commitment_secret
1381  * Signature: (JJ)[B
1382  */
1383 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Sign_1release_1commitment_1secret
1384   (JNIEnv *, jclass, jlong, jlong);
1385
1386 /*
1387  * Class:     org_ldk_impl_bindings
1388  * Method:    Sign_channel_keys_id
1389  * Signature: (J)[B
1390  */
1391 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Sign_1channel_1keys_1id
1392   (JNIEnv *, jclass, jlong);
1393
1394 /*
1395  * Class:     org_ldk_impl_bindings
1396  * Method:    Sign_sign_counterparty_commitment
1397  * Signature: (JJ)J
1398  */
1399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sign_1sign_1counterparty_1commitment
1400   (JNIEnv *, jclass, jlong, jlong);
1401
1402 /*
1403  * Class:     org_ldk_impl_bindings
1404  * Method:    Sign_sign_holder_commitment_and_htlcs
1405  * Signature: (JJ)J
1406  */
1407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sign_1sign_1holder_1commitment_1and_1htlcs
1408   (JNIEnv *, jclass, jlong, jlong);
1409
1410 /*
1411  * Class:     org_ldk_impl_bindings
1412  * Method:    Sign_sign_justice_transaction
1413  * Signature: (J[BJJ[BJ)J
1414  */
1415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sign_1sign_1justice_1transaction
1416   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong, jbyteArray, jlong);
1417
1418 /*
1419  * Class:     org_ldk_impl_bindings
1420  * Method:    Sign_sign_counterparty_htlc_transaction
1421  * Signature: (J[BJJ[BJ)J
1422  */
1423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sign_1sign_1counterparty_1htlc_1transaction
1424   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong, jbyteArray, jlong);
1425
1426 /*
1427  * Class:     org_ldk_impl_bindings
1428  * Method:    Sign_sign_closing_transaction
1429  * Signature: (J[B)J
1430  */
1431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sign_1sign_1closing_1transaction
1432   (JNIEnv *, jclass, jlong, jbyteArray);
1433
1434 /*
1435  * Class:     org_ldk_impl_bindings
1436  * Method:    Sign_sign_channel_announcement
1437  * Signature: (JJ)J
1438  */
1439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sign_1sign_1channel_1announcement
1440   (JNIEnv *, jclass, jlong, jlong);
1441
1442 /*
1443  * Class:     org_ldk_impl_bindings
1444  * Method:    Sign_ready_channel
1445  * Signature: (JJ)V
1446  */
1447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Sign_1ready_1channel
1448   (JNIEnv *, jclass, jlong, jlong);
1449
1450 /*
1451  * Class:     org_ldk_impl_bindings
1452  * Method:    Sign_write
1453  * Signature: (J)[B
1454  */
1455 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Sign_1write
1456   (JNIEnv *, jclass, jlong);
1457
1458 /*
1459  * Class:     org_ldk_impl_bindings
1460  * Method:    Sign_get_pubkeys
1461  * Signature: (J)J
1462  */
1463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sign_1get_1pubkeys
1464   (JNIEnv *, jclass, jlong);
1465
1466 /*
1467  * Class:     org_ldk_impl_bindings
1468  * Method:    LDKC2Tuple_BlockHashChannelMonitorZ_new
1469  * Signature: ([BJ)J
1470  */
1471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1BlockHashChannelMonitorZ_1new
1472   (JNIEnv *, jclass, jbyteArray, jlong);
1473
1474 /*
1475  * Class:     org_ldk_impl_bindings
1476  * Method:    LDKC2Tuple_BlockHashChannelMonitorZ_get_a
1477  * Signature: (J)[B
1478  */
1479 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1BlockHashChannelMonitorZ_1get_1a
1480   (JNIEnv *, jclass, jlong);
1481
1482 /*
1483  * Class:     org_ldk_impl_bindings
1484  * Method:    LDKC2Tuple_BlockHashChannelMonitorZ_get_b
1485  * Signature: (J)J
1486  */
1487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1BlockHashChannelMonitorZ_1get_1b
1488   (JNIEnv *, jclass, jlong);
1489
1490 /*
1491  * Class:     org_ldk_impl_bindings
1492  * Method:    LDKCResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_result_ok
1493  * Signature: (J)Z
1494  */
1495 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1result_1ok
1496   (JNIEnv *, jclass, jlong);
1497
1498 /*
1499  * Class:     org_ldk_impl_bindings
1500  * Method:    LDKCResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_get_ok
1501  * Signature: (J)J
1502  */
1503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1get_1ok
1504   (JNIEnv *, jclass, jlong);
1505
1506 /*
1507  * Class:     org_ldk_impl_bindings
1508  * Method:    LDKCResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_get_err
1509  * Signature: (J)J
1510  */
1511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1get_1err
1512   (JNIEnv *, jclass, jlong);
1513
1514 /*
1515  * Class:     org_ldk_impl_bindings
1516  * Method:    LDKCResult_TxOutAccessErrorZ_result_ok
1517  * Signature: (J)Z
1518  */
1519 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxOutAccessErrorZ_1result_1ok
1520   (JNIEnv *, jclass, jlong);
1521
1522 /*
1523  * Class:     org_ldk_impl_bindings
1524  * Method:    LDKCResult_TxOutAccessErrorZ_get_ok
1525  * Signature: (J)J
1526  */
1527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxOutAccessErrorZ_1get_1ok
1528   (JNIEnv *, jclass, jlong);
1529
1530 /*
1531  * Class:     org_ldk_impl_bindings
1532  * Method:    LDKCResult_TxOutAccessErrorZ_get_err
1533  * Signature: (J)Lorg/ldk/enums/LDKAccessError;
1534  */
1535 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxOutAccessErrorZ_1get_1err
1536   (JNIEnv *, jclass, jlong);
1537
1538 /*
1539  * Class:     org_ldk_impl_bindings
1540  * Method:    LDKCOption_C2Tuple_usizeTransactionZZ_ref_from_ptr
1541  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_C2Tuple_usizeTransactionZZ;
1542  */
1543 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1C2Tuple_1usizeTransactionZZ_1ref_1from_1ptr
1544   (JNIEnv *, jclass, jlong);
1545
1546 /*
1547  * Class:     org_ldk_impl_bindings
1548  * Method:    LDKAPIError_ref_from_ptr
1549  * Signature: (J)Lorg/ldk/impl/bindings/LDKAPIError;
1550  */
1551 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKAPIError_1ref_1from_1ptr
1552   (JNIEnv *, jclass, jlong);
1553
1554 /*
1555  * Class:     org_ldk_impl_bindings
1556  * Method:    LDKCResult_NoneAPIErrorZ_result_ok
1557  * Signature: (J)Z
1558  */
1559 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneAPIErrorZ_1result_1ok
1560   (JNIEnv *, jclass, jlong);
1561
1562 /*
1563  * Class:     org_ldk_impl_bindings
1564  * Method:    LDKCResult_NoneAPIErrorZ_get_ok
1565  * Signature: (J)V
1566  */
1567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneAPIErrorZ_1get_1ok
1568   (JNIEnv *, jclass, jlong);
1569
1570 /*
1571  * Class:     org_ldk_impl_bindings
1572  * Method:    LDKCResult_NoneAPIErrorZ_get_err
1573  * Signature: (J)J
1574  */
1575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneAPIErrorZ_1get_1err
1576   (JNIEnv *, jclass, jlong);
1577
1578 /*
1579  * Class:     org_ldk_impl_bindings
1580  * Method:    LDKCVec_CResult_NoneAPIErrorZZ_new
1581  * Signature: ([J)J
1582  */
1583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1CResult_1NoneAPIErrorZZ_1new
1584   (JNIEnv *, jclass, jlongArray);
1585
1586 /*
1587  * Class:     org_ldk_impl_bindings
1588  * Method:    LDKCVec_APIErrorZ_new
1589  * Signature: ([J)J
1590  */
1591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1APIErrorZ_1new
1592   (JNIEnv *, jclass, jlongArray);
1593
1594 /*
1595  * Class:     org_ldk_impl_bindings
1596  * Method:    LDKCVec_ChannelDetailsZ_new
1597  * Signature: ([J)J
1598  */
1599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1ChannelDetailsZ_1new
1600   (JNIEnv *, jclass, jlongArray);
1601
1602 /*
1603  * Class:     org_ldk_impl_bindings
1604  * Method:    LDKPaymentSendFailure_ref_from_ptr
1605  * Signature: (J)Lorg/ldk/impl/bindings/LDKPaymentSendFailure;
1606  */
1607 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKPaymentSendFailure_1ref_1from_1ptr
1608   (JNIEnv *, jclass, jlong);
1609
1610 /*
1611  * Class:     org_ldk_impl_bindings
1612  * Method:    LDKCResult_NonePaymentSendFailureZ_result_ok
1613  * Signature: (J)Z
1614  */
1615 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePaymentSendFailureZ_1result_1ok
1616   (JNIEnv *, jclass, jlong);
1617
1618 /*
1619  * Class:     org_ldk_impl_bindings
1620  * Method:    LDKCResult_NonePaymentSendFailureZ_get_ok
1621  * Signature: (J)V
1622  */
1623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePaymentSendFailureZ_1get_1ok
1624   (JNIEnv *, jclass, jlong);
1625
1626 /*
1627  * Class:     org_ldk_impl_bindings
1628  * Method:    LDKCResult_NonePaymentSendFailureZ_get_err
1629  * Signature: (J)J
1630  */
1631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePaymentSendFailureZ_1get_1err
1632   (JNIEnv *, jclass, jlong);
1633
1634 /*
1635  * Class:     org_ldk_impl_bindings
1636  * Method:    LDKCVec_ChannelMonitorZ_new
1637  * Signature: ([J)J
1638  */
1639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1ChannelMonitorZ_1new
1640   (JNIEnv *, jclass, jlongArray);
1641
1642 /*
1643  * Class:     org_ldk_impl_bindings
1644  * Method:    LDKWatch_new
1645  * Signature: (Lorg/ldk/impl/bindings/LDKWatch;)J
1646  */
1647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKWatch_1new
1648   (JNIEnv *, jclass, jobject);
1649
1650 /*
1651  * Class:     org_ldk_impl_bindings
1652  * Method:    Watch_watch_channel
1653  * Signature: (JJJ)J
1654  */
1655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Watch_1watch_1channel
1656   (JNIEnv *, jclass, jlong, jlong, jlong);
1657
1658 /*
1659  * Class:     org_ldk_impl_bindings
1660  * Method:    Watch_update_channel
1661  * Signature: (JJJ)J
1662  */
1663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Watch_1update_1channel
1664   (JNIEnv *, jclass, jlong, jlong, jlong);
1665
1666 /*
1667  * Class:     org_ldk_impl_bindings
1668  * Method:    Watch_release_pending_monitor_events
1669  * Signature: (J)[J
1670  */
1671 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_Watch_1release_1pending_1monitor_1events
1672   (JNIEnv *, jclass, jlong);
1673
1674 /*
1675  * Class:     org_ldk_impl_bindings
1676  * Method:    LDKBroadcasterInterface_new
1677  * Signature: (Lorg/ldk/impl/bindings/LDKBroadcasterInterface;)J
1678  */
1679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKBroadcasterInterface_1new
1680   (JNIEnv *, jclass, jobject);
1681
1682 /*
1683  * Class:     org_ldk_impl_bindings
1684  * Method:    BroadcasterInterface_broadcast_transaction
1685  * Signature: (J[B)V
1686  */
1687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BroadcasterInterface_1broadcast_1transaction
1688   (JNIEnv *, jclass, jlong, jbyteArray);
1689
1690 /*
1691  * Class:     org_ldk_impl_bindings
1692  * Method:    LDKCResult_SignDecodeErrorZ_result_ok
1693  * Signature: (J)Z
1694  */
1695 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignDecodeErrorZ_1result_1ok
1696   (JNIEnv *, jclass, jlong);
1697
1698 /*
1699  * Class:     org_ldk_impl_bindings
1700  * Method:    LDKCResult_SignDecodeErrorZ_get_ok
1701  * Signature: (J)J
1702  */
1703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignDecodeErrorZ_1get_1ok
1704   (JNIEnv *, jclass, jlong);
1705
1706 /*
1707  * Class:     org_ldk_impl_bindings
1708  * Method:    LDKCResult_SignDecodeErrorZ_get_err
1709  * Signature: (J)J
1710  */
1711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignDecodeErrorZ_1get_1err
1712   (JNIEnv *, jclass, jlong);
1713
1714 /*
1715  * Class:     org_ldk_impl_bindings
1716  * Method:    LDKKeysInterface_new
1717  * Signature: (Lorg/ldk/impl/bindings/LDKKeysInterface;)J
1718  */
1719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKKeysInterface_1new
1720   (JNIEnv *, jclass, jobject);
1721
1722 /*
1723  * Class:     org_ldk_impl_bindings
1724  * Method:    KeysInterface_get_node_secret
1725  * Signature: (J)[B
1726  */
1727 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_KeysInterface_1get_1node_1secret
1728   (JNIEnv *, jclass, jlong);
1729
1730 /*
1731  * Class:     org_ldk_impl_bindings
1732  * Method:    KeysInterface_get_destination_script
1733  * Signature: (J)[B
1734  */
1735 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_KeysInterface_1get_1destination_1script
1736   (JNIEnv *, jclass, jlong);
1737
1738 /*
1739  * Class:     org_ldk_impl_bindings
1740  * Method:    KeysInterface_get_shutdown_pubkey
1741  * Signature: (J)[B
1742  */
1743 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_KeysInterface_1get_1shutdown_1pubkey
1744   (JNIEnv *, jclass, jlong);
1745
1746 /*
1747  * Class:     org_ldk_impl_bindings
1748  * Method:    KeysInterface_get_channel_signer
1749  * Signature: (JZJ)J
1750  */
1751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysInterface_1get_1channel_1signer
1752   (JNIEnv *, jclass, jlong, jboolean, jlong);
1753
1754 /*
1755  * Class:     org_ldk_impl_bindings
1756  * Method:    KeysInterface_get_secure_random_bytes
1757  * Signature: (J)[B
1758  */
1759 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_KeysInterface_1get_1secure_1random_1bytes
1760   (JNIEnv *, jclass, jlong);
1761
1762 /*
1763  * Class:     org_ldk_impl_bindings
1764  * Method:    KeysInterface_read_chan_signer
1765  * Signature: (J[B)J
1766  */
1767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysInterface_1read_1chan_1signer
1768   (JNIEnv *, jclass, jlong, jbyteArray);
1769
1770 /*
1771  * Class:     org_ldk_impl_bindings
1772  * Method:    LDKFeeEstimator_new
1773  * Signature: (Lorg/ldk/impl/bindings/LDKFeeEstimator;)J
1774  */
1775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKFeeEstimator_1new
1776   (JNIEnv *, jclass, jobject);
1777
1778 /*
1779  * Class:     org_ldk_impl_bindings
1780  * Method:    FeeEstimator_get_est_sat_per_1000_weight
1781  * Signature: (JLorg/ldk/enums/LDKConfirmationTarget;)I
1782  */
1783 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_FeeEstimator_1get_1est_1sat_1per_11000_1weight
1784   (JNIEnv *, jclass, jlong, jobject);
1785
1786 /*
1787  * Class:     org_ldk_impl_bindings
1788  * Method:    LDKLogger_new
1789  * Signature: (Lorg/ldk/impl/bindings/LDKLogger;)J
1790  */
1791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKLogger_1new
1792   (JNIEnv *, jclass, jobject);
1793
1794 /*
1795  * Class:     org_ldk_impl_bindings
1796  * Method:    LDKC2Tuple_BlockHashChannelManagerZ_new
1797  * Signature: ([BJ)J
1798  */
1799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1BlockHashChannelManagerZ_1new
1800   (JNIEnv *, jclass, jbyteArray, jlong);
1801
1802 /*
1803  * Class:     org_ldk_impl_bindings
1804  * Method:    LDKC2Tuple_BlockHashChannelManagerZ_get_a
1805  * Signature: (J)[B
1806  */
1807 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1BlockHashChannelManagerZ_1get_1a
1808   (JNIEnv *, jclass, jlong);
1809
1810 /*
1811  * Class:     org_ldk_impl_bindings
1812  * Method:    LDKC2Tuple_BlockHashChannelManagerZ_get_b
1813  * Signature: (J)J
1814  */
1815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1BlockHashChannelManagerZ_1get_1b
1816   (JNIEnv *, jclass, jlong);
1817
1818 /*
1819  * Class:     org_ldk_impl_bindings
1820  * Method:    LDKCResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_result_ok
1821  * Signature: (J)Z
1822  */
1823 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1result_1ok
1824   (JNIEnv *, jclass, jlong);
1825
1826 /*
1827  * Class:     org_ldk_impl_bindings
1828  * Method:    LDKCResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_get_ok
1829  * Signature: (J)J
1830  */
1831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1get_1ok
1832   (JNIEnv *, jclass, jlong);
1833
1834 /*
1835  * Class:     org_ldk_impl_bindings
1836  * Method:    LDKCResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_get_err
1837  * Signature: (J)J
1838  */
1839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1get_1err
1840   (JNIEnv *, jclass, jlong);
1841
1842 /*
1843  * Class:     org_ldk_impl_bindings
1844  * Method:    LDKCResult_SpendableOutputDescriptorDecodeErrorZ_result_ok
1845  * Signature: (J)Z
1846  */
1847 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SpendableOutputDescriptorDecodeErrorZ_1result_1ok
1848   (JNIEnv *, jclass, jlong);
1849
1850 /*
1851  * Class:     org_ldk_impl_bindings
1852  * Method:    LDKCResult_SpendableOutputDescriptorDecodeErrorZ_get_ok
1853  * Signature: (J)J
1854  */
1855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SpendableOutputDescriptorDecodeErrorZ_1get_1ok
1856   (JNIEnv *, jclass, jlong);
1857
1858 /*
1859  * Class:     org_ldk_impl_bindings
1860  * Method:    LDKCResult_SpendableOutputDescriptorDecodeErrorZ_get_err
1861  * Signature: (J)J
1862  */
1863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SpendableOutputDescriptorDecodeErrorZ_1get_1err
1864   (JNIEnv *, jclass, jlong);
1865
1866 /*
1867  * Class:     org_ldk_impl_bindings
1868  * Method:    LDKCResult_CVec_CVec_u8ZZNoneZ_result_ok
1869  * Signature: (J)Z
1870  */
1871 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1CVec_1u8ZZNoneZ_1result_1ok
1872   (JNIEnv *, jclass, jlong);
1873
1874 /*
1875  * Class:     org_ldk_impl_bindings
1876  * Method:    LDKCResult_CVec_CVec_u8ZZNoneZ_get_ok
1877  * Signature: (J)[[B
1878  */
1879 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1CVec_1u8ZZNoneZ_1get_1ok
1880   (JNIEnv *, jclass, jlong);
1881
1882 /*
1883  * Class:     org_ldk_impl_bindings
1884  * Method:    LDKCResult_CVec_CVec_u8ZZNoneZ_get_err
1885  * Signature: (J)V
1886  */
1887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1CVec_1u8ZZNoneZ_1get_1err
1888   (JNIEnv *, jclass, jlong);
1889
1890 /*
1891  * Class:     org_ldk_impl_bindings
1892  * Method:    LDKCResult_InMemorySignerDecodeErrorZ_result_ok
1893  * Signature: (J)Z
1894  */
1895 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InMemorySignerDecodeErrorZ_1result_1ok
1896   (JNIEnv *, jclass, jlong);
1897
1898 /*
1899  * Class:     org_ldk_impl_bindings
1900  * Method:    LDKCResult_InMemorySignerDecodeErrorZ_get_ok
1901  * Signature: (J)J
1902  */
1903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InMemorySignerDecodeErrorZ_1get_1ok
1904   (JNIEnv *, jclass, jlong);
1905
1906 /*
1907  * Class:     org_ldk_impl_bindings
1908  * Method:    LDKCResult_InMemorySignerDecodeErrorZ_get_err
1909  * Signature: (J)J
1910  */
1911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InMemorySignerDecodeErrorZ_1get_1err
1912   (JNIEnv *, jclass, jlong);
1913
1914 /*
1915  * Class:     org_ldk_impl_bindings
1916  * Method:    LDKCVec_TxOutZ_new
1917  * Signature: ([J)J
1918  */
1919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1TxOutZ_1new
1920   (JNIEnv *, jclass, jlongArray);
1921
1922 /*
1923  * Class:     org_ldk_impl_bindings
1924  * Method:    LDKCResult_TransactionNoneZ_result_ok
1925  * Signature: (J)Z
1926  */
1927 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TransactionNoneZ_1result_1ok
1928   (JNIEnv *, jclass, jlong);
1929
1930 /*
1931  * Class:     org_ldk_impl_bindings
1932  * Method:    LDKCResult_TransactionNoneZ_get_ok
1933  * Signature: (J)[B
1934  */
1935 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TransactionNoneZ_1get_1ok
1936   (JNIEnv *, jclass, jlong);
1937
1938 /*
1939  * Class:     org_ldk_impl_bindings
1940  * Method:    LDKCResult_TransactionNoneZ_get_err
1941  * Signature: (J)V
1942  */
1943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TransactionNoneZ_1get_1err
1944   (JNIEnv *, jclass, jlong);
1945
1946 /*
1947  * Class:     org_ldk_impl_bindings
1948  * Method:    LDKCVec_RouteHopZ_new
1949  * Signature: ([J)J
1950  */
1951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1RouteHopZ_1new
1952   (JNIEnv *, jclass, jlongArray);
1953
1954 /*
1955  * Class:     org_ldk_impl_bindings
1956  * Method:    LDKCResult_RouteDecodeErrorZ_result_ok
1957  * Signature: (J)Z
1958  */
1959 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteDecodeErrorZ_1result_1ok
1960   (JNIEnv *, jclass, jlong);
1961
1962 /*
1963  * Class:     org_ldk_impl_bindings
1964  * Method:    LDKCResult_RouteDecodeErrorZ_get_ok
1965  * Signature: (J)J
1966  */
1967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteDecodeErrorZ_1get_1ok
1968   (JNIEnv *, jclass, jlong);
1969
1970 /*
1971  * Class:     org_ldk_impl_bindings
1972  * Method:    LDKCResult_RouteDecodeErrorZ_get_err
1973  * Signature: (J)J
1974  */
1975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteDecodeErrorZ_1get_1err
1976   (JNIEnv *, jclass, jlong);
1977
1978 /*
1979  * Class:     org_ldk_impl_bindings
1980  * Method:    LDKCVec_RouteHintZ_new
1981  * Signature: ([J)J
1982  */
1983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1RouteHintZ_1new
1984   (JNIEnv *, jclass, jlongArray);
1985
1986 /*
1987  * Class:     org_ldk_impl_bindings
1988  * Method:    LDKCResult_RouteLightningErrorZ_result_ok
1989  * Signature: (J)Z
1990  */
1991 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteLightningErrorZ_1result_1ok
1992   (JNIEnv *, jclass, jlong);
1993
1994 /*
1995  * Class:     org_ldk_impl_bindings
1996  * Method:    LDKCResult_RouteLightningErrorZ_get_ok
1997  * Signature: (J)J
1998  */
1999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteLightningErrorZ_1get_1ok
2000   (JNIEnv *, jclass, jlong);
2001
2002 /*
2003  * Class:     org_ldk_impl_bindings
2004  * Method:    LDKCResult_RouteLightningErrorZ_get_err
2005  * Signature: (J)J
2006  */
2007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteLightningErrorZ_1get_1err
2008   (JNIEnv *, jclass, jlong);
2009
2010 /*
2011  * Class:     org_ldk_impl_bindings
2012  * Method:    LDKCResult_NetAddressu8Z_result_ok
2013  * Signature: (J)Z
2014  */
2015 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NetAddressu8Z_1result_1ok
2016   (JNIEnv *, jclass, jlong);
2017
2018 /*
2019  * Class:     org_ldk_impl_bindings
2020  * Method:    LDKCResult_NetAddressu8Z_get_ok
2021  * Signature: (J)J
2022  */
2023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NetAddressu8Z_1get_1ok
2024   (JNIEnv *, jclass, jlong);
2025
2026 /*
2027  * Class:     org_ldk_impl_bindings
2028  * Method:    LDKCResult_NetAddressu8Z_get_err
2029  * Signature: (J)B
2030  */
2031 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NetAddressu8Z_1get_1err
2032   (JNIEnv *, jclass, jlong);
2033
2034 /*
2035  * Class:     org_ldk_impl_bindings
2036  * Method:    LDKCResult_CResult_NetAddressu8ZDecodeErrorZ_result_ok
2037  * Signature: (J)Z
2038  */
2039 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CResult_1NetAddressu8ZDecodeErrorZ_1result_1ok
2040   (JNIEnv *, jclass, jlong);
2041
2042 /*
2043  * Class:     org_ldk_impl_bindings
2044  * Method:    LDKCResult_CResult_NetAddressu8ZDecodeErrorZ_get_ok
2045  * Signature: (J)J
2046  */
2047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CResult_1NetAddressu8ZDecodeErrorZ_1get_1ok
2048   (JNIEnv *, jclass, jlong);
2049
2050 /*
2051  * Class:     org_ldk_impl_bindings
2052  * Method:    LDKCResult_CResult_NetAddressu8ZDecodeErrorZ_get_err
2053  * Signature: (J)J
2054  */
2055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CResult_1NetAddressu8ZDecodeErrorZ_1get_1err
2056   (JNIEnv *, jclass, jlong);
2057
2058 /*
2059  * Class:     org_ldk_impl_bindings
2060  * Method:    LDKCVec_UpdateAddHTLCZ_new
2061  * Signature: ([J)J
2062  */
2063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1UpdateAddHTLCZ_1new
2064   (JNIEnv *, jclass, jlongArray);
2065
2066 /*
2067  * Class:     org_ldk_impl_bindings
2068  * Method:    LDKCVec_UpdateFulfillHTLCZ_new
2069  * Signature: ([J)J
2070  */
2071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1UpdateFulfillHTLCZ_1new
2072   (JNIEnv *, jclass, jlongArray);
2073
2074 /*
2075  * Class:     org_ldk_impl_bindings
2076  * Method:    LDKCVec_UpdateFailHTLCZ_new
2077  * Signature: ([J)J
2078  */
2079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1UpdateFailHTLCZ_1new
2080   (JNIEnv *, jclass, jlongArray);
2081
2082 /*
2083  * Class:     org_ldk_impl_bindings
2084  * Method:    LDKCVec_UpdateFailMalformedHTLCZ_new
2085  * Signature: ([J)J
2086  */
2087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1UpdateFailMalformedHTLCZ_1new
2088   (JNIEnv *, jclass, jlongArray);
2089
2090 /*
2091  * Class:     org_ldk_impl_bindings
2092  * Method:    LDKCResult_AcceptChannelDecodeErrorZ_result_ok
2093  * Signature: (J)Z
2094  */
2095 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1AcceptChannelDecodeErrorZ_1result_1ok
2096   (JNIEnv *, jclass, jlong);
2097
2098 /*
2099  * Class:     org_ldk_impl_bindings
2100  * Method:    LDKCResult_AcceptChannelDecodeErrorZ_get_ok
2101  * Signature: (J)J
2102  */
2103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1AcceptChannelDecodeErrorZ_1get_1ok
2104   (JNIEnv *, jclass, jlong);
2105
2106 /*
2107  * Class:     org_ldk_impl_bindings
2108  * Method:    LDKCResult_AcceptChannelDecodeErrorZ_get_err
2109  * Signature: (J)J
2110  */
2111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1AcceptChannelDecodeErrorZ_1get_1err
2112   (JNIEnv *, jclass, jlong);
2113
2114 /*
2115  * Class:     org_ldk_impl_bindings
2116  * Method:    LDKCResult_AnnouncementSignaturesDecodeErrorZ_result_ok
2117  * Signature: (J)Z
2118  */
2119 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1AnnouncementSignaturesDecodeErrorZ_1result_1ok
2120   (JNIEnv *, jclass, jlong);
2121
2122 /*
2123  * Class:     org_ldk_impl_bindings
2124  * Method:    LDKCResult_AnnouncementSignaturesDecodeErrorZ_get_ok
2125  * Signature: (J)J
2126  */
2127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1AnnouncementSignaturesDecodeErrorZ_1get_1ok
2128   (JNIEnv *, jclass, jlong);
2129
2130 /*
2131  * Class:     org_ldk_impl_bindings
2132  * Method:    LDKCResult_AnnouncementSignaturesDecodeErrorZ_get_err
2133  * Signature: (J)J
2134  */
2135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1AnnouncementSignaturesDecodeErrorZ_1get_1err
2136   (JNIEnv *, jclass, jlong);
2137
2138 /*
2139  * Class:     org_ldk_impl_bindings
2140  * Method:    LDKCResult_ChannelReestablishDecodeErrorZ_result_ok
2141  * Signature: (J)Z
2142  */
2143 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelReestablishDecodeErrorZ_1result_1ok
2144   (JNIEnv *, jclass, jlong);
2145
2146 /*
2147  * Class:     org_ldk_impl_bindings
2148  * Method:    LDKCResult_ChannelReestablishDecodeErrorZ_get_ok
2149  * Signature: (J)J
2150  */
2151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelReestablishDecodeErrorZ_1get_1ok
2152   (JNIEnv *, jclass, jlong);
2153
2154 /*
2155  * Class:     org_ldk_impl_bindings
2156  * Method:    LDKCResult_ChannelReestablishDecodeErrorZ_get_err
2157  * Signature: (J)J
2158  */
2159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelReestablishDecodeErrorZ_1get_1err
2160   (JNIEnv *, jclass, jlong);
2161
2162 /*
2163  * Class:     org_ldk_impl_bindings
2164  * Method:    LDKCResult_ClosingSignedDecodeErrorZ_result_ok
2165  * Signature: (J)Z
2166  */
2167 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ClosingSignedDecodeErrorZ_1result_1ok
2168   (JNIEnv *, jclass, jlong);
2169
2170 /*
2171  * Class:     org_ldk_impl_bindings
2172  * Method:    LDKCResult_ClosingSignedDecodeErrorZ_get_ok
2173  * Signature: (J)J
2174  */
2175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ClosingSignedDecodeErrorZ_1get_1ok
2176   (JNIEnv *, jclass, jlong);
2177
2178 /*
2179  * Class:     org_ldk_impl_bindings
2180  * Method:    LDKCResult_ClosingSignedDecodeErrorZ_get_err
2181  * Signature: (J)J
2182  */
2183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ClosingSignedDecodeErrorZ_1get_1err
2184   (JNIEnv *, jclass, jlong);
2185
2186 /*
2187  * Class:     org_ldk_impl_bindings
2188  * Method:    LDKCResult_CommitmentSignedDecodeErrorZ_result_ok
2189  * Signature: (J)Z
2190  */
2191 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CommitmentSignedDecodeErrorZ_1result_1ok
2192   (JNIEnv *, jclass, jlong);
2193
2194 /*
2195  * Class:     org_ldk_impl_bindings
2196  * Method:    LDKCResult_CommitmentSignedDecodeErrorZ_get_ok
2197  * Signature: (J)J
2198  */
2199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CommitmentSignedDecodeErrorZ_1get_1ok
2200   (JNIEnv *, jclass, jlong);
2201
2202 /*
2203  * Class:     org_ldk_impl_bindings
2204  * Method:    LDKCResult_CommitmentSignedDecodeErrorZ_get_err
2205  * Signature: (J)J
2206  */
2207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CommitmentSignedDecodeErrorZ_1get_1err
2208   (JNIEnv *, jclass, jlong);
2209
2210 /*
2211  * Class:     org_ldk_impl_bindings
2212  * Method:    LDKCResult_FundingCreatedDecodeErrorZ_result_ok
2213  * Signature: (J)Z
2214  */
2215 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingCreatedDecodeErrorZ_1result_1ok
2216   (JNIEnv *, jclass, jlong);
2217
2218 /*
2219  * Class:     org_ldk_impl_bindings
2220  * Method:    LDKCResult_FundingCreatedDecodeErrorZ_get_ok
2221  * Signature: (J)J
2222  */
2223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingCreatedDecodeErrorZ_1get_1ok
2224   (JNIEnv *, jclass, jlong);
2225
2226 /*
2227  * Class:     org_ldk_impl_bindings
2228  * Method:    LDKCResult_FundingCreatedDecodeErrorZ_get_err
2229  * Signature: (J)J
2230  */
2231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingCreatedDecodeErrorZ_1get_1err
2232   (JNIEnv *, jclass, jlong);
2233
2234 /*
2235  * Class:     org_ldk_impl_bindings
2236  * Method:    LDKCResult_FundingSignedDecodeErrorZ_result_ok
2237  * Signature: (J)Z
2238  */
2239 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingSignedDecodeErrorZ_1result_1ok
2240   (JNIEnv *, jclass, jlong);
2241
2242 /*
2243  * Class:     org_ldk_impl_bindings
2244  * Method:    LDKCResult_FundingSignedDecodeErrorZ_get_ok
2245  * Signature: (J)J
2246  */
2247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingSignedDecodeErrorZ_1get_1ok
2248   (JNIEnv *, jclass, jlong);
2249
2250 /*
2251  * Class:     org_ldk_impl_bindings
2252  * Method:    LDKCResult_FundingSignedDecodeErrorZ_get_err
2253  * Signature: (J)J
2254  */
2255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingSignedDecodeErrorZ_1get_1err
2256   (JNIEnv *, jclass, jlong);
2257
2258 /*
2259  * Class:     org_ldk_impl_bindings
2260  * Method:    LDKCResult_FundingLockedDecodeErrorZ_result_ok
2261  * Signature: (J)Z
2262  */
2263 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingLockedDecodeErrorZ_1result_1ok
2264   (JNIEnv *, jclass, jlong);
2265
2266 /*
2267  * Class:     org_ldk_impl_bindings
2268  * Method:    LDKCResult_FundingLockedDecodeErrorZ_get_ok
2269  * Signature: (J)J
2270  */
2271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingLockedDecodeErrorZ_1get_1ok
2272   (JNIEnv *, jclass, jlong);
2273
2274 /*
2275  * Class:     org_ldk_impl_bindings
2276  * Method:    LDKCResult_FundingLockedDecodeErrorZ_get_err
2277  * Signature: (J)J
2278  */
2279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingLockedDecodeErrorZ_1get_1err
2280   (JNIEnv *, jclass, jlong);
2281
2282 /*
2283  * Class:     org_ldk_impl_bindings
2284  * Method:    LDKCResult_InitDecodeErrorZ_result_ok
2285  * Signature: (J)Z
2286  */
2287 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InitDecodeErrorZ_1result_1ok
2288   (JNIEnv *, jclass, jlong);
2289
2290 /*
2291  * Class:     org_ldk_impl_bindings
2292  * Method:    LDKCResult_InitDecodeErrorZ_get_ok
2293  * Signature: (J)J
2294  */
2295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InitDecodeErrorZ_1get_1ok
2296   (JNIEnv *, jclass, jlong);
2297
2298 /*
2299  * Class:     org_ldk_impl_bindings
2300  * Method:    LDKCResult_InitDecodeErrorZ_get_err
2301  * Signature: (J)J
2302  */
2303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InitDecodeErrorZ_1get_1err
2304   (JNIEnv *, jclass, jlong);
2305
2306 /*
2307  * Class:     org_ldk_impl_bindings
2308  * Method:    LDKCResult_OpenChannelDecodeErrorZ_result_ok
2309  * Signature: (J)Z
2310  */
2311 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1OpenChannelDecodeErrorZ_1result_1ok
2312   (JNIEnv *, jclass, jlong);
2313
2314 /*
2315  * Class:     org_ldk_impl_bindings
2316  * Method:    LDKCResult_OpenChannelDecodeErrorZ_get_ok
2317  * Signature: (J)J
2318  */
2319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1OpenChannelDecodeErrorZ_1get_1ok
2320   (JNIEnv *, jclass, jlong);
2321
2322 /*
2323  * Class:     org_ldk_impl_bindings
2324  * Method:    LDKCResult_OpenChannelDecodeErrorZ_get_err
2325  * Signature: (J)J
2326  */
2327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1OpenChannelDecodeErrorZ_1get_1err
2328   (JNIEnv *, jclass, jlong);
2329
2330 /*
2331  * Class:     org_ldk_impl_bindings
2332  * Method:    LDKCResult_RevokeAndACKDecodeErrorZ_result_ok
2333  * Signature: (J)Z
2334  */
2335 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RevokeAndACKDecodeErrorZ_1result_1ok
2336   (JNIEnv *, jclass, jlong);
2337
2338 /*
2339  * Class:     org_ldk_impl_bindings
2340  * Method:    LDKCResult_RevokeAndACKDecodeErrorZ_get_ok
2341  * Signature: (J)J
2342  */
2343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RevokeAndACKDecodeErrorZ_1get_1ok
2344   (JNIEnv *, jclass, jlong);
2345
2346 /*
2347  * Class:     org_ldk_impl_bindings
2348  * Method:    LDKCResult_RevokeAndACKDecodeErrorZ_get_err
2349  * Signature: (J)J
2350  */
2351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RevokeAndACKDecodeErrorZ_1get_1err
2352   (JNIEnv *, jclass, jlong);
2353
2354 /*
2355  * Class:     org_ldk_impl_bindings
2356  * Method:    LDKCResult_ShutdownDecodeErrorZ_result_ok
2357  * Signature: (J)Z
2358  */
2359 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ShutdownDecodeErrorZ_1result_1ok
2360   (JNIEnv *, jclass, jlong);
2361
2362 /*
2363  * Class:     org_ldk_impl_bindings
2364  * Method:    LDKCResult_ShutdownDecodeErrorZ_get_ok
2365  * Signature: (J)J
2366  */
2367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ShutdownDecodeErrorZ_1get_1ok
2368   (JNIEnv *, jclass, jlong);
2369
2370 /*
2371  * Class:     org_ldk_impl_bindings
2372  * Method:    LDKCResult_ShutdownDecodeErrorZ_get_err
2373  * Signature: (J)J
2374  */
2375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ShutdownDecodeErrorZ_1get_1err
2376   (JNIEnv *, jclass, jlong);
2377
2378 /*
2379  * Class:     org_ldk_impl_bindings
2380  * Method:    LDKCResult_UpdateFailHTLCDecodeErrorZ_result_ok
2381  * Signature: (J)Z
2382  */
2383 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFailHTLCDecodeErrorZ_1result_1ok
2384   (JNIEnv *, jclass, jlong);
2385
2386 /*
2387  * Class:     org_ldk_impl_bindings
2388  * Method:    LDKCResult_UpdateFailHTLCDecodeErrorZ_get_ok
2389  * Signature: (J)J
2390  */
2391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFailHTLCDecodeErrorZ_1get_1ok
2392   (JNIEnv *, jclass, jlong);
2393
2394 /*
2395  * Class:     org_ldk_impl_bindings
2396  * Method:    LDKCResult_UpdateFailHTLCDecodeErrorZ_get_err
2397  * Signature: (J)J
2398  */
2399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFailHTLCDecodeErrorZ_1get_1err
2400   (JNIEnv *, jclass, jlong);
2401
2402 /*
2403  * Class:     org_ldk_impl_bindings
2404  * Method:    LDKCResult_UpdateFailMalformedHTLCDecodeErrorZ_result_ok
2405  * Signature: (J)Z
2406  */
2407 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFailMalformedHTLCDecodeErrorZ_1result_1ok
2408   (JNIEnv *, jclass, jlong);
2409
2410 /*
2411  * Class:     org_ldk_impl_bindings
2412  * Method:    LDKCResult_UpdateFailMalformedHTLCDecodeErrorZ_get_ok
2413  * Signature: (J)J
2414  */
2415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFailMalformedHTLCDecodeErrorZ_1get_1ok
2416   (JNIEnv *, jclass, jlong);
2417
2418 /*
2419  * Class:     org_ldk_impl_bindings
2420  * Method:    LDKCResult_UpdateFailMalformedHTLCDecodeErrorZ_get_err
2421  * Signature: (J)J
2422  */
2423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFailMalformedHTLCDecodeErrorZ_1get_1err
2424   (JNIEnv *, jclass, jlong);
2425
2426 /*
2427  * Class:     org_ldk_impl_bindings
2428  * Method:    LDKCResult_UpdateFeeDecodeErrorZ_result_ok
2429  * Signature: (J)Z
2430  */
2431 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFeeDecodeErrorZ_1result_1ok
2432   (JNIEnv *, jclass, jlong);
2433
2434 /*
2435  * Class:     org_ldk_impl_bindings
2436  * Method:    LDKCResult_UpdateFeeDecodeErrorZ_get_ok
2437  * Signature: (J)J
2438  */
2439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFeeDecodeErrorZ_1get_1ok
2440   (JNIEnv *, jclass, jlong);
2441
2442 /*
2443  * Class:     org_ldk_impl_bindings
2444  * Method:    LDKCResult_UpdateFeeDecodeErrorZ_get_err
2445  * Signature: (J)J
2446  */
2447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFeeDecodeErrorZ_1get_1err
2448   (JNIEnv *, jclass, jlong);
2449
2450 /*
2451  * Class:     org_ldk_impl_bindings
2452  * Method:    LDKCResult_UpdateFulfillHTLCDecodeErrorZ_result_ok
2453  * Signature: (J)Z
2454  */
2455 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFulfillHTLCDecodeErrorZ_1result_1ok
2456   (JNIEnv *, jclass, jlong);
2457
2458 /*
2459  * Class:     org_ldk_impl_bindings
2460  * Method:    LDKCResult_UpdateFulfillHTLCDecodeErrorZ_get_ok
2461  * Signature: (J)J
2462  */
2463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFulfillHTLCDecodeErrorZ_1get_1ok
2464   (JNIEnv *, jclass, jlong);
2465
2466 /*
2467  * Class:     org_ldk_impl_bindings
2468  * Method:    LDKCResult_UpdateFulfillHTLCDecodeErrorZ_get_err
2469  * Signature: (J)J
2470  */
2471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFulfillHTLCDecodeErrorZ_1get_1err
2472   (JNIEnv *, jclass, jlong);
2473
2474 /*
2475  * Class:     org_ldk_impl_bindings
2476  * Method:    LDKCResult_UpdateAddHTLCDecodeErrorZ_result_ok
2477  * Signature: (J)Z
2478  */
2479 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateAddHTLCDecodeErrorZ_1result_1ok
2480   (JNIEnv *, jclass, jlong);
2481
2482 /*
2483  * Class:     org_ldk_impl_bindings
2484  * Method:    LDKCResult_UpdateAddHTLCDecodeErrorZ_get_ok
2485  * Signature: (J)J
2486  */
2487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateAddHTLCDecodeErrorZ_1get_1ok
2488   (JNIEnv *, jclass, jlong);
2489
2490 /*
2491  * Class:     org_ldk_impl_bindings
2492  * Method:    LDKCResult_UpdateAddHTLCDecodeErrorZ_get_err
2493  * Signature: (J)J
2494  */
2495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateAddHTLCDecodeErrorZ_1get_1err
2496   (JNIEnv *, jclass, jlong);
2497
2498 /*
2499  * Class:     org_ldk_impl_bindings
2500  * Method:    LDKCResult_PingDecodeErrorZ_result_ok
2501  * Signature: (J)Z
2502  */
2503 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PingDecodeErrorZ_1result_1ok
2504   (JNIEnv *, jclass, jlong);
2505
2506 /*
2507  * Class:     org_ldk_impl_bindings
2508  * Method:    LDKCResult_PingDecodeErrorZ_get_ok
2509  * Signature: (J)J
2510  */
2511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PingDecodeErrorZ_1get_1ok
2512   (JNIEnv *, jclass, jlong);
2513
2514 /*
2515  * Class:     org_ldk_impl_bindings
2516  * Method:    LDKCResult_PingDecodeErrorZ_get_err
2517  * Signature: (J)J
2518  */
2519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PingDecodeErrorZ_1get_1err
2520   (JNIEnv *, jclass, jlong);
2521
2522 /*
2523  * Class:     org_ldk_impl_bindings
2524  * Method:    LDKCResult_PongDecodeErrorZ_result_ok
2525  * Signature: (J)Z
2526  */
2527 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PongDecodeErrorZ_1result_1ok
2528   (JNIEnv *, jclass, jlong);
2529
2530 /*
2531  * Class:     org_ldk_impl_bindings
2532  * Method:    LDKCResult_PongDecodeErrorZ_get_ok
2533  * Signature: (J)J
2534  */
2535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PongDecodeErrorZ_1get_1ok
2536   (JNIEnv *, jclass, jlong);
2537
2538 /*
2539  * Class:     org_ldk_impl_bindings
2540  * Method:    LDKCResult_PongDecodeErrorZ_get_err
2541  * Signature: (J)J
2542  */
2543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PongDecodeErrorZ_1get_1err
2544   (JNIEnv *, jclass, jlong);
2545
2546 /*
2547  * Class:     org_ldk_impl_bindings
2548  * Method:    LDKCResult_UnsignedChannelAnnouncementDecodeErrorZ_result_ok
2549  * Signature: (J)Z
2550  */
2551 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedChannelAnnouncementDecodeErrorZ_1result_1ok
2552   (JNIEnv *, jclass, jlong);
2553
2554 /*
2555  * Class:     org_ldk_impl_bindings
2556  * Method:    LDKCResult_UnsignedChannelAnnouncementDecodeErrorZ_get_ok
2557  * Signature: (J)J
2558  */
2559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedChannelAnnouncementDecodeErrorZ_1get_1ok
2560   (JNIEnv *, jclass, jlong);
2561
2562 /*
2563  * Class:     org_ldk_impl_bindings
2564  * Method:    LDKCResult_UnsignedChannelAnnouncementDecodeErrorZ_get_err
2565  * Signature: (J)J
2566  */
2567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedChannelAnnouncementDecodeErrorZ_1get_1err
2568   (JNIEnv *, jclass, jlong);
2569
2570 /*
2571  * Class:     org_ldk_impl_bindings
2572  * Method:    LDKCResult_ChannelAnnouncementDecodeErrorZ_result_ok
2573  * Signature: (J)Z
2574  */
2575 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelAnnouncementDecodeErrorZ_1result_1ok
2576   (JNIEnv *, jclass, jlong);
2577
2578 /*
2579  * Class:     org_ldk_impl_bindings
2580  * Method:    LDKCResult_ChannelAnnouncementDecodeErrorZ_get_ok
2581  * Signature: (J)J
2582  */
2583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelAnnouncementDecodeErrorZ_1get_1ok
2584   (JNIEnv *, jclass, jlong);
2585
2586 /*
2587  * Class:     org_ldk_impl_bindings
2588  * Method:    LDKCResult_ChannelAnnouncementDecodeErrorZ_get_err
2589  * Signature: (J)J
2590  */
2591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelAnnouncementDecodeErrorZ_1get_1err
2592   (JNIEnv *, jclass, jlong);
2593
2594 /*
2595  * Class:     org_ldk_impl_bindings
2596  * Method:    LDKCResult_UnsignedChannelUpdateDecodeErrorZ_result_ok
2597  * Signature: (J)Z
2598  */
2599 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedChannelUpdateDecodeErrorZ_1result_1ok
2600   (JNIEnv *, jclass, jlong);
2601
2602 /*
2603  * Class:     org_ldk_impl_bindings
2604  * Method:    LDKCResult_UnsignedChannelUpdateDecodeErrorZ_get_ok
2605  * Signature: (J)J
2606  */
2607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedChannelUpdateDecodeErrorZ_1get_1ok
2608   (JNIEnv *, jclass, jlong);
2609
2610 /*
2611  * Class:     org_ldk_impl_bindings
2612  * Method:    LDKCResult_UnsignedChannelUpdateDecodeErrorZ_get_err
2613  * Signature: (J)J
2614  */
2615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedChannelUpdateDecodeErrorZ_1get_1err
2616   (JNIEnv *, jclass, jlong);
2617
2618 /*
2619  * Class:     org_ldk_impl_bindings
2620  * Method:    LDKCResult_ChannelUpdateDecodeErrorZ_result_ok
2621  * Signature: (J)Z
2622  */
2623 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelUpdateDecodeErrorZ_1result_1ok
2624   (JNIEnv *, jclass, jlong);
2625
2626 /*
2627  * Class:     org_ldk_impl_bindings
2628  * Method:    LDKCResult_ChannelUpdateDecodeErrorZ_get_ok
2629  * Signature: (J)J
2630  */
2631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelUpdateDecodeErrorZ_1get_1ok
2632   (JNIEnv *, jclass, jlong);
2633
2634 /*
2635  * Class:     org_ldk_impl_bindings
2636  * Method:    LDKCResult_ChannelUpdateDecodeErrorZ_get_err
2637  * Signature: (J)J
2638  */
2639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelUpdateDecodeErrorZ_1get_1err
2640   (JNIEnv *, jclass, jlong);
2641
2642 /*
2643  * Class:     org_ldk_impl_bindings
2644  * Method:    LDKCResult_ErrorMessageDecodeErrorZ_result_ok
2645  * Signature: (J)Z
2646  */
2647 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ErrorMessageDecodeErrorZ_1result_1ok
2648   (JNIEnv *, jclass, jlong);
2649
2650 /*
2651  * Class:     org_ldk_impl_bindings
2652  * Method:    LDKCResult_ErrorMessageDecodeErrorZ_get_ok
2653  * Signature: (J)J
2654  */
2655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ErrorMessageDecodeErrorZ_1get_1ok
2656   (JNIEnv *, jclass, jlong);
2657
2658 /*
2659  * Class:     org_ldk_impl_bindings
2660  * Method:    LDKCResult_ErrorMessageDecodeErrorZ_get_err
2661  * Signature: (J)J
2662  */
2663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ErrorMessageDecodeErrorZ_1get_1err
2664   (JNIEnv *, jclass, jlong);
2665
2666 /*
2667  * Class:     org_ldk_impl_bindings
2668  * Method:    LDKCResult_UnsignedNodeAnnouncementDecodeErrorZ_result_ok
2669  * Signature: (J)Z
2670  */
2671 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedNodeAnnouncementDecodeErrorZ_1result_1ok
2672   (JNIEnv *, jclass, jlong);
2673
2674 /*
2675  * Class:     org_ldk_impl_bindings
2676  * Method:    LDKCResult_UnsignedNodeAnnouncementDecodeErrorZ_get_ok
2677  * Signature: (J)J
2678  */
2679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedNodeAnnouncementDecodeErrorZ_1get_1ok
2680   (JNIEnv *, jclass, jlong);
2681
2682 /*
2683  * Class:     org_ldk_impl_bindings
2684  * Method:    LDKCResult_UnsignedNodeAnnouncementDecodeErrorZ_get_err
2685  * Signature: (J)J
2686  */
2687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedNodeAnnouncementDecodeErrorZ_1get_1err
2688   (JNIEnv *, jclass, jlong);
2689
2690 /*
2691  * Class:     org_ldk_impl_bindings
2692  * Method:    LDKCResult_NodeAnnouncementDecodeErrorZ_result_ok
2693  * Signature: (J)Z
2694  */
2695 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeAnnouncementDecodeErrorZ_1result_1ok
2696   (JNIEnv *, jclass, jlong);
2697
2698 /*
2699  * Class:     org_ldk_impl_bindings
2700  * Method:    LDKCResult_NodeAnnouncementDecodeErrorZ_get_ok
2701  * Signature: (J)J
2702  */
2703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeAnnouncementDecodeErrorZ_1get_1ok
2704   (JNIEnv *, jclass, jlong);
2705
2706 /*
2707  * Class:     org_ldk_impl_bindings
2708  * Method:    LDKCResult_NodeAnnouncementDecodeErrorZ_get_err
2709  * Signature: (J)J
2710  */
2711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeAnnouncementDecodeErrorZ_1get_1err
2712   (JNIEnv *, jclass, jlong);
2713
2714 /*
2715  * Class:     org_ldk_impl_bindings
2716  * Method:    LDKCResult_QueryShortChannelIdsDecodeErrorZ_result_ok
2717  * Signature: (J)Z
2718  */
2719 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1QueryShortChannelIdsDecodeErrorZ_1result_1ok
2720   (JNIEnv *, jclass, jlong);
2721
2722 /*
2723  * Class:     org_ldk_impl_bindings
2724  * Method:    LDKCResult_QueryShortChannelIdsDecodeErrorZ_get_ok
2725  * Signature: (J)J
2726  */
2727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1QueryShortChannelIdsDecodeErrorZ_1get_1ok
2728   (JNIEnv *, jclass, jlong);
2729
2730 /*
2731  * Class:     org_ldk_impl_bindings
2732  * Method:    LDKCResult_QueryShortChannelIdsDecodeErrorZ_get_err
2733  * Signature: (J)J
2734  */
2735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1QueryShortChannelIdsDecodeErrorZ_1get_1err
2736   (JNIEnv *, jclass, jlong);
2737
2738 /*
2739  * Class:     org_ldk_impl_bindings
2740  * Method:    LDKCResult_ReplyShortChannelIdsEndDecodeErrorZ_result_ok
2741  * Signature: (J)Z
2742  */
2743 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ReplyShortChannelIdsEndDecodeErrorZ_1result_1ok
2744   (JNIEnv *, jclass, jlong);
2745
2746 /*
2747  * Class:     org_ldk_impl_bindings
2748  * Method:    LDKCResult_ReplyShortChannelIdsEndDecodeErrorZ_get_ok
2749  * Signature: (J)J
2750  */
2751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ReplyShortChannelIdsEndDecodeErrorZ_1get_1ok
2752   (JNIEnv *, jclass, jlong);
2753
2754 /*
2755  * Class:     org_ldk_impl_bindings
2756  * Method:    LDKCResult_ReplyShortChannelIdsEndDecodeErrorZ_get_err
2757  * Signature: (J)J
2758  */
2759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ReplyShortChannelIdsEndDecodeErrorZ_1get_1err
2760   (JNIEnv *, jclass, jlong);
2761
2762 /*
2763  * Class:     org_ldk_impl_bindings
2764  * Method:    LDKCResult_QueryChannelRangeDecodeErrorZ_result_ok
2765  * Signature: (J)Z
2766  */
2767 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1QueryChannelRangeDecodeErrorZ_1result_1ok
2768   (JNIEnv *, jclass, jlong);
2769
2770 /*
2771  * Class:     org_ldk_impl_bindings
2772  * Method:    LDKCResult_QueryChannelRangeDecodeErrorZ_get_ok
2773  * Signature: (J)J
2774  */
2775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1QueryChannelRangeDecodeErrorZ_1get_1ok
2776   (JNIEnv *, jclass, jlong);
2777
2778 /*
2779  * Class:     org_ldk_impl_bindings
2780  * Method:    LDKCResult_QueryChannelRangeDecodeErrorZ_get_err
2781  * Signature: (J)J
2782  */
2783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1QueryChannelRangeDecodeErrorZ_1get_1err
2784   (JNIEnv *, jclass, jlong);
2785
2786 /*
2787  * Class:     org_ldk_impl_bindings
2788  * Method:    LDKCResult_ReplyChannelRangeDecodeErrorZ_result_ok
2789  * Signature: (J)Z
2790  */
2791 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ReplyChannelRangeDecodeErrorZ_1result_1ok
2792   (JNIEnv *, jclass, jlong);
2793
2794 /*
2795  * Class:     org_ldk_impl_bindings
2796  * Method:    LDKCResult_ReplyChannelRangeDecodeErrorZ_get_ok
2797  * Signature: (J)J
2798  */
2799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ReplyChannelRangeDecodeErrorZ_1get_1ok
2800   (JNIEnv *, jclass, jlong);
2801
2802 /*
2803  * Class:     org_ldk_impl_bindings
2804  * Method:    LDKCResult_ReplyChannelRangeDecodeErrorZ_get_err
2805  * Signature: (J)J
2806  */
2807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ReplyChannelRangeDecodeErrorZ_1get_1err
2808   (JNIEnv *, jclass, jlong);
2809
2810 /*
2811  * Class:     org_ldk_impl_bindings
2812  * Method:    LDKCResult_GossipTimestampFilterDecodeErrorZ_result_ok
2813  * Signature: (J)Z
2814  */
2815 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1GossipTimestampFilterDecodeErrorZ_1result_1ok
2816   (JNIEnv *, jclass, jlong);
2817
2818 /*
2819  * Class:     org_ldk_impl_bindings
2820  * Method:    LDKCResult_GossipTimestampFilterDecodeErrorZ_get_ok
2821  * Signature: (J)J
2822  */
2823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1GossipTimestampFilterDecodeErrorZ_1get_1ok
2824   (JNIEnv *, jclass, jlong);
2825
2826 /*
2827  * Class:     org_ldk_impl_bindings
2828  * Method:    LDKCResult_GossipTimestampFilterDecodeErrorZ_get_err
2829  * Signature: (J)J
2830  */
2831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1GossipTimestampFilterDecodeErrorZ_1get_1err
2832   (JNIEnv *, jclass, jlong);
2833
2834 /*
2835  * Class:     org_ldk_impl_bindings
2836  * Method:    LDKMessageSendEventsProvider_new
2837  * Signature: (Lorg/ldk/impl/bindings/LDKMessageSendEventsProvider;)J
2838  */
2839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKMessageSendEventsProvider_1new
2840   (JNIEnv *, jclass, jobject);
2841
2842 /*
2843  * Class:     org_ldk_impl_bindings
2844  * Method:    MessageSendEventsProvider_get_and_clear_pending_msg_events
2845  * Signature: (J)[J
2846  */
2847 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_MessageSendEventsProvider_1get_1and_1clear_1pending_1msg_1events
2848   (JNIEnv *, jclass, jlong);
2849
2850 /*
2851  * Class:     org_ldk_impl_bindings
2852  * Method:    LDKEventsProvider_new
2853  * Signature: (Lorg/ldk/impl/bindings/LDKEventsProvider;)J
2854  */
2855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKEventsProvider_1new
2856   (JNIEnv *, jclass, jobject);
2857
2858 /*
2859  * Class:     org_ldk_impl_bindings
2860  * Method:    EventsProvider_get_and_clear_pending_events
2861  * Signature: (J)[J
2862  */
2863 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_EventsProvider_1get_1and_1clear_1pending_1events
2864   (JNIEnv *, jclass, jlong);
2865
2866 /*
2867  * Class:     org_ldk_impl_bindings
2868  * Method:    LDKAccess_new
2869  * Signature: (Lorg/ldk/impl/bindings/LDKAccess;)J
2870  */
2871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKAccess_1new
2872   (JNIEnv *, jclass, jobject);
2873
2874 /*
2875  * Class:     org_ldk_impl_bindings
2876  * Method:    Access_get_utxo
2877  * Signature: (J[BJ)J
2878  */
2879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Access_1get_1utxo
2880   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
2881
2882 /*
2883  * Class:     org_ldk_impl_bindings
2884  * Method:    LDKListen_new
2885  * Signature: (Lorg/ldk/impl/bindings/LDKListen;)J
2886  */
2887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKListen_1new
2888   (JNIEnv *, jclass, jobject);
2889
2890 /*
2891  * Class:     org_ldk_impl_bindings
2892  * Method:    Listen_block_connected
2893  * Signature: (J[BI)V
2894  */
2895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Listen_1block_1connected
2896   (JNIEnv *, jclass, jlong, jbyteArray, jint);
2897
2898 /*
2899  * Class:     org_ldk_impl_bindings
2900  * Method:    Listen_block_disconnected
2901  * Signature: (J[BI)V
2902  */
2903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Listen_1block_1disconnected
2904   (JNIEnv *, jclass, jlong, jbyteArray, jint);
2905
2906 /*
2907  * Class:     org_ldk_impl_bindings
2908  * Method:    LDKFilter_new
2909  * Signature: (Lorg/ldk/impl/bindings/LDKFilter;)J
2910  */
2911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKFilter_1new
2912   (JNIEnv *, jclass, jobject);
2913
2914 /*
2915  * Class:     org_ldk_impl_bindings
2916  * Method:    Filter_register_tx
2917  * Signature: (J[B[B)V
2918  */
2919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Filter_1register_1tx
2920   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray);
2921
2922 /*
2923  * Class:     org_ldk_impl_bindings
2924  * Method:    Filter_register_output
2925  * Signature: (JJ)J
2926  */
2927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Filter_1register_1output
2928   (JNIEnv *, jclass, jlong, jlong);
2929
2930 /*
2931  * Class:     org_ldk_impl_bindings
2932  * Method:    LDKPersist_new
2933  * Signature: (Lorg/ldk/impl/bindings/LDKPersist;)J
2934  */
2935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKPersist_1new
2936   (JNIEnv *, jclass, jobject);
2937
2938 /*
2939  * Class:     org_ldk_impl_bindings
2940  * Method:    Persist_persist_new_channel
2941  * Signature: (JJJ)J
2942  */
2943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Persist_1persist_1new_1channel
2944   (JNIEnv *, jclass, jlong, jlong, jlong);
2945
2946 /*
2947  * Class:     org_ldk_impl_bindings
2948  * Method:    Persist_update_persisted_channel
2949  * Signature: (JJJJ)J
2950  */
2951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Persist_1update_1persisted_1channel
2952   (JNIEnv *, jclass, jlong, jlong, jlong, jlong);
2953
2954 /*
2955  * Class:     org_ldk_impl_bindings
2956  * Method:    LDKChannelMessageHandler_new
2957  * Signature: (Lorg/ldk/impl/bindings/LDKChannelMessageHandler;Lorg/ldk/impl/bindings/LDKMessageSendEventsProvider;)J
2958  */
2959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKChannelMessageHandler_1new
2960   (JNIEnv *, jclass, jobject, jobject);
2961
2962 /*
2963  * Class:     org_ldk_impl_bindings
2964  * Method:    ChannelMessageHandler_handle_open_channel
2965  * Signature: (J[BJJ)V
2966  */
2967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1open_1channel
2968   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
2969
2970 /*
2971  * Class:     org_ldk_impl_bindings
2972  * Method:    ChannelMessageHandler_handle_accept_channel
2973  * Signature: (J[BJJ)V
2974  */
2975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1accept_1channel
2976   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
2977
2978 /*
2979  * Class:     org_ldk_impl_bindings
2980  * Method:    ChannelMessageHandler_handle_funding_created
2981  * Signature: (J[BJ)V
2982  */
2983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1funding_1created
2984   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
2985
2986 /*
2987  * Class:     org_ldk_impl_bindings
2988  * Method:    ChannelMessageHandler_handle_funding_signed
2989  * Signature: (J[BJ)V
2990  */
2991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1funding_1signed
2992   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
2993
2994 /*
2995  * Class:     org_ldk_impl_bindings
2996  * Method:    ChannelMessageHandler_handle_funding_locked
2997  * Signature: (J[BJ)V
2998  */
2999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1funding_1locked
3000   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3001
3002 /*
3003  * Class:     org_ldk_impl_bindings
3004  * Method:    ChannelMessageHandler_handle_shutdown
3005  * Signature: (J[BJJ)V
3006  */
3007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1shutdown
3008   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
3009
3010 /*
3011  * Class:     org_ldk_impl_bindings
3012  * Method:    ChannelMessageHandler_handle_closing_signed
3013  * Signature: (J[BJ)V
3014  */
3015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1closing_1signed
3016   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3017
3018 /*
3019  * Class:     org_ldk_impl_bindings
3020  * Method:    ChannelMessageHandler_handle_update_add_htlc
3021  * Signature: (J[BJ)V
3022  */
3023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1add_1htlc
3024   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3025
3026 /*
3027  * Class:     org_ldk_impl_bindings
3028  * Method:    ChannelMessageHandler_handle_update_fulfill_htlc
3029  * Signature: (J[BJ)V
3030  */
3031 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1fulfill_1htlc
3032   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3033
3034 /*
3035  * Class:     org_ldk_impl_bindings
3036  * Method:    ChannelMessageHandler_handle_update_fail_htlc
3037  * Signature: (J[BJ)V
3038  */
3039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1fail_1htlc
3040   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3041
3042 /*
3043  * Class:     org_ldk_impl_bindings
3044  * Method:    ChannelMessageHandler_handle_update_fail_malformed_htlc
3045  * Signature: (J[BJ)V
3046  */
3047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1fail_1malformed_1htlc
3048   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3049
3050 /*
3051  * Class:     org_ldk_impl_bindings
3052  * Method:    ChannelMessageHandler_handle_commitment_signed
3053  * Signature: (J[BJ)V
3054  */
3055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1commitment_1signed
3056   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3057
3058 /*
3059  * Class:     org_ldk_impl_bindings
3060  * Method:    ChannelMessageHandler_handle_revoke_and_ack
3061  * Signature: (J[BJ)V
3062  */
3063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1revoke_1and_1ack
3064   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3065
3066 /*
3067  * Class:     org_ldk_impl_bindings
3068  * Method:    ChannelMessageHandler_handle_update_fee
3069  * Signature: (J[BJ)V
3070  */
3071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1fee
3072   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3073
3074 /*
3075  * Class:     org_ldk_impl_bindings
3076  * Method:    ChannelMessageHandler_handle_announcement_signatures
3077  * Signature: (J[BJ)V
3078  */
3079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1announcement_1signatures
3080   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3081
3082 /*
3083  * Class:     org_ldk_impl_bindings
3084  * Method:    ChannelMessageHandler_peer_disconnected
3085  * Signature: (J[BZ)V
3086  */
3087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1peer_1disconnected
3088   (JNIEnv *, jclass, jlong, jbyteArray, jboolean);
3089
3090 /*
3091  * Class:     org_ldk_impl_bindings
3092  * Method:    ChannelMessageHandler_peer_connected
3093  * Signature: (J[BJ)V
3094  */
3095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1peer_1connected
3096   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3097
3098 /*
3099  * Class:     org_ldk_impl_bindings
3100  * Method:    ChannelMessageHandler_handle_channel_reestablish
3101  * Signature: (J[BJ)V
3102  */
3103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1channel_1reestablish
3104   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3105
3106 /*
3107  * Class:     org_ldk_impl_bindings
3108  * Method:    ChannelMessageHandler_handle_channel_update
3109  * Signature: (J[BJ)V
3110  */
3111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1channel_1update
3112   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3113
3114 /*
3115  * Class:     org_ldk_impl_bindings
3116  * Method:    ChannelMessageHandler_handle_error
3117  * Signature: (J[BJ)V
3118  */
3119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1error
3120   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3121
3122 /*
3123  * Class:     org_ldk_impl_bindings
3124  * Method:    LDKRoutingMessageHandler_new
3125  * Signature: (Lorg/ldk/impl/bindings/LDKRoutingMessageHandler;Lorg/ldk/impl/bindings/LDKMessageSendEventsProvider;)J
3126  */
3127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKRoutingMessageHandler_1new
3128   (JNIEnv *, jclass, jobject, jobject);
3129
3130 /*
3131  * Class:     org_ldk_impl_bindings
3132  * Method:    RoutingMessageHandler_handle_node_announcement
3133  * Signature: (JJ)J
3134  */
3135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1node_1announcement
3136   (JNIEnv *, jclass, jlong, jlong);
3137
3138 /*
3139  * Class:     org_ldk_impl_bindings
3140  * Method:    RoutingMessageHandler_handle_channel_announcement
3141  * Signature: (JJ)J
3142  */
3143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1channel_1announcement
3144   (JNIEnv *, jclass, jlong, jlong);
3145
3146 /*
3147  * Class:     org_ldk_impl_bindings
3148  * Method:    RoutingMessageHandler_handle_channel_update
3149  * Signature: (JJ)J
3150  */
3151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1channel_1update
3152   (JNIEnv *, jclass, jlong, jlong);
3153
3154 /*
3155  * Class:     org_ldk_impl_bindings
3156  * Method:    RoutingMessageHandler_handle_htlc_fail_channel_update
3157  * Signature: (JJ)V
3158  */
3159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1htlc_1fail_1channel_1update
3160   (JNIEnv *, jclass, jlong, jlong);
3161
3162 /*
3163  * Class:     org_ldk_impl_bindings
3164  * Method:    RoutingMessageHandler_get_next_channel_announcements
3165  * Signature: (JJB)[J
3166  */
3167 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1get_1next_1channel_1announcements
3168   (JNIEnv *, jclass, jlong, jlong, jbyte);
3169
3170 /*
3171  * Class:     org_ldk_impl_bindings
3172  * Method:    RoutingMessageHandler_get_next_node_announcements
3173  * Signature: (J[BB)[J
3174  */
3175 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1get_1next_1node_1announcements
3176   (JNIEnv *, jclass, jlong, jbyteArray, jbyte);
3177
3178 /*
3179  * Class:     org_ldk_impl_bindings
3180  * Method:    RoutingMessageHandler_sync_routing_table
3181  * Signature: (J[BJ)V
3182  */
3183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1sync_1routing_1table
3184   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3185
3186 /*
3187  * Class:     org_ldk_impl_bindings
3188  * Method:    RoutingMessageHandler_handle_reply_channel_range
3189  * Signature: (J[BJ)J
3190  */
3191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1reply_1channel_1range
3192   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3193
3194 /*
3195  * Class:     org_ldk_impl_bindings
3196  * Method:    RoutingMessageHandler_handle_reply_short_channel_ids_end
3197  * Signature: (J[BJ)J
3198  */
3199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1reply_1short_1channel_1ids_1end
3200   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3201
3202 /*
3203  * Class:     org_ldk_impl_bindings
3204  * Method:    RoutingMessageHandler_handle_query_channel_range
3205  * Signature: (J[BJ)J
3206  */
3207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1query_1channel_1range
3208   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3209
3210 /*
3211  * Class:     org_ldk_impl_bindings
3212  * Method:    RoutingMessageHandler_handle_query_short_channel_ids
3213  * Signature: (J[BJ)J
3214  */
3215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1query_1short_1channel_1ids
3216   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3217
3218 /*
3219  * Class:     org_ldk_impl_bindings
3220  * Method:    LDKSocketDescriptor_new
3221  * Signature: (Lorg/ldk/impl/bindings/LDKSocketDescriptor;)J
3222  */
3223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKSocketDescriptor_1new
3224   (JNIEnv *, jclass, jobject);
3225
3226 /*
3227  * Class:     org_ldk_impl_bindings
3228  * Method:    SocketDescriptor_send_data
3229  * Signature: (J[BZ)J
3230  */
3231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1send_1data
3232   (JNIEnv *, jclass, jlong, jbyteArray, jboolean);
3233
3234 /*
3235  * Class:     org_ldk_impl_bindings
3236  * Method:    SocketDescriptor_disconnect_socket
3237  * Signature: (J)V
3238  */
3239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1disconnect_1socket
3240   (JNIEnv *, jclass, jlong);
3241
3242 /*
3243  * Class:     org_ldk_impl_bindings
3244  * Method:    SocketDescriptor_hash
3245  * Signature: (J)J
3246  */
3247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1hash
3248   (JNIEnv *, jclass, jlong);
3249
3250 /*
3251  * Class:     org_ldk_impl_bindings
3252  * Method:    Transaction_free
3253  * Signature: ([B)V
3254  */
3255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Transaction_1free
3256   (JNIEnv *, jclass, jbyteArray);
3257
3258 /*
3259  * Class:     org_ldk_impl_bindings
3260  * Method:    TxOut_free
3261  * Signature: (J)V
3262  */
3263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxOut_1free
3264   (JNIEnv *, jclass, jlong);
3265
3266 /*
3267  * Class:     org_ldk_impl_bindings
3268  * Method:    TxOut_clone
3269  * Signature: (J)J
3270  */
3271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxOut_1clone
3272   (JNIEnv *, jclass, jlong);
3273
3274 /*
3275  * Class:     org_ldk_impl_bindings
3276  * Method:    CResult_SecretKeyErrorZ_ok
3277  * Signature: ([B)J
3278  */
3279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SecretKeyErrorZ_1ok
3280   (JNIEnv *, jclass, jbyteArray);
3281
3282 /*
3283  * Class:     org_ldk_impl_bindings
3284  * Method:    CResult_SecretKeyErrorZ_err
3285  * Signature: (Lorg/ldk/enums/LDKSecp256k1Error;)J
3286  */
3287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SecretKeyErrorZ_1err
3288   (JNIEnv *, jclass, jobject);
3289
3290 /*
3291  * Class:     org_ldk_impl_bindings
3292  * Method:    CResult_SecretKeyErrorZ_free
3293  * Signature: (J)V
3294  */
3295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SecretKeyErrorZ_1free
3296   (JNIEnv *, jclass, jlong);
3297
3298 /*
3299  * Class:     org_ldk_impl_bindings
3300  * Method:    CResult_PublicKeyErrorZ_ok
3301  * Signature: ([B)J
3302  */
3303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyErrorZ_1ok
3304   (JNIEnv *, jclass, jbyteArray);
3305
3306 /*
3307  * Class:     org_ldk_impl_bindings
3308  * Method:    CResult_PublicKeyErrorZ_err
3309  * Signature: (Lorg/ldk/enums/LDKSecp256k1Error;)J
3310  */
3311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyErrorZ_1err
3312   (JNIEnv *, jclass, jobject);
3313
3314 /*
3315  * Class:     org_ldk_impl_bindings
3316  * Method:    CResult_PublicKeyErrorZ_free
3317  * Signature: (J)V
3318  */
3319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyErrorZ_1free
3320   (JNIEnv *, jclass, jlong);
3321
3322 /*
3323  * Class:     org_ldk_impl_bindings
3324  * Method:    CResult_TxCreationKeysDecodeErrorZ_ok
3325  * Signature: (J)J
3326  */
3327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysDecodeErrorZ_1ok
3328   (JNIEnv *, jclass, jlong);
3329
3330 /*
3331  * Class:     org_ldk_impl_bindings
3332  * Method:    CResult_TxCreationKeysDecodeErrorZ_err
3333  * Signature: (J)J
3334  */
3335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysDecodeErrorZ_1err
3336   (JNIEnv *, jclass, jlong);
3337
3338 /*
3339  * Class:     org_ldk_impl_bindings
3340  * Method:    CResult_TxCreationKeysDecodeErrorZ_free
3341  * Signature: (J)V
3342  */
3343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysDecodeErrorZ_1free
3344   (JNIEnv *, jclass, jlong);
3345
3346 /*
3347  * Class:     org_ldk_impl_bindings
3348  * Method:    CResult_TxCreationKeysDecodeErrorZ_clone
3349  * Signature: (J)J
3350  */
3351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysDecodeErrorZ_1clone
3352   (JNIEnv *, jclass, jlong);
3353
3354 /*
3355  * Class:     org_ldk_impl_bindings
3356  * Method:    CResult_ChannelPublicKeysDecodeErrorZ_ok
3357  * Signature: (J)J
3358  */
3359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelPublicKeysDecodeErrorZ_1ok
3360   (JNIEnv *, jclass, jlong);
3361
3362 /*
3363  * Class:     org_ldk_impl_bindings
3364  * Method:    CResult_ChannelPublicKeysDecodeErrorZ_err
3365  * Signature: (J)J
3366  */
3367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelPublicKeysDecodeErrorZ_1err
3368   (JNIEnv *, jclass, jlong);
3369
3370 /*
3371  * Class:     org_ldk_impl_bindings
3372  * Method:    CResult_ChannelPublicKeysDecodeErrorZ_free
3373  * Signature: (J)V
3374  */
3375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelPublicKeysDecodeErrorZ_1free
3376   (JNIEnv *, jclass, jlong);
3377
3378 /*
3379  * Class:     org_ldk_impl_bindings
3380  * Method:    CResult_ChannelPublicKeysDecodeErrorZ_clone
3381  * Signature: (J)J
3382  */
3383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelPublicKeysDecodeErrorZ_1clone
3384   (JNIEnv *, jclass, jlong);
3385
3386 /*
3387  * Class:     org_ldk_impl_bindings
3388  * Method:    CResult_TxCreationKeysErrorZ_ok
3389  * Signature: (J)J
3390  */
3391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysErrorZ_1ok
3392   (JNIEnv *, jclass, jlong);
3393
3394 /*
3395  * Class:     org_ldk_impl_bindings
3396  * Method:    CResult_TxCreationKeysErrorZ_err
3397  * Signature: (Lorg/ldk/enums/LDKSecp256k1Error;)J
3398  */
3399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysErrorZ_1err
3400   (JNIEnv *, jclass, jobject);
3401
3402 /*
3403  * Class:     org_ldk_impl_bindings
3404  * Method:    CResult_TxCreationKeysErrorZ_free
3405  * Signature: (J)V
3406  */
3407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysErrorZ_1free
3408   (JNIEnv *, jclass, jlong);
3409
3410 /*
3411  * Class:     org_ldk_impl_bindings
3412  * Method:    COption_u32Z_some
3413  * Signature: (I)J
3414  */
3415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u32Z_1some
3416   (JNIEnv *, jclass, jint);
3417
3418 /*
3419  * Class:     org_ldk_impl_bindings
3420  * Method:    COption_u32Z_none
3421  * Signature: ()J
3422  */
3423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u32Z_1none
3424   (JNIEnv *, jclass);
3425
3426 /*
3427  * Class:     org_ldk_impl_bindings
3428  * Method:    COption_u32Z_free
3429  * Signature: (J)V
3430  */
3431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1u32Z_1free
3432   (JNIEnv *, jclass, jlong);
3433
3434 /*
3435  * Class:     org_ldk_impl_bindings
3436  * Method:    COption_u32Z_clone
3437  * Signature: (J)J
3438  */
3439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u32Z_1clone
3440   (JNIEnv *, jclass, jlong);
3441
3442 /*
3443  * Class:     org_ldk_impl_bindings
3444  * Method:    CResult_HTLCOutputInCommitmentDecodeErrorZ_ok
3445  * Signature: (J)J
3446  */
3447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCOutputInCommitmentDecodeErrorZ_1ok
3448   (JNIEnv *, jclass, jlong);
3449
3450 /*
3451  * Class:     org_ldk_impl_bindings
3452  * Method:    CResult_HTLCOutputInCommitmentDecodeErrorZ_err
3453  * Signature: (J)J
3454  */
3455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCOutputInCommitmentDecodeErrorZ_1err
3456   (JNIEnv *, jclass, jlong);
3457
3458 /*
3459  * Class:     org_ldk_impl_bindings
3460  * Method:    CResult_HTLCOutputInCommitmentDecodeErrorZ_free
3461  * Signature: (J)V
3462  */
3463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCOutputInCommitmentDecodeErrorZ_1free
3464   (JNIEnv *, jclass, jlong);
3465
3466 /*
3467  * Class:     org_ldk_impl_bindings
3468  * Method:    CResult_HTLCOutputInCommitmentDecodeErrorZ_clone
3469  * Signature: (J)J
3470  */
3471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCOutputInCommitmentDecodeErrorZ_1clone
3472   (JNIEnv *, jclass, jlong);
3473
3474 /*
3475  * Class:     org_ldk_impl_bindings
3476  * Method:    CResult_CounterpartyChannelTransactionParametersDecodeErrorZ_ok
3477  * Signature: (J)J
3478  */
3479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1ok
3480   (JNIEnv *, jclass, jlong);
3481
3482 /*
3483  * Class:     org_ldk_impl_bindings
3484  * Method:    CResult_CounterpartyChannelTransactionParametersDecodeErrorZ_err
3485  * Signature: (J)J
3486  */
3487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1err
3488   (JNIEnv *, jclass, jlong);
3489
3490 /*
3491  * Class:     org_ldk_impl_bindings
3492  * Method:    CResult_CounterpartyChannelTransactionParametersDecodeErrorZ_free
3493  * Signature: (J)V
3494  */
3495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1free
3496   (JNIEnv *, jclass, jlong);
3497
3498 /*
3499  * Class:     org_ldk_impl_bindings
3500  * Method:    CResult_CounterpartyChannelTransactionParametersDecodeErrorZ_clone
3501  * Signature: (J)J
3502  */
3503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1clone
3504   (JNIEnv *, jclass, jlong);
3505
3506 /*
3507  * Class:     org_ldk_impl_bindings
3508  * Method:    CResult_ChannelTransactionParametersDecodeErrorZ_ok
3509  * Signature: (J)J
3510  */
3511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTransactionParametersDecodeErrorZ_1ok
3512   (JNIEnv *, jclass, jlong);
3513
3514 /*
3515  * Class:     org_ldk_impl_bindings
3516  * Method:    CResult_ChannelTransactionParametersDecodeErrorZ_err
3517  * Signature: (J)J
3518  */
3519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTransactionParametersDecodeErrorZ_1err
3520   (JNIEnv *, jclass, jlong);
3521
3522 /*
3523  * Class:     org_ldk_impl_bindings
3524  * Method:    CResult_ChannelTransactionParametersDecodeErrorZ_free
3525  * Signature: (J)V
3526  */
3527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTransactionParametersDecodeErrorZ_1free
3528   (JNIEnv *, jclass, jlong);
3529
3530 /*
3531  * Class:     org_ldk_impl_bindings
3532  * Method:    CResult_ChannelTransactionParametersDecodeErrorZ_clone
3533  * Signature: (J)J
3534  */
3535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTransactionParametersDecodeErrorZ_1clone
3536   (JNIEnv *, jclass, jlong);
3537
3538 /*
3539  * Class:     org_ldk_impl_bindings
3540  * Method:    CVec_SignatureZ_free
3541  * Signature: ([[B)V
3542  */
3543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1SignatureZ_1free
3544   (JNIEnv *, jclass, jobjectArray);
3545
3546 /*
3547  * Class:     org_ldk_impl_bindings
3548  * Method:    CResult_HolderCommitmentTransactionDecodeErrorZ_ok
3549  * Signature: (J)J
3550  */
3551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HolderCommitmentTransactionDecodeErrorZ_1ok
3552   (JNIEnv *, jclass, jlong);
3553
3554 /*
3555  * Class:     org_ldk_impl_bindings
3556  * Method:    CResult_HolderCommitmentTransactionDecodeErrorZ_err
3557  * Signature: (J)J
3558  */
3559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HolderCommitmentTransactionDecodeErrorZ_1err
3560   (JNIEnv *, jclass, jlong);
3561
3562 /*
3563  * Class:     org_ldk_impl_bindings
3564  * Method:    CResult_HolderCommitmentTransactionDecodeErrorZ_free
3565  * Signature: (J)V
3566  */
3567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1HolderCommitmentTransactionDecodeErrorZ_1free
3568   (JNIEnv *, jclass, jlong);
3569
3570 /*
3571  * Class:     org_ldk_impl_bindings
3572  * Method:    CResult_HolderCommitmentTransactionDecodeErrorZ_clone
3573  * Signature: (J)J
3574  */
3575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HolderCommitmentTransactionDecodeErrorZ_1clone
3576   (JNIEnv *, jclass, jlong);
3577
3578 /*
3579  * Class:     org_ldk_impl_bindings
3580  * Method:    CResult_BuiltCommitmentTransactionDecodeErrorZ_ok
3581  * Signature: (J)J
3582  */
3583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BuiltCommitmentTransactionDecodeErrorZ_1ok
3584   (JNIEnv *, jclass, jlong);
3585
3586 /*
3587  * Class:     org_ldk_impl_bindings
3588  * Method:    CResult_BuiltCommitmentTransactionDecodeErrorZ_err
3589  * Signature: (J)J
3590  */
3591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BuiltCommitmentTransactionDecodeErrorZ_1err
3592   (JNIEnv *, jclass, jlong);
3593
3594 /*
3595  * Class:     org_ldk_impl_bindings
3596  * Method:    CResult_BuiltCommitmentTransactionDecodeErrorZ_free
3597  * Signature: (J)V
3598  */
3599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1BuiltCommitmentTransactionDecodeErrorZ_1free
3600   (JNIEnv *, jclass, jlong);
3601
3602 /*
3603  * Class:     org_ldk_impl_bindings
3604  * Method:    CResult_BuiltCommitmentTransactionDecodeErrorZ_clone
3605  * Signature: (J)J
3606  */
3607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BuiltCommitmentTransactionDecodeErrorZ_1clone
3608   (JNIEnv *, jclass, jlong);
3609
3610 /*
3611  * Class:     org_ldk_impl_bindings
3612  * Method:    CResult_CommitmentTransactionDecodeErrorZ_ok
3613  * Signature: (J)J
3614  */
3615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentTransactionDecodeErrorZ_1ok
3616   (JNIEnv *, jclass, jlong);
3617
3618 /*
3619  * Class:     org_ldk_impl_bindings
3620  * Method:    CResult_CommitmentTransactionDecodeErrorZ_err
3621  * Signature: (J)J
3622  */
3623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentTransactionDecodeErrorZ_1err
3624   (JNIEnv *, jclass, jlong);
3625
3626 /*
3627  * Class:     org_ldk_impl_bindings
3628  * Method:    CResult_CommitmentTransactionDecodeErrorZ_free
3629  * Signature: (J)V
3630  */
3631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentTransactionDecodeErrorZ_1free
3632   (JNIEnv *, jclass, jlong);
3633
3634 /*
3635  * Class:     org_ldk_impl_bindings
3636  * Method:    CResult_CommitmentTransactionDecodeErrorZ_clone
3637  * Signature: (J)J
3638  */
3639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentTransactionDecodeErrorZ_1clone
3640   (JNIEnv *, jclass, jlong);
3641
3642 /*
3643  * Class:     org_ldk_impl_bindings
3644  * Method:    CResult_TrustedCommitmentTransactionNoneZ_ok
3645  * Signature: (J)J
3646  */
3647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedCommitmentTransactionNoneZ_1ok
3648   (JNIEnv *, jclass, jlong);
3649
3650 /*
3651  * Class:     org_ldk_impl_bindings
3652  * Method:    CResult_TrustedCommitmentTransactionNoneZ_err
3653  * Signature: ()J
3654  */
3655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedCommitmentTransactionNoneZ_1err
3656   (JNIEnv *, jclass);
3657
3658 /*
3659  * Class:     org_ldk_impl_bindings
3660  * Method:    CResult_TrustedCommitmentTransactionNoneZ_free
3661  * Signature: (J)V
3662  */
3663 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedCommitmentTransactionNoneZ_1free
3664   (JNIEnv *, jclass, jlong);
3665
3666 /*
3667  * Class:     org_ldk_impl_bindings
3668  * Method:    CResult_CVec_SignatureZNoneZ_ok
3669  * Signature: ([[B)J
3670  */
3671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1ok
3672   (JNIEnv *, jclass, jobjectArray);
3673
3674 /*
3675  * Class:     org_ldk_impl_bindings
3676  * Method:    CResult_CVec_SignatureZNoneZ_err
3677  * Signature: ()J
3678  */
3679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1err
3680   (JNIEnv *, jclass);
3681
3682 /*
3683  * Class:     org_ldk_impl_bindings
3684  * Method:    CResult_CVec_SignatureZNoneZ_free
3685  * Signature: (J)V
3686  */
3687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1free
3688   (JNIEnv *, jclass, jlong);
3689
3690 /*
3691  * Class:     org_ldk_impl_bindings
3692  * Method:    CResult_CVec_SignatureZNoneZ_clone
3693  * Signature: (J)J
3694  */
3695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1clone
3696   (JNIEnv *, jclass, jlong);
3697
3698 /*
3699  * Class:     org_ldk_impl_bindings
3700  * Method:    CVec_MessageSendEventZ_free
3701  * Signature: ([J)V
3702  */
3703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1MessageSendEventZ_1free
3704   (JNIEnv *, jclass, jlongArray);
3705
3706 /*
3707  * Class:     org_ldk_impl_bindings
3708  * Method:    CResult_boolLightningErrorZ_ok
3709  * Signature: (Z)J
3710  */
3711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1ok
3712   (JNIEnv *, jclass, jboolean);
3713
3714 /*
3715  * Class:     org_ldk_impl_bindings
3716  * Method:    CResult_boolLightningErrorZ_err
3717  * Signature: (J)J
3718  */
3719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1err
3720   (JNIEnv *, jclass, jlong);
3721
3722 /*
3723  * Class:     org_ldk_impl_bindings
3724  * Method:    CResult_boolLightningErrorZ_free
3725  * Signature: (J)V
3726  */
3727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1free
3728   (JNIEnv *, jclass, jlong);
3729
3730 /*
3731  * Class:     org_ldk_impl_bindings
3732  * Method:    CResult_boolLightningErrorZ_clone
3733  * Signature: (J)J
3734  */
3735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1clone
3736   (JNIEnv *, jclass, jlong);
3737
3738 /*
3739  * Class:     org_ldk_impl_bindings
3740  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_clone
3741  * Signature: (J)J
3742  */
3743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1clone
3744   (JNIEnv *, jclass, jlong);
3745
3746 /*
3747  * Class:     org_ldk_impl_bindings
3748  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_new
3749  * Signature: (JJJ)J
3750  */
3751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1new
3752   (JNIEnv *, jclass, jlong, jlong, jlong);
3753
3754 /*
3755  * Class:     org_ldk_impl_bindings
3756  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_free
3757  * Signature: (J)V
3758  */
3759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1free
3760   (JNIEnv *, jclass, jlong);
3761
3762 /*
3763  * Class:     org_ldk_impl_bindings
3764  * Method:    CVec_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ_free
3765  * Signature: ([J)V
3766  */
3767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZZ_1free
3768   (JNIEnv *, jclass, jlongArray);
3769
3770 /*
3771  * Class:     org_ldk_impl_bindings
3772  * Method:    CVec_NodeAnnouncementZ_free
3773  * Signature: ([J)V
3774  */
3775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1NodeAnnouncementZ_1free
3776   (JNIEnv *, jclass, jlongArray);
3777
3778 /*
3779  * Class:     org_ldk_impl_bindings
3780  * Method:    CResult_NoneLightningErrorZ_ok
3781  * Signature: ()J
3782  */
3783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneLightningErrorZ_1ok
3784   (JNIEnv *, jclass);
3785
3786 /*
3787  * Class:     org_ldk_impl_bindings
3788  * Method:    CResult_NoneLightningErrorZ_err
3789  * Signature: (J)J
3790  */
3791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneLightningErrorZ_1err
3792   (JNIEnv *, jclass, jlong);
3793
3794 /*
3795  * Class:     org_ldk_impl_bindings
3796  * Method:    CResult_NoneLightningErrorZ_free
3797  * Signature: (J)V
3798  */
3799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneLightningErrorZ_1free
3800   (JNIEnv *, jclass, jlong);
3801
3802 /*
3803  * Class:     org_ldk_impl_bindings
3804  * Method:    CResult_NoneLightningErrorZ_clone
3805  * Signature: (J)J
3806  */
3807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneLightningErrorZ_1clone
3808   (JNIEnv *, jclass, jlong);
3809
3810 /*
3811  * Class:     org_ldk_impl_bindings
3812  * Method:    CVec_PublicKeyZ_free
3813  * Signature: ([[B)V
3814  */
3815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1PublicKeyZ_1free
3816   (JNIEnv *, jclass, jobjectArray);
3817
3818 /*
3819  * Class:     org_ldk_impl_bindings
3820  * Method:    CVec_u8Z_free
3821  * Signature: ([B)V
3822  */
3823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1u8Z_1free
3824   (JNIEnv *, jclass, jbyteArray);
3825
3826 /*
3827  * Class:     org_ldk_impl_bindings
3828  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_ok
3829  * Signature: ([B)J
3830  */
3831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1ok
3832   (JNIEnv *, jclass, jbyteArray);
3833
3834 /*
3835  * Class:     org_ldk_impl_bindings
3836  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_err
3837  * Signature: (J)J
3838  */
3839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1err
3840   (JNIEnv *, jclass, jlong);
3841
3842 /*
3843  * Class:     org_ldk_impl_bindings
3844  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_free
3845  * Signature: (J)V
3846  */
3847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1free
3848   (JNIEnv *, jclass, jlong);
3849
3850 /*
3851  * Class:     org_ldk_impl_bindings
3852  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_clone
3853  * Signature: (J)J
3854  */
3855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1clone
3856   (JNIEnv *, jclass, jlong);
3857
3858 /*
3859  * Class:     org_ldk_impl_bindings
3860  * Method:    CResult_NonePeerHandleErrorZ_ok
3861  * Signature: ()J
3862  */
3863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1ok
3864   (JNIEnv *, jclass);
3865
3866 /*
3867  * Class:     org_ldk_impl_bindings
3868  * Method:    CResult_NonePeerHandleErrorZ_err
3869  * Signature: (J)J
3870  */
3871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1err
3872   (JNIEnv *, jclass, jlong);
3873
3874 /*
3875  * Class:     org_ldk_impl_bindings
3876  * Method:    CResult_NonePeerHandleErrorZ_free
3877  * Signature: (J)V
3878  */
3879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1free
3880   (JNIEnv *, jclass, jlong);
3881
3882 /*
3883  * Class:     org_ldk_impl_bindings
3884  * Method:    CResult_NonePeerHandleErrorZ_clone
3885  * Signature: (J)J
3886  */
3887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1clone
3888   (JNIEnv *, jclass, jlong);
3889
3890 /*
3891  * Class:     org_ldk_impl_bindings
3892  * Method:    CResult_boolPeerHandleErrorZ_ok
3893  * Signature: (Z)J
3894  */
3895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1ok
3896   (JNIEnv *, jclass, jboolean);
3897
3898 /*
3899  * Class:     org_ldk_impl_bindings
3900  * Method:    CResult_boolPeerHandleErrorZ_err
3901  * Signature: (J)J
3902  */
3903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1err
3904   (JNIEnv *, jclass, jlong);
3905
3906 /*
3907  * Class:     org_ldk_impl_bindings
3908  * Method:    CResult_boolPeerHandleErrorZ_free
3909  * Signature: (J)V
3910  */
3911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1free
3912   (JNIEnv *, jclass, jlong);
3913
3914 /*
3915  * Class:     org_ldk_impl_bindings
3916  * Method:    CResult_boolPeerHandleErrorZ_clone
3917  * Signature: (J)J
3918  */
3919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1clone
3920   (JNIEnv *, jclass, jlong);
3921
3922 /*
3923  * Class:     org_ldk_impl_bindings
3924  * Method:    CResult_InitFeaturesDecodeErrorZ_ok
3925  * Signature: (J)J
3926  */
3927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitFeaturesDecodeErrorZ_1ok
3928   (JNIEnv *, jclass, jlong);
3929
3930 /*
3931  * Class:     org_ldk_impl_bindings
3932  * Method:    CResult_InitFeaturesDecodeErrorZ_err
3933  * Signature: (J)J
3934  */
3935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitFeaturesDecodeErrorZ_1err
3936   (JNIEnv *, jclass, jlong);
3937
3938 /*
3939  * Class:     org_ldk_impl_bindings
3940  * Method:    CResult_InitFeaturesDecodeErrorZ_free
3941  * Signature: (J)V
3942  */
3943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InitFeaturesDecodeErrorZ_1free
3944   (JNIEnv *, jclass, jlong);
3945
3946 /*
3947  * Class:     org_ldk_impl_bindings
3948  * Method:    CResult_NodeFeaturesDecodeErrorZ_ok
3949  * Signature: (J)J
3950  */
3951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeFeaturesDecodeErrorZ_1ok
3952   (JNIEnv *, jclass, jlong);
3953
3954 /*
3955  * Class:     org_ldk_impl_bindings
3956  * Method:    CResult_NodeFeaturesDecodeErrorZ_err
3957  * Signature: (J)J
3958  */
3959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeFeaturesDecodeErrorZ_1err
3960   (JNIEnv *, jclass, jlong);
3961
3962 /*
3963  * Class:     org_ldk_impl_bindings
3964  * Method:    CResult_NodeFeaturesDecodeErrorZ_free
3965  * Signature: (J)V
3966  */
3967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NodeFeaturesDecodeErrorZ_1free
3968   (JNIEnv *, jclass, jlong);
3969
3970 /*
3971  * Class:     org_ldk_impl_bindings
3972  * Method:    CResult_ChannelFeaturesDecodeErrorZ_ok
3973  * Signature: (J)J
3974  */
3975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelFeaturesDecodeErrorZ_1ok
3976   (JNIEnv *, jclass, jlong);
3977
3978 /*
3979  * Class:     org_ldk_impl_bindings
3980  * Method:    CResult_ChannelFeaturesDecodeErrorZ_err
3981  * Signature: (J)J
3982  */
3983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelFeaturesDecodeErrorZ_1err
3984   (JNIEnv *, jclass, jlong);
3985
3986 /*
3987  * Class:     org_ldk_impl_bindings
3988  * Method:    CResult_ChannelFeaturesDecodeErrorZ_free
3989  * Signature: (J)V
3990  */
3991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelFeaturesDecodeErrorZ_1free
3992   (JNIEnv *, jclass, jlong);
3993
3994 /*
3995  * Class:     org_ldk_impl_bindings
3996  * Method:    CResult_InvoiceFeaturesDecodeErrorZ_ok
3997  * Signature: (J)J
3998  */
3999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceFeaturesDecodeErrorZ_1ok
4000   (JNIEnv *, jclass, jlong);
4001
4002 /*
4003  * Class:     org_ldk_impl_bindings
4004  * Method:    CResult_InvoiceFeaturesDecodeErrorZ_err
4005  * Signature: (J)J
4006  */
4007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceFeaturesDecodeErrorZ_1err
4008   (JNIEnv *, jclass, jlong);
4009
4010 /*
4011  * Class:     org_ldk_impl_bindings
4012  * Method:    CResult_InvoiceFeaturesDecodeErrorZ_free
4013  * Signature: (J)V
4014  */
4015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceFeaturesDecodeErrorZ_1free
4016   (JNIEnv *, jclass, jlong);
4017
4018 /*
4019  * Class:     org_ldk_impl_bindings
4020  * Method:    CResult_ChannelConfigDecodeErrorZ_ok
4021  * Signature: (J)J
4022  */
4023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelConfigDecodeErrorZ_1ok
4024   (JNIEnv *, jclass, jlong);
4025
4026 /*
4027  * Class:     org_ldk_impl_bindings
4028  * Method:    CResult_ChannelConfigDecodeErrorZ_err
4029  * Signature: (J)J
4030  */
4031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelConfigDecodeErrorZ_1err
4032   (JNIEnv *, jclass, jlong);
4033
4034 /*
4035  * Class:     org_ldk_impl_bindings
4036  * Method:    CResult_ChannelConfigDecodeErrorZ_free
4037  * Signature: (J)V
4038  */
4039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelConfigDecodeErrorZ_1free
4040   (JNIEnv *, jclass, jlong);
4041
4042 /*
4043  * Class:     org_ldk_impl_bindings
4044  * Method:    CResult_ChannelConfigDecodeErrorZ_clone
4045  * Signature: (J)J
4046  */
4047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelConfigDecodeErrorZ_1clone
4048   (JNIEnv *, jclass, jlong);
4049
4050 /*
4051  * Class:     org_ldk_impl_bindings
4052  * Method:    COption_u64Z_some
4053  * Signature: (J)J
4054  */
4055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u64Z_1some
4056   (JNIEnv *, jclass, jlong);
4057
4058 /*
4059  * Class:     org_ldk_impl_bindings
4060  * Method:    COption_u64Z_none
4061  * Signature: ()J
4062  */
4063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u64Z_1none
4064   (JNIEnv *, jclass);
4065
4066 /*
4067  * Class:     org_ldk_impl_bindings
4068  * Method:    COption_u64Z_free
4069  * Signature: (J)V
4070  */
4071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1u64Z_1free
4072   (JNIEnv *, jclass, jlong);
4073
4074 /*
4075  * Class:     org_ldk_impl_bindings
4076  * Method:    COption_u64Z_clone
4077  * Signature: (J)J
4078  */
4079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u64Z_1clone
4080   (JNIEnv *, jclass, jlong);
4081
4082 /*
4083  * Class:     org_ldk_impl_bindings
4084  * Method:    CResult_DirectionalChannelInfoDecodeErrorZ_ok
4085  * Signature: (J)J
4086  */
4087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DirectionalChannelInfoDecodeErrorZ_1ok
4088   (JNIEnv *, jclass, jlong);
4089
4090 /*
4091  * Class:     org_ldk_impl_bindings
4092  * Method:    CResult_DirectionalChannelInfoDecodeErrorZ_err
4093  * Signature: (J)J
4094  */
4095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DirectionalChannelInfoDecodeErrorZ_1err
4096   (JNIEnv *, jclass, jlong);
4097
4098 /*
4099  * Class:     org_ldk_impl_bindings
4100  * Method:    CResult_DirectionalChannelInfoDecodeErrorZ_free
4101  * Signature: (J)V
4102  */
4103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1DirectionalChannelInfoDecodeErrorZ_1free
4104   (JNIEnv *, jclass, jlong);
4105
4106 /*
4107  * Class:     org_ldk_impl_bindings
4108  * Method:    CResult_DirectionalChannelInfoDecodeErrorZ_clone
4109  * Signature: (J)J
4110  */
4111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DirectionalChannelInfoDecodeErrorZ_1clone
4112   (JNIEnv *, jclass, jlong);
4113
4114 /*
4115  * Class:     org_ldk_impl_bindings
4116  * Method:    CResult_ChannelInfoDecodeErrorZ_ok
4117  * Signature: (J)J
4118  */
4119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelInfoDecodeErrorZ_1ok
4120   (JNIEnv *, jclass, jlong);
4121
4122 /*
4123  * Class:     org_ldk_impl_bindings
4124  * Method:    CResult_ChannelInfoDecodeErrorZ_err
4125  * Signature: (J)J
4126  */
4127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelInfoDecodeErrorZ_1err
4128   (JNIEnv *, jclass, jlong);
4129
4130 /*
4131  * Class:     org_ldk_impl_bindings
4132  * Method:    CResult_ChannelInfoDecodeErrorZ_free
4133  * Signature: (J)V
4134  */
4135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelInfoDecodeErrorZ_1free
4136   (JNIEnv *, jclass, jlong);
4137
4138 /*
4139  * Class:     org_ldk_impl_bindings
4140  * Method:    CResult_ChannelInfoDecodeErrorZ_clone
4141  * Signature: (J)J
4142  */
4143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelInfoDecodeErrorZ_1clone
4144   (JNIEnv *, jclass, jlong);
4145
4146 /*
4147  * Class:     org_ldk_impl_bindings
4148  * Method:    CResult_RoutingFeesDecodeErrorZ_ok
4149  * Signature: (J)J
4150  */
4151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RoutingFeesDecodeErrorZ_1ok
4152   (JNIEnv *, jclass, jlong);
4153
4154 /*
4155  * Class:     org_ldk_impl_bindings
4156  * Method:    CResult_RoutingFeesDecodeErrorZ_err
4157  * Signature: (J)J
4158  */
4159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RoutingFeesDecodeErrorZ_1err
4160   (JNIEnv *, jclass, jlong);
4161
4162 /*
4163  * Class:     org_ldk_impl_bindings
4164  * Method:    CResult_RoutingFeesDecodeErrorZ_free
4165  * Signature: (J)V
4166  */
4167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RoutingFeesDecodeErrorZ_1free
4168   (JNIEnv *, jclass, jlong);
4169
4170 /*
4171  * Class:     org_ldk_impl_bindings
4172  * Method:    CResult_RoutingFeesDecodeErrorZ_clone
4173  * Signature: (J)J
4174  */
4175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RoutingFeesDecodeErrorZ_1clone
4176   (JNIEnv *, jclass, jlong);
4177
4178 /*
4179  * Class:     org_ldk_impl_bindings
4180  * Method:    CVec_NetAddressZ_free
4181  * Signature: ([J)V
4182  */
4183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1NetAddressZ_1free
4184   (JNIEnv *, jclass, jlongArray);
4185
4186 /*
4187  * Class:     org_ldk_impl_bindings
4188  * Method:    CResult_NodeAnnouncementInfoDecodeErrorZ_ok
4189  * Signature: (J)J
4190  */
4191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementInfoDecodeErrorZ_1ok
4192   (JNIEnv *, jclass, jlong);
4193
4194 /*
4195  * Class:     org_ldk_impl_bindings
4196  * Method:    CResult_NodeAnnouncementInfoDecodeErrorZ_err
4197  * Signature: (J)J
4198  */
4199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementInfoDecodeErrorZ_1err
4200   (JNIEnv *, jclass, jlong);
4201
4202 /*
4203  * Class:     org_ldk_impl_bindings
4204  * Method:    CResult_NodeAnnouncementInfoDecodeErrorZ_free
4205  * Signature: (J)V
4206  */
4207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementInfoDecodeErrorZ_1free
4208   (JNIEnv *, jclass, jlong);
4209
4210 /*
4211  * Class:     org_ldk_impl_bindings
4212  * Method:    CResult_NodeAnnouncementInfoDecodeErrorZ_clone
4213  * Signature: (J)J
4214  */
4215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementInfoDecodeErrorZ_1clone
4216   (JNIEnv *, jclass, jlong);
4217
4218 /*
4219  * Class:     org_ldk_impl_bindings
4220  * Method:    CVec_u64Z_free
4221  * Signature: ([J)V
4222  */
4223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1u64Z_1free
4224   (JNIEnv *, jclass, jlongArray);
4225
4226 /*
4227  * Class:     org_ldk_impl_bindings
4228  * Method:    CResult_NodeInfoDecodeErrorZ_ok
4229  * Signature: (J)J
4230  */
4231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeInfoDecodeErrorZ_1ok
4232   (JNIEnv *, jclass, jlong);
4233
4234 /*
4235  * Class:     org_ldk_impl_bindings
4236  * Method:    CResult_NodeInfoDecodeErrorZ_err
4237  * Signature: (J)J
4238  */
4239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeInfoDecodeErrorZ_1err
4240   (JNIEnv *, jclass, jlong);
4241
4242 /*
4243  * Class:     org_ldk_impl_bindings
4244  * Method:    CResult_NodeInfoDecodeErrorZ_free
4245  * Signature: (J)V
4246  */
4247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NodeInfoDecodeErrorZ_1free
4248   (JNIEnv *, jclass, jlong);
4249
4250 /*
4251  * Class:     org_ldk_impl_bindings
4252  * Method:    CResult_NodeInfoDecodeErrorZ_clone
4253  * Signature: (J)J
4254  */
4255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeInfoDecodeErrorZ_1clone
4256   (JNIEnv *, jclass, jlong);
4257
4258 /*
4259  * Class:     org_ldk_impl_bindings
4260  * Method:    CResult_NetworkGraphDecodeErrorZ_ok
4261  * Signature: (J)J
4262  */
4263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetworkGraphDecodeErrorZ_1ok
4264   (JNIEnv *, jclass, jlong);
4265
4266 /*
4267  * Class:     org_ldk_impl_bindings
4268  * Method:    CResult_NetworkGraphDecodeErrorZ_err
4269  * Signature: (J)J
4270  */
4271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetworkGraphDecodeErrorZ_1err
4272   (JNIEnv *, jclass, jlong);
4273
4274 /*
4275  * Class:     org_ldk_impl_bindings
4276  * Method:    CResult_NetworkGraphDecodeErrorZ_free
4277  * Signature: (J)V
4278  */
4279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NetworkGraphDecodeErrorZ_1free
4280   (JNIEnv *, jclass, jlong);
4281
4282 /*
4283  * Class:     org_ldk_impl_bindings
4284  * Method:    CResult_NetworkGraphDecodeErrorZ_clone
4285  * Signature: (J)J
4286  */
4287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetworkGraphDecodeErrorZ_1clone
4288   (JNIEnv *, jclass, jlong);
4289
4290 /*
4291  * Class:     org_ldk_impl_bindings
4292  * Method:    C2Tuple_usizeTransactionZ_new
4293  * Signature: (J[B)J
4294  */
4295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1usizeTransactionZ_1new
4296   (JNIEnv *, jclass, jlong, jbyteArray);
4297
4298 /*
4299  * Class:     org_ldk_impl_bindings
4300  * Method:    C2Tuple_usizeTransactionZ_free
4301  * Signature: (J)V
4302  */
4303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1usizeTransactionZ_1free
4304   (JNIEnv *, jclass, jlong);
4305
4306 /*
4307  * Class:     org_ldk_impl_bindings
4308  * Method:    CVec_C2Tuple_usizeTransactionZZ_free
4309  * Signature: ([J)V
4310  */
4311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1usizeTransactionZZ_1free
4312   (JNIEnv *, jclass, jlongArray);
4313
4314 /*
4315  * Class:     org_ldk_impl_bindings
4316  * Method:    CResult_NoneChannelMonitorUpdateErrZ_ok
4317  * Signature: ()J
4318  */
4319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneChannelMonitorUpdateErrZ_1ok
4320   (JNIEnv *, jclass);
4321
4322 /*
4323  * Class:     org_ldk_impl_bindings
4324  * Method:    CResult_NoneChannelMonitorUpdateErrZ_err
4325  * Signature: (Lorg/ldk/enums/LDKChannelMonitorUpdateErr;)J
4326  */
4327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneChannelMonitorUpdateErrZ_1err
4328   (JNIEnv *, jclass, jobject);
4329
4330 /*
4331  * Class:     org_ldk_impl_bindings
4332  * Method:    CResult_NoneChannelMonitorUpdateErrZ_free
4333  * Signature: (J)V
4334  */
4335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneChannelMonitorUpdateErrZ_1free
4336   (JNIEnv *, jclass, jlong);
4337
4338 /*
4339  * Class:     org_ldk_impl_bindings
4340  * Method:    CResult_NoneChannelMonitorUpdateErrZ_clone
4341  * Signature: (J)J
4342  */
4343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneChannelMonitorUpdateErrZ_1clone
4344   (JNIEnv *, jclass, jlong);
4345
4346 /*
4347  * Class:     org_ldk_impl_bindings
4348  * Method:    CVec_MonitorEventZ_free
4349  * Signature: ([J)V
4350  */
4351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1MonitorEventZ_1free
4352   (JNIEnv *, jclass, jlongArray);
4353
4354 /*
4355  * Class:     org_ldk_impl_bindings
4356  * Method:    CVec_EventZ_free
4357  * Signature: ([J)V
4358  */
4359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1EventZ_1free
4360   (JNIEnv *, jclass, jlongArray);
4361
4362 /*
4363  * Class:     org_ldk_impl_bindings
4364  * Method:    CResult_OutPointDecodeErrorZ_ok
4365  * Signature: (J)J
4366  */
4367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OutPointDecodeErrorZ_1ok
4368   (JNIEnv *, jclass, jlong);
4369
4370 /*
4371  * Class:     org_ldk_impl_bindings
4372  * Method:    CResult_OutPointDecodeErrorZ_err
4373  * Signature: (J)J
4374  */
4375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OutPointDecodeErrorZ_1err
4376   (JNIEnv *, jclass, jlong);
4377
4378 /*
4379  * Class:     org_ldk_impl_bindings
4380  * Method:    CResult_OutPointDecodeErrorZ_free
4381  * Signature: (J)V
4382  */
4383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1OutPointDecodeErrorZ_1free
4384   (JNIEnv *, jclass, jlong);
4385
4386 /*
4387  * Class:     org_ldk_impl_bindings
4388  * Method:    CResult_OutPointDecodeErrorZ_clone
4389  * Signature: (J)J
4390  */
4391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OutPointDecodeErrorZ_1clone
4392   (JNIEnv *, jclass, jlong);
4393
4394 /*
4395  * Class:     org_ldk_impl_bindings
4396  * Method:    CResult_ChannelMonitorUpdateDecodeErrorZ_ok
4397  * Signature: (J)J
4398  */
4399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelMonitorUpdateDecodeErrorZ_1ok
4400   (JNIEnv *, jclass, jlong);
4401
4402 /*
4403  * Class:     org_ldk_impl_bindings
4404  * Method:    CResult_ChannelMonitorUpdateDecodeErrorZ_err
4405  * Signature: (J)J
4406  */
4407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelMonitorUpdateDecodeErrorZ_1err
4408   (JNIEnv *, jclass, jlong);
4409
4410 /*
4411  * Class:     org_ldk_impl_bindings
4412  * Method:    CResult_ChannelMonitorUpdateDecodeErrorZ_free
4413  * Signature: (J)V
4414  */
4415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelMonitorUpdateDecodeErrorZ_1free
4416   (JNIEnv *, jclass, jlong);
4417
4418 /*
4419  * Class:     org_ldk_impl_bindings
4420  * Method:    CResult_ChannelMonitorUpdateDecodeErrorZ_clone
4421  * Signature: (J)J
4422  */
4423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelMonitorUpdateDecodeErrorZ_1clone
4424   (JNIEnv *, jclass, jlong);
4425
4426 /*
4427  * Class:     org_ldk_impl_bindings
4428  * Method:    CResult_HTLCUpdateDecodeErrorZ_ok
4429  * Signature: (J)J
4430  */
4431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCUpdateDecodeErrorZ_1ok
4432   (JNIEnv *, jclass, jlong);
4433
4434 /*
4435  * Class:     org_ldk_impl_bindings
4436  * Method:    CResult_HTLCUpdateDecodeErrorZ_err
4437  * Signature: (J)J
4438  */
4439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCUpdateDecodeErrorZ_1err
4440   (JNIEnv *, jclass, jlong);
4441
4442 /*
4443  * Class:     org_ldk_impl_bindings
4444  * Method:    CResult_HTLCUpdateDecodeErrorZ_free
4445  * Signature: (J)V
4446  */
4447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCUpdateDecodeErrorZ_1free
4448   (JNIEnv *, jclass, jlong);
4449
4450 /*
4451  * Class:     org_ldk_impl_bindings
4452  * Method:    CResult_HTLCUpdateDecodeErrorZ_clone
4453  * Signature: (J)J
4454  */
4455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCUpdateDecodeErrorZ_1clone
4456   (JNIEnv *, jclass, jlong);
4457
4458 /*
4459  * Class:     org_ldk_impl_bindings
4460  * Method:    CResult_NoneMonitorUpdateErrorZ_ok
4461  * Signature: ()J
4462  */
4463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneMonitorUpdateErrorZ_1ok
4464   (JNIEnv *, jclass);
4465
4466 /*
4467  * Class:     org_ldk_impl_bindings
4468  * Method:    CResult_NoneMonitorUpdateErrorZ_err
4469  * Signature: (J)J
4470  */
4471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneMonitorUpdateErrorZ_1err
4472   (JNIEnv *, jclass, jlong);
4473
4474 /*
4475  * Class:     org_ldk_impl_bindings
4476  * Method:    CResult_NoneMonitorUpdateErrorZ_free
4477  * Signature: (J)V
4478  */
4479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneMonitorUpdateErrorZ_1free
4480   (JNIEnv *, jclass, jlong);
4481
4482 /*
4483  * Class:     org_ldk_impl_bindings
4484  * Method:    CResult_NoneMonitorUpdateErrorZ_clone
4485  * Signature: (J)J
4486  */
4487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneMonitorUpdateErrorZ_1clone
4488   (JNIEnv *, jclass, jlong);
4489
4490 /*
4491  * Class:     org_ldk_impl_bindings
4492  * Method:    C2Tuple_OutPointScriptZ_clone
4493  * Signature: (J)J
4494  */
4495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointScriptZ_1clone
4496   (JNIEnv *, jclass, jlong);
4497
4498 /*
4499  * Class:     org_ldk_impl_bindings
4500  * Method:    C2Tuple_OutPointScriptZ_new
4501  * Signature: (J[B)J
4502  */
4503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointScriptZ_1new
4504   (JNIEnv *, jclass, jlong, jbyteArray);
4505
4506 /*
4507  * Class:     org_ldk_impl_bindings
4508  * Method:    C2Tuple_OutPointScriptZ_free
4509  * Signature: (J)V
4510  */
4511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointScriptZ_1free
4512   (JNIEnv *, jclass, jlong);
4513
4514 /*
4515  * Class:     org_ldk_impl_bindings
4516  * Method:    C2Tuple_u32ScriptZ_clone
4517  * Signature: (J)J
4518  */
4519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32ScriptZ_1clone
4520   (JNIEnv *, jclass, jlong);
4521
4522 /*
4523  * Class:     org_ldk_impl_bindings
4524  * Method:    C2Tuple_u32ScriptZ_new
4525  * Signature: (I[B)J
4526  */
4527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32ScriptZ_1new
4528   (JNIEnv *, jclass, jint, jbyteArray);
4529
4530 /*
4531  * Class:     org_ldk_impl_bindings
4532  * Method:    C2Tuple_u32ScriptZ_free
4533  * Signature: (J)V
4534  */
4535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32ScriptZ_1free
4536   (JNIEnv *, jclass, jlong);
4537
4538 /*
4539  * Class:     org_ldk_impl_bindings
4540  * Method:    CVec_C2Tuple_u32ScriptZZ_free
4541  * Signature: ([J)V
4542  */
4543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1u32ScriptZZ_1free
4544   (JNIEnv *, jclass, jlongArray);
4545
4546 /*
4547  * Class:     org_ldk_impl_bindings
4548  * Method:    C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZ_new
4549  * Signature: ([B[J)J
4550  */
4551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZ_1new
4552   (JNIEnv *, jclass, jbyteArray, jlongArray);
4553
4554 /*
4555  * Class:     org_ldk_impl_bindings
4556  * Method:    C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZ_free
4557  * Signature: (J)V
4558  */
4559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZ_1free
4560   (JNIEnv *, jclass, jlong);
4561
4562 /*
4563  * Class:     org_ldk_impl_bindings
4564  * Method:    CVec_C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZZ_free
4565  * Signature: ([J)V
4566  */
4567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZZ_1free
4568   (JNIEnv *, jclass, jlongArray);
4569
4570 /*
4571  * Class:     org_ldk_impl_bindings
4572  * Method:    CVec_TransactionZ_free
4573  * Signature: ([[B)V
4574  */
4575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1TransactionZ_1free
4576   (JNIEnv *, jclass, jobjectArray);
4577
4578 /*
4579  * Class:     org_ldk_impl_bindings
4580  * Method:    C2Tuple_u32TxOutZ_clone
4581  * Signature: (J)J
4582  */
4583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32TxOutZ_1clone
4584   (JNIEnv *, jclass, jlong);
4585
4586 /*
4587  * Class:     org_ldk_impl_bindings
4588  * Method:    C2Tuple_u32TxOutZ_new
4589  * Signature: (IJ)J
4590  */
4591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32TxOutZ_1new
4592   (JNIEnv *, jclass, jint, jlong);
4593
4594 /*
4595  * Class:     org_ldk_impl_bindings
4596  * Method:    C2Tuple_u32TxOutZ_free
4597  * Signature: (J)V
4598  */
4599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32TxOutZ_1free
4600   (JNIEnv *, jclass, jlong);
4601
4602 /*
4603  * Class:     org_ldk_impl_bindings
4604  * Method:    CVec_C2Tuple_u32TxOutZZ_free
4605  * Signature: ([J)V
4606  */
4607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1u32TxOutZZ_1free
4608   (JNIEnv *, jclass, jlongArray);
4609
4610 /*
4611  * Class:     org_ldk_impl_bindings
4612  * Method:    C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ_new
4613  * Signature: ([B[J)J
4614  */
4615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZ_1new
4616   (JNIEnv *, jclass, jbyteArray, jlongArray);
4617
4618 /*
4619  * Class:     org_ldk_impl_bindings
4620  * Method:    C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ_free
4621  * Signature: (J)V
4622  */
4623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZ_1free
4624   (JNIEnv *, jclass, jlong);
4625
4626 /*
4627  * Class:     org_ldk_impl_bindings
4628  * Method:    CVec_C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZZ_free
4629  * Signature: ([J)V
4630  */
4631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZZ_1free
4632   (JNIEnv *, jclass, jlongArray);
4633
4634 /*
4635  * Class:     org_ldk_impl_bindings
4636  * Method:    C2Tuple_BlockHashChannelMonitorZ_new
4637  * Signature: ([BJ)J
4638  */
4639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelMonitorZ_1new
4640   (JNIEnv *, jclass, jbyteArray, jlong);
4641
4642 /*
4643  * Class:     org_ldk_impl_bindings
4644  * Method:    C2Tuple_BlockHashChannelMonitorZ_free
4645  * Signature: (J)V
4646  */
4647 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelMonitorZ_1free
4648   (JNIEnv *, jclass, jlong);
4649
4650 /*
4651  * Class:     org_ldk_impl_bindings
4652  * Method:    CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_ok
4653  * Signature: (J)J
4654  */
4655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1ok
4656   (JNIEnv *, jclass, jlong);
4657
4658 /*
4659  * Class:     org_ldk_impl_bindings
4660  * Method:    CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_err
4661  * Signature: (J)J
4662  */
4663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1err
4664   (JNIEnv *, jclass, jlong);
4665
4666 /*
4667  * Class:     org_ldk_impl_bindings
4668  * Method:    CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_free
4669  * Signature: (J)V
4670  */
4671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1free
4672   (JNIEnv *, jclass, jlong);
4673
4674 /*
4675  * Class:     org_ldk_impl_bindings
4676  * Method:    CVec_SpendableOutputDescriptorZ_free
4677  * Signature: ([J)V
4678  */
4679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1SpendableOutputDescriptorZ_1free
4680   (JNIEnv *, jclass, jlongArray);
4681
4682 /*
4683  * Class:     org_ldk_impl_bindings
4684  * Method:    CResult_TxOutAccessErrorZ_ok
4685  * Signature: (J)J
4686  */
4687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutAccessErrorZ_1ok
4688   (JNIEnv *, jclass, jlong);
4689
4690 /*
4691  * Class:     org_ldk_impl_bindings
4692  * Method:    CResult_TxOutAccessErrorZ_err
4693  * Signature: (Lorg/ldk/enums/LDKAccessError;)J
4694  */
4695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutAccessErrorZ_1err
4696   (JNIEnv *, jclass, jobject);
4697
4698 /*
4699  * Class:     org_ldk_impl_bindings
4700  * Method:    CResult_TxOutAccessErrorZ_free
4701  * Signature: (J)V
4702  */
4703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutAccessErrorZ_1free
4704   (JNIEnv *, jclass, jlong);
4705
4706 /*
4707  * Class:     org_ldk_impl_bindings
4708  * Method:    CResult_TxOutAccessErrorZ_clone
4709  * Signature: (J)J
4710  */
4711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutAccessErrorZ_1clone
4712   (JNIEnv *, jclass, jlong);
4713
4714 /*
4715  * Class:     org_ldk_impl_bindings
4716  * Method:    COption_C2Tuple_usizeTransactionZZ_some
4717  * Signature: (J)J
4718  */
4719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1usizeTransactionZZ_1some
4720   (JNIEnv *, jclass, jlong);
4721
4722 /*
4723  * Class:     org_ldk_impl_bindings
4724  * Method:    COption_C2Tuple_usizeTransactionZZ_none
4725  * Signature: ()J
4726  */
4727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1usizeTransactionZZ_1none
4728   (JNIEnv *, jclass);
4729
4730 /*
4731  * Class:     org_ldk_impl_bindings
4732  * Method:    COption_C2Tuple_usizeTransactionZZ_free
4733  * Signature: (J)V
4734  */
4735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1usizeTransactionZZ_1free
4736   (JNIEnv *, jclass, jlong);
4737
4738 /*
4739  * Class:     org_ldk_impl_bindings
4740  * Method:    CResult_NoneAPIErrorZ_ok
4741  * Signature: ()J
4742  */
4743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1ok
4744   (JNIEnv *, jclass);
4745
4746 /*
4747  * Class:     org_ldk_impl_bindings
4748  * Method:    CResult_NoneAPIErrorZ_err
4749  * Signature: (J)J
4750  */
4751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1err
4752   (JNIEnv *, jclass, jlong);
4753
4754 /*
4755  * Class:     org_ldk_impl_bindings
4756  * Method:    CResult_NoneAPIErrorZ_free
4757  * Signature: (J)V
4758  */
4759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1free
4760   (JNIEnv *, jclass, jlong);
4761
4762 /*
4763  * Class:     org_ldk_impl_bindings
4764  * Method:    CResult_NoneAPIErrorZ_clone
4765  * Signature: (J)J
4766  */
4767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1clone
4768   (JNIEnv *, jclass, jlong);
4769
4770 /*
4771  * Class:     org_ldk_impl_bindings
4772  * Method:    CVec_CResult_NoneAPIErrorZZ_free
4773  * Signature: ([J)V
4774  */
4775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1CResult_1NoneAPIErrorZZ_1free
4776   (JNIEnv *, jclass, jlongArray);
4777
4778 /*
4779  * Class:     org_ldk_impl_bindings
4780  * Method:    CVec_APIErrorZ_free
4781  * Signature: ([J)V
4782  */
4783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1APIErrorZ_1free
4784   (JNIEnv *, jclass, jlongArray);
4785
4786 /*
4787  * Class:     org_ldk_impl_bindings
4788  * Method:    CVec_ChannelDetailsZ_free
4789  * Signature: ([J)V
4790  */
4791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1ChannelDetailsZ_1free
4792   (JNIEnv *, jclass, jlongArray);
4793
4794 /*
4795  * Class:     org_ldk_impl_bindings
4796  * Method:    CResult_NonePaymentSendFailureZ_ok
4797  * Signature: ()J
4798  */
4799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1ok
4800   (JNIEnv *, jclass);
4801
4802 /*
4803  * Class:     org_ldk_impl_bindings
4804  * Method:    CResult_NonePaymentSendFailureZ_err
4805  * Signature: (J)J
4806  */
4807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1err
4808   (JNIEnv *, jclass, jlong);
4809
4810 /*
4811  * Class:     org_ldk_impl_bindings
4812  * Method:    CResult_NonePaymentSendFailureZ_free
4813  * Signature: (J)V
4814  */
4815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1free
4816   (JNIEnv *, jclass, jlong);
4817
4818 /*
4819  * Class:     org_ldk_impl_bindings
4820  * Method:    CResult_NonePaymentSendFailureZ_clone
4821  * Signature: (J)J
4822  */
4823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1clone
4824   (JNIEnv *, jclass, jlong);
4825
4826 /*
4827  * Class:     org_ldk_impl_bindings
4828  * Method:    CVec_ChannelMonitorZ_free
4829  * Signature: ([J)V
4830  */
4831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1ChannelMonitorZ_1free
4832   (JNIEnv *, jclass, jlongArray);
4833
4834 /*
4835  * Class:     org_ldk_impl_bindings
4836  * Method:    C2Tuple_BlockHashChannelManagerZ_new
4837  * Signature: ([BJ)J
4838  */
4839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelManagerZ_1new
4840   (JNIEnv *, jclass, jbyteArray, jlong);
4841
4842 /*
4843  * Class:     org_ldk_impl_bindings
4844  * Method:    C2Tuple_BlockHashChannelManagerZ_free
4845  * Signature: (J)V
4846  */
4847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelManagerZ_1free
4848   (JNIEnv *, jclass, jlong);
4849
4850 /*
4851  * Class:     org_ldk_impl_bindings
4852  * Method:    CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_ok
4853  * Signature: (J)J
4854  */
4855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1ok
4856   (JNIEnv *, jclass, jlong);
4857
4858 /*
4859  * Class:     org_ldk_impl_bindings
4860  * Method:    CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_err
4861  * Signature: (J)J
4862  */
4863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1err
4864   (JNIEnv *, jclass, jlong);
4865
4866 /*
4867  * Class:     org_ldk_impl_bindings
4868  * Method:    CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_free
4869  * Signature: (J)V
4870  */
4871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1free
4872   (JNIEnv *, jclass, jlong);
4873
4874 /*
4875  * Class:     org_ldk_impl_bindings
4876  * Method:    CResult_SpendableOutputDescriptorDecodeErrorZ_ok
4877  * Signature: (J)J
4878  */
4879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SpendableOutputDescriptorDecodeErrorZ_1ok
4880   (JNIEnv *, jclass, jlong);
4881
4882 /*
4883  * Class:     org_ldk_impl_bindings
4884  * Method:    CResult_SpendableOutputDescriptorDecodeErrorZ_err
4885  * Signature: (J)J
4886  */
4887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SpendableOutputDescriptorDecodeErrorZ_1err
4888   (JNIEnv *, jclass, jlong);
4889
4890 /*
4891  * Class:     org_ldk_impl_bindings
4892  * Method:    CResult_SpendableOutputDescriptorDecodeErrorZ_free
4893  * Signature: (J)V
4894  */
4895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SpendableOutputDescriptorDecodeErrorZ_1free
4896   (JNIEnv *, jclass, jlong);
4897
4898 /*
4899  * Class:     org_ldk_impl_bindings
4900  * Method:    CResult_SpendableOutputDescriptorDecodeErrorZ_clone
4901  * Signature: (J)J
4902  */
4903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SpendableOutputDescriptorDecodeErrorZ_1clone
4904   (JNIEnv *, jclass, jlong);
4905
4906 /*
4907  * Class:     org_ldk_impl_bindings
4908  * Method:    C2Tuple_SignatureCVec_SignatureZZ_clone
4909  * Signature: (J)J
4910  */
4911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1SignatureCVec_1SignatureZZ_1clone
4912   (JNIEnv *, jclass, jlong);
4913
4914 /*
4915  * Class:     org_ldk_impl_bindings
4916  * Method:    C2Tuple_SignatureCVec_SignatureZZ_new
4917  * Signature: ([B[[B)J
4918  */
4919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1SignatureCVec_1SignatureZZ_1new
4920   (JNIEnv *, jclass, jbyteArray, jobjectArray);
4921
4922 /*
4923  * Class:     org_ldk_impl_bindings
4924  * Method:    C2Tuple_SignatureCVec_SignatureZZ_free
4925  * Signature: (J)V
4926  */
4927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1SignatureCVec_1SignatureZZ_1free
4928   (JNIEnv *, jclass, jlong);
4929
4930 /*
4931  * Class:     org_ldk_impl_bindings
4932  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_ok
4933  * Signature: (J)J
4934  */
4935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1ok
4936   (JNIEnv *, jclass, jlong);
4937
4938 /*
4939  * Class:     org_ldk_impl_bindings
4940  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_err
4941  * Signature: ()J
4942  */
4943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1err
4944   (JNIEnv *, jclass);
4945
4946 /*
4947  * Class:     org_ldk_impl_bindings
4948  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_free
4949  * Signature: (J)V
4950  */
4951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1free
4952   (JNIEnv *, jclass, jlong);
4953
4954 /*
4955  * Class:     org_ldk_impl_bindings
4956  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_clone
4957  * Signature: (J)J
4958  */
4959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1clone
4960   (JNIEnv *, jclass, jlong);
4961
4962 /*
4963  * Class:     org_ldk_impl_bindings
4964  * Method:    CResult_SignatureNoneZ_ok
4965  * Signature: ([B)J
4966  */
4967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1ok
4968   (JNIEnv *, jclass, jbyteArray);
4969
4970 /*
4971  * Class:     org_ldk_impl_bindings
4972  * Method:    CResult_SignatureNoneZ_err
4973  * Signature: ()J
4974  */
4975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1err
4976   (JNIEnv *, jclass);
4977
4978 /*
4979  * Class:     org_ldk_impl_bindings
4980  * Method:    CResult_SignatureNoneZ_free
4981  * Signature: (J)V
4982  */
4983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1free
4984   (JNIEnv *, jclass, jlong);
4985
4986 /*
4987  * Class:     org_ldk_impl_bindings
4988  * Method:    CResult_SignatureNoneZ_clone
4989  * Signature: (J)J
4990  */
4991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1clone
4992   (JNIEnv *, jclass, jlong);
4993
4994 /*
4995  * Class:     org_ldk_impl_bindings
4996  * Method:    CResult_SignDecodeErrorZ_ok
4997  * Signature: (J)J
4998  */
4999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignDecodeErrorZ_1ok
5000   (JNIEnv *, jclass, jlong);
5001
5002 /*
5003  * Class:     org_ldk_impl_bindings
5004  * Method:    CResult_SignDecodeErrorZ_err
5005  * Signature: (J)J
5006  */
5007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignDecodeErrorZ_1err
5008   (JNIEnv *, jclass, jlong);
5009
5010 /*
5011  * Class:     org_ldk_impl_bindings
5012  * Method:    CResult_SignDecodeErrorZ_free
5013  * Signature: (J)V
5014  */
5015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SignDecodeErrorZ_1free
5016   (JNIEnv *, jclass, jlong);
5017
5018 /*
5019  * Class:     org_ldk_impl_bindings
5020  * Method:    CResult_SignDecodeErrorZ_clone
5021  * Signature: (J)J
5022  */
5023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignDecodeErrorZ_1clone
5024   (JNIEnv *, jclass, jlong);
5025
5026 /*
5027  * Class:     org_ldk_impl_bindings
5028  * Method:    CVec_CVec_u8ZZ_free
5029  * Signature: ([[B)V
5030  */
5031 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1CVec_1u8ZZ_1free
5032   (JNIEnv *, jclass, jobjectArray);
5033
5034 /*
5035  * Class:     org_ldk_impl_bindings
5036  * Method:    CResult_CVec_CVec_u8ZZNoneZ_ok
5037  * Signature: ([[B)J
5038  */
5039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1CVec_1u8ZZNoneZ_1ok
5040   (JNIEnv *, jclass, jobjectArray);
5041
5042 /*
5043  * Class:     org_ldk_impl_bindings
5044  * Method:    CResult_CVec_CVec_u8ZZNoneZ_err
5045  * Signature: ()J
5046  */
5047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1CVec_1u8ZZNoneZ_1err
5048   (JNIEnv *, jclass);
5049
5050 /*
5051  * Class:     org_ldk_impl_bindings
5052  * Method:    CResult_CVec_CVec_u8ZZNoneZ_free
5053  * Signature: (J)V
5054  */
5055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1CVec_1u8ZZNoneZ_1free
5056   (JNIEnv *, jclass, jlong);
5057
5058 /*
5059  * Class:     org_ldk_impl_bindings
5060  * Method:    CResult_CVec_CVec_u8ZZNoneZ_clone
5061  * Signature: (J)J
5062  */
5063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1CVec_1u8ZZNoneZ_1clone
5064   (JNIEnv *, jclass, jlong);
5065
5066 /*
5067  * Class:     org_ldk_impl_bindings
5068  * Method:    CResult_InMemorySignerDecodeErrorZ_ok
5069  * Signature: (J)J
5070  */
5071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InMemorySignerDecodeErrorZ_1ok
5072   (JNIEnv *, jclass, jlong);
5073
5074 /*
5075  * Class:     org_ldk_impl_bindings
5076  * Method:    CResult_InMemorySignerDecodeErrorZ_err
5077  * Signature: (J)J
5078  */
5079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InMemorySignerDecodeErrorZ_1err
5080   (JNIEnv *, jclass, jlong);
5081
5082 /*
5083  * Class:     org_ldk_impl_bindings
5084  * Method:    CResult_InMemorySignerDecodeErrorZ_free
5085  * Signature: (J)V
5086  */
5087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InMemorySignerDecodeErrorZ_1free
5088   (JNIEnv *, jclass, jlong);
5089
5090 /*
5091  * Class:     org_ldk_impl_bindings
5092  * Method:    CResult_InMemorySignerDecodeErrorZ_clone
5093  * Signature: (J)J
5094  */
5095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InMemorySignerDecodeErrorZ_1clone
5096   (JNIEnv *, jclass, jlong);
5097
5098 /*
5099  * Class:     org_ldk_impl_bindings
5100  * Method:    CVec_TxOutZ_free
5101  * Signature: ([J)V
5102  */
5103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1TxOutZ_1free
5104   (JNIEnv *, jclass, jlongArray);
5105
5106 /*
5107  * Class:     org_ldk_impl_bindings
5108  * Method:    CResult_TransactionNoneZ_ok
5109  * Signature: ([B)J
5110  */
5111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TransactionNoneZ_1ok
5112   (JNIEnv *, jclass, jbyteArray);
5113
5114 /*
5115  * Class:     org_ldk_impl_bindings
5116  * Method:    CResult_TransactionNoneZ_err
5117  * Signature: ()J
5118  */
5119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TransactionNoneZ_1err
5120   (JNIEnv *, jclass);
5121
5122 /*
5123  * Class:     org_ldk_impl_bindings
5124  * Method:    CResult_TransactionNoneZ_free
5125  * Signature: (J)V
5126  */
5127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TransactionNoneZ_1free
5128   (JNIEnv *, jclass, jlong);
5129
5130 /*
5131  * Class:     org_ldk_impl_bindings
5132  * Method:    CVec_RouteHopZ_free
5133  * Signature: ([J)V
5134  */
5135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1RouteHopZ_1free
5136   (JNIEnv *, jclass, jlongArray);
5137
5138 /*
5139  * Class:     org_ldk_impl_bindings
5140  * Method:    CVec_CVec_RouteHopZZ_free
5141  * Signature: ([[J)V
5142  */
5143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1CVec_1RouteHopZZ_1free
5144   (JNIEnv *, jclass, jobjectArray);
5145
5146 /*
5147  * Class:     org_ldk_impl_bindings
5148  * Method:    CResult_RouteDecodeErrorZ_ok
5149  * Signature: (J)J
5150  */
5151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteDecodeErrorZ_1ok
5152   (JNIEnv *, jclass, jlong);
5153
5154 /*
5155  * Class:     org_ldk_impl_bindings
5156  * Method:    CResult_RouteDecodeErrorZ_err
5157  * Signature: (J)J
5158  */
5159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteDecodeErrorZ_1err
5160   (JNIEnv *, jclass, jlong);
5161
5162 /*
5163  * Class:     org_ldk_impl_bindings
5164  * Method:    CResult_RouteDecodeErrorZ_free
5165  * Signature: (J)V
5166  */
5167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RouteDecodeErrorZ_1free
5168   (JNIEnv *, jclass, jlong);
5169
5170 /*
5171  * Class:     org_ldk_impl_bindings
5172  * Method:    CResult_RouteDecodeErrorZ_clone
5173  * Signature: (J)J
5174  */
5175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteDecodeErrorZ_1clone
5176   (JNIEnv *, jclass, jlong);
5177
5178 /*
5179  * Class:     org_ldk_impl_bindings
5180  * Method:    CVec_RouteHintZ_free
5181  * Signature: ([J)V
5182  */
5183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1RouteHintZ_1free
5184   (JNIEnv *, jclass, jlongArray);
5185
5186 /*
5187  * Class:     org_ldk_impl_bindings
5188  * Method:    CResult_RouteLightningErrorZ_ok
5189  * Signature: (J)J
5190  */
5191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1ok
5192   (JNIEnv *, jclass, jlong);
5193
5194 /*
5195  * Class:     org_ldk_impl_bindings
5196  * Method:    CResult_RouteLightningErrorZ_err
5197  * Signature: (J)J
5198  */
5199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1err
5200   (JNIEnv *, jclass, jlong);
5201
5202 /*
5203  * Class:     org_ldk_impl_bindings
5204  * Method:    CResult_RouteLightningErrorZ_free
5205  * Signature: (J)V
5206  */
5207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1free
5208   (JNIEnv *, jclass, jlong);
5209
5210 /*
5211  * Class:     org_ldk_impl_bindings
5212  * Method:    CResult_RouteLightningErrorZ_clone
5213  * Signature: (J)J
5214  */
5215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1clone
5216   (JNIEnv *, jclass, jlong);
5217
5218 /*
5219  * Class:     org_ldk_impl_bindings
5220  * Method:    CResult_NetAddressu8Z_ok
5221  * Signature: (J)J
5222  */
5223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetAddressu8Z_1ok
5224   (JNIEnv *, jclass, jlong);
5225
5226 /*
5227  * Class:     org_ldk_impl_bindings
5228  * Method:    CResult_NetAddressu8Z_err
5229  * Signature: (B)J
5230  */
5231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetAddressu8Z_1err
5232   (JNIEnv *, jclass, jbyte);
5233
5234 /*
5235  * Class:     org_ldk_impl_bindings
5236  * Method:    CResult_NetAddressu8Z_free
5237  * Signature: (J)V
5238  */
5239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NetAddressu8Z_1free
5240   (JNIEnv *, jclass, jlong);
5241
5242 /*
5243  * Class:     org_ldk_impl_bindings
5244  * Method:    CResult_NetAddressu8Z_clone
5245  * Signature: (J)J
5246  */
5247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetAddressu8Z_1clone
5248   (JNIEnv *, jclass, jlong);
5249
5250 /*
5251  * Class:     org_ldk_impl_bindings
5252  * Method:    CResult_CResult_NetAddressu8ZDecodeErrorZ_ok
5253  * Signature: (J)J
5254  */
5255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CResult_1NetAddressu8ZDecodeErrorZ_1ok
5256   (JNIEnv *, jclass, jlong);
5257
5258 /*
5259  * Class:     org_ldk_impl_bindings
5260  * Method:    CResult_CResult_NetAddressu8ZDecodeErrorZ_err
5261  * Signature: (J)J
5262  */
5263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CResult_1NetAddressu8ZDecodeErrorZ_1err
5264   (JNIEnv *, jclass, jlong);
5265
5266 /*
5267  * Class:     org_ldk_impl_bindings
5268  * Method:    CResult_CResult_NetAddressu8ZDecodeErrorZ_free
5269  * Signature: (J)V
5270  */
5271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CResult_1NetAddressu8ZDecodeErrorZ_1free
5272   (JNIEnv *, jclass, jlong);
5273
5274 /*
5275  * Class:     org_ldk_impl_bindings
5276  * Method:    CResult_CResult_NetAddressu8ZDecodeErrorZ_clone
5277  * Signature: (J)J
5278  */
5279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CResult_1NetAddressu8ZDecodeErrorZ_1clone
5280   (JNIEnv *, jclass, jlong);
5281
5282 /*
5283  * Class:     org_ldk_impl_bindings
5284  * Method:    CVec_UpdateAddHTLCZ_free
5285  * Signature: ([J)V
5286  */
5287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1UpdateAddHTLCZ_1free
5288   (JNIEnv *, jclass, jlongArray);
5289
5290 /*
5291  * Class:     org_ldk_impl_bindings
5292  * Method:    CVec_UpdateFulfillHTLCZ_free
5293  * Signature: ([J)V
5294  */
5295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1UpdateFulfillHTLCZ_1free
5296   (JNIEnv *, jclass, jlongArray);
5297
5298 /*
5299  * Class:     org_ldk_impl_bindings
5300  * Method:    CVec_UpdateFailHTLCZ_free
5301  * Signature: ([J)V
5302  */
5303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1UpdateFailHTLCZ_1free
5304   (JNIEnv *, jclass, jlongArray);
5305
5306 /*
5307  * Class:     org_ldk_impl_bindings
5308  * Method:    CVec_UpdateFailMalformedHTLCZ_free
5309  * Signature: ([J)V
5310  */
5311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1UpdateFailMalformedHTLCZ_1free
5312   (JNIEnv *, jclass, jlongArray);
5313
5314 /*
5315  * Class:     org_ldk_impl_bindings
5316  * Method:    CResult_AcceptChannelDecodeErrorZ_ok
5317  * Signature: (J)J
5318  */
5319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AcceptChannelDecodeErrorZ_1ok
5320   (JNIEnv *, jclass, jlong);
5321
5322 /*
5323  * Class:     org_ldk_impl_bindings
5324  * Method:    CResult_AcceptChannelDecodeErrorZ_err
5325  * Signature: (J)J
5326  */
5327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AcceptChannelDecodeErrorZ_1err
5328   (JNIEnv *, jclass, jlong);
5329
5330 /*
5331  * Class:     org_ldk_impl_bindings
5332  * Method:    CResult_AcceptChannelDecodeErrorZ_free
5333  * Signature: (J)V
5334  */
5335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1AcceptChannelDecodeErrorZ_1free
5336   (JNIEnv *, jclass, jlong);
5337
5338 /*
5339  * Class:     org_ldk_impl_bindings
5340  * Method:    CResult_AcceptChannelDecodeErrorZ_clone
5341  * Signature: (J)J
5342  */
5343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AcceptChannelDecodeErrorZ_1clone
5344   (JNIEnv *, jclass, jlong);
5345
5346 /*
5347  * Class:     org_ldk_impl_bindings
5348  * Method:    CResult_AnnouncementSignaturesDecodeErrorZ_ok
5349  * Signature: (J)J
5350  */
5351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AnnouncementSignaturesDecodeErrorZ_1ok
5352   (JNIEnv *, jclass, jlong);
5353
5354 /*
5355  * Class:     org_ldk_impl_bindings
5356  * Method:    CResult_AnnouncementSignaturesDecodeErrorZ_err
5357  * Signature: (J)J
5358  */
5359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AnnouncementSignaturesDecodeErrorZ_1err
5360   (JNIEnv *, jclass, jlong);
5361
5362 /*
5363  * Class:     org_ldk_impl_bindings
5364  * Method:    CResult_AnnouncementSignaturesDecodeErrorZ_free
5365  * Signature: (J)V
5366  */
5367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1AnnouncementSignaturesDecodeErrorZ_1free
5368   (JNIEnv *, jclass, jlong);
5369
5370 /*
5371  * Class:     org_ldk_impl_bindings
5372  * Method:    CResult_AnnouncementSignaturesDecodeErrorZ_clone
5373  * Signature: (J)J
5374  */
5375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AnnouncementSignaturesDecodeErrorZ_1clone
5376   (JNIEnv *, jclass, jlong);
5377
5378 /*
5379  * Class:     org_ldk_impl_bindings
5380  * Method:    CResult_ChannelReestablishDecodeErrorZ_ok
5381  * Signature: (J)J
5382  */
5383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReestablishDecodeErrorZ_1ok
5384   (JNIEnv *, jclass, jlong);
5385
5386 /*
5387  * Class:     org_ldk_impl_bindings
5388  * Method:    CResult_ChannelReestablishDecodeErrorZ_err
5389  * Signature: (J)J
5390  */
5391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReestablishDecodeErrorZ_1err
5392   (JNIEnv *, jclass, jlong);
5393
5394 /*
5395  * Class:     org_ldk_impl_bindings
5396  * Method:    CResult_ChannelReestablishDecodeErrorZ_free
5397  * Signature: (J)V
5398  */
5399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReestablishDecodeErrorZ_1free
5400   (JNIEnv *, jclass, jlong);
5401
5402 /*
5403  * Class:     org_ldk_impl_bindings
5404  * Method:    CResult_ChannelReestablishDecodeErrorZ_clone
5405  * Signature: (J)J
5406  */
5407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReestablishDecodeErrorZ_1clone
5408   (JNIEnv *, jclass, jlong);
5409
5410 /*
5411  * Class:     org_ldk_impl_bindings
5412  * Method:    CResult_ClosingSignedDecodeErrorZ_ok
5413  * Signature: (J)J
5414  */
5415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedDecodeErrorZ_1ok
5416   (JNIEnv *, jclass, jlong);
5417
5418 /*
5419  * Class:     org_ldk_impl_bindings
5420  * Method:    CResult_ClosingSignedDecodeErrorZ_err
5421  * Signature: (J)J
5422  */
5423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedDecodeErrorZ_1err
5424   (JNIEnv *, jclass, jlong);
5425
5426 /*
5427  * Class:     org_ldk_impl_bindings
5428  * Method:    CResult_ClosingSignedDecodeErrorZ_free
5429  * Signature: (J)V
5430  */
5431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedDecodeErrorZ_1free
5432   (JNIEnv *, jclass, jlong);
5433
5434 /*
5435  * Class:     org_ldk_impl_bindings
5436  * Method:    CResult_ClosingSignedDecodeErrorZ_clone
5437  * Signature: (J)J
5438  */
5439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedDecodeErrorZ_1clone
5440   (JNIEnv *, jclass, jlong);
5441
5442 /*
5443  * Class:     org_ldk_impl_bindings
5444  * Method:    CResult_CommitmentSignedDecodeErrorZ_ok
5445  * Signature: (J)J
5446  */
5447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentSignedDecodeErrorZ_1ok
5448   (JNIEnv *, jclass, jlong);
5449
5450 /*
5451  * Class:     org_ldk_impl_bindings
5452  * Method:    CResult_CommitmentSignedDecodeErrorZ_err
5453  * Signature: (J)J
5454  */
5455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentSignedDecodeErrorZ_1err
5456   (JNIEnv *, jclass, jlong);
5457
5458 /*
5459  * Class:     org_ldk_impl_bindings
5460  * Method:    CResult_CommitmentSignedDecodeErrorZ_free
5461  * Signature: (J)V
5462  */
5463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentSignedDecodeErrorZ_1free
5464   (JNIEnv *, jclass, jlong);
5465
5466 /*
5467  * Class:     org_ldk_impl_bindings
5468  * Method:    CResult_CommitmentSignedDecodeErrorZ_clone
5469  * Signature: (J)J
5470  */
5471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentSignedDecodeErrorZ_1clone
5472   (JNIEnv *, jclass, jlong);
5473
5474 /*
5475  * Class:     org_ldk_impl_bindings
5476  * Method:    CResult_FundingCreatedDecodeErrorZ_ok
5477  * Signature: (J)J
5478  */
5479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingCreatedDecodeErrorZ_1ok
5480   (JNIEnv *, jclass, jlong);
5481
5482 /*
5483  * Class:     org_ldk_impl_bindings
5484  * Method:    CResult_FundingCreatedDecodeErrorZ_err
5485  * Signature: (J)J
5486  */
5487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingCreatedDecodeErrorZ_1err
5488   (JNIEnv *, jclass, jlong);
5489
5490 /*
5491  * Class:     org_ldk_impl_bindings
5492  * Method:    CResult_FundingCreatedDecodeErrorZ_free
5493  * Signature: (J)V
5494  */
5495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1FundingCreatedDecodeErrorZ_1free
5496   (JNIEnv *, jclass, jlong);
5497
5498 /*
5499  * Class:     org_ldk_impl_bindings
5500  * Method:    CResult_FundingCreatedDecodeErrorZ_clone
5501  * Signature: (J)J
5502  */
5503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingCreatedDecodeErrorZ_1clone
5504   (JNIEnv *, jclass, jlong);
5505
5506 /*
5507  * Class:     org_ldk_impl_bindings
5508  * Method:    CResult_FundingSignedDecodeErrorZ_ok
5509  * Signature: (J)J
5510  */
5511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingSignedDecodeErrorZ_1ok
5512   (JNIEnv *, jclass, jlong);
5513
5514 /*
5515  * Class:     org_ldk_impl_bindings
5516  * Method:    CResult_FundingSignedDecodeErrorZ_err
5517  * Signature: (J)J
5518  */
5519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingSignedDecodeErrorZ_1err
5520   (JNIEnv *, jclass, jlong);
5521
5522 /*
5523  * Class:     org_ldk_impl_bindings
5524  * Method:    CResult_FundingSignedDecodeErrorZ_free
5525  * Signature: (J)V
5526  */
5527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1FundingSignedDecodeErrorZ_1free
5528   (JNIEnv *, jclass, jlong);
5529
5530 /*
5531  * Class:     org_ldk_impl_bindings
5532  * Method:    CResult_FundingSignedDecodeErrorZ_clone
5533  * Signature: (J)J
5534  */
5535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingSignedDecodeErrorZ_1clone
5536   (JNIEnv *, jclass, jlong);
5537
5538 /*
5539  * Class:     org_ldk_impl_bindings
5540  * Method:    CResult_FundingLockedDecodeErrorZ_ok
5541  * Signature: (J)J
5542  */
5543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingLockedDecodeErrorZ_1ok
5544   (JNIEnv *, jclass, jlong);
5545
5546 /*
5547  * Class:     org_ldk_impl_bindings
5548  * Method:    CResult_FundingLockedDecodeErrorZ_err
5549  * Signature: (J)J
5550  */
5551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingLockedDecodeErrorZ_1err
5552   (JNIEnv *, jclass, jlong);
5553
5554 /*
5555  * Class:     org_ldk_impl_bindings
5556  * Method:    CResult_FundingLockedDecodeErrorZ_free
5557  * Signature: (J)V
5558  */
5559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1FundingLockedDecodeErrorZ_1free
5560   (JNIEnv *, jclass, jlong);
5561
5562 /*
5563  * Class:     org_ldk_impl_bindings
5564  * Method:    CResult_FundingLockedDecodeErrorZ_clone
5565  * Signature: (J)J
5566  */
5567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingLockedDecodeErrorZ_1clone
5568   (JNIEnv *, jclass, jlong);
5569
5570 /*
5571  * Class:     org_ldk_impl_bindings
5572  * Method:    CResult_InitDecodeErrorZ_ok
5573  * Signature: (J)J
5574  */
5575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitDecodeErrorZ_1ok
5576   (JNIEnv *, jclass, jlong);
5577
5578 /*
5579  * Class:     org_ldk_impl_bindings
5580  * Method:    CResult_InitDecodeErrorZ_err
5581  * Signature: (J)J
5582  */
5583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitDecodeErrorZ_1err
5584   (JNIEnv *, jclass, jlong);
5585
5586 /*
5587  * Class:     org_ldk_impl_bindings
5588  * Method:    CResult_InitDecodeErrorZ_free
5589  * Signature: (J)V
5590  */
5591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InitDecodeErrorZ_1free
5592   (JNIEnv *, jclass, jlong);
5593
5594 /*
5595  * Class:     org_ldk_impl_bindings
5596  * Method:    CResult_InitDecodeErrorZ_clone
5597  * Signature: (J)J
5598  */
5599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitDecodeErrorZ_1clone
5600   (JNIEnv *, jclass, jlong);
5601
5602 /*
5603  * Class:     org_ldk_impl_bindings
5604  * Method:    CResult_OpenChannelDecodeErrorZ_ok
5605  * Signature: (J)J
5606  */
5607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OpenChannelDecodeErrorZ_1ok
5608   (JNIEnv *, jclass, jlong);
5609
5610 /*
5611  * Class:     org_ldk_impl_bindings
5612  * Method:    CResult_OpenChannelDecodeErrorZ_err
5613  * Signature: (J)J
5614  */
5615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OpenChannelDecodeErrorZ_1err
5616   (JNIEnv *, jclass, jlong);
5617
5618 /*
5619  * Class:     org_ldk_impl_bindings
5620  * Method:    CResult_OpenChannelDecodeErrorZ_free
5621  * Signature: (J)V
5622  */
5623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1OpenChannelDecodeErrorZ_1free
5624   (JNIEnv *, jclass, jlong);
5625
5626 /*
5627  * Class:     org_ldk_impl_bindings
5628  * Method:    CResult_OpenChannelDecodeErrorZ_clone
5629  * Signature: (J)J
5630  */
5631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OpenChannelDecodeErrorZ_1clone
5632   (JNIEnv *, jclass, jlong);
5633
5634 /*
5635  * Class:     org_ldk_impl_bindings
5636  * Method:    CResult_RevokeAndACKDecodeErrorZ_ok
5637  * Signature: (J)J
5638  */
5639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RevokeAndACKDecodeErrorZ_1ok
5640   (JNIEnv *, jclass, jlong);
5641
5642 /*
5643  * Class:     org_ldk_impl_bindings
5644  * Method:    CResult_RevokeAndACKDecodeErrorZ_err
5645  * Signature: (J)J
5646  */
5647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RevokeAndACKDecodeErrorZ_1err
5648   (JNIEnv *, jclass, jlong);
5649
5650 /*
5651  * Class:     org_ldk_impl_bindings
5652  * Method:    CResult_RevokeAndACKDecodeErrorZ_free
5653  * Signature: (J)V
5654  */
5655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RevokeAndACKDecodeErrorZ_1free
5656   (JNIEnv *, jclass, jlong);
5657
5658 /*
5659  * Class:     org_ldk_impl_bindings
5660  * Method:    CResult_RevokeAndACKDecodeErrorZ_clone
5661  * Signature: (J)J
5662  */
5663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RevokeAndACKDecodeErrorZ_1clone
5664   (JNIEnv *, jclass, jlong);
5665
5666 /*
5667  * Class:     org_ldk_impl_bindings
5668  * Method:    CResult_ShutdownDecodeErrorZ_ok
5669  * Signature: (J)J
5670  */
5671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownDecodeErrorZ_1ok
5672   (JNIEnv *, jclass, jlong);
5673
5674 /*
5675  * Class:     org_ldk_impl_bindings
5676  * Method:    CResult_ShutdownDecodeErrorZ_err
5677  * Signature: (J)J
5678  */
5679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownDecodeErrorZ_1err
5680   (JNIEnv *, jclass, jlong);
5681
5682 /*
5683  * Class:     org_ldk_impl_bindings
5684  * Method:    CResult_ShutdownDecodeErrorZ_free
5685  * Signature: (J)V
5686  */
5687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownDecodeErrorZ_1free
5688   (JNIEnv *, jclass, jlong);
5689
5690 /*
5691  * Class:     org_ldk_impl_bindings
5692  * Method:    CResult_ShutdownDecodeErrorZ_clone
5693  * Signature: (J)J
5694  */
5695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownDecodeErrorZ_1clone
5696   (JNIEnv *, jclass, jlong);
5697
5698 /*
5699  * Class:     org_ldk_impl_bindings
5700  * Method:    CResult_UpdateFailHTLCDecodeErrorZ_ok
5701  * Signature: (J)J
5702  */
5703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailHTLCDecodeErrorZ_1ok
5704   (JNIEnv *, jclass, jlong);
5705
5706 /*
5707  * Class:     org_ldk_impl_bindings
5708  * Method:    CResult_UpdateFailHTLCDecodeErrorZ_err
5709  * Signature: (J)J
5710  */
5711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailHTLCDecodeErrorZ_1err
5712   (JNIEnv *, jclass, jlong);
5713
5714 /*
5715  * Class:     org_ldk_impl_bindings
5716  * Method:    CResult_UpdateFailHTLCDecodeErrorZ_free
5717  * Signature: (J)V
5718  */
5719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailHTLCDecodeErrorZ_1free
5720   (JNIEnv *, jclass, jlong);
5721
5722 /*
5723  * Class:     org_ldk_impl_bindings
5724  * Method:    CResult_UpdateFailHTLCDecodeErrorZ_clone
5725  * Signature: (J)J
5726  */
5727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailHTLCDecodeErrorZ_1clone
5728   (JNIEnv *, jclass, jlong);
5729
5730 /*
5731  * Class:     org_ldk_impl_bindings
5732  * Method:    CResult_UpdateFailMalformedHTLCDecodeErrorZ_ok
5733  * Signature: (J)J
5734  */
5735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailMalformedHTLCDecodeErrorZ_1ok
5736   (JNIEnv *, jclass, jlong);
5737
5738 /*
5739  * Class:     org_ldk_impl_bindings
5740  * Method:    CResult_UpdateFailMalformedHTLCDecodeErrorZ_err
5741  * Signature: (J)J
5742  */
5743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailMalformedHTLCDecodeErrorZ_1err
5744   (JNIEnv *, jclass, jlong);
5745
5746 /*
5747  * Class:     org_ldk_impl_bindings
5748  * Method:    CResult_UpdateFailMalformedHTLCDecodeErrorZ_free
5749  * Signature: (J)V
5750  */
5751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailMalformedHTLCDecodeErrorZ_1free
5752   (JNIEnv *, jclass, jlong);
5753
5754 /*
5755  * Class:     org_ldk_impl_bindings
5756  * Method:    CResult_UpdateFailMalformedHTLCDecodeErrorZ_clone
5757  * Signature: (J)J
5758  */
5759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailMalformedHTLCDecodeErrorZ_1clone
5760   (JNIEnv *, jclass, jlong);
5761
5762 /*
5763  * Class:     org_ldk_impl_bindings
5764  * Method:    CResult_UpdateFeeDecodeErrorZ_ok
5765  * Signature: (J)J
5766  */
5767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFeeDecodeErrorZ_1ok
5768   (JNIEnv *, jclass, jlong);
5769
5770 /*
5771  * Class:     org_ldk_impl_bindings
5772  * Method:    CResult_UpdateFeeDecodeErrorZ_err
5773  * Signature: (J)J
5774  */
5775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFeeDecodeErrorZ_1err
5776   (JNIEnv *, jclass, jlong);
5777
5778 /*
5779  * Class:     org_ldk_impl_bindings
5780  * Method:    CResult_UpdateFeeDecodeErrorZ_free
5781  * Signature: (J)V
5782  */
5783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFeeDecodeErrorZ_1free
5784   (JNIEnv *, jclass, jlong);
5785
5786 /*
5787  * Class:     org_ldk_impl_bindings
5788  * Method:    CResult_UpdateFeeDecodeErrorZ_clone
5789  * Signature: (J)J
5790  */
5791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFeeDecodeErrorZ_1clone
5792   (JNIEnv *, jclass, jlong);
5793
5794 /*
5795  * Class:     org_ldk_impl_bindings
5796  * Method:    CResult_UpdateFulfillHTLCDecodeErrorZ_ok
5797  * Signature: (J)J
5798  */
5799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFulfillHTLCDecodeErrorZ_1ok
5800   (JNIEnv *, jclass, jlong);
5801
5802 /*
5803  * Class:     org_ldk_impl_bindings
5804  * Method:    CResult_UpdateFulfillHTLCDecodeErrorZ_err
5805  * Signature: (J)J
5806  */
5807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFulfillHTLCDecodeErrorZ_1err
5808   (JNIEnv *, jclass, jlong);
5809
5810 /*
5811  * Class:     org_ldk_impl_bindings
5812  * Method:    CResult_UpdateFulfillHTLCDecodeErrorZ_free
5813  * Signature: (J)V
5814  */
5815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFulfillHTLCDecodeErrorZ_1free
5816   (JNIEnv *, jclass, jlong);
5817
5818 /*
5819  * Class:     org_ldk_impl_bindings
5820  * Method:    CResult_UpdateFulfillHTLCDecodeErrorZ_clone
5821  * Signature: (J)J
5822  */
5823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFulfillHTLCDecodeErrorZ_1clone
5824   (JNIEnv *, jclass, jlong);
5825
5826 /*
5827  * Class:     org_ldk_impl_bindings
5828  * Method:    CResult_UpdateAddHTLCDecodeErrorZ_ok
5829  * Signature: (J)J
5830  */
5831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateAddHTLCDecodeErrorZ_1ok
5832   (JNIEnv *, jclass, jlong);
5833
5834 /*
5835  * Class:     org_ldk_impl_bindings
5836  * Method:    CResult_UpdateAddHTLCDecodeErrorZ_err
5837  * Signature: (J)J
5838  */
5839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateAddHTLCDecodeErrorZ_1err
5840   (JNIEnv *, jclass, jlong);
5841
5842 /*
5843  * Class:     org_ldk_impl_bindings
5844  * Method:    CResult_UpdateAddHTLCDecodeErrorZ_free
5845  * Signature: (J)V
5846  */
5847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateAddHTLCDecodeErrorZ_1free
5848   (JNIEnv *, jclass, jlong);
5849
5850 /*
5851  * Class:     org_ldk_impl_bindings
5852  * Method:    CResult_UpdateAddHTLCDecodeErrorZ_clone
5853  * Signature: (J)J
5854  */
5855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateAddHTLCDecodeErrorZ_1clone
5856   (JNIEnv *, jclass, jlong);
5857
5858 /*
5859  * Class:     org_ldk_impl_bindings
5860  * Method:    CResult_PingDecodeErrorZ_ok
5861  * Signature: (J)J
5862  */
5863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PingDecodeErrorZ_1ok
5864   (JNIEnv *, jclass, jlong);
5865
5866 /*
5867  * Class:     org_ldk_impl_bindings
5868  * Method:    CResult_PingDecodeErrorZ_err
5869  * Signature: (J)J
5870  */
5871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PingDecodeErrorZ_1err
5872   (JNIEnv *, jclass, jlong);
5873
5874 /*
5875  * Class:     org_ldk_impl_bindings
5876  * Method:    CResult_PingDecodeErrorZ_free
5877  * Signature: (J)V
5878  */
5879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PingDecodeErrorZ_1free
5880   (JNIEnv *, jclass, jlong);
5881
5882 /*
5883  * Class:     org_ldk_impl_bindings
5884  * Method:    CResult_PingDecodeErrorZ_clone
5885  * Signature: (J)J
5886  */
5887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PingDecodeErrorZ_1clone
5888   (JNIEnv *, jclass, jlong);
5889
5890 /*
5891  * Class:     org_ldk_impl_bindings
5892  * Method:    CResult_PongDecodeErrorZ_ok
5893  * Signature: (J)J
5894  */
5895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PongDecodeErrorZ_1ok
5896   (JNIEnv *, jclass, jlong);
5897
5898 /*
5899  * Class:     org_ldk_impl_bindings
5900  * Method:    CResult_PongDecodeErrorZ_err
5901  * Signature: (J)J
5902  */
5903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PongDecodeErrorZ_1err
5904   (JNIEnv *, jclass, jlong);
5905
5906 /*
5907  * Class:     org_ldk_impl_bindings
5908  * Method:    CResult_PongDecodeErrorZ_free
5909  * Signature: (J)V
5910  */
5911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PongDecodeErrorZ_1free
5912   (JNIEnv *, jclass, jlong);
5913
5914 /*
5915  * Class:     org_ldk_impl_bindings
5916  * Method:    CResult_PongDecodeErrorZ_clone
5917  * Signature: (J)J
5918  */
5919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PongDecodeErrorZ_1clone
5920   (JNIEnv *, jclass, jlong);
5921
5922 /*
5923  * Class:     org_ldk_impl_bindings
5924  * Method:    CResult_UnsignedChannelAnnouncementDecodeErrorZ_ok
5925  * Signature: (J)J
5926  */
5927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelAnnouncementDecodeErrorZ_1ok
5928   (JNIEnv *, jclass, jlong);
5929
5930 /*
5931  * Class:     org_ldk_impl_bindings
5932  * Method:    CResult_UnsignedChannelAnnouncementDecodeErrorZ_err
5933  * Signature: (J)J
5934  */
5935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelAnnouncementDecodeErrorZ_1err
5936   (JNIEnv *, jclass, jlong);
5937
5938 /*
5939  * Class:     org_ldk_impl_bindings
5940  * Method:    CResult_UnsignedChannelAnnouncementDecodeErrorZ_free
5941  * Signature: (J)V
5942  */
5943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelAnnouncementDecodeErrorZ_1free
5944   (JNIEnv *, jclass, jlong);
5945
5946 /*
5947  * Class:     org_ldk_impl_bindings
5948  * Method:    CResult_UnsignedChannelAnnouncementDecodeErrorZ_clone
5949  * Signature: (J)J
5950  */
5951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelAnnouncementDecodeErrorZ_1clone
5952   (JNIEnv *, jclass, jlong);
5953
5954 /*
5955  * Class:     org_ldk_impl_bindings
5956  * Method:    CResult_ChannelAnnouncementDecodeErrorZ_ok
5957  * Signature: (J)J
5958  */
5959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelAnnouncementDecodeErrorZ_1ok
5960   (JNIEnv *, jclass, jlong);
5961
5962 /*
5963  * Class:     org_ldk_impl_bindings
5964  * Method:    CResult_ChannelAnnouncementDecodeErrorZ_err
5965  * Signature: (J)J
5966  */
5967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelAnnouncementDecodeErrorZ_1err
5968   (JNIEnv *, jclass, jlong);
5969
5970 /*
5971  * Class:     org_ldk_impl_bindings
5972  * Method:    CResult_ChannelAnnouncementDecodeErrorZ_free
5973  * Signature: (J)V
5974  */
5975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelAnnouncementDecodeErrorZ_1free
5976   (JNIEnv *, jclass, jlong);
5977
5978 /*
5979  * Class:     org_ldk_impl_bindings
5980  * Method:    CResult_ChannelAnnouncementDecodeErrorZ_clone
5981  * Signature: (J)J
5982  */
5983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelAnnouncementDecodeErrorZ_1clone
5984   (JNIEnv *, jclass, jlong);
5985
5986 /*
5987  * Class:     org_ldk_impl_bindings
5988  * Method:    CResult_UnsignedChannelUpdateDecodeErrorZ_ok
5989  * Signature: (J)J
5990  */
5991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelUpdateDecodeErrorZ_1ok
5992   (JNIEnv *, jclass, jlong);
5993
5994 /*
5995  * Class:     org_ldk_impl_bindings
5996  * Method:    CResult_UnsignedChannelUpdateDecodeErrorZ_err
5997  * Signature: (J)J
5998  */
5999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelUpdateDecodeErrorZ_1err
6000   (JNIEnv *, jclass, jlong);
6001
6002 /*
6003  * Class:     org_ldk_impl_bindings
6004  * Method:    CResult_UnsignedChannelUpdateDecodeErrorZ_free
6005  * Signature: (J)V
6006  */
6007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelUpdateDecodeErrorZ_1free
6008   (JNIEnv *, jclass, jlong);
6009
6010 /*
6011  * Class:     org_ldk_impl_bindings
6012  * Method:    CResult_UnsignedChannelUpdateDecodeErrorZ_clone
6013  * Signature: (J)J
6014  */
6015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelUpdateDecodeErrorZ_1clone
6016   (JNIEnv *, jclass, jlong);
6017
6018 /*
6019  * Class:     org_ldk_impl_bindings
6020  * Method:    CResult_ChannelUpdateDecodeErrorZ_ok
6021  * Signature: (J)J
6022  */
6023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateDecodeErrorZ_1ok
6024   (JNIEnv *, jclass, jlong);
6025
6026 /*
6027  * Class:     org_ldk_impl_bindings
6028  * Method:    CResult_ChannelUpdateDecodeErrorZ_err
6029  * Signature: (J)J
6030  */
6031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateDecodeErrorZ_1err
6032   (JNIEnv *, jclass, jlong);
6033
6034 /*
6035  * Class:     org_ldk_impl_bindings
6036  * Method:    CResult_ChannelUpdateDecodeErrorZ_free
6037  * Signature: (J)V
6038  */
6039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateDecodeErrorZ_1free
6040   (JNIEnv *, jclass, jlong);
6041
6042 /*
6043  * Class:     org_ldk_impl_bindings
6044  * Method:    CResult_ChannelUpdateDecodeErrorZ_clone
6045  * Signature: (J)J
6046  */
6047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateDecodeErrorZ_1clone
6048   (JNIEnv *, jclass, jlong);
6049
6050 /*
6051  * Class:     org_ldk_impl_bindings
6052  * Method:    CResult_ErrorMessageDecodeErrorZ_ok
6053  * Signature: (J)J
6054  */
6055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ErrorMessageDecodeErrorZ_1ok
6056   (JNIEnv *, jclass, jlong);
6057
6058 /*
6059  * Class:     org_ldk_impl_bindings
6060  * Method:    CResult_ErrorMessageDecodeErrorZ_err
6061  * Signature: (J)J
6062  */
6063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ErrorMessageDecodeErrorZ_1err
6064   (JNIEnv *, jclass, jlong);
6065
6066 /*
6067  * Class:     org_ldk_impl_bindings
6068  * Method:    CResult_ErrorMessageDecodeErrorZ_free
6069  * Signature: (J)V
6070  */
6071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ErrorMessageDecodeErrorZ_1free
6072   (JNIEnv *, jclass, jlong);
6073
6074 /*
6075  * Class:     org_ldk_impl_bindings
6076  * Method:    CResult_ErrorMessageDecodeErrorZ_clone
6077  * Signature: (J)J
6078  */
6079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ErrorMessageDecodeErrorZ_1clone
6080   (JNIEnv *, jclass, jlong);
6081
6082 /*
6083  * Class:     org_ldk_impl_bindings
6084  * Method:    CResult_UnsignedNodeAnnouncementDecodeErrorZ_ok
6085  * Signature: (J)J
6086  */
6087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedNodeAnnouncementDecodeErrorZ_1ok
6088   (JNIEnv *, jclass, jlong);
6089
6090 /*
6091  * Class:     org_ldk_impl_bindings
6092  * Method:    CResult_UnsignedNodeAnnouncementDecodeErrorZ_err
6093  * Signature: (J)J
6094  */
6095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedNodeAnnouncementDecodeErrorZ_1err
6096   (JNIEnv *, jclass, jlong);
6097
6098 /*
6099  * Class:     org_ldk_impl_bindings
6100  * Method:    CResult_UnsignedNodeAnnouncementDecodeErrorZ_free
6101  * Signature: (J)V
6102  */
6103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedNodeAnnouncementDecodeErrorZ_1free
6104   (JNIEnv *, jclass, jlong);
6105
6106 /*
6107  * Class:     org_ldk_impl_bindings
6108  * Method:    CResult_UnsignedNodeAnnouncementDecodeErrorZ_clone
6109  * Signature: (J)J
6110  */
6111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedNodeAnnouncementDecodeErrorZ_1clone
6112   (JNIEnv *, jclass, jlong);
6113
6114 /*
6115  * Class:     org_ldk_impl_bindings
6116  * Method:    CResult_NodeAnnouncementDecodeErrorZ_ok
6117  * Signature: (J)J
6118  */
6119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementDecodeErrorZ_1ok
6120   (JNIEnv *, jclass, jlong);
6121
6122 /*
6123  * Class:     org_ldk_impl_bindings
6124  * Method:    CResult_NodeAnnouncementDecodeErrorZ_err
6125  * Signature: (J)J
6126  */
6127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementDecodeErrorZ_1err
6128   (JNIEnv *, jclass, jlong);
6129
6130 /*
6131  * Class:     org_ldk_impl_bindings
6132  * Method:    CResult_NodeAnnouncementDecodeErrorZ_free
6133  * Signature: (J)V
6134  */
6135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementDecodeErrorZ_1free
6136   (JNIEnv *, jclass, jlong);
6137
6138 /*
6139  * Class:     org_ldk_impl_bindings
6140  * Method:    CResult_NodeAnnouncementDecodeErrorZ_clone
6141  * Signature: (J)J
6142  */
6143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementDecodeErrorZ_1clone
6144   (JNIEnv *, jclass, jlong);
6145
6146 /*
6147  * Class:     org_ldk_impl_bindings
6148  * Method:    CResult_QueryShortChannelIdsDecodeErrorZ_ok
6149  * Signature: (J)J
6150  */
6151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryShortChannelIdsDecodeErrorZ_1ok
6152   (JNIEnv *, jclass, jlong);
6153
6154 /*
6155  * Class:     org_ldk_impl_bindings
6156  * Method:    CResult_QueryShortChannelIdsDecodeErrorZ_err
6157  * Signature: (J)J
6158  */
6159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryShortChannelIdsDecodeErrorZ_1err
6160   (JNIEnv *, jclass, jlong);
6161
6162 /*
6163  * Class:     org_ldk_impl_bindings
6164  * Method:    CResult_QueryShortChannelIdsDecodeErrorZ_free
6165  * Signature: (J)V
6166  */
6167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1QueryShortChannelIdsDecodeErrorZ_1free
6168   (JNIEnv *, jclass, jlong);
6169
6170 /*
6171  * Class:     org_ldk_impl_bindings
6172  * Method:    CResult_QueryShortChannelIdsDecodeErrorZ_clone
6173  * Signature: (J)J
6174  */
6175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryShortChannelIdsDecodeErrorZ_1clone
6176   (JNIEnv *, jclass, jlong);
6177
6178 /*
6179  * Class:     org_ldk_impl_bindings
6180  * Method:    CResult_ReplyShortChannelIdsEndDecodeErrorZ_ok
6181  * Signature: (J)J
6182  */
6183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyShortChannelIdsEndDecodeErrorZ_1ok
6184   (JNIEnv *, jclass, jlong);
6185
6186 /*
6187  * Class:     org_ldk_impl_bindings
6188  * Method:    CResult_ReplyShortChannelIdsEndDecodeErrorZ_err
6189  * Signature: (J)J
6190  */
6191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyShortChannelIdsEndDecodeErrorZ_1err
6192   (JNIEnv *, jclass, jlong);
6193
6194 /*
6195  * Class:     org_ldk_impl_bindings
6196  * Method:    CResult_ReplyShortChannelIdsEndDecodeErrorZ_free
6197  * Signature: (J)V
6198  */
6199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyShortChannelIdsEndDecodeErrorZ_1free
6200   (JNIEnv *, jclass, jlong);
6201
6202 /*
6203  * Class:     org_ldk_impl_bindings
6204  * Method:    CResult_ReplyShortChannelIdsEndDecodeErrorZ_clone
6205  * Signature: (J)J
6206  */
6207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyShortChannelIdsEndDecodeErrorZ_1clone
6208   (JNIEnv *, jclass, jlong);
6209
6210 /*
6211  * Class:     org_ldk_impl_bindings
6212  * Method:    CResult_QueryChannelRangeDecodeErrorZ_ok
6213  * Signature: (J)J
6214  */
6215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryChannelRangeDecodeErrorZ_1ok
6216   (JNIEnv *, jclass, jlong);
6217
6218 /*
6219  * Class:     org_ldk_impl_bindings
6220  * Method:    CResult_QueryChannelRangeDecodeErrorZ_err
6221  * Signature: (J)J
6222  */
6223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryChannelRangeDecodeErrorZ_1err
6224   (JNIEnv *, jclass, jlong);
6225
6226 /*
6227  * Class:     org_ldk_impl_bindings
6228  * Method:    CResult_QueryChannelRangeDecodeErrorZ_free
6229  * Signature: (J)V
6230  */
6231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1QueryChannelRangeDecodeErrorZ_1free
6232   (JNIEnv *, jclass, jlong);
6233
6234 /*
6235  * Class:     org_ldk_impl_bindings
6236  * Method:    CResult_QueryChannelRangeDecodeErrorZ_clone
6237  * Signature: (J)J
6238  */
6239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryChannelRangeDecodeErrorZ_1clone
6240   (JNIEnv *, jclass, jlong);
6241
6242 /*
6243  * Class:     org_ldk_impl_bindings
6244  * Method:    CResult_ReplyChannelRangeDecodeErrorZ_ok
6245  * Signature: (J)J
6246  */
6247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyChannelRangeDecodeErrorZ_1ok
6248   (JNIEnv *, jclass, jlong);
6249
6250 /*
6251  * Class:     org_ldk_impl_bindings
6252  * Method:    CResult_ReplyChannelRangeDecodeErrorZ_err
6253  * Signature: (J)J
6254  */
6255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyChannelRangeDecodeErrorZ_1err
6256   (JNIEnv *, jclass, jlong);
6257
6258 /*
6259  * Class:     org_ldk_impl_bindings
6260  * Method:    CResult_ReplyChannelRangeDecodeErrorZ_free
6261  * Signature: (J)V
6262  */
6263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyChannelRangeDecodeErrorZ_1free
6264   (JNIEnv *, jclass, jlong);
6265
6266 /*
6267  * Class:     org_ldk_impl_bindings
6268  * Method:    CResult_ReplyChannelRangeDecodeErrorZ_clone
6269  * Signature: (J)J
6270  */
6271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyChannelRangeDecodeErrorZ_1clone
6272   (JNIEnv *, jclass, jlong);
6273
6274 /*
6275  * Class:     org_ldk_impl_bindings
6276  * Method:    CResult_GossipTimestampFilterDecodeErrorZ_ok
6277  * Signature: (J)J
6278  */
6279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1GossipTimestampFilterDecodeErrorZ_1ok
6280   (JNIEnv *, jclass, jlong);
6281
6282 /*
6283  * Class:     org_ldk_impl_bindings
6284  * Method:    CResult_GossipTimestampFilterDecodeErrorZ_err
6285  * Signature: (J)J
6286  */
6287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1GossipTimestampFilterDecodeErrorZ_1err
6288   (JNIEnv *, jclass, jlong);
6289
6290 /*
6291  * Class:     org_ldk_impl_bindings
6292  * Method:    CResult_GossipTimestampFilterDecodeErrorZ_free
6293  * Signature: (J)V
6294  */
6295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1GossipTimestampFilterDecodeErrorZ_1free
6296   (JNIEnv *, jclass, jlong);
6297
6298 /*
6299  * Class:     org_ldk_impl_bindings
6300  * Method:    CResult_GossipTimestampFilterDecodeErrorZ_clone
6301  * Signature: (J)J
6302  */
6303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1GossipTimestampFilterDecodeErrorZ_1clone
6304   (JNIEnv *, jclass, jlong);
6305
6306 /*
6307  * Class:     org_ldk_impl_bindings
6308  * Method:    Event_free
6309  * Signature: (J)V
6310  */
6311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Event_1free
6312   (JNIEnv *, jclass, jlong);
6313
6314 /*
6315  * Class:     org_ldk_impl_bindings
6316  * Method:    Event_clone
6317  * Signature: (J)J
6318  */
6319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1clone
6320   (JNIEnv *, jclass, jlong);
6321
6322 /*
6323  * Class:     org_ldk_impl_bindings
6324  * Method:    Event_write
6325  * Signature: (J)[B
6326  */
6327 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Event_1write
6328   (JNIEnv *, jclass, jlong);
6329
6330 /*
6331  * Class:     org_ldk_impl_bindings
6332  * Method:    MessageSendEvent_free
6333  * Signature: (J)V
6334  */
6335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1free
6336   (JNIEnv *, jclass, jlong);
6337
6338 /*
6339  * Class:     org_ldk_impl_bindings
6340  * Method:    MessageSendEvent_clone
6341  * Signature: (J)J
6342  */
6343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1clone
6344   (JNIEnv *, jclass, jlong);
6345
6346 /*
6347  * Class:     org_ldk_impl_bindings
6348  * Method:    MessageSendEventsProvider_free
6349  * Signature: (J)V
6350  */
6351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageSendEventsProvider_1free
6352   (JNIEnv *, jclass, jlong);
6353
6354 /*
6355  * Class:     org_ldk_impl_bindings
6356  * Method:    EventsProvider_free
6357  * Signature: (J)V
6358  */
6359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_EventsProvider_1free
6360   (JNIEnv *, jclass, jlong);
6361
6362 /*
6363  * Class:     org_ldk_impl_bindings
6364  * Method:    APIError_free
6365  * Signature: (J)V
6366  */
6367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_APIError_1free
6368   (JNIEnv *, jclass, jlong);
6369
6370 /*
6371  * Class:     org_ldk_impl_bindings
6372  * Method:    APIError_clone
6373  * Signature: (J)J
6374  */
6375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1clone
6376   (JNIEnv *, jclass, jlong);
6377
6378 /*
6379  * Class:     org_ldk_impl_bindings
6380  * Method:    Level_clone
6381  * Signature: (J)Lorg/ldk/enums/LDKLevel;
6382  */
6383 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1clone
6384   (JNIEnv *, jclass, jlong);
6385
6386 /*
6387  * Class:     org_ldk_impl_bindings
6388  * Method:    Level_max
6389  * Signature: ()Lorg/ldk/enums/LDKLevel;
6390  */
6391 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1max
6392   (JNIEnv *, jclass);
6393
6394 /*
6395  * Class:     org_ldk_impl_bindings
6396  * Method:    Logger_free
6397  * Signature: (J)V
6398  */
6399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Logger_1free
6400   (JNIEnv *, jclass, jlong);
6401
6402 /*
6403  * Class:     org_ldk_impl_bindings
6404  * Method:    ChannelHandshakeConfig_free
6405  * Signature: (J)V
6406  */
6407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1free
6408   (JNIEnv *, jclass, jlong);
6409
6410 /*
6411  * Class:     org_ldk_impl_bindings
6412  * Method:    ChannelHandshakeConfig_get_minimum_depth
6413  * Signature: (J)I
6414  */
6415 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1minimum_1depth
6416   (JNIEnv *, jclass, jlong);
6417
6418 /*
6419  * Class:     org_ldk_impl_bindings
6420  * Method:    ChannelHandshakeConfig_set_minimum_depth
6421  * Signature: (JI)V
6422  */
6423 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1minimum_1depth
6424   (JNIEnv *, jclass, jlong, jint);
6425
6426 /*
6427  * Class:     org_ldk_impl_bindings
6428  * Method:    ChannelHandshakeConfig_get_our_to_self_delay
6429  * Signature: (J)S
6430  */
6431 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1our_1to_1self_1delay
6432   (JNIEnv *, jclass, jlong);
6433
6434 /*
6435  * Class:     org_ldk_impl_bindings
6436  * Method:    ChannelHandshakeConfig_set_our_to_self_delay
6437  * Signature: (JS)V
6438  */
6439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1our_1to_1self_1delay
6440   (JNIEnv *, jclass, jlong, jshort);
6441
6442 /*
6443  * Class:     org_ldk_impl_bindings
6444  * Method:    ChannelHandshakeConfig_get_our_htlc_minimum_msat
6445  * Signature: (J)J
6446  */
6447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1our_1htlc_1minimum_1msat
6448   (JNIEnv *, jclass, jlong);
6449
6450 /*
6451  * Class:     org_ldk_impl_bindings
6452  * Method:    ChannelHandshakeConfig_set_our_htlc_minimum_msat
6453  * Signature: (JJ)V
6454  */
6455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1our_1htlc_1minimum_1msat
6456   (JNIEnv *, jclass, jlong, jlong);
6457
6458 /*
6459  * Class:     org_ldk_impl_bindings
6460  * Method:    ChannelHandshakeConfig_new
6461  * Signature: (ISJ)J
6462  */
6463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1new
6464   (JNIEnv *, jclass, jint, jshort, jlong);
6465
6466 /*
6467  * Class:     org_ldk_impl_bindings
6468  * Method:    ChannelHandshakeConfig_clone
6469  * Signature: (J)J
6470  */
6471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1clone
6472   (JNIEnv *, jclass, jlong);
6473
6474 /*
6475  * Class:     org_ldk_impl_bindings
6476  * Method:    ChannelHandshakeConfig_default
6477  * Signature: ()J
6478  */
6479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1default
6480   (JNIEnv *, jclass);
6481
6482 /*
6483  * Class:     org_ldk_impl_bindings
6484  * Method:    ChannelHandshakeLimits_free
6485  * Signature: (J)V
6486  */
6487 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1free
6488   (JNIEnv *, jclass, jlong);
6489
6490 /*
6491  * Class:     org_ldk_impl_bindings
6492  * Method:    ChannelHandshakeLimits_get_min_funding_satoshis
6493  * Signature: (J)J
6494  */
6495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1min_1funding_1satoshis
6496   (JNIEnv *, jclass, jlong);
6497
6498 /*
6499  * Class:     org_ldk_impl_bindings
6500  * Method:    ChannelHandshakeLimits_set_min_funding_satoshis
6501  * Signature: (JJ)V
6502  */
6503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1min_1funding_1satoshis
6504   (JNIEnv *, jclass, jlong, jlong);
6505
6506 /*
6507  * Class:     org_ldk_impl_bindings
6508  * Method:    ChannelHandshakeLimits_get_max_htlc_minimum_msat
6509  * Signature: (J)J
6510  */
6511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1max_1htlc_1minimum_1msat
6512   (JNIEnv *, jclass, jlong);
6513
6514 /*
6515  * Class:     org_ldk_impl_bindings
6516  * Method:    ChannelHandshakeLimits_set_max_htlc_minimum_msat
6517  * Signature: (JJ)V
6518  */
6519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1max_1htlc_1minimum_1msat
6520   (JNIEnv *, jclass, jlong, jlong);
6521
6522 /*
6523  * Class:     org_ldk_impl_bindings
6524  * Method:    ChannelHandshakeLimits_get_min_max_htlc_value_in_flight_msat
6525  * Signature: (J)J
6526  */
6527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1min_1max_1htlc_1value_1in_1flight_1msat
6528   (JNIEnv *, jclass, jlong);
6529
6530 /*
6531  * Class:     org_ldk_impl_bindings
6532  * Method:    ChannelHandshakeLimits_set_min_max_htlc_value_in_flight_msat
6533  * Signature: (JJ)V
6534  */
6535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1min_1max_1htlc_1value_1in_1flight_1msat
6536   (JNIEnv *, jclass, jlong, jlong);
6537
6538 /*
6539  * Class:     org_ldk_impl_bindings
6540  * Method:    ChannelHandshakeLimits_get_max_channel_reserve_satoshis
6541  * Signature: (J)J
6542  */
6543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1max_1channel_1reserve_1satoshis
6544   (JNIEnv *, jclass, jlong);
6545
6546 /*
6547  * Class:     org_ldk_impl_bindings
6548  * Method:    ChannelHandshakeLimits_set_max_channel_reserve_satoshis
6549  * Signature: (JJ)V
6550  */
6551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1max_1channel_1reserve_1satoshis
6552   (JNIEnv *, jclass, jlong, jlong);
6553
6554 /*
6555  * Class:     org_ldk_impl_bindings
6556  * Method:    ChannelHandshakeLimits_get_min_max_accepted_htlcs
6557  * Signature: (J)S
6558  */
6559 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1min_1max_1accepted_1htlcs
6560   (JNIEnv *, jclass, jlong);
6561
6562 /*
6563  * Class:     org_ldk_impl_bindings
6564  * Method:    ChannelHandshakeLimits_set_min_max_accepted_htlcs
6565  * Signature: (JS)V
6566  */
6567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1min_1max_1accepted_1htlcs
6568   (JNIEnv *, jclass, jlong, jshort);
6569
6570 /*
6571  * Class:     org_ldk_impl_bindings
6572  * Method:    ChannelHandshakeLimits_get_min_dust_limit_satoshis
6573  * Signature: (J)J
6574  */
6575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1min_1dust_1limit_1satoshis
6576   (JNIEnv *, jclass, jlong);
6577
6578 /*
6579  * Class:     org_ldk_impl_bindings
6580  * Method:    ChannelHandshakeLimits_set_min_dust_limit_satoshis
6581  * Signature: (JJ)V
6582  */
6583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1min_1dust_1limit_1satoshis
6584   (JNIEnv *, jclass, jlong, jlong);
6585
6586 /*
6587  * Class:     org_ldk_impl_bindings
6588  * Method:    ChannelHandshakeLimits_get_max_dust_limit_satoshis
6589  * Signature: (J)J
6590  */
6591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1max_1dust_1limit_1satoshis
6592   (JNIEnv *, jclass, jlong);
6593
6594 /*
6595  * Class:     org_ldk_impl_bindings
6596  * Method:    ChannelHandshakeLimits_set_max_dust_limit_satoshis
6597  * Signature: (JJ)V
6598  */
6599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1max_1dust_1limit_1satoshis
6600   (JNIEnv *, jclass, jlong, jlong);
6601
6602 /*
6603  * Class:     org_ldk_impl_bindings
6604  * Method:    ChannelHandshakeLimits_get_max_minimum_depth
6605  * Signature: (J)I
6606  */
6607 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1max_1minimum_1depth
6608   (JNIEnv *, jclass, jlong);
6609
6610 /*
6611  * Class:     org_ldk_impl_bindings
6612  * Method:    ChannelHandshakeLimits_set_max_minimum_depth
6613  * Signature: (JI)V
6614  */
6615 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1max_1minimum_1depth
6616   (JNIEnv *, jclass, jlong, jint);
6617
6618 /*
6619  * Class:     org_ldk_impl_bindings
6620  * Method:    ChannelHandshakeLimits_get_force_announced_channel_preference
6621  * Signature: (J)Z
6622  */
6623 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1force_1announced_1channel_1preference
6624   (JNIEnv *, jclass, jlong);
6625
6626 /*
6627  * Class:     org_ldk_impl_bindings
6628  * Method:    ChannelHandshakeLimits_set_force_announced_channel_preference
6629  * Signature: (JZ)V
6630  */
6631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1force_1announced_1channel_1preference
6632   (JNIEnv *, jclass, jlong, jboolean);
6633
6634 /*
6635  * Class:     org_ldk_impl_bindings
6636  * Method:    ChannelHandshakeLimits_get_their_to_self_delay
6637  * Signature: (J)S
6638  */
6639 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1their_1to_1self_1delay
6640   (JNIEnv *, jclass, jlong);
6641
6642 /*
6643  * Class:     org_ldk_impl_bindings
6644  * Method:    ChannelHandshakeLimits_set_their_to_self_delay
6645  * Signature: (JS)V
6646  */
6647 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1their_1to_1self_1delay
6648   (JNIEnv *, jclass, jlong, jshort);
6649
6650 /*
6651  * Class:     org_ldk_impl_bindings
6652  * Method:    ChannelHandshakeLimits_new
6653  * Signature: (JJJJSJJIZS)J
6654  */
6655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1new
6656   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jshort, jlong, jlong, jint, jboolean, jshort);
6657
6658 /*
6659  * Class:     org_ldk_impl_bindings
6660  * Method:    ChannelHandshakeLimits_clone
6661  * Signature: (J)J
6662  */
6663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1clone
6664   (JNIEnv *, jclass, jlong);
6665
6666 /*
6667  * Class:     org_ldk_impl_bindings
6668  * Method:    ChannelHandshakeLimits_default
6669  * Signature: ()J
6670  */
6671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1default
6672   (JNIEnv *, jclass);
6673
6674 /*
6675  * Class:     org_ldk_impl_bindings
6676  * Method:    ChannelConfig_free
6677  * Signature: (J)V
6678  */
6679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1free
6680   (JNIEnv *, jclass, jlong);
6681
6682 /*
6683  * Class:     org_ldk_impl_bindings
6684  * Method:    ChannelConfig_get_fee_proportional_millionths
6685  * Signature: (J)I
6686  */
6687 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1fee_1proportional_1millionths
6688   (JNIEnv *, jclass, jlong);
6689
6690 /*
6691  * Class:     org_ldk_impl_bindings
6692  * Method:    ChannelConfig_set_fee_proportional_millionths
6693  * Signature: (JI)V
6694  */
6695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1fee_1proportional_1millionths
6696   (JNIEnv *, jclass, jlong, jint);
6697
6698 /*
6699  * Class:     org_ldk_impl_bindings
6700  * Method:    ChannelConfig_get_cltv_expiry_delta
6701  * Signature: (J)S
6702  */
6703 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1cltv_1expiry_1delta
6704   (JNIEnv *, jclass, jlong);
6705
6706 /*
6707  * Class:     org_ldk_impl_bindings
6708  * Method:    ChannelConfig_set_cltv_expiry_delta
6709  * Signature: (JS)V
6710  */
6711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1cltv_1expiry_1delta
6712   (JNIEnv *, jclass, jlong, jshort);
6713
6714 /*
6715  * Class:     org_ldk_impl_bindings
6716  * Method:    ChannelConfig_get_announced_channel
6717  * Signature: (J)Z
6718  */
6719 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1announced_1channel
6720   (JNIEnv *, jclass, jlong);
6721
6722 /*
6723  * Class:     org_ldk_impl_bindings
6724  * Method:    ChannelConfig_set_announced_channel
6725  * Signature: (JZ)V
6726  */
6727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1announced_1channel
6728   (JNIEnv *, jclass, jlong, jboolean);
6729
6730 /*
6731  * Class:     org_ldk_impl_bindings
6732  * Method:    ChannelConfig_get_commit_upfront_shutdown_pubkey
6733  * Signature: (J)Z
6734  */
6735 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1commit_1upfront_1shutdown_1pubkey
6736   (JNIEnv *, jclass, jlong);
6737
6738 /*
6739  * Class:     org_ldk_impl_bindings
6740  * Method:    ChannelConfig_set_commit_upfront_shutdown_pubkey
6741  * Signature: (JZ)V
6742  */
6743 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1commit_1upfront_1shutdown_1pubkey
6744   (JNIEnv *, jclass, jlong, jboolean);
6745
6746 /*
6747  * Class:     org_ldk_impl_bindings
6748  * Method:    ChannelConfig_new
6749  * Signature: (ISZZ)J
6750  */
6751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1new
6752   (JNIEnv *, jclass, jint, jshort, jboolean, jboolean);
6753
6754 /*
6755  * Class:     org_ldk_impl_bindings
6756  * Method:    ChannelConfig_clone
6757  * Signature: (J)J
6758  */
6759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1clone
6760   (JNIEnv *, jclass, jlong);
6761
6762 /*
6763  * Class:     org_ldk_impl_bindings
6764  * Method:    ChannelConfig_default
6765  * Signature: ()J
6766  */
6767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1default
6768   (JNIEnv *, jclass);
6769
6770 /*
6771  * Class:     org_ldk_impl_bindings
6772  * Method:    ChannelConfig_write
6773  * Signature: (J)[B
6774  */
6775 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1write
6776   (JNIEnv *, jclass, jlong);
6777
6778 /*
6779  * Class:     org_ldk_impl_bindings
6780  * Method:    ChannelConfig_read
6781  * Signature: ([B)J
6782  */
6783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1read
6784   (JNIEnv *, jclass, jbyteArray);
6785
6786 /*
6787  * Class:     org_ldk_impl_bindings
6788  * Method:    UserConfig_free
6789  * Signature: (J)V
6790  */
6791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1free
6792   (JNIEnv *, jclass, jlong);
6793
6794 /*
6795  * Class:     org_ldk_impl_bindings
6796  * Method:    UserConfig_get_own_channel_config
6797  * Signature: (J)J
6798  */
6799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1own_1channel_1config
6800   (JNIEnv *, jclass, jlong);
6801
6802 /*
6803  * Class:     org_ldk_impl_bindings
6804  * Method:    UserConfig_set_own_channel_config
6805  * Signature: (JJ)V
6806  */
6807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1own_1channel_1config
6808   (JNIEnv *, jclass, jlong, jlong);
6809
6810 /*
6811  * Class:     org_ldk_impl_bindings
6812  * Method:    UserConfig_get_peer_channel_config_limits
6813  * Signature: (J)J
6814  */
6815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1peer_1channel_1config_1limits
6816   (JNIEnv *, jclass, jlong);
6817
6818 /*
6819  * Class:     org_ldk_impl_bindings
6820  * Method:    UserConfig_set_peer_channel_config_limits
6821  * Signature: (JJ)V
6822  */
6823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1peer_1channel_1config_1limits
6824   (JNIEnv *, jclass, jlong, jlong);
6825
6826 /*
6827  * Class:     org_ldk_impl_bindings
6828  * Method:    UserConfig_get_channel_options
6829  * Signature: (J)J
6830  */
6831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1channel_1options
6832   (JNIEnv *, jclass, jlong);
6833
6834 /*
6835  * Class:     org_ldk_impl_bindings
6836  * Method:    UserConfig_set_channel_options
6837  * Signature: (JJ)V
6838  */
6839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1channel_1options
6840   (JNIEnv *, jclass, jlong, jlong);
6841
6842 /*
6843  * Class:     org_ldk_impl_bindings
6844  * Method:    UserConfig_new
6845  * Signature: (JJJ)J
6846  */
6847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1new
6848   (JNIEnv *, jclass, jlong, jlong, jlong);
6849
6850 /*
6851  * Class:     org_ldk_impl_bindings
6852  * Method:    UserConfig_clone
6853  * Signature: (J)J
6854  */
6855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1clone
6856   (JNIEnv *, jclass, jlong);
6857
6858 /*
6859  * Class:     org_ldk_impl_bindings
6860  * Method:    UserConfig_default
6861  * Signature: ()J
6862  */
6863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1default
6864   (JNIEnv *, jclass);
6865
6866 /*
6867  * Class:     org_ldk_impl_bindings
6868  * Method:    AccessError_clone
6869  * Signature: (J)Lorg/ldk/enums/LDKAccessError;
6870  */
6871 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_AccessError_1clone
6872   (JNIEnv *, jclass, jlong);
6873
6874 /*
6875  * Class:     org_ldk_impl_bindings
6876  * Method:    Access_free
6877  * Signature: (J)V
6878  */
6879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Access_1free
6880   (JNIEnv *, jclass, jlong);
6881
6882 /*
6883  * Class:     org_ldk_impl_bindings
6884  * Method:    Listen_free
6885  * Signature: (J)V
6886  */
6887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Listen_1free
6888   (JNIEnv *, jclass, jlong);
6889
6890 /*
6891  * Class:     org_ldk_impl_bindings
6892  * Method:    Watch_free
6893  * Signature: (J)V
6894  */
6895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Watch_1free
6896   (JNIEnv *, jclass, jlong);
6897
6898 /*
6899  * Class:     org_ldk_impl_bindings
6900  * Method:    Filter_free
6901  * Signature: (J)V
6902  */
6903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Filter_1free
6904   (JNIEnv *, jclass, jlong);
6905
6906 /*
6907  * Class:     org_ldk_impl_bindings
6908  * Method:    WatchedOutput_free
6909  * Signature: (J)V
6910  */
6911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1free
6912   (JNIEnv *, jclass, jlong);
6913
6914 /*
6915  * Class:     org_ldk_impl_bindings
6916  * Method:    WatchedOutput_get_block_hash
6917  * Signature: (J)[B
6918  */
6919 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1get_1block_1hash
6920   (JNIEnv *, jclass, jlong);
6921
6922 /*
6923  * Class:     org_ldk_impl_bindings
6924  * Method:    WatchedOutput_set_block_hash
6925  * Signature: (J[B)V
6926  */
6927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1set_1block_1hash
6928   (JNIEnv *, jclass, jlong, jbyteArray);
6929
6930 /*
6931  * Class:     org_ldk_impl_bindings
6932  * Method:    WatchedOutput_get_outpoint
6933  * Signature: (J)J
6934  */
6935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1get_1outpoint
6936   (JNIEnv *, jclass, jlong);
6937
6938 /*
6939  * Class:     org_ldk_impl_bindings
6940  * Method:    WatchedOutput_set_outpoint
6941  * Signature: (JJ)V
6942  */
6943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1set_1outpoint
6944   (JNIEnv *, jclass, jlong, jlong);
6945
6946 /*
6947  * Class:     org_ldk_impl_bindings
6948  * Method:    WatchedOutput_get_script_pubkey
6949  * Signature: (J)[B
6950  */
6951 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1get_1script_1pubkey
6952   (JNIEnv *, jclass, jlong);
6953
6954 /*
6955  * Class:     org_ldk_impl_bindings
6956  * Method:    WatchedOutput_set_script_pubkey
6957  * Signature: (J[B)V
6958  */
6959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1set_1script_1pubkey
6960   (JNIEnv *, jclass, jlong, jbyteArray);
6961
6962 /*
6963  * Class:     org_ldk_impl_bindings
6964  * Method:    WatchedOutput_new
6965  * Signature: ([BJ[B)J
6966  */
6967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1new
6968   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray);
6969
6970 /*
6971  * Class:     org_ldk_impl_bindings
6972  * Method:    BroadcasterInterface_free
6973  * Signature: (J)V
6974  */
6975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BroadcasterInterface_1free
6976   (JNIEnv *, jclass, jlong);
6977
6978 /*
6979  * Class:     org_ldk_impl_bindings
6980  * Method:    ConfirmationTarget_clone
6981  * Signature: (J)Lorg/ldk/enums/LDKConfirmationTarget;
6982  */
6983 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ConfirmationTarget_1clone
6984   (JNIEnv *, jclass, jlong);
6985
6986 /*
6987  * Class:     org_ldk_impl_bindings
6988  * Method:    FeeEstimator_free
6989  * Signature: (J)V
6990  */
6991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FeeEstimator_1free
6992   (JNIEnv *, jclass, jlong);
6993
6994 /*
6995  * Class:     org_ldk_impl_bindings
6996  * Method:    ChainMonitor_free
6997  * Signature: (J)V
6998  */
6999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1free
7000   (JNIEnv *, jclass, jlong);
7001
7002 /*
7003  * Class:     org_ldk_impl_bindings
7004  * Method:    ChainMonitor_block_connected
7005  * Signature: (J[B[JI)V
7006  */
7007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1block_1connected
7008   (JNIEnv *, jclass, jlong, jbyteArray, jlongArray, jint);
7009
7010 /*
7011  * Class:     org_ldk_impl_bindings
7012  * Method:    ChainMonitor_block_disconnected
7013  * Signature: (J[BI)V
7014  */
7015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1block_1disconnected
7016   (JNIEnv *, jclass, jlong, jbyteArray, jint);
7017
7018 /*
7019  * Class:     org_ldk_impl_bindings
7020  * Method:    ChainMonitor_new
7021  * Signature: (JJJJJ)J
7022  */
7023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1new
7024   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong);
7025
7026 /*
7027  * Class:     org_ldk_impl_bindings
7028  * Method:    ChainMonitor_as_Watch
7029  * Signature: (J)J
7030  */
7031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1as_1Watch
7032   (JNIEnv *, jclass, jlong);
7033
7034 /*
7035  * Class:     org_ldk_impl_bindings
7036  * Method:    ChainMonitor_as_EventsProvider
7037  * Signature: (J)J
7038  */
7039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1as_1EventsProvider
7040   (JNIEnv *, jclass, jlong);
7041
7042 /*
7043  * Class:     org_ldk_impl_bindings
7044  * Method:    ChannelMonitorUpdate_free
7045  * Signature: (J)V
7046  */
7047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1free
7048   (JNIEnv *, jclass, jlong);
7049
7050 /*
7051  * Class:     org_ldk_impl_bindings
7052  * Method:    ChannelMonitorUpdate_get_update_id
7053  * Signature: (J)J
7054  */
7055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1get_1update_1id
7056   (JNIEnv *, jclass, jlong);
7057
7058 /*
7059  * Class:     org_ldk_impl_bindings
7060  * Method:    ChannelMonitorUpdate_set_update_id
7061  * Signature: (JJ)V
7062  */
7063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1set_1update_1id
7064   (JNIEnv *, jclass, jlong, jlong);
7065
7066 /*
7067  * Class:     org_ldk_impl_bindings
7068  * Method:    ChannelMonitorUpdate_clone
7069  * Signature: (J)J
7070  */
7071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1clone
7072   (JNIEnv *, jclass, jlong);
7073
7074 /*
7075  * Class:     org_ldk_impl_bindings
7076  * Method:    ChannelMonitorUpdate_write
7077  * Signature: (J)[B
7078  */
7079 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1write
7080   (JNIEnv *, jclass, jlong);
7081
7082 /*
7083  * Class:     org_ldk_impl_bindings
7084  * Method:    ChannelMonitorUpdate_read
7085  * Signature: ([B)J
7086  */
7087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1read
7088   (JNIEnv *, jclass, jbyteArray);
7089
7090 /*
7091  * Class:     org_ldk_impl_bindings
7092  * Method:    ChannelMonitorUpdateErr_clone
7093  * Signature: (J)Lorg/ldk/enums/LDKChannelMonitorUpdateErr;
7094  */
7095 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdateErr_1clone
7096   (JNIEnv *, jclass, jlong);
7097
7098 /*
7099  * Class:     org_ldk_impl_bindings
7100  * Method:    MonitorUpdateError_free
7101  * Signature: (J)V
7102  */
7103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MonitorUpdateError_1free
7104   (JNIEnv *, jclass, jlong);
7105
7106 /*
7107  * Class:     org_ldk_impl_bindings
7108  * Method:    MonitorUpdateError_clone
7109  * Signature: (J)J
7110  */
7111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorUpdateError_1clone
7112   (JNIEnv *, jclass, jlong);
7113
7114 /*
7115  * Class:     org_ldk_impl_bindings
7116  * Method:    MonitorEvent_free
7117  * Signature: (J)V
7118  */
7119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1free
7120   (JNIEnv *, jclass, jlong);
7121
7122 /*
7123  * Class:     org_ldk_impl_bindings
7124  * Method:    MonitorEvent_clone
7125  * Signature: (J)J
7126  */
7127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1clone
7128   (JNIEnv *, jclass, jlong);
7129
7130 /*
7131  * Class:     org_ldk_impl_bindings
7132  * Method:    HTLCUpdate_free
7133  * Signature: (J)V
7134  */
7135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1free
7136   (JNIEnv *, jclass, jlong);
7137
7138 /*
7139  * Class:     org_ldk_impl_bindings
7140  * Method:    HTLCUpdate_clone
7141  * Signature: (J)J
7142  */
7143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1clone
7144   (JNIEnv *, jclass, jlong);
7145
7146 /*
7147  * Class:     org_ldk_impl_bindings
7148  * Method:    HTLCUpdate_write
7149  * Signature: (J)[B
7150  */
7151 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1write
7152   (JNIEnv *, jclass, jlong);
7153
7154 /*
7155  * Class:     org_ldk_impl_bindings
7156  * Method:    HTLCUpdate_read
7157  * Signature: ([B)J
7158  */
7159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1read
7160   (JNIEnv *, jclass, jbyteArray);
7161
7162 /*
7163  * Class:     org_ldk_impl_bindings
7164  * Method:    ChannelMonitor_free
7165  * Signature: (J)V
7166  */
7167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1free
7168   (JNIEnv *, jclass, jlong);
7169
7170 /*
7171  * Class:     org_ldk_impl_bindings
7172  * Method:    ChannelMonitor_clone
7173  * Signature: (J)J
7174  */
7175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1clone
7176   (JNIEnv *, jclass, jlong);
7177
7178 /*
7179  * Class:     org_ldk_impl_bindings
7180  * Method:    ChannelMonitor_write
7181  * Signature: (J)[B
7182  */
7183 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1write
7184   (JNIEnv *, jclass, jlong);
7185
7186 /*
7187  * Class:     org_ldk_impl_bindings
7188  * Method:    ChannelMonitor_update_monitor
7189  * Signature: (JJJJJ)J
7190  */
7191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1update_1monitor
7192   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong);
7193
7194 /*
7195  * Class:     org_ldk_impl_bindings
7196  * Method:    ChannelMonitor_get_latest_update_id
7197  * Signature: (J)J
7198  */
7199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1latest_1update_1id
7200   (JNIEnv *, jclass, jlong);
7201
7202 /*
7203  * Class:     org_ldk_impl_bindings
7204  * Method:    ChannelMonitor_get_funding_txo
7205  * Signature: (J)J
7206  */
7207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1funding_1txo
7208   (JNIEnv *, jclass, jlong);
7209
7210 /*
7211  * Class:     org_ldk_impl_bindings
7212  * Method:    ChannelMonitor_get_outputs_to_watch
7213  * Signature: (J)[J
7214  */
7215 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1outputs_1to_1watch
7216   (JNIEnv *, jclass, jlong);
7217
7218 /*
7219  * Class:     org_ldk_impl_bindings
7220  * Method:    ChannelMonitor_load_outputs_to_watch
7221  * Signature: (JJ)V
7222  */
7223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1load_1outputs_1to_1watch
7224   (JNIEnv *, jclass, jlong, jlong);
7225
7226 /*
7227  * Class:     org_ldk_impl_bindings
7228  * Method:    ChannelMonitor_get_and_clear_pending_monitor_events
7229  * Signature: (J)[J
7230  */
7231 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1and_1clear_1pending_1monitor_1events
7232   (JNIEnv *, jclass, jlong);
7233
7234 /*
7235  * Class:     org_ldk_impl_bindings
7236  * Method:    ChannelMonitor_get_and_clear_pending_events
7237  * Signature: (J)[J
7238  */
7239 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1and_1clear_1pending_1events
7240   (JNIEnv *, jclass, jlong);
7241
7242 /*
7243  * Class:     org_ldk_impl_bindings
7244  * Method:    ChannelMonitor_get_latest_holder_commitment_txn
7245  * Signature: (JJ)[[B
7246  */
7247 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1latest_1holder_1commitment_1txn
7248   (JNIEnv *, jclass, jlong, jlong);
7249
7250 /*
7251  * Class:     org_ldk_impl_bindings
7252  * Method:    ChannelMonitor_block_connected
7253  * Signature: (J[B[JIJJJ)[J
7254  */
7255 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1block_1connected
7256   (JNIEnv *, jclass, jlong, jbyteArray, jlongArray, jint, jlong, jlong, jlong);
7257
7258 /*
7259  * Class:     org_ldk_impl_bindings
7260  * Method:    ChannelMonitor_block_disconnected
7261  * Signature: (J[BIJJJ)V
7262  */
7263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1block_1disconnected
7264   (JNIEnv *, jclass, jlong, jbyteArray, jint, jlong, jlong, jlong);
7265
7266 /*
7267  * Class:     org_ldk_impl_bindings
7268  * Method:    Persist_free
7269  * Signature: (J)V
7270  */
7271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Persist_1free
7272   (JNIEnv *, jclass, jlong);
7273
7274 /*
7275  * Class:     org_ldk_impl_bindings
7276  * Method:    C2Tuple_BlockHashChannelMonitorZ_read
7277  * Signature: ([BJ)J
7278  */
7279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelMonitorZ_1read
7280   (JNIEnv *, jclass, jbyteArray, jlong);
7281
7282 /*
7283  * Class:     org_ldk_impl_bindings
7284  * Method:    OutPoint_free
7285  * Signature: (J)V
7286  */
7287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OutPoint_1free
7288   (JNIEnv *, jclass, jlong);
7289
7290 /*
7291  * Class:     org_ldk_impl_bindings
7292  * Method:    OutPoint_get_txid
7293  * Signature: (J)[B
7294  */
7295 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OutPoint_1get_1txid
7296   (JNIEnv *, jclass, jlong);
7297
7298 /*
7299  * Class:     org_ldk_impl_bindings
7300  * Method:    OutPoint_set_txid
7301  * Signature: (J[B)V
7302  */
7303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OutPoint_1set_1txid
7304   (JNIEnv *, jclass, jlong, jbyteArray);
7305
7306 /*
7307  * Class:     org_ldk_impl_bindings
7308  * Method:    OutPoint_get_index
7309  * Signature: (J)S
7310  */
7311 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_OutPoint_1get_1index
7312   (JNIEnv *, jclass, jlong);
7313
7314 /*
7315  * Class:     org_ldk_impl_bindings
7316  * Method:    OutPoint_set_index
7317  * Signature: (JS)V
7318  */
7319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OutPoint_1set_1index
7320   (JNIEnv *, jclass, jlong, jshort);
7321
7322 /*
7323  * Class:     org_ldk_impl_bindings
7324  * Method:    OutPoint_new
7325  * Signature: ([BS)J
7326  */
7327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OutPoint_1new
7328   (JNIEnv *, jclass, jbyteArray, jshort);
7329
7330 /*
7331  * Class:     org_ldk_impl_bindings
7332  * Method:    OutPoint_clone
7333  * Signature: (J)J
7334  */
7335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OutPoint_1clone
7336   (JNIEnv *, jclass, jlong);
7337
7338 /*
7339  * Class:     org_ldk_impl_bindings
7340  * Method:    OutPoint_to_channel_id
7341  * Signature: (J)[B
7342  */
7343 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OutPoint_1to_1channel_1id
7344   (JNIEnv *, jclass, jlong);
7345
7346 /*
7347  * Class:     org_ldk_impl_bindings
7348  * Method:    OutPoint_write
7349  * Signature: (J)[B
7350  */
7351 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OutPoint_1write
7352   (JNIEnv *, jclass, jlong);
7353
7354 /*
7355  * Class:     org_ldk_impl_bindings
7356  * Method:    OutPoint_read
7357  * Signature: ([B)J
7358  */
7359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OutPoint_1read
7360   (JNIEnv *, jclass, jbyteArray);
7361
7362 /*
7363  * Class:     org_ldk_impl_bindings
7364  * Method:    DelayedPaymentOutputDescriptor_free
7365  * Signature: (J)V
7366  */
7367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1free
7368   (JNIEnv *, jclass, jlong);
7369
7370 /*
7371  * Class:     org_ldk_impl_bindings
7372  * Method:    DelayedPaymentOutputDescriptor_get_outpoint
7373  * Signature: (J)J
7374  */
7375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1outpoint
7376   (JNIEnv *, jclass, jlong);
7377
7378 /*
7379  * Class:     org_ldk_impl_bindings
7380  * Method:    DelayedPaymentOutputDescriptor_set_outpoint
7381  * Signature: (JJ)V
7382  */
7383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1outpoint
7384   (JNIEnv *, jclass, jlong, jlong);
7385
7386 /*
7387  * Class:     org_ldk_impl_bindings
7388  * Method:    DelayedPaymentOutputDescriptor_get_per_commitment_point
7389  * Signature: (J)[B
7390  */
7391 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1per_1commitment_1point
7392   (JNIEnv *, jclass, jlong);
7393
7394 /*
7395  * Class:     org_ldk_impl_bindings
7396  * Method:    DelayedPaymentOutputDescriptor_set_per_commitment_point
7397  * Signature: (J[B)V
7398  */
7399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1per_1commitment_1point
7400   (JNIEnv *, jclass, jlong, jbyteArray);
7401
7402 /*
7403  * Class:     org_ldk_impl_bindings
7404  * Method:    DelayedPaymentOutputDescriptor_get_to_self_delay
7405  * Signature: (J)S
7406  */
7407 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1to_1self_1delay
7408   (JNIEnv *, jclass, jlong);
7409
7410 /*
7411  * Class:     org_ldk_impl_bindings
7412  * Method:    DelayedPaymentOutputDescriptor_set_to_self_delay
7413  * Signature: (JS)V
7414  */
7415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1to_1self_1delay
7416   (JNIEnv *, jclass, jlong, jshort);
7417
7418 /*
7419  * Class:     org_ldk_impl_bindings
7420  * Method:    DelayedPaymentOutputDescriptor_set_output
7421  * Signature: (JJ)V
7422  */
7423 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1output
7424   (JNIEnv *, jclass, jlong, jlong);
7425
7426 /*
7427  * Class:     org_ldk_impl_bindings
7428  * Method:    DelayedPaymentOutputDescriptor_get_revocation_pubkey
7429  * Signature: (J)[B
7430  */
7431 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1revocation_1pubkey
7432   (JNIEnv *, jclass, jlong);
7433
7434 /*
7435  * Class:     org_ldk_impl_bindings
7436  * Method:    DelayedPaymentOutputDescriptor_set_revocation_pubkey
7437  * Signature: (J[B)V
7438  */
7439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1revocation_1pubkey
7440   (JNIEnv *, jclass, jlong, jbyteArray);
7441
7442 /*
7443  * Class:     org_ldk_impl_bindings
7444  * Method:    DelayedPaymentOutputDescriptor_get_channel_keys_id
7445  * Signature: (J)[B
7446  */
7447 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1channel_1keys_1id
7448   (JNIEnv *, jclass, jlong);
7449
7450 /*
7451  * Class:     org_ldk_impl_bindings
7452  * Method:    DelayedPaymentOutputDescriptor_set_channel_keys_id
7453  * Signature: (J[B)V
7454  */
7455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1channel_1keys_1id
7456   (JNIEnv *, jclass, jlong, jbyteArray);
7457
7458 /*
7459  * Class:     org_ldk_impl_bindings
7460  * Method:    DelayedPaymentOutputDescriptor_get_channel_value_satoshis
7461  * Signature: (J)J
7462  */
7463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1channel_1value_1satoshis
7464   (JNIEnv *, jclass, jlong);
7465
7466 /*
7467  * Class:     org_ldk_impl_bindings
7468  * Method:    DelayedPaymentOutputDescriptor_set_channel_value_satoshis
7469  * Signature: (JJ)V
7470  */
7471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1channel_1value_1satoshis
7472   (JNIEnv *, jclass, jlong, jlong);
7473
7474 /*
7475  * Class:     org_ldk_impl_bindings
7476  * Method:    DelayedPaymentOutputDescriptor_new
7477  * Signature: (J[BSJ[B[BJ)J
7478  */
7479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1new
7480   (JNIEnv *, jclass, jlong, jbyteArray, jshort, jlong, jbyteArray, jbyteArray, jlong);
7481
7482 /*
7483  * Class:     org_ldk_impl_bindings
7484  * Method:    DelayedPaymentOutputDescriptor_clone
7485  * Signature: (J)J
7486  */
7487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1clone
7488   (JNIEnv *, jclass, jlong);
7489
7490 /*
7491  * Class:     org_ldk_impl_bindings
7492  * Method:    StaticPaymentOutputDescriptor_free
7493  * Signature: (J)V
7494  */
7495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1free
7496   (JNIEnv *, jclass, jlong);
7497
7498 /*
7499  * Class:     org_ldk_impl_bindings
7500  * Method:    StaticPaymentOutputDescriptor_get_outpoint
7501  * Signature: (J)J
7502  */
7503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1get_1outpoint
7504   (JNIEnv *, jclass, jlong);
7505
7506 /*
7507  * Class:     org_ldk_impl_bindings
7508  * Method:    StaticPaymentOutputDescriptor_set_outpoint
7509  * Signature: (JJ)V
7510  */
7511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1set_1outpoint
7512   (JNIEnv *, jclass, jlong, jlong);
7513
7514 /*
7515  * Class:     org_ldk_impl_bindings
7516  * Method:    StaticPaymentOutputDescriptor_set_output
7517  * Signature: (JJ)V
7518  */
7519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1set_1output
7520   (JNIEnv *, jclass, jlong, jlong);
7521
7522 /*
7523  * Class:     org_ldk_impl_bindings
7524  * Method:    StaticPaymentOutputDescriptor_get_channel_keys_id
7525  * Signature: (J)[B
7526  */
7527 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1get_1channel_1keys_1id
7528   (JNIEnv *, jclass, jlong);
7529
7530 /*
7531  * Class:     org_ldk_impl_bindings
7532  * Method:    StaticPaymentOutputDescriptor_set_channel_keys_id
7533  * Signature: (J[B)V
7534  */
7535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1set_1channel_1keys_1id
7536   (JNIEnv *, jclass, jlong, jbyteArray);
7537
7538 /*
7539  * Class:     org_ldk_impl_bindings
7540  * Method:    StaticPaymentOutputDescriptor_get_channel_value_satoshis
7541  * Signature: (J)J
7542  */
7543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1get_1channel_1value_1satoshis
7544   (JNIEnv *, jclass, jlong);
7545
7546 /*
7547  * Class:     org_ldk_impl_bindings
7548  * Method:    StaticPaymentOutputDescriptor_set_channel_value_satoshis
7549  * Signature: (JJ)V
7550  */
7551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1set_1channel_1value_1satoshis
7552   (JNIEnv *, jclass, jlong, jlong);
7553
7554 /*
7555  * Class:     org_ldk_impl_bindings
7556  * Method:    StaticPaymentOutputDescriptor_new
7557  * Signature: (JJ[BJ)J
7558  */
7559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1new
7560   (JNIEnv *, jclass, jlong, jlong, jbyteArray, jlong);
7561
7562 /*
7563  * Class:     org_ldk_impl_bindings
7564  * Method:    StaticPaymentOutputDescriptor_clone
7565  * Signature: (J)J
7566  */
7567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1clone
7568   (JNIEnv *, jclass, jlong);
7569
7570 /*
7571  * Class:     org_ldk_impl_bindings
7572  * Method:    SpendableOutputDescriptor_free
7573  * Signature: (J)V
7574  */
7575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1free
7576   (JNIEnv *, jclass, jlong);
7577
7578 /*
7579  * Class:     org_ldk_impl_bindings
7580  * Method:    SpendableOutputDescriptor_clone
7581  * Signature: (J)J
7582  */
7583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1clone
7584   (JNIEnv *, jclass, jlong);
7585
7586 /*
7587  * Class:     org_ldk_impl_bindings
7588  * Method:    SpendableOutputDescriptor_write
7589  * Signature: (J)[B
7590  */
7591 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1write
7592   (JNIEnv *, jclass, jlong);
7593
7594 /*
7595  * Class:     org_ldk_impl_bindings
7596  * Method:    SpendableOutputDescriptor_read
7597  * Signature: ([B)J
7598  */
7599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1read
7600   (JNIEnv *, jclass, jbyteArray);
7601
7602 /*
7603  * Class:     org_ldk_impl_bindings
7604  * Method:    Sign_clone
7605  * Signature: (J)J
7606  */
7607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sign_1clone
7608   (JNIEnv *, jclass, jlong);
7609
7610 /*
7611  * Class:     org_ldk_impl_bindings
7612  * Method:    Sign_free
7613  * Signature: (J)V
7614  */
7615 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Sign_1free
7616   (JNIEnv *, jclass, jlong);
7617
7618 /*
7619  * Class:     org_ldk_impl_bindings
7620  * Method:    KeysInterface_free
7621  * Signature: (J)V
7622  */
7623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_KeysInterface_1free
7624   (JNIEnv *, jclass, jlong);
7625
7626 /*
7627  * Class:     org_ldk_impl_bindings
7628  * Method:    InMemorySigner_free
7629  * Signature: (J)V
7630  */
7631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1free
7632   (JNIEnv *, jclass, jlong);
7633
7634 /*
7635  * Class:     org_ldk_impl_bindings
7636  * Method:    InMemorySigner_get_funding_key
7637  * Signature: (J)[B
7638  */
7639 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1funding_1key
7640   (JNIEnv *, jclass, jlong);
7641
7642 /*
7643  * Class:     org_ldk_impl_bindings
7644  * Method:    InMemorySigner_set_funding_key
7645  * Signature: (J[B)V
7646  */
7647 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1funding_1key
7648   (JNIEnv *, jclass, jlong, jbyteArray);
7649
7650 /*
7651  * Class:     org_ldk_impl_bindings
7652  * Method:    InMemorySigner_get_revocation_base_key
7653  * Signature: (J)[B
7654  */
7655 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1revocation_1base_1key
7656   (JNIEnv *, jclass, jlong);
7657
7658 /*
7659  * Class:     org_ldk_impl_bindings
7660  * Method:    InMemorySigner_set_revocation_base_key
7661  * Signature: (J[B)V
7662  */
7663 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1revocation_1base_1key
7664   (JNIEnv *, jclass, jlong, jbyteArray);
7665
7666 /*
7667  * Class:     org_ldk_impl_bindings
7668  * Method:    InMemorySigner_get_payment_key
7669  * Signature: (J)[B
7670  */
7671 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1payment_1key
7672   (JNIEnv *, jclass, jlong);
7673
7674 /*
7675  * Class:     org_ldk_impl_bindings
7676  * Method:    InMemorySigner_set_payment_key
7677  * Signature: (J[B)V
7678  */
7679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1payment_1key
7680   (JNIEnv *, jclass, jlong, jbyteArray);
7681
7682 /*
7683  * Class:     org_ldk_impl_bindings
7684  * Method:    InMemorySigner_get_delayed_payment_base_key
7685  * Signature: (J)[B
7686  */
7687 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1delayed_1payment_1base_1key
7688   (JNIEnv *, jclass, jlong);
7689
7690 /*
7691  * Class:     org_ldk_impl_bindings
7692  * Method:    InMemorySigner_set_delayed_payment_base_key
7693  * Signature: (J[B)V
7694  */
7695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1delayed_1payment_1base_1key
7696   (JNIEnv *, jclass, jlong, jbyteArray);
7697
7698 /*
7699  * Class:     org_ldk_impl_bindings
7700  * Method:    InMemorySigner_get_htlc_base_key
7701  * Signature: (J)[B
7702  */
7703 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1htlc_1base_1key
7704   (JNIEnv *, jclass, jlong);
7705
7706 /*
7707  * Class:     org_ldk_impl_bindings
7708  * Method:    InMemorySigner_set_htlc_base_key
7709  * Signature: (J[B)V
7710  */
7711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1htlc_1base_1key
7712   (JNIEnv *, jclass, jlong, jbyteArray);
7713
7714 /*
7715  * Class:     org_ldk_impl_bindings
7716  * Method:    InMemorySigner_get_commitment_seed
7717  * Signature: (J)[B
7718  */
7719 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1commitment_1seed
7720   (JNIEnv *, jclass, jlong);
7721
7722 /*
7723  * Class:     org_ldk_impl_bindings
7724  * Method:    InMemorySigner_set_commitment_seed
7725  * Signature: (J[B)V
7726  */
7727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1commitment_1seed
7728   (JNIEnv *, jclass, jlong, jbyteArray);
7729
7730 /*
7731  * Class:     org_ldk_impl_bindings
7732  * Method:    InMemorySigner_clone
7733  * Signature: (J)J
7734  */
7735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1clone
7736   (JNIEnv *, jclass, jlong);
7737
7738 /*
7739  * Class:     org_ldk_impl_bindings
7740  * Method:    InMemorySigner_new
7741  * Signature: ([B[B[B[B[B[BJ[B)J
7742  */
7743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1new
7744   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jlong, jbyteArray);
7745
7746 /*
7747  * Class:     org_ldk_impl_bindings
7748  * Method:    InMemorySigner_counterparty_pubkeys
7749  * Signature: (J)J
7750  */
7751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1counterparty_1pubkeys
7752   (JNIEnv *, jclass, jlong);
7753
7754 /*
7755  * Class:     org_ldk_impl_bindings
7756  * Method:    InMemorySigner_counterparty_selected_contest_delay
7757  * Signature: (J)S
7758  */
7759 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1counterparty_1selected_1contest_1delay
7760   (JNIEnv *, jclass, jlong);
7761
7762 /*
7763  * Class:     org_ldk_impl_bindings
7764  * Method:    InMemorySigner_holder_selected_contest_delay
7765  * Signature: (J)S
7766  */
7767 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1holder_1selected_1contest_1delay
7768   (JNIEnv *, jclass, jlong);
7769
7770 /*
7771  * Class:     org_ldk_impl_bindings
7772  * Method:    InMemorySigner_is_outbound
7773  * Signature: (J)Z
7774  */
7775 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1is_1outbound
7776   (JNIEnv *, jclass, jlong);
7777
7778 /*
7779  * Class:     org_ldk_impl_bindings
7780  * Method:    InMemorySigner_funding_outpoint
7781  * Signature: (J)J
7782  */
7783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1funding_1outpoint
7784   (JNIEnv *, jclass, jlong);
7785
7786 /*
7787  * Class:     org_ldk_impl_bindings
7788  * Method:    InMemorySigner_get_channel_parameters
7789  * Signature: (J)J
7790  */
7791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1channel_1parameters
7792   (JNIEnv *, jclass, jlong);
7793
7794 /*
7795  * Class:     org_ldk_impl_bindings
7796  * Method:    InMemorySigner_sign_counterparty_payment_input
7797  * Signature: (J[BJJ)J
7798  */
7799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1sign_1counterparty_1payment_1input
7800   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
7801
7802 /*
7803  * Class:     org_ldk_impl_bindings
7804  * Method:    InMemorySigner_sign_dynamic_p2wsh_input
7805  * Signature: (J[BJJ)J
7806  */
7807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1sign_1dynamic_1p2wsh_1input
7808   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
7809
7810 /*
7811  * Class:     org_ldk_impl_bindings
7812  * Method:    InMemorySigner_as_Sign
7813  * Signature: (J)J
7814  */
7815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1as_1Sign
7816   (JNIEnv *, jclass, jlong);
7817
7818 /*
7819  * Class:     org_ldk_impl_bindings
7820  * Method:    InMemorySigner_write
7821  * Signature: (J)[B
7822  */
7823 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1write
7824   (JNIEnv *, jclass, jlong);
7825
7826 /*
7827  * Class:     org_ldk_impl_bindings
7828  * Method:    InMemorySigner_read
7829  * Signature: ([B)J
7830  */
7831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1read
7832   (JNIEnv *, jclass, jbyteArray);
7833
7834 /*
7835  * Class:     org_ldk_impl_bindings
7836  * Method:    KeysManager_free
7837  * Signature: (J)V
7838  */
7839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_KeysManager_1free
7840   (JNIEnv *, jclass, jlong);
7841
7842 /*
7843  * Class:     org_ldk_impl_bindings
7844  * Method:    KeysManager_new
7845  * Signature: ([BJI)J
7846  */
7847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1new
7848   (JNIEnv *, jclass, jbyteArray, jlong, jint);
7849
7850 /*
7851  * Class:     org_ldk_impl_bindings
7852  * Method:    KeysManager_derive_channel_keys
7853  * Signature: (JJ[B)J
7854  */
7855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1derive_1channel_1keys
7856   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
7857
7858 /*
7859  * Class:     org_ldk_impl_bindings
7860  * Method:    KeysManager_spend_spendable_outputs
7861  * Signature: (J[J[J[BI)J
7862  */
7863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1spend_1spendable_1outputs
7864   (JNIEnv *, jclass, jlong, jlongArray, jlongArray, jbyteArray, jint);
7865
7866 /*
7867  * Class:     org_ldk_impl_bindings
7868  * Method:    KeysManager_as_KeysInterface
7869  * Signature: (J)J
7870  */
7871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1as_1KeysInterface
7872   (JNIEnv *, jclass, jlong);
7873
7874 /*
7875  * Class:     org_ldk_impl_bindings
7876  * Method:    ChannelManager_free
7877  * Signature: (J)V
7878  */
7879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1free
7880   (JNIEnv *, jclass, jlong);
7881
7882 /*
7883  * Class:     org_ldk_impl_bindings
7884  * Method:    ChainParameters_free
7885  * Signature: (J)V
7886  */
7887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainParameters_1free
7888   (JNIEnv *, jclass, jlong);
7889
7890 /*
7891  * Class:     org_ldk_impl_bindings
7892  * Method:    ChainParameters_get_network
7893  * Signature: (J)Lorg/ldk/enums/LDKNetwork;
7894  */
7895 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ChainParameters_1get_1network
7896   (JNIEnv *, jclass, jlong);
7897
7898 /*
7899  * Class:     org_ldk_impl_bindings
7900  * Method:    ChainParameters_set_network
7901  * Signature: (JLorg/ldk/enums/LDKNetwork;)V
7902  */
7903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainParameters_1set_1network
7904   (JNIEnv *, jclass, jlong, jobject);
7905
7906 /*
7907  * Class:     org_ldk_impl_bindings
7908  * Method:    ChainParameters_get_latest_hash
7909  * Signature: (J)[B
7910  */
7911 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChainParameters_1get_1latest_1hash
7912   (JNIEnv *, jclass, jlong);
7913
7914 /*
7915  * Class:     org_ldk_impl_bindings
7916  * Method:    ChainParameters_set_latest_hash
7917  * Signature: (J[B)V
7918  */
7919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainParameters_1set_1latest_1hash
7920   (JNIEnv *, jclass, jlong, jbyteArray);
7921
7922 /*
7923  * Class:     org_ldk_impl_bindings
7924  * Method:    ChainParameters_get_latest_height
7925  * Signature: (J)J
7926  */
7927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainParameters_1get_1latest_1height
7928   (JNIEnv *, jclass, jlong);
7929
7930 /*
7931  * Class:     org_ldk_impl_bindings
7932  * Method:    ChainParameters_set_latest_height
7933  * Signature: (JJ)V
7934  */
7935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainParameters_1set_1latest_1height
7936   (JNIEnv *, jclass, jlong, jlong);
7937
7938 /*
7939  * Class:     org_ldk_impl_bindings
7940  * Method:    ChainParameters_new
7941  * Signature: (Lorg/ldk/enums/LDKNetwork;[BJ)J
7942  */
7943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainParameters_1new
7944   (JNIEnv *, jclass, jobject, jbyteArray, jlong);
7945
7946 /*
7947  * Class:     org_ldk_impl_bindings
7948  * Method:    ChannelDetails_free
7949  * Signature: (J)V
7950  */
7951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1free
7952   (JNIEnv *, jclass, jlong);
7953
7954 /*
7955  * Class:     org_ldk_impl_bindings
7956  * Method:    ChannelDetails_get_channel_id
7957  * Signature: (J)[B
7958  */
7959 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1channel_1id
7960   (JNIEnv *, jclass, jlong);
7961
7962 /*
7963  * Class:     org_ldk_impl_bindings
7964  * Method:    ChannelDetails_set_channel_id
7965  * Signature: (J[B)V
7966  */
7967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1channel_1id
7968   (JNIEnv *, jclass, jlong, jbyteArray);
7969
7970 /*
7971  * Class:     org_ldk_impl_bindings
7972  * Method:    ChannelDetails_get_short_channel_id
7973  * Signature: (J)J
7974  */
7975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1short_1channel_1id
7976   (JNIEnv *, jclass, jlong);
7977
7978 /*
7979  * Class:     org_ldk_impl_bindings
7980  * Method:    ChannelDetails_set_short_channel_id
7981  * Signature: (JJ)V
7982  */
7983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1short_1channel_1id
7984   (JNIEnv *, jclass, jlong, jlong);
7985
7986 /*
7987  * Class:     org_ldk_impl_bindings
7988  * Method:    ChannelDetails_get_remote_network_id
7989  * Signature: (J)[B
7990  */
7991 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1remote_1network_1id
7992   (JNIEnv *, jclass, jlong);
7993
7994 /*
7995  * Class:     org_ldk_impl_bindings
7996  * Method:    ChannelDetails_set_remote_network_id
7997  * Signature: (J[B)V
7998  */
7999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1remote_1network_1id
8000   (JNIEnv *, jclass, jlong, jbyteArray);
8001
8002 /*
8003  * Class:     org_ldk_impl_bindings
8004  * Method:    ChannelDetails_get_counterparty_features
8005  * Signature: (J)J
8006  */
8007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1counterparty_1features
8008   (JNIEnv *, jclass, jlong);
8009
8010 /*
8011  * Class:     org_ldk_impl_bindings
8012  * Method:    ChannelDetails_set_counterparty_features
8013  * Signature: (JJ)V
8014  */
8015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1counterparty_1features
8016   (JNIEnv *, jclass, jlong, jlong);
8017
8018 /*
8019  * Class:     org_ldk_impl_bindings
8020  * Method:    ChannelDetails_get_channel_value_satoshis
8021  * Signature: (J)J
8022  */
8023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1channel_1value_1satoshis
8024   (JNIEnv *, jclass, jlong);
8025
8026 /*
8027  * Class:     org_ldk_impl_bindings
8028  * Method:    ChannelDetails_set_channel_value_satoshis
8029  * Signature: (JJ)V
8030  */
8031 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1channel_1value_1satoshis
8032   (JNIEnv *, jclass, jlong, jlong);
8033
8034 /*
8035  * Class:     org_ldk_impl_bindings
8036  * Method:    ChannelDetails_get_user_id
8037  * Signature: (J)J
8038  */
8039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1user_1id
8040   (JNIEnv *, jclass, jlong);
8041
8042 /*
8043  * Class:     org_ldk_impl_bindings
8044  * Method:    ChannelDetails_set_user_id
8045  * Signature: (JJ)V
8046  */
8047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1user_1id
8048   (JNIEnv *, jclass, jlong, jlong);
8049
8050 /*
8051  * Class:     org_ldk_impl_bindings
8052  * Method:    ChannelDetails_get_outbound_capacity_msat
8053  * Signature: (J)J
8054  */
8055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1outbound_1capacity_1msat
8056   (JNIEnv *, jclass, jlong);
8057
8058 /*
8059  * Class:     org_ldk_impl_bindings
8060  * Method:    ChannelDetails_set_outbound_capacity_msat
8061  * Signature: (JJ)V
8062  */
8063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1outbound_1capacity_1msat
8064   (JNIEnv *, jclass, jlong, jlong);
8065
8066 /*
8067  * Class:     org_ldk_impl_bindings
8068  * Method:    ChannelDetails_get_inbound_capacity_msat
8069  * Signature: (J)J
8070  */
8071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1inbound_1capacity_1msat
8072   (JNIEnv *, jclass, jlong);
8073
8074 /*
8075  * Class:     org_ldk_impl_bindings
8076  * Method:    ChannelDetails_set_inbound_capacity_msat
8077  * Signature: (JJ)V
8078  */
8079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1inbound_1capacity_1msat
8080   (JNIEnv *, jclass, jlong, jlong);
8081
8082 /*
8083  * Class:     org_ldk_impl_bindings
8084  * Method:    ChannelDetails_get_is_live
8085  * Signature: (J)Z
8086  */
8087 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1is_1live
8088   (JNIEnv *, jclass, jlong);
8089
8090 /*
8091  * Class:     org_ldk_impl_bindings
8092  * Method:    ChannelDetails_set_is_live
8093  * Signature: (JZ)V
8094  */
8095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1is_1live
8096   (JNIEnv *, jclass, jlong, jboolean);
8097
8098 /*
8099  * Class:     org_ldk_impl_bindings
8100  * Method:    ChannelDetails_clone
8101  * Signature: (J)J
8102  */
8103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1clone
8104   (JNIEnv *, jclass, jlong);
8105
8106 /*
8107  * Class:     org_ldk_impl_bindings
8108  * Method:    PaymentSendFailure_free
8109  * Signature: (J)V
8110  */
8111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1free
8112   (JNIEnv *, jclass, jlong);
8113
8114 /*
8115  * Class:     org_ldk_impl_bindings
8116  * Method:    PaymentSendFailure_clone
8117  * Signature: (J)J
8118  */
8119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1clone
8120   (JNIEnv *, jclass, jlong);
8121
8122 /*
8123  * Class:     org_ldk_impl_bindings
8124  * Method:    ChannelManager_new
8125  * Signature: (JJJJJJJ)J
8126  */
8127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1new
8128   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong, jlong, jlong);
8129
8130 /*
8131  * Class:     org_ldk_impl_bindings
8132  * Method:    ChannelManager_create_channel
8133  * Signature: (J[BJJJJ)J
8134  */
8135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1create_1channel
8136   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong, jlong, jlong);
8137
8138 /*
8139  * Class:     org_ldk_impl_bindings
8140  * Method:    ChannelManager_list_channels
8141  * Signature: (J)[J
8142  */
8143 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1list_1channels
8144   (JNIEnv *, jclass, jlong);
8145
8146 /*
8147  * Class:     org_ldk_impl_bindings
8148  * Method:    ChannelManager_list_usable_channels
8149  * Signature: (J)[J
8150  */
8151 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1list_1usable_1channels
8152   (JNIEnv *, jclass, jlong);
8153
8154 /*
8155  * Class:     org_ldk_impl_bindings
8156  * Method:    ChannelManager_close_channel
8157  * Signature: (J[B)J
8158  */
8159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1close_1channel
8160   (JNIEnv *, jclass, jlong, jbyteArray);
8161
8162 /*
8163  * Class:     org_ldk_impl_bindings
8164  * Method:    ChannelManager_force_close_channel
8165  * Signature: (J[B)J
8166  */
8167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1force_1close_1channel
8168   (JNIEnv *, jclass, jlong, jbyteArray);
8169
8170 /*
8171  * Class:     org_ldk_impl_bindings
8172  * Method:    ChannelManager_force_close_all_channels
8173  * Signature: (J)V
8174  */
8175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1force_1close_1all_1channels
8176   (JNIEnv *, jclass, jlong);
8177
8178 /*
8179  * Class:     org_ldk_impl_bindings
8180  * Method:    ChannelManager_send_payment
8181  * Signature: (JJ[B[B)J
8182  */
8183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1send_1payment
8184   (JNIEnv *, jclass, jlong, jlong, jbyteArray, jbyteArray);
8185
8186 /*
8187  * Class:     org_ldk_impl_bindings
8188  * Method:    ChannelManager_funding_transaction_generated
8189  * Signature: (J[BJ)V
8190  */
8191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1funding_1transaction_1generated
8192   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
8193
8194 /*
8195  * Class:     org_ldk_impl_bindings
8196  * Method:    ChannelManager_broadcast_node_announcement
8197  * Signature: (J[B[B[J)V
8198  */
8199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1broadcast_1node_1announcement
8200   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jlongArray);
8201
8202 /*
8203  * Class:     org_ldk_impl_bindings
8204  * Method:    ChannelManager_process_pending_htlc_forwards
8205  * Signature: (J)V
8206  */
8207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1process_1pending_1htlc_1forwards
8208   (JNIEnv *, jclass, jlong);
8209
8210 /*
8211  * Class:     org_ldk_impl_bindings
8212  * Method:    ChannelManager_timer_chan_freshness_every_min
8213  * Signature: (J)V
8214  */
8215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1timer_1chan_1freshness_1every_1min
8216   (JNIEnv *, jclass, jlong);
8217
8218 /*
8219  * Class:     org_ldk_impl_bindings
8220  * Method:    ChannelManager_fail_htlc_backwards
8221  * Signature: (J[B[B)Z
8222  */
8223 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelManager_1fail_1htlc_1backwards
8224   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray);
8225
8226 /*
8227  * Class:     org_ldk_impl_bindings
8228  * Method:    ChannelManager_claim_funds
8229  * Signature: (J[B[BJ)Z
8230  */
8231 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelManager_1claim_1funds
8232   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jlong);
8233
8234 /*
8235  * Class:     org_ldk_impl_bindings
8236  * Method:    ChannelManager_get_our_node_id
8237  * Signature: (J)[B
8238  */
8239 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1get_1our_1node_1id
8240   (JNIEnv *, jclass, jlong);
8241
8242 /*
8243  * Class:     org_ldk_impl_bindings
8244  * Method:    ChannelManager_channel_monitor_updated
8245  * Signature: (JJJ)V
8246  */
8247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1channel_1monitor_1updated
8248   (JNIEnv *, jclass, jlong, jlong, jlong);
8249
8250 /*
8251  * Class:     org_ldk_impl_bindings
8252  * Method:    ChannelManager_as_MessageSendEventsProvider
8253  * Signature: (J)J
8254  */
8255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1MessageSendEventsProvider
8256   (JNIEnv *, jclass, jlong);
8257
8258 /*
8259  * Class:     org_ldk_impl_bindings
8260  * Method:    ChannelManager_as_EventsProvider
8261  * Signature: (J)J
8262  */
8263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1EventsProvider
8264   (JNIEnv *, jclass, jlong);
8265
8266 /*
8267  * Class:     org_ldk_impl_bindings
8268  * Method:    ChannelManager_as_Listen
8269  * Signature: (J)J
8270  */
8271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1Listen
8272   (JNIEnv *, jclass, jlong);
8273
8274 /*
8275  * Class:     org_ldk_impl_bindings
8276  * Method:    ChannelManager_block_connected
8277  * Signature: (J[B[JI)V
8278  */
8279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1block_1connected
8280   (JNIEnv *, jclass, jlong, jbyteArray, jlongArray, jint);
8281
8282 /*
8283  * Class:     org_ldk_impl_bindings
8284  * Method:    ChannelManager_block_disconnected
8285  * Signature: (J[B)V
8286  */
8287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1block_1disconnected
8288   (JNIEnv *, jclass, jlong, jbyteArray);
8289
8290 /*
8291  * Class:     org_ldk_impl_bindings
8292  * Method:    ChannelManager_await_persistable_update_timeout
8293  * Signature: (JJ)Z
8294  */
8295 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelManager_1await_1persistable_1update_1timeout
8296   (JNIEnv *, jclass, jlong, jlong);
8297
8298 /*
8299  * Class:     org_ldk_impl_bindings
8300  * Method:    ChannelManager_await_persistable_update
8301  * Signature: (J)V
8302  */
8303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1await_1persistable_1update
8304   (JNIEnv *, jclass, jlong);
8305
8306 /*
8307  * Class:     org_ldk_impl_bindings
8308  * Method:    ChannelManager_as_ChannelMessageHandler
8309  * Signature: (J)J
8310  */
8311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1ChannelMessageHandler
8312   (JNIEnv *, jclass, jlong);
8313
8314 /*
8315  * Class:     org_ldk_impl_bindings
8316  * Method:    ChannelManager_write
8317  * Signature: (J)[B
8318  */
8319 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1write
8320   (JNIEnv *, jclass, jlong);
8321
8322 /*
8323  * Class:     org_ldk_impl_bindings
8324  * Method:    ChannelManagerReadArgs_free
8325  * Signature: (J)V
8326  */
8327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1free
8328   (JNIEnv *, jclass, jlong);
8329
8330 /*
8331  * Class:     org_ldk_impl_bindings
8332  * Method:    ChannelManagerReadArgs_get_keys_manager
8333  * Signature: (J)J
8334  */
8335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1keys_1manager
8336   (JNIEnv *, jclass, jlong);
8337
8338 /*
8339  * Class:     org_ldk_impl_bindings
8340  * Method:    ChannelManagerReadArgs_set_keys_manager
8341  * Signature: (JJ)V
8342  */
8343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1keys_1manager
8344   (JNIEnv *, jclass, jlong, jlong);
8345
8346 /*
8347  * Class:     org_ldk_impl_bindings
8348  * Method:    ChannelManagerReadArgs_get_fee_estimator
8349  * Signature: (J)J
8350  */
8351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1fee_1estimator
8352   (JNIEnv *, jclass, jlong);
8353
8354 /*
8355  * Class:     org_ldk_impl_bindings
8356  * Method:    ChannelManagerReadArgs_set_fee_estimator
8357  * Signature: (JJ)V
8358  */
8359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1fee_1estimator
8360   (JNIEnv *, jclass, jlong, jlong);
8361
8362 /*
8363  * Class:     org_ldk_impl_bindings
8364  * Method:    ChannelManagerReadArgs_get_chain_monitor
8365  * Signature: (J)J
8366  */
8367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1chain_1monitor
8368   (JNIEnv *, jclass, jlong);
8369
8370 /*
8371  * Class:     org_ldk_impl_bindings
8372  * Method:    ChannelManagerReadArgs_set_chain_monitor
8373  * Signature: (JJ)V
8374  */
8375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1chain_1monitor
8376   (JNIEnv *, jclass, jlong, jlong);
8377
8378 /*
8379  * Class:     org_ldk_impl_bindings
8380  * Method:    ChannelManagerReadArgs_get_tx_broadcaster
8381  * Signature: (J)J
8382  */
8383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1tx_1broadcaster
8384   (JNIEnv *, jclass, jlong);
8385
8386 /*
8387  * Class:     org_ldk_impl_bindings
8388  * Method:    ChannelManagerReadArgs_set_tx_broadcaster
8389  * Signature: (JJ)V
8390  */
8391 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1tx_1broadcaster
8392   (JNIEnv *, jclass, jlong, jlong);
8393
8394 /*
8395  * Class:     org_ldk_impl_bindings
8396  * Method:    ChannelManagerReadArgs_get_logger
8397  * Signature: (J)J
8398  */
8399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1logger
8400   (JNIEnv *, jclass, jlong);
8401
8402 /*
8403  * Class:     org_ldk_impl_bindings
8404  * Method:    ChannelManagerReadArgs_set_logger
8405  * Signature: (JJ)V
8406  */
8407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1logger
8408   (JNIEnv *, jclass, jlong, jlong);
8409
8410 /*
8411  * Class:     org_ldk_impl_bindings
8412  * Method:    ChannelManagerReadArgs_get_default_config
8413  * Signature: (J)J
8414  */
8415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1default_1config
8416   (JNIEnv *, jclass, jlong);
8417
8418 /*
8419  * Class:     org_ldk_impl_bindings
8420  * Method:    ChannelManagerReadArgs_set_default_config
8421  * Signature: (JJ)V
8422  */
8423 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1default_1config
8424   (JNIEnv *, jclass, jlong, jlong);
8425
8426 /*
8427  * Class:     org_ldk_impl_bindings
8428  * Method:    ChannelManagerReadArgs_new
8429  * Signature: (JJJJJJ[J)J
8430  */
8431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1new
8432   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong, jlong, jlongArray);
8433
8434 /*
8435  * Class:     org_ldk_impl_bindings
8436  * Method:    C2Tuple_BlockHashChannelManagerZ_read
8437  * Signature: ([BJ)J
8438  */
8439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelManagerZ_1read
8440   (JNIEnv *, jclass, jbyteArray, jlong);
8441
8442 /*
8443  * Class:     org_ldk_impl_bindings
8444  * Method:    DecodeError_free
8445  * Signature: (J)V
8446  */
8447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DecodeError_1free
8448   (JNIEnv *, jclass, jlong);
8449
8450 /*
8451  * Class:     org_ldk_impl_bindings
8452  * Method:    DecodeError_clone
8453  * Signature: (J)J
8454  */
8455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DecodeError_1clone
8456   (JNIEnv *, jclass, jlong);
8457
8458 /*
8459  * Class:     org_ldk_impl_bindings
8460  * Method:    Init_free
8461  * Signature: (J)V
8462  */
8463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Init_1free
8464   (JNIEnv *, jclass, jlong);
8465
8466 /*
8467  * Class:     org_ldk_impl_bindings
8468  * Method:    Init_get_features
8469  * Signature: (J)J
8470  */
8471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Init_1get_1features
8472   (JNIEnv *, jclass, jlong);
8473
8474 /*
8475  * Class:     org_ldk_impl_bindings
8476  * Method:    Init_set_features
8477  * Signature: (JJ)V
8478  */
8479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Init_1set_1features
8480   (JNIEnv *, jclass, jlong, jlong);
8481
8482 /*
8483  * Class:     org_ldk_impl_bindings
8484  * Method:    Init_new
8485  * Signature: (J)J
8486  */
8487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Init_1new
8488   (JNIEnv *, jclass, jlong);
8489
8490 /*
8491  * Class:     org_ldk_impl_bindings
8492  * Method:    Init_clone
8493  * Signature: (J)J
8494  */
8495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Init_1clone
8496   (JNIEnv *, jclass, jlong);
8497
8498 /*
8499  * Class:     org_ldk_impl_bindings
8500  * Method:    ErrorMessage_free
8501  * Signature: (J)V
8502  */
8503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1free
8504   (JNIEnv *, jclass, jlong);
8505
8506 /*
8507  * Class:     org_ldk_impl_bindings
8508  * Method:    ErrorMessage_get_channel_id
8509  * Signature: (J)[B
8510  */
8511 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1get_1channel_1id
8512   (JNIEnv *, jclass, jlong);
8513
8514 /*
8515  * Class:     org_ldk_impl_bindings
8516  * Method:    ErrorMessage_set_channel_id
8517  * Signature: (J[B)V
8518  */
8519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1set_1channel_1id
8520   (JNIEnv *, jclass, jlong, jbyteArray);
8521
8522 /*
8523  * Class:     org_ldk_impl_bindings
8524  * Method:    ErrorMessage_get_data
8525  * Signature: (J)Ljava/lang/String;
8526  */
8527 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1get_1data
8528   (JNIEnv *, jclass, jlong);
8529
8530 /*
8531  * Class:     org_ldk_impl_bindings
8532  * Method:    ErrorMessage_set_data
8533  * Signature: (J[B)V
8534  */
8535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1set_1data
8536   (JNIEnv *, jclass, jlong, jbyteArray);
8537
8538 /*
8539  * Class:     org_ldk_impl_bindings
8540  * Method:    ErrorMessage_new
8541  * Signature: ([B[B)J
8542  */
8543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1new
8544   (JNIEnv *, jclass, jbyteArray, jbyteArray);
8545
8546 /*
8547  * Class:     org_ldk_impl_bindings
8548  * Method:    ErrorMessage_clone
8549  * Signature: (J)J
8550  */
8551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1clone
8552   (JNIEnv *, jclass, jlong);
8553
8554 /*
8555  * Class:     org_ldk_impl_bindings
8556  * Method:    Ping_free
8557  * Signature: (J)V
8558  */
8559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Ping_1free
8560   (JNIEnv *, jclass, jlong);
8561
8562 /*
8563  * Class:     org_ldk_impl_bindings
8564  * Method:    Ping_get_ponglen
8565  * Signature: (J)S
8566  */
8567 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_Ping_1get_1ponglen
8568   (JNIEnv *, jclass, jlong);
8569
8570 /*
8571  * Class:     org_ldk_impl_bindings
8572  * Method:    Ping_set_ponglen
8573  * Signature: (JS)V
8574  */
8575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Ping_1set_1ponglen
8576   (JNIEnv *, jclass, jlong, jshort);
8577
8578 /*
8579  * Class:     org_ldk_impl_bindings
8580  * Method:    Ping_get_byteslen
8581  * Signature: (J)S
8582  */
8583 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_Ping_1get_1byteslen
8584   (JNIEnv *, jclass, jlong);
8585
8586 /*
8587  * Class:     org_ldk_impl_bindings
8588  * Method:    Ping_set_byteslen
8589  * Signature: (JS)V
8590  */
8591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Ping_1set_1byteslen
8592   (JNIEnv *, jclass, jlong, jshort);
8593
8594 /*
8595  * Class:     org_ldk_impl_bindings
8596  * Method:    Ping_new
8597  * Signature: (SS)J
8598  */
8599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Ping_1new
8600   (JNIEnv *, jclass, jshort, jshort);
8601
8602 /*
8603  * Class:     org_ldk_impl_bindings
8604  * Method:    Ping_clone
8605  * Signature: (J)J
8606  */
8607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Ping_1clone
8608   (JNIEnv *, jclass, jlong);
8609
8610 /*
8611  * Class:     org_ldk_impl_bindings
8612  * Method:    Pong_free
8613  * Signature: (J)V
8614  */
8615 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Pong_1free
8616   (JNIEnv *, jclass, jlong);
8617
8618 /*
8619  * Class:     org_ldk_impl_bindings
8620  * Method:    Pong_get_byteslen
8621  * Signature: (J)S
8622  */
8623 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_Pong_1get_1byteslen
8624   (JNIEnv *, jclass, jlong);
8625
8626 /*
8627  * Class:     org_ldk_impl_bindings
8628  * Method:    Pong_set_byteslen
8629  * Signature: (JS)V
8630  */
8631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Pong_1set_1byteslen
8632   (JNIEnv *, jclass, jlong, jshort);
8633
8634 /*
8635  * Class:     org_ldk_impl_bindings
8636  * Method:    Pong_new
8637  * Signature: (S)J
8638  */
8639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Pong_1new
8640   (JNIEnv *, jclass, jshort);
8641
8642 /*
8643  * Class:     org_ldk_impl_bindings
8644  * Method:    Pong_clone
8645  * Signature: (J)J
8646  */
8647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Pong_1clone
8648   (JNIEnv *, jclass, jlong);
8649
8650 /*
8651  * Class:     org_ldk_impl_bindings
8652  * Method:    OpenChannel_free
8653  * Signature: (J)V
8654  */
8655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1free
8656   (JNIEnv *, jclass, jlong);
8657
8658 /*
8659  * Class:     org_ldk_impl_bindings
8660  * Method:    OpenChannel_get_chain_hash
8661  * Signature: (J)[B
8662  */
8663 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1chain_1hash
8664   (JNIEnv *, jclass, jlong);
8665
8666 /*
8667  * Class:     org_ldk_impl_bindings
8668  * Method:    OpenChannel_set_chain_hash
8669  * Signature: (J[B)V
8670  */
8671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1chain_1hash
8672   (JNIEnv *, jclass, jlong, jbyteArray);
8673
8674 /*
8675  * Class:     org_ldk_impl_bindings
8676  * Method:    OpenChannel_get_temporary_channel_id
8677  * Signature: (J)[B
8678  */
8679 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1temporary_1channel_1id
8680   (JNIEnv *, jclass, jlong);
8681
8682 /*
8683  * Class:     org_ldk_impl_bindings
8684  * Method:    OpenChannel_set_temporary_channel_id
8685  * Signature: (J[B)V
8686  */
8687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1temporary_1channel_1id
8688   (JNIEnv *, jclass, jlong, jbyteArray);
8689
8690 /*
8691  * Class:     org_ldk_impl_bindings
8692  * Method:    OpenChannel_get_funding_satoshis
8693  * Signature: (J)J
8694  */
8695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1funding_1satoshis
8696   (JNIEnv *, jclass, jlong);
8697
8698 /*
8699  * Class:     org_ldk_impl_bindings
8700  * Method:    OpenChannel_set_funding_satoshis
8701  * Signature: (JJ)V
8702  */
8703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1funding_1satoshis
8704   (JNIEnv *, jclass, jlong, jlong);
8705
8706 /*
8707  * Class:     org_ldk_impl_bindings
8708  * Method:    OpenChannel_get_push_msat
8709  * Signature: (J)J
8710  */
8711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1push_1msat
8712   (JNIEnv *, jclass, jlong);
8713
8714 /*
8715  * Class:     org_ldk_impl_bindings
8716  * Method:    OpenChannel_set_push_msat
8717  * Signature: (JJ)V
8718  */
8719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1push_1msat
8720   (JNIEnv *, jclass, jlong, jlong);
8721
8722 /*
8723  * Class:     org_ldk_impl_bindings
8724  * Method:    OpenChannel_get_dust_limit_satoshis
8725  * Signature: (J)J
8726  */
8727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1dust_1limit_1satoshis
8728   (JNIEnv *, jclass, jlong);
8729
8730 /*
8731  * Class:     org_ldk_impl_bindings
8732  * Method:    OpenChannel_set_dust_limit_satoshis
8733  * Signature: (JJ)V
8734  */
8735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1dust_1limit_1satoshis
8736   (JNIEnv *, jclass, jlong, jlong);
8737
8738 /*
8739  * Class:     org_ldk_impl_bindings
8740  * Method:    OpenChannel_get_max_htlc_value_in_flight_msat
8741  * Signature: (J)J
8742  */
8743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1max_1htlc_1value_1in_1flight_1msat
8744   (JNIEnv *, jclass, jlong);
8745
8746 /*
8747  * Class:     org_ldk_impl_bindings
8748  * Method:    OpenChannel_set_max_htlc_value_in_flight_msat
8749  * Signature: (JJ)V
8750  */
8751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1max_1htlc_1value_1in_1flight_1msat
8752   (JNIEnv *, jclass, jlong, jlong);
8753
8754 /*
8755  * Class:     org_ldk_impl_bindings
8756  * Method:    OpenChannel_get_channel_reserve_satoshis
8757  * Signature: (J)J
8758  */
8759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1channel_1reserve_1satoshis
8760   (JNIEnv *, jclass, jlong);
8761
8762 /*
8763  * Class:     org_ldk_impl_bindings
8764  * Method:    OpenChannel_set_channel_reserve_satoshis
8765  * Signature: (JJ)V
8766  */
8767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1channel_1reserve_1satoshis
8768   (JNIEnv *, jclass, jlong, jlong);
8769
8770 /*
8771  * Class:     org_ldk_impl_bindings
8772  * Method:    OpenChannel_get_htlc_minimum_msat
8773  * Signature: (J)J
8774  */
8775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1htlc_1minimum_1msat
8776   (JNIEnv *, jclass, jlong);
8777
8778 /*
8779  * Class:     org_ldk_impl_bindings
8780  * Method:    OpenChannel_set_htlc_minimum_msat
8781  * Signature: (JJ)V
8782  */
8783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1htlc_1minimum_1msat
8784   (JNIEnv *, jclass, jlong, jlong);
8785
8786 /*
8787  * Class:     org_ldk_impl_bindings
8788  * Method:    OpenChannel_get_feerate_per_kw
8789  * Signature: (J)I
8790  */
8791 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1feerate_1per_1kw
8792   (JNIEnv *, jclass, jlong);
8793
8794 /*
8795  * Class:     org_ldk_impl_bindings
8796  * Method:    OpenChannel_set_feerate_per_kw
8797  * Signature: (JI)V
8798  */
8799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1feerate_1per_1kw
8800   (JNIEnv *, jclass, jlong, jint);
8801
8802 /*
8803  * Class:     org_ldk_impl_bindings
8804  * Method:    OpenChannel_get_to_self_delay
8805  * Signature: (J)S
8806  */
8807 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1to_1self_1delay
8808   (JNIEnv *, jclass, jlong);
8809
8810 /*
8811  * Class:     org_ldk_impl_bindings
8812  * Method:    OpenChannel_set_to_self_delay
8813  * Signature: (JS)V
8814  */
8815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1to_1self_1delay
8816   (JNIEnv *, jclass, jlong, jshort);
8817
8818 /*
8819  * Class:     org_ldk_impl_bindings
8820  * Method:    OpenChannel_get_max_accepted_htlcs
8821  * Signature: (J)S
8822  */
8823 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1max_1accepted_1htlcs
8824   (JNIEnv *, jclass, jlong);
8825
8826 /*
8827  * Class:     org_ldk_impl_bindings
8828  * Method:    OpenChannel_set_max_accepted_htlcs
8829  * Signature: (JS)V
8830  */
8831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1max_1accepted_1htlcs
8832   (JNIEnv *, jclass, jlong, jshort);
8833
8834 /*
8835  * Class:     org_ldk_impl_bindings
8836  * Method:    OpenChannel_get_funding_pubkey
8837  * Signature: (J)[B
8838  */
8839 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1funding_1pubkey
8840   (JNIEnv *, jclass, jlong);
8841
8842 /*
8843  * Class:     org_ldk_impl_bindings
8844  * Method:    OpenChannel_set_funding_pubkey
8845  * Signature: (J[B)V
8846  */
8847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1funding_1pubkey
8848   (JNIEnv *, jclass, jlong, jbyteArray);
8849
8850 /*
8851  * Class:     org_ldk_impl_bindings
8852  * Method:    OpenChannel_get_revocation_basepoint
8853  * Signature: (J)[B
8854  */
8855 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1revocation_1basepoint
8856   (JNIEnv *, jclass, jlong);
8857
8858 /*
8859  * Class:     org_ldk_impl_bindings
8860  * Method:    OpenChannel_set_revocation_basepoint
8861  * Signature: (J[B)V
8862  */
8863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1revocation_1basepoint
8864   (JNIEnv *, jclass, jlong, jbyteArray);
8865
8866 /*
8867  * Class:     org_ldk_impl_bindings
8868  * Method:    OpenChannel_get_payment_point
8869  * Signature: (J)[B
8870  */
8871 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1payment_1point
8872   (JNIEnv *, jclass, jlong);
8873
8874 /*
8875  * Class:     org_ldk_impl_bindings
8876  * Method:    OpenChannel_set_payment_point
8877  * Signature: (J[B)V
8878  */
8879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1payment_1point
8880   (JNIEnv *, jclass, jlong, jbyteArray);
8881
8882 /*
8883  * Class:     org_ldk_impl_bindings
8884  * Method:    OpenChannel_get_delayed_payment_basepoint
8885  * Signature: (J)[B
8886  */
8887 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1delayed_1payment_1basepoint
8888   (JNIEnv *, jclass, jlong);
8889
8890 /*
8891  * Class:     org_ldk_impl_bindings
8892  * Method:    OpenChannel_set_delayed_payment_basepoint
8893  * Signature: (J[B)V
8894  */
8895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1delayed_1payment_1basepoint
8896   (JNIEnv *, jclass, jlong, jbyteArray);
8897
8898 /*
8899  * Class:     org_ldk_impl_bindings
8900  * Method:    OpenChannel_get_htlc_basepoint
8901  * Signature: (J)[B
8902  */
8903 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1htlc_1basepoint
8904   (JNIEnv *, jclass, jlong);
8905
8906 /*
8907  * Class:     org_ldk_impl_bindings
8908  * Method:    OpenChannel_set_htlc_basepoint
8909  * Signature: (J[B)V
8910  */
8911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1htlc_1basepoint
8912   (JNIEnv *, jclass, jlong, jbyteArray);
8913
8914 /*
8915  * Class:     org_ldk_impl_bindings
8916  * Method:    OpenChannel_get_first_per_commitment_point
8917  * Signature: (J)[B
8918  */
8919 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1first_1per_1commitment_1point
8920   (JNIEnv *, jclass, jlong);
8921
8922 /*
8923  * Class:     org_ldk_impl_bindings
8924  * Method:    OpenChannel_set_first_per_commitment_point
8925  * Signature: (J[B)V
8926  */
8927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1first_1per_1commitment_1point
8928   (JNIEnv *, jclass, jlong, jbyteArray);
8929
8930 /*
8931  * Class:     org_ldk_impl_bindings
8932  * Method:    OpenChannel_get_channel_flags
8933  * Signature: (J)B
8934  */
8935 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1channel_1flags
8936   (JNIEnv *, jclass, jlong);
8937
8938 /*
8939  * Class:     org_ldk_impl_bindings
8940  * Method:    OpenChannel_set_channel_flags
8941  * Signature: (JB)V
8942  */
8943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1channel_1flags
8944   (JNIEnv *, jclass, jlong, jbyte);
8945
8946 /*
8947  * Class:     org_ldk_impl_bindings
8948  * Method:    OpenChannel_clone
8949  * Signature: (J)J
8950  */
8951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1clone
8952   (JNIEnv *, jclass, jlong);
8953
8954 /*
8955  * Class:     org_ldk_impl_bindings
8956  * Method:    AcceptChannel_free
8957  * Signature: (J)V
8958  */
8959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1free
8960   (JNIEnv *, jclass, jlong);
8961
8962 /*
8963  * Class:     org_ldk_impl_bindings
8964  * Method:    AcceptChannel_get_temporary_channel_id
8965  * Signature: (J)[B
8966  */
8967 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1temporary_1channel_1id
8968   (JNIEnv *, jclass, jlong);
8969
8970 /*
8971  * Class:     org_ldk_impl_bindings
8972  * Method:    AcceptChannel_set_temporary_channel_id
8973  * Signature: (J[B)V
8974  */
8975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1temporary_1channel_1id
8976   (JNIEnv *, jclass, jlong, jbyteArray);
8977
8978 /*
8979  * Class:     org_ldk_impl_bindings
8980  * Method:    AcceptChannel_get_dust_limit_satoshis
8981  * Signature: (J)J
8982  */
8983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1dust_1limit_1satoshis
8984   (JNIEnv *, jclass, jlong);
8985
8986 /*
8987  * Class:     org_ldk_impl_bindings
8988  * Method:    AcceptChannel_set_dust_limit_satoshis
8989  * Signature: (JJ)V
8990  */
8991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1dust_1limit_1satoshis
8992   (JNIEnv *, jclass, jlong, jlong);
8993
8994 /*
8995  * Class:     org_ldk_impl_bindings
8996  * Method:    AcceptChannel_get_max_htlc_value_in_flight_msat
8997  * Signature: (J)J
8998  */
8999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1max_1htlc_1value_1in_1flight_1msat
9000   (JNIEnv *, jclass, jlong);
9001
9002 /*
9003  * Class:     org_ldk_impl_bindings
9004  * Method:    AcceptChannel_set_max_htlc_value_in_flight_msat
9005  * Signature: (JJ)V
9006  */
9007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1max_1htlc_1value_1in_1flight_1msat
9008   (JNIEnv *, jclass, jlong, jlong);
9009
9010 /*
9011  * Class:     org_ldk_impl_bindings
9012  * Method:    AcceptChannel_get_channel_reserve_satoshis
9013  * Signature: (J)J
9014  */
9015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1channel_1reserve_1satoshis
9016   (JNIEnv *, jclass, jlong);
9017
9018 /*
9019  * Class:     org_ldk_impl_bindings
9020  * Method:    AcceptChannel_set_channel_reserve_satoshis
9021  * Signature: (JJ)V
9022  */
9023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1channel_1reserve_1satoshis
9024   (JNIEnv *, jclass, jlong, jlong);
9025
9026 /*
9027  * Class:     org_ldk_impl_bindings
9028  * Method:    AcceptChannel_get_htlc_minimum_msat
9029  * Signature: (J)J
9030  */
9031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1htlc_1minimum_1msat
9032   (JNIEnv *, jclass, jlong);
9033
9034 /*
9035  * Class:     org_ldk_impl_bindings
9036  * Method:    AcceptChannel_set_htlc_minimum_msat
9037  * Signature: (JJ)V
9038  */
9039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1htlc_1minimum_1msat
9040   (JNIEnv *, jclass, jlong, jlong);
9041
9042 /*
9043  * Class:     org_ldk_impl_bindings
9044  * Method:    AcceptChannel_get_minimum_depth
9045  * Signature: (J)I
9046  */
9047 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1minimum_1depth
9048   (JNIEnv *, jclass, jlong);
9049
9050 /*
9051  * Class:     org_ldk_impl_bindings
9052  * Method:    AcceptChannel_set_minimum_depth
9053  * Signature: (JI)V
9054  */
9055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1minimum_1depth
9056   (JNIEnv *, jclass, jlong, jint);
9057
9058 /*
9059  * Class:     org_ldk_impl_bindings
9060  * Method:    AcceptChannel_get_to_self_delay
9061  * Signature: (J)S
9062  */
9063 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1to_1self_1delay
9064   (JNIEnv *, jclass, jlong);
9065
9066 /*
9067  * Class:     org_ldk_impl_bindings
9068  * Method:    AcceptChannel_set_to_self_delay
9069  * Signature: (JS)V
9070  */
9071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1to_1self_1delay
9072   (JNIEnv *, jclass, jlong, jshort);
9073
9074 /*
9075  * Class:     org_ldk_impl_bindings
9076  * Method:    AcceptChannel_get_max_accepted_htlcs
9077  * Signature: (J)S
9078  */
9079 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1max_1accepted_1htlcs
9080   (JNIEnv *, jclass, jlong);
9081
9082 /*
9083  * Class:     org_ldk_impl_bindings
9084  * Method:    AcceptChannel_set_max_accepted_htlcs
9085  * Signature: (JS)V
9086  */
9087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1max_1accepted_1htlcs
9088   (JNIEnv *, jclass, jlong, jshort);
9089
9090 /*
9091  * Class:     org_ldk_impl_bindings
9092  * Method:    AcceptChannel_get_funding_pubkey
9093  * Signature: (J)[B
9094  */
9095 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1funding_1pubkey
9096   (JNIEnv *, jclass, jlong);
9097
9098 /*
9099  * Class:     org_ldk_impl_bindings
9100  * Method:    AcceptChannel_set_funding_pubkey
9101  * Signature: (J[B)V
9102  */
9103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1funding_1pubkey
9104   (JNIEnv *, jclass, jlong, jbyteArray);
9105
9106 /*
9107  * Class:     org_ldk_impl_bindings
9108  * Method:    AcceptChannel_get_revocation_basepoint
9109  * Signature: (J)[B
9110  */
9111 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1revocation_1basepoint
9112   (JNIEnv *, jclass, jlong);
9113
9114 /*
9115  * Class:     org_ldk_impl_bindings
9116  * Method:    AcceptChannel_set_revocation_basepoint
9117  * Signature: (J[B)V
9118  */
9119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1revocation_1basepoint
9120   (JNIEnv *, jclass, jlong, jbyteArray);
9121
9122 /*
9123  * Class:     org_ldk_impl_bindings
9124  * Method:    AcceptChannel_get_payment_point
9125  * Signature: (J)[B
9126  */
9127 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1payment_1point
9128   (JNIEnv *, jclass, jlong);
9129
9130 /*
9131  * Class:     org_ldk_impl_bindings
9132  * Method:    AcceptChannel_set_payment_point
9133  * Signature: (J[B)V
9134  */
9135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1payment_1point
9136   (JNIEnv *, jclass, jlong, jbyteArray);
9137
9138 /*
9139  * Class:     org_ldk_impl_bindings
9140  * Method:    AcceptChannel_get_delayed_payment_basepoint
9141  * Signature: (J)[B
9142  */
9143 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1delayed_1payment_1basepoint
9144   (JNIEnv *, jclass, jlong);
9145
9146 /*
9147  * Class:     org_ldk_impl_bindings
9148  * Method:    AcceptChannel_set_delayed_payment_basepoint
9149  * Signature: (J[B)V
9150  */
9151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1delayed_1payment_1basepoint
9152   (JNIEnv *, jclass, jlong, jbyteArray);
9153
9154 /*
9155  * Class:     org_ldk_impl_bindings
9156  * Method:    AcceptChannel_get_htlc_basepoint
9157  * Signature: (J)[B
9158  */
9159 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1htlc_1basepoint
9160   (JNIEnv *, jclass, jlong);
9161
9162 /*
9163  * Class:     org_ldk_impl_bindings
9164  * Method:    AcceptChannel_set_htlc_basepoint
9165  * Signature: (J[B)V
9166  */
9167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1htlc_1basepoint
9168   (JNIEnv *, jclass, jlong, jbyteArray);
9169
9170 /*
9171  * Class:     org_ldk_impl_bindings
9172  * Method:    AcceptChannel_get_first_per_commitment_point
9173  * Signature: (J)[B
9174  */
9175 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1first_1per_1commitment_1point
9176   (JNIEnv *, jclass, jlong);
9177
9178 /*
9179  * Class:     org_ldk_impl_bindings
9180  * Method:    AcceptChannel_set_first_per_commitment_point
9181  * Signature: (J[B)V
9182  */
9183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1first_1per_1commitment_1point
9184   (JNIEnv *, jclass, jlong, jbyteArray);
9185
9186 /*
9187  * Class:     org_ldk_impl_bindings
9188  * Method:    AcceptChannel_clone
9189  * Signature: (J)J
9190  */
9191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1clone
9192   (JNIEnv *, jclass, jlong);
9193
9194 /*
9195  * Class:     org_ldk_impl_bindings
9196  * Method:    FundingCreated_free
9197  * Signature: (J)V
9198  */
9199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1free
9200   (JNIEnv *, jclass, jlong);
9201
9202 /*
9203  * Class:     org_ldk_impl_bindings
9204  * Method:    FundingCreated_get_temporary_channel_id
9205  * Signature: (J)[B
9206  */
9207 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingCreated_1get_1temporary_1channel_1id
9208   (JNIEnv *, jclass, jlong);
9209
9210 /*
9211  * Class:     org_ldk_impl_bindings
9212  * Method:    FundingCreated_set_temporary_channel_id
9213  * Signature: (J[B)V
9214  */
9215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1set_1temporary_1channel_1id
9216   (JNIEnv *, jclass, jlong, jbyteArray);
9217
9218 /*
9219  * Class:     org_ldk_impl_bindings
9220  * Method:    FundingCreated_get_funding_txid
9221  * Signature: (J)[B
9222  */
9223 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingCreated_1get_1funding_1txid
9224   (JNIEnv *, jclass, jlong);
9225
9226 /*
9227  * Class:     org_ldk_impl_bindings
9228  * Method:    FundingCreated_set_funding_txid
9229  * Signature: (J[B)V
9230  */
9231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1set_1funding_1txid
9232   (JNIEnv *, jclass, jlong, jbyteArray);
9233
9234 /*
9235  * Class:     org_ldk_impl_bindings
9236  * Method:    FundingCreated_get_funding_output_index
9237  * Signature: (J)S
9238  */
9239 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_FundingCreated_1get_1funding_1output_1index
9240   (JNIEnv *, jclass, jlong);
9241
9242 /*
9243  * Class:     org_ldk_impl_bindings
9244  * Method:    FundingCreated_set_funding_output_index
9245  * Signature: (JS)V
9246  */
9247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1set_1funding_1output_1index
9248   (JNIEnv *, jclass, jlong, jshort);
9249
9250 /*
9251  * Class:     org_ldk_impl_bindings
9252  * Method:    FundingCreated_get_signature
9253  * Signature: (J)[B
9254  */
9255 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingCreated_1get_1signature
9256   (JNIEnv *, jclass, jlong);
9257
9258 /*
9259  * Class:     org_ldk_impl_bindings
9260  * Method:    FundingCreated_set_signature
9261  * Signature: (J[B)V
9262  */
9263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1set_1signature
9264   (JNIEnv *, jclass, jlong, jbyteArray);
9265
9266 /*
9267  * Class:     org_ldk_impl_bindings
9268  * Method:    FundingCreated_new
9269  * Signature: ([B[BS[B)J
9270  */
9271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingCreated_1new
9272   (JNIEnv *, jclass, jbyteArray, jbyteArray, jshort, jbyteArray);
9273
9274 /*
9275  * Class:     org_ldk_impl_bindings
9276  * Method:    FundingCreated_clone
9277  * Signature: (J)J
9278  */
9279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingCreated_1clone
9280   (JNIEnv *, jclass, jlong);
9281
9282 /*
9283  * Class:     org_ldk_impl_bindings
9284  * Method:    FundingSigned_free
9285  * Signature: (J)V
9286  */
9287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingSigned_1free
9288   (JNIEnv *, jclass, jlong);
9289
9290 /*
9291  * Class:     org_ldk_impl_bindings
9292  * Method:    FundingSigned_get_channel_id
9293  * Signature: (J)[B
9294  */
9295 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingSigned_1get_1channel_1id
9296   (JNIEnv *, jclass, jlong);
9297
9298 /*
9299  * Class:     org_ldk_impl_bindings
9300  * Method:    FundingSigned_set_channel_id
9301  * Signature: (J[B)V
9302  */
9303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingSigned_1set_1channel_1id
9304   (JNIEnv *, jclass, jlong, jbyteArray);
9305
9306 /*
9307  * Class:     org_ldk_impl_bindings
9308  * Method:    FundingSigned_get_signature
9309  * Signature: (J)[B
9310  */
9311 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingSigned_1get_1signature
9312   (JNIEnv *, jclass, jlong);
9313
9314 /*
9315  * Class:     org_ldk_impl_bindings
9316  * Method:    FundingSigned_set_signature
9317  * Signature: (J[B)V
9318  */
9319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingSigned_1set_1signature
9320   (JNIEnv *, jclass, jlong, jbyteArray);
9321
9322 /*
9323  * Class:     org_ldk_impl_bindings
9324  * Method:    FundingSigned_new
9325  * Signature: ([B[B)J
9326  */
9327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingSigned_1new
9328   (JNIEnv *, jclass, jbyteArray, jbyteArray);
9329
9330 /*
9331  * Class:     org_ldk_impl_bindings
9332  * Method:    FundingSigned_clone
9333  * Signature: (J)J
9334  */
9335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingSigned_1clone
9336   (JNIEnv *, jclass, jlong);
9337
9338 /*
9339  * Class:     org_ldk_impl_bindings
9340  * Method:    FundingLocked_free
9341  * Signature: (J)V
9342  */
9343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingLocked_1free
9344   (JNIEnv *, jclass, jlong);
9345
9346 /*
9347  * Class:     org_ldk_impl_bindings
9348  * Method:    FundingLocked_get_channel_id
9349  * Signature: (J)[B
9350  */
9351 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingLocked_1get_1channel_1id
9352   (JNIEnv *, jclass, jlong);
9353
9354 /*
9355  * Class:     org_ldk_impl_bindings
9356  * Method:    FundingLocked_set_channel_id
9357  * Signature: (J[B)V
9358  */
9359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingLocked_1set_1channel_1id
9360   (JNIEnv *, jclass, jlong, jbyteArray);
9361
9362 /*
9363  * Class:     org_ldk_impl_bindings
9364  * Method:    FundingLocked_get_next_per_commitment_point
9365  * Signature: (J)[B
9366  */
9367 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingLocked_1get_1next_1per_1commitment_1point
9368   (JNIEnv *, jclass, jlong);
9369
9370 /*
9371  * Class:     org_ldk_impl_bindings
9372  * Method:    FundingLocked_set_next_per_commitment_point
9373  * Signature: (J[B)V
9374  */
9375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingLocked_1set_1next_1per_1commitment_1point
9376   (JNIEnv *, jclass, jlong, jbyteArray);
9377
9378 /*
9379  * Class:     org_ldk_impl_bindings
9380  * Method:    FundingLocked_new
9381  * Signature: ([B[B)J
9382  */
9383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingLocked_1new
9384   (JNIEnv *, jclass, jbyteArray, jbyteArray);
9385
9386 /*
9387  * Class:     org_ldk_impl_bindings
9388  * Method:    FundingLocked_clone
9389  * Signature: (J)J
9390  */
9391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingLocked_1clone
9392   (JNIEnv *, jclass, jlong);
9393
9394 /*
9395  * Class:     org_ldk_impl_bindings
9396  * Method:    Shutdown_free
9397  * Signature: (J)V
9398  */
9399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Shutdown_1free
9400   (JNIEnv *, jclass, jlong);
9401
9402 /*
9403  * Class:     org_ldk_impl_bindings
9404  * Method:    Shutdown_get_channel_id
9405  * Signature: (J)[B
9406  */
9407 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Shutdown_1get_1channel_1id
9408   (JNIEnv *, jclass, jlong);
9409
9410 /*
9411  * Class:     org_ldk_impl_bindings
9412  * Method:    Shutdown_set_channel_id
9413  * Signature: (J[B)V
9414  */
9415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Shutdown_1set_1channel_1id
9416   (JNIEnv *, jclass, jlong, jbyteArray);
9417
9418 /*
9419  * Class:     org_ldk_impl_bindings
9420  * Method:    Shutdown_get_scriptpubkey
9421  * Signature: (J)[B
9422  */
9423 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Shutdown_1get_1scriptpubkey
9424   (JNIEnv *, jclass, jlong);
9425
9426 /*
9427  * Class:     org_ldk_impl_bindings
9428  * Method:    Shutdown_set_scriptpubkey
9429  * Signature: (J[B)V
9430  */
9431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Shutdown_1set_1scriptpubkey
9432   (JNIEnv *, jclass, jlong, jbyteArray);
9433
9434 /*
9435  * Class:     org_ldk_impl_bindings
9436  * Method:    Shutdown_new
9437  * Signature: ([B[B)J
9438  */
9439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Shutdown_1new
9440   (JNIEnv *, jclass, jbyteArray, jbyteArray);
9441
9442 /*
9443  * Class:     org_ldk_impl_bindings
9444  * Method:    Shutdown_clone
9445  * Signature: (J)J
9446  */
9447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Shutdown_1clone
9448   (JNIEnv *, jclass, jlong);
9449
9450 /*
9451  * Class:     org_ldk_impl_bindings
9452  * Method:    ClosingSigned_free
9453  * Signature: (J)V
9454  */
9455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1free
9456   (JNIEnv *, jclass, jlong);
9457
9458 /*
9459  * Class:     org_ldk_impl_bindings
9460  * Method:    ClosingSigned_get_channel_id
9461  * Signature: (J)[B
9462  */
9463 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1get_1channel_1id
9464   (JNIEnv *, jclass, jlong);
9465
9466 /*
9467  * Class:     org_ldk_impl_bindings
9468  * Method:    ClosingSigned_set_channel_id
9469  * Signature: (J[B)V
9470  */
9471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1set_1channel_1id
9472   (JNIEnv *, jclass, jlong, jbyteArray);
9473
9474 /*
9475  * Class:     org_ldk_impl_bindings
9476  * Method:    ClosingSigned_get_fee_satoshis
9477  * Signature: (J)J
9478  */
9479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1get_1fee_1satoshis
9480   (JNIEnv *, jclass, jlong);
9481
9482 /*
9483  * Class:     org_ldk_impl_bindings
9484  * Method:    ClosingSigned_set_fee_satoshis
9485  * Signature: (JJ)V
9486  */
9487 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1set_1fee_1satoshis
9488   (JNIEnv *, jclass, jlong, jlong);
9489
9490 /*
9491  * Class:     org_ldk_impl_bindings
9492  * Method:    ClosingSigned_get_signature
9493  * Signature: (J)[B
9494  */
9495 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1get_1signature
9496   (JNIEnv *, jclass, jlong);
9497
9498 /*
9499  * Class:     org_ldk_impl_bindings
9500  * Method:    ClosingSigned_set_signature
9501  * Signature: (J[B)V
9502  */
9503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1set_1signature
9504   (JNIEnv *, jclass, jlong, jbyteArray);
9505
9506 /*
9507  * Class:     org_ldk_impl_bindings
9508  * Method:    ClosingSigned_new
9509  * Signature: ([BJ[B)J
9510  */
9511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1new
9512   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray);
9513
9514 /*
9515  * Class:     org_ldk_impl_bindings
9516  * Method:    ClosingSigned_clone
9517  * Signature: (J)J
9518  */
9519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1clone
9520   (JNIEnv *, jclass, jlong);
9521
9522 /*
9523  * Class:     org_ldk_impl_bindings
9524  * Method:    UpdateAddHTLC_free
9525  * Signature: (J)V
9526  */
9527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1free
9528   (JNIEnv *, jclass, jlong);
9529
9530 /*
9531  * Class:     org_ldk_impl_bindings
9532  * Method:    UpdateAddHTLC_get_channel_id
9533  * Signature: (J)[B
9534  */
9535 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1channel_1id
9536   (JNIEnv *, jclass, jlong);
9537
9538 /*
9539  * Class:     org_ldk_impl_bindings
9540  * Method:    UpdateAddHTLC_set_channel_id
9541  * Signature: (J[B)V
9542  */
9543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1channel_1id
9544   (JNIEnv *, jclass, jlong, jbyteArray);
9545
9546 /*
9547  * Class:     org_ldk_impl_bindings
9548  * Method:    UpdateAddHTLC_get_htlc_id
9549  * Signature: (J)J
9550  */
9551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1htlc_1id
9552   (JNIEnv *, jclass, jlong);
9553
9554 /*
9555  * Class:     org_ldk_impl_bindings
9556  * Method:    UpdateAddHTLC_set_htlc_id
9557  * Signature: (JJ)V
9558  */
9559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1htlc_1id
9560   (JNIEnv *, jclass, jlong, jlong);
9561
9562 /*
9563  * Class:     org_ldk_impl_bindings
9564  * Method:    UpdateAddHTLC_get_amount_msat
9565  * Signature: (J)J
9566  */
9567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1amount_1msat
9568   (JNIEnv *, jclass, jlong);
9569
9570 /*
9571  * Class:     org_ldk_impl_bindings
9572  * Method:    UpdateAddHTLC_set_amount_msat
9573  * Signature: (JJ)V
9574  */
9575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1amount_1msat
9576   (JNIEnv *, jclass, jlong, jlong);
9577
9578 /*
9579  * Class:     org_ldk_impl_bindings
9580  * Method:    UpdateAddHTLC_get_payment_hash
9581  * Signature: (J)[B
9582  */
9583 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1payment_1hash
9584   (JNIEnv *, jclass, jlong);
9585
9586 /*
9587  * Class:     org_ldk_impl_bindings
9588  * Method:    UpdateAddHTLC_set_payment_hash
9589  * Signature: (J[B)V
9590  */
9591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1payment_1hash
9592   (JNIEnv *, jclass, jlong, jbyteArray);
9593
9594 /*
9595  * Class:     org_ldk_impl_bindings
9596  * Method:    UpdateAddHTLC_get_cltv_expiry
9597  * Signature: (J)I
9598  */
9599 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1cltv_1expiry
9600   (JNIEnv *, jclass, jlong);
9601
9602 /*
9603  * Class:     org_ldk_impl_bindings
9604  * Method:    UpdateAddHTLC_set_cltv_expiry
9605  * Signature: (JI)V
9606  */
9607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1cltv_1expiry
9608   (JNIEnv *, jclass, jlong, jint);
9609
9610 /*
9611  * Class:     org_ldk_impl_bindings
9612  * Method:    UpdateAddHTLC_clone
9613  * Signature: (J)J
9614  */
9615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1clone
9616   (JNIEnv *, jclass, jlong);
9617
9618 /*
9619  * Class:     org_ldk_impl_bindings
9620  * Method:    UpdateFulfillHTLC_free
9621  * Signature: (J)V
9622  */
9623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1free
9624   (JNIEnv *, jclass, jlong);
9625
9626 /*
9627  * Class:     org_ldk_impl_bindings
9628  * Method:    UpdateFulfillHTLC_get_channel_id
9629  * Signature: (J)[B
9630  */
9631 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1get_1channel_1id
9632   (JNIEnv *, jclass, jlong);
9633
9634 /*
9635  * Class:     org_ldk_impl_bindings
9636  * Method:    UpdateFulfillHTLC_set_channel_id
9637  * Signature: (J[B)V
9638  */
9639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1set_1channel_1id
9640   (JNIEnv *, jclass, jlong, jbyteArray);
9641
9642 /*
9643  * Class:     org_ldk_impl_bindings
9644  * Method:    UpdateFulfillHTLC_get_htlc_id
9645  * Signature: (J)J
9646  */
9647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1get_1htlc_1id
9648   (JNIEnv *, jclass, jlong);
9649
9650 /*
9651  * Class:     org_ldk_impl_bindings
9652  * Method:    UpdateFulfillHTLC_set_htlc_id
9653  * Signature: (JJ)V
9654  */
9655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1set_1htlc_1id
9656   (JNIEnv *, jclass, jlong, jlong);
9657
9658 /*
9659  * Class:     org_ldk_impl_bindings
9660  * Method:    UpdateFulfillHTLC_get_payment_preimage
9661  * Signature: (J)[B
9662  */
9663 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1get_1payment_1preimage
9664   (JNIEnv *, jclass, jlong);
9665
9666 /*
9667  * Class:     org_ldk_impl_bindings
9668  * Method:    UpdateFulfillHTLC_set_payment_preimage
9669  * Signature: (J[B)V
9670  */
9671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1set_1payment_1preimage
9672   (JNIEnv *, jclass, jlong, jbyteArray);
9673
9674 /*
9675  * Class:     org_ldk_impl_bindings
9676  * Method:    UpdateFulfillHTLC_new
9677  * Signature: ([BJ[B)J
9678  */
9679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1new
9680   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray);
9681
9682 /*
9683  * Class:     org_ldk_impl_bindings
9684  * Method:    UpdateFulfillHTLC_clone
9685  * Signature: (J)J
9686  */
9687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1clone
9688   (JNIEnv *, jclass, jlong);
9689
9690 /*
9691  * Class:     org_ldk_impl_bindings
9692  * Method:    UpdateFailHTLC_free
9693  * Signature: (J)V
9694  */
9695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1free
9696   (JNIEnv *, jclass, jlong);
9697
9698 /*
9699  * Class:     org_ldk_impl_bindings
9700  * Method:    UpdateFailHTLC_get_channel_id
9701  * Signature: (J)[B
9702  */
9703 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1get_1channel_1id
9704   (JNIEnv *, jclass, jlong);
9705
9706 /*
9707  * Class:     org_ldk_impl_bindings
9708  * Method:    UpdateFailHTLC_set_channel_id
9709  * Signature: (J[B)V
9710  */
9711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1set_1channel_1id
9712   (JNIEnv *, jclass, jlong, jbyteArray);
9713
9714 /*
9715  * Class:     org_ldk_impl_bindings
9716  * Method:    UpdateFailHTLC_get_htlc_id
9717  * Signature: (J)J
9718  */
9719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1get_1htlc_1id
9720   (JNIEnv *, jclass, jlong);
9721
9722 /*
9723  * Class:     org_ldk_impl_bindings
9724  * Method:    UpdateFailHTLC_set_htlc_id
9725  * Signature: (JJ)V
9726  */
9727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1set_1htlc_1id
9728   (JNIEnv *, jclass, jlong, jlong);
9729
9730 /*
9731  * Class:     org_ldk_impl_bindings
9732  * Method:    UpdateFailHTLC_clone
9733  * Signature: (J)J
9734  */
9735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1clone
9736   (JNIEnv *, jclass, jlong);
9737
9738 /*
9739  * Class:     org_ldk_impl_bindings
9740  * Method:    UpdateFailMalformedHTLC_free
9741  * Signature: (J)V
9742  */
9743 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1free
9744   (JNIEnv *, jclass, jlong);
9745
9746 /*
9747  * Class:     org_ldk_impl_bindings
9748  * Method:    UpdateFailMalformedHTLC_get_channel_id
9749  * Signature: (J)[B
9750  */
9751 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1get_1channel_1id
9752   (JNIEnv *, jclass, jlong);
9753
9754 /*
9755  * Class:     org_ldk_impl_bindings
9756  * Method:    UpdateFailMalformedHTLC_set_channel_id
9757  * Signature: (J[B)V
9758  */
9759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1set_1channel_1id
9760   (JNIEnv *, jclass, jlong, jbyteArray);
9761
9762 /*
9763  * Class:     org_ldk_impl_bindings
9764  * Method:    UpdateFailMalformedHTLC_get_htlc_id
9765  * Signature: (J)J
9766  */
9767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1get_1htlc_1id
9768   (JNIEnv *, jclass, jlong);
9769
9770 /*
9771  * Class:     org_ldk_impl_bindings
9772  * Method:    UpdateFailMalformedHTLC_set_htlc_id
9773  * Signature: (JJ)V
9774  */
9775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1set_1htlc_1id
9776   (JNIEnv *, jclass, jlong, jlong);
9777
9778 /*
9779  * Class:     org_ldk_impl_bindings
9780  * Method:    UpdateFailMalformedHTLC_get_failure_code
9781  * Signature: (J)S
9782  */
9783 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1get_1failure_1code
9784   (JNIEnv *, jclass, jlong);
9785
9786 /*
9787  * Class:     org_ldk_impl_bindings
9788  * Method:    UpdateFailMalformedHTLC_set_failure_code
9789  * Signature: (JS)V
9790  */
9791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1set_1failure_1code
9792   (JNIEnv *, jclass, jlong, jshort);
9793
9794 /*
9795  * Class:     org_ldk_impl_bindings
9796  * Method:    UpdateFailMalformedHTLC_clone
9797  * Signature: (J)J
9798  */
9799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1clone
9800   (JNIEnv *, jclass, jlong);
9801
9802 /*
9803  * Class:     org_ldk_impl_bindings
9804  * Method:    CommitmentSigned_free
9805  * Signature: (J)V
9806  */
9807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1free
9808   (JNIEnv *, jclass, jlong);
9809
9810 /*
9811  * Class:     org_ldk_impl_bindings
9812  * Method:    CommitmentSigned_get_channel_id
9813  * Signature: (J)[B
9814  */
9815 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1get_1channel_1id
9816   (JNIEnv *, jclass, jlong);
9817
9818 /*
9819  * Class:     org_ldk_impl_bindings
9820  * Method:    CommitmentSigned_set_channel_id
9821  * Signature: (J[B)V
9822  */
9823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1set_1channel_1id
9824   (JNIEnv *, jclass, jlong, jbyteArray);
9825
9826 /*
9827  * Class:     org_ldk_impl_bindings
9828  * Method:    CommitmentSigned_get_signature
9829  * Signature: (J)[B
9830  */
9831 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1get_1signature
9832   (JNIEnv *, jclass, jlong);
9833
9834 /*
9835  * Class:     org_ldk_impl_bindings
9836  * Method:    CommitmentSigned_set_signature
9837  * Signature: (J[B)V
9838  */
9839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1set_1signature
9840   (JNIEnv *, jclass, jlong, jbyteArray);
9841
9842 /*
9843  * Class:     org_ldk_impl_bindings
9844  * Method:    CommitmentSigned_set_htlc_signatures
9845  * Signature: (J[[B)V
9846  */
9847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1set_1htlc_1signatures
9848   (JNIEnv *, jclass, jlong, jobjectArray);
9849
9850 /*
9851  * Class:     org_ldk_impl_bindings
9852  * Method:    CommitmentSigned_new
9853  * Signature: ([B[B[[B)J
9854  */
9855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1new
9856   (JNIEnv *, jclass, jbyteArray, jbyteArray, jobjectArray);
9857
9858 /*
9859  * Class:     org_ldk_impl_bindings
9860  * Method:    CommitmentSigned_clone
9861  * Signature: (J)J
9862  */
9863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1clone
9864   (JNIEnv *, jclass, jlong);
9865
9866 /*
9867  * Class:     org_ldk_impl_bindings
9868  * Method:    RevokeAndACK_free
9869  * Signature: (J)V
9870  */
9871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1free
9872   (JNIEnv *, jclass, jlong);
9873
9874 /*
9875  * Class:     org_ldk_impl_bindings
9876  * Method:    RevokeAndACK_get_channel_id
9877  * Signature: (J)[B
9878  */
9879 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1get_1channel_1id
9880   (JNIEnv *, jclass, jlong);
9881
9882 /*
9883  * Class:     org_ldk_impl_bindings
9884  * Method:    RevokeAndACK_set_channel_id
9885  * Signature: (J[B)V
9886  */
9887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1set_1channel_1id
9888   (JNIEnv *, jclass, jlong, jbyteArray);
9889
9890 /*
9891  * Class:     org_ldk_impl_bindings
9892  * Method:    RevokeAndACK_get_per_commitment_secret
9893  * Signature: (J)[B
9894  */
9895 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1get_1per_1commitment_1secret
9896   (JNIEnv *, jclass, jlong);
9897
9898 /*
9899  * Class:     org_ldk_impl_bindings
9900  * Method:    RevokeAndACK_set_per_commitment_secret
9901  * Signature: (J[B)V
9902  */
9903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1set_1per_1commitment_1secret
9904   (JNIEnv *, jclass, jlong, jbyteArray);
9905
9906 /*
9907  * Class:     org_ldk_impl_bindings
9908  * Method:    RevokeAndACK_get_next_per_commitment_point
9909  * Signature: (J)[B
9910  */
9911 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1get_1next_1per_1commitment_1point
9912   (JNIEnv *, jclass, jlong);
9913
9914 /*
9915  * Class:     org_ldk_impl_bindings
9916  * Method:    RevokeAndACK_set_next_per_commitment_point
9917  * Signature: (J[B)V
9918  */
9919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1set_1next_1per_1commitment_1point
9920   (JNIEnv *, jclass, jlong, jbyteArray);
9921
9922 /*
9923  * Class:     org_ldk_impl_bindings
9924  * Method:    RevokeAndACK_new
9925  * Signature: ([B[B[B)J
9926  */
9927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1new
9928   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray);
9929
9930 /*
9931  * Class:     org_ldk_impl_bindings
9932  * Method:    RevokeAndACK_clone
9933  * Signature: (J)J
9934  */
9935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1clone
9936   (JNIEnv *, jclass, jlong);
9937
9938 /*
9939  * Class:     org_ldk_impl_bindings
9940  * Method:    UpdateFee_free
9941  * Signature: (J)V
9942  */
9943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFee_1free
9944   (JNIEnv *, jclass, jlong);
9945
9946 /*
9947  * Class:     org_ldk_impl_bindings
9948  * Method:    UpdateFee_get_channel_id
9949  * Signature: (J)[B
9950  */
9951 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFee_1get_1channel_1id
9952   (JNIEnv *, jclass, jlong);
9953
9954 /*
9955  * Class:     org_ldk_impl_bindings
9956  * Method:    UpdateFee_set_channel_id
9957  * Signature: (J[B)V
9958  */
9959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFee_1set_1channel_1id
9960   (JNIEnv *, jclass, jlong, jbyteArray);
9961
9962 /*
9963  * Class:     org_ldk_impl_bindings
9964  * Method:    UpdateFee_get_feerate_per_kw
9965  * Signature: (J)I
9966  */
9967 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UpdateFee_1get_1feerate_1per_1kw
9968   (JNIEnv *, jclass, jlong);
9969
9970 /*
9971  * Class:     org_ldk_impl_bindings
9972  * Method:    UpdateFee_set_feerate_per_kw
9973  * Signature: (JI)V
9974  */
9975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFee_1set_1feerate_1per_1kw
9976   (JNIEnv *, jclass, jlong, jint);
9977
9978 /*
9979  * Class:     org_ldk_impl_bindings
9980  * Method:    UpdateFee_new
9981  * Signature: ([BI)J
9982  */
9983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFee_1new
9984   (JNIEnv *, jclass, jbyteArray, jint);
9985
9986 /*
9987  * Class:     org_ldk_impl_bindings
9988  * Method:    UpdateFee_clone
9989  * Signature: (J)J
9990  */
9991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFee_1clone
9992   (JNIEnv *, jclass, jlong);
9993
9994 /*
9995  * Class:     org_ldk_impl_bindings
9996  * Method:    DataLossProtect_free
9997  * Signature: (J)V
9998  */
9999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1free
10000   (JNIEnv *, jclass, jlong);
10001
10002 /*
10003  * Class:     org_ldk_impl_bindings
10004  * Method:    DataLossProtect_get_your_last_per_commitment_secret
10005  * Signature: (J)[B
10006  */
10007 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1get_1your_1last_1per_1commitment_1secret
10008   (JNIEnv *, jclass, jlong);
10009
10010 /*
10011  * Class:     org_ldk_impl_bindings
10012  * Method:    DataLossProtect_set_your_last_per_commitment_secret
10013  * Signature: (J[B)V
10014  */
10015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1set_1your_1last_1per_1commitment_1secret
10016   (JNIEnv *, jclass, jlong, jbyteArray);
10017
10018 /*
10019  * Class:     org_ldk_impl_bindings
10020  * Method:    DataLossProtect_get_my_current_per_commitment_point
10021  * Signature: (J)[B
10022  */
10023 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1get_1my_1current_1per_1commitment_1point
10024   (JNIEnv *, jclass, jlong);
10025
10026 /*
10027  * Class:     org_ldk_impl_bindings
10028  * Method:    DataLossProtect_set_my_current_per_commitment_point
10029  * Signature: (J[B)V
10030  */
10031 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1set_1my_1current_1per_1commitment_1point
10032   (JNIEnv *, jclass, jlong, jbyteArray);
10033
10034 /*
10035  * Class:     org_ldk_impl_bindings
10036  * Method:    DataLossProtect_new
10037  * Signature: ([B[B)J
10038  */
10039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1new
10040   (JNIEnv *, jclass, jbyteArray, jbyteArray);
10041
10042 /*
10043  * Class:     org_ldk_impl_bindings
10044  * Method:    DataLossProtect_clone
10045  * Signature: (J)J
10046  */
10047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1clone
10048   (JNIEnv *, jclass, jlong);
10049
10050 /*
10051  * Class:     org_ldk_impl_bindings
10052  * Method:    ChannelReestablish_free
10053  * Signature: (J)V
10054  */
10055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1free
10056   (JNIEnv *, jclass, jlong);
10057
10058 /*
10059  * Class:     org_ldk_impl_bindings
10060  * Method:    ChannelReestablish_get_channel_id
10061  * Signature: (J)[B
10062  */
10063 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1get_1channel_1id
10064   (JNIEnv *, jclass, jlong);
10065
10066 /*
10067  * Class:     org_ldk_impl_bindings
10068  * Method:    ChannelReestablish_set_channel_id
10069  * Signature: (J[B)V
10070  */
10071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1set_1channel_1id
10072   (JNIEnv *, jclass, jlong, jbyteArray);
10073
10074 /*
10075  * Class:     org_ldk_impl_bindings
10076  * Method:    ChannelReestablish_get_next_local_commitment_number
10077  * Signature: (J)J
10078  */
10079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1get_1next_1local_1commitment_1number
10080   (JNIEnv *, jclass, jlong);
10081
10082 /*
10083  * Class:     org_ldk_impl_bindings
10084  * Method:    ChannelReestablish_set_next_local_commitment_number
10085  * Signature: (JJ)V
10086  */
10087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1set_1next_1local_1commitment_1number
10088   (JNIEnv *, jclass, jlong, jlong);
10089
10090 /*
10091  * Class:     org_ldk_impl_bindings
10092  * Method:    ChannelReestablish_get_next_remote_commitment_number
10093  * Signature: (J)J
10094  */
10095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1get_1next_1remote_1commitment_1number
10096   (JNIEnv *, jclass, jlong);
10097
10098 /*
10099  * Class:     org_ldk_impl_bindings
10100  * Method:    ChannelReestablish_set_next_remote_commitment_number
10101  * Signature: (JJ)V
10102  */
10103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1set_1next_1remote_1commitment_1number
10104   (JNIEnv *, jclass, jlong, jlong);
10105
10106 /*
10107  * Class:     org_ldk_impl_bindings
10108  * Method:    ChannelReestablish_clone
10109  * Signature: (J)J
10110  */
10111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1clone
10112   (JNIEnv *, jclass, jlong);
10113
10114 /*
10115  * Class:     org_ldk_impl_bindings
10116  * Method:    AnnouncementSignatures_free
10117  * Signature: (J)V
10118  */
10119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1free
10120   (JNIEnv *, jclass, jlong);
10121
10122 /*
10123  * Class:     org_ldk_impl_bindings
10124  * Method:    AnnouncementSignatures_get_channel_id
10125  * Signature: (J)[B
10126  */
10127 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1get_1channel_1id
10128   (JNIEnv *, jclass, jlong);
10129
10130 /*
10131  * Class:     org_ldk_impl_bindings
10132  * Method:    AnnouncementSignatures_set_channel_id
10133  * Signature: (J[B)V
10134  */
10135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1set_1channel_1id
10136   (JNIEnv *, jclass, jlong, jbyteArray);
10137
10138 /*
10139  * Class:     org_ldk_impl_bindings
10140  * Method:    AnnouncementSignatures_get_short_channel_id
10141  * Signature: (J)J
10142  */
10143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1get_1short_1channel_1id
10144   (JNIEnv *, jclass, jlong);
10145
10146 /*
10147  * Class:     org_ldk_impl_bindings
10148  * Method:    AnnouncementSignatures_set_short_channel_id
10149  * Signature: (JJ)V
10150  */
10151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1set_1short_1channel_1id
10152   (JNIEnv *, jclass, jlong, jlong);
10153
10154 /*
10155  * Class:     org_ldk_impl_bindings
10156  * Method:    AnnouncementSignatures_get_node_signature
10157  * Signature: (J)[B
10158  */
10159 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1get_1node_1signature
10160   (JNIEnv *, jclass, jlong);
10161
10162 /*
10163  * Class:     org_ldk_impl_bindings
10164  * Method:    AnnouncementSignatures_set_node_signature
10165  * Signature: (J[B)V
10166  */
10167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1set_1node_1signature
10168   (JNIEnv *, jclass, jlong, jbyteArray);
10169
10170 /*
10171  * Class:     org_ldk_impl_bindings
10172  * Method:    AnnouncementSignatures_get_bitcoin_signature
10173  * Signature: (J)[B
10174  */
10175 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1get_1bitcoin_1signature
10176   (JNIEnv *, jclass, jlong);
10177
10178 /*
10179  * Class:     org_ldk_impl_bindings
10180  * Method:    AnnouncementSignatures_set_bitcoin_signature
10181  * Signature: (J[B)V
10182  */
10183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1set_1bitcoin_1signature
10184   (JNIEnv *, jclass, jlong, jbyteArray);
10185
10186 /*
10187  * Class:     org_ldk_impl_bindings
10188  * Method:    AnnouncementSignatures_new
10189  * Signature: ([BJ[B[B)J
10190  */
10191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1new
10192   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray, jbyteArray);
10193
10194 /*
10195  * Class:     org_ldk_impl_bindings
10196  * Method:    AnnouncementSignatures_clone
10197  * Signature: (J)J
10198  */
10199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1clone
10200   (JNIEnv *, jclass, jlong);
10201
10202 /*
10203  * Class:     org_ldk_impl_bindings
10204  * Method:    NetAddress_free
10205  * Signature: (J)V
10206  */
10207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetAddress_1free
10208   (JNIEnv *, jclass, jlong);
10209
10210 /*
10211  * Class:     org_ldk_impl_bindings
10212  * Method:    NetAddress_clone
10213  * Signature: (J)J
10214  */
10215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetAddress_1clone
10216   (JNIEnv *, jclass, jlong);
10217
10218 /*
10219  * Class:     org_ldk_impl_bindings
10220  * Method:    NetAddress_write
10221  * Signature: (J)[B
10222  */
10223 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NetAddress_1write
10224   (JNIEnv *, jclass, jlong);
10225
10226 /*
10227  * Class:     org_ldk_impl_bindings
10228  * Method:    Result_read
10229  * Signature: ([B)J
10230  */
10231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Result_1read
10232   (JNIEnv *, jclass, jbyteArray);
10233
10234 /*
10235  * Class:     org_ldk_impl_bindings
10236  * Method:    UnsignedNodeAnnouncement_free
10237  * Signature: (J)V
10238  */
10239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1free
10240   (JNIEnv *, jclass, jlong);
10241
10242 /*
10243  * Class:     org_ldk_impl_bindings
10244  * Method:    UnsignedNodeAnnouncement_get_features
10245  * Signature: (J)J
10246  */
10247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1features
10248   (JNIEnv *, jclass, jlong);
10249
10250 /*
10251  * Class:     org_ldk_impl_bindings
10252  * Method:    UnsignedNodeAnnouncement_set_features
10253  * Signature: (JJ)V
10254  */
10255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1features
10256   (JNIEnv *, jclass, jlong, jlong);
10257
10258 /*
10259  * Class:     org_ldk_impl_bindings
10260  * Method:    UnsignedNodeAnnouncement_get_timestamp
10261  * Signature: (J)I
10262  */
10263 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1timestamp
10264   (JNIEnv *, jclass, jlong);
10265
10266 /*
10267  * Class:     org_ldk_impl_bindings
10268  * Method:    UnsignedNodeAnnouncement_set_timestamp
10269  * Signature: (JI)V
10270  */
10271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1timestamp
10272   (JNIEnv *, jclass, jlong, jint);
10273
10274 /*
10275  * Class:     org_ldk_impl_bindings
10276  * Method:    UnsignedNodeAnnouncement_get_node_id
10277  * Signature: (J)[B
10278  */
10279 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1node_1id
10280   (JNIEnv *, jclass, jlong);
10281
10282 /*
10283  * Class:     org_ldk_impl_bindings
10284  * Method:    UnsignedNodeAnnouncement_set_node_id
10285  * Signature: (J[B)V
10286  */
10287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1node_1id
10288   (JNIEnv *, jclass, jlong, jbyteArray);
10289
10290 /*
10291  * Class:     org_ldk_impl_bindings
10292  * Method:    UnsignedNodeAnnouncement_get_rgb
10293  * Signature: (J)[B
10294  */
10295 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1rgb
10296   (JNIEnv *, jclass, jlong);
10297
10298 /*
10299  * Class:     org_ldk_impl_bindings
10300  * Method:    UnsignedNodeAnnouncement_set_rgb
10301  * Signature: (J[B)V
10302  */
10303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1rgb
10304   (JNIEnv *, jclass, jlong, jbyteArray);
10305
10306 /*
10307  * Class:     org_ldk_impl_bindings
10308  * Method:    UnsignedNodeAnnouncement_get_alias
10309  * Signature: (J)[B
10310  */
10311 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1alias
10312   (JNIEnv *, jclass, jlong);
10313
10314 /*
10315  * Class:     org_ldk_impl_bindings
10316  * Method:    UnsignedNodeAnnouncement_set_alias
10317  * Signature: (J[B)V
10318  */
10319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1alias
10320   (JNIEnv *, jclass, jlong, jbyteArray);
10321
10322 /*
10323  * Class:     org_ldk_impl_bindings
10324  * Method:    UnsignedNodeAnnouncement_set_addresses
10325  * Signature: (J[J)V
10326  */
10327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1addresses
10328   (JNIEnv *, jclass, jlong, jlongArray);
10329
10330 /*
10331  * Class:     org_ldk_impl_bindings
10332  * Method:    UnsignedNodeAnnouncement_clone
10333  * Signature: (J)J
10334  */
10335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1clone
10336   (JNIEnv *, jclass, jlong);
10337
10338 /*
10339  * Class:     org_ldk_impl_bindings
10340  * Method:    NodeAnnouncement_free
10341  * Signature: (J)V
10342  */
10343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1free
10344   (JNIEnv *, jclass, jlong);
10345
10346 /*
10347  * Class:     org_ldk_impl_bindings
10348  * Method:    NodeAnnouncement_get_signature
10349  * Signature: (J)[B
10350  */
10351 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1get_1signature
10352   (JNIEnv *, jclass, jlong);
10353
10354 /*
10355  * Class:     org_ldk_impl_bindings
10356  * Method:    NodeAnnouncement_set_signature
10357  * Signature: (J[B)V
10358  */
10359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1set_1signature
10360   (JNIEnv *, jclass, jlong, jbyteArray);
10361
10362 /*
10363  * Class:     org_ldk_impl_bindings
10364  * Method:    NodeAnnouncement_get_contents
10365  * Signature: (J)J
10366  */
10367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1get_1contents
10368   (JNIEnv *, jclass, jlong);
10369
10370 /*
10371  * Class:     org_ldk_impl_bindings
10372  * Method:    NodeAnnouncement_set_contents
10373  * Signature: (JJ)V
10374  */
10375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1set_1contents
10376   (JNIEnv *, jclass, jlong, jlong);
10377
10378 /*
10379  * Class:     org_ldk_impl_bindings
10380  * Method:    NodeAnnouncement_new
10381  * Signature: ([BJ)J
10382  */
10383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1new
10384   (JNIEnv *, jclass, jbyteArray, jlong);
10385
10386 /*
10387  * Class:     org_ldk_impl_bindings
10388  * Method:    NodeAnnouncement_clone
10389  * Signature: (J)J
10390  */
10391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1clone
10392   (JNIEnv *, jclass, jlong);
10393
10394 /*
10395  * Class:     org_ldk_impl_bindings
10396  * Method:    UnsignedChannelAnnouncement_free
10397  * Signature: (J)V
10398  */
10399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1free
10400   (JNIEnv *, jclass, jlong);
10401
10402 /*
10403  * Class:     org_ldk_impl_bindings
10404  * Method:    UnsignedChannelAnnouncement_get_features
10405  * Signature: (J)J
10406  */
10407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1features
10408   (JNIEnv *, jclass, jlong);
10409
10410 /*
10411  * Class:     org_ldk_impl_bindings
10412  * Method:    UnsignedChannelAnnouncement_set_features
10413  * Signature: (JJ)V
10414  */
10415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1features
10416   (JNIEnv *, jclass, jlong, jlong);
10417
10418 /*
10419  * Class:     org_ldk_impl_bindings
10420  * Method:    UnsignedChannelAnnouncement_get_chain_hash
10421  * Signature: (J)[B
10422  */
10423 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1chain_1hash
10424   (JNIEnv *, jclass, jlong);
10425
10426 /*
10427  * Class:     org_ldk_impl_bindings
10428  * Method:    UnsignedChannelAnnouncement_set_chain_hash
10429  * Signature: (J[B)V
10430  */
10431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1chain_1hash
10432   (JNIEnv *, jclass, jlong, jbyteArray);
10433
10434 /*
10435  * Class:     org_ldk_impl_bindings
10436  * Method:    UnsignedChannelAnnouncement_get_short_channel_id
10437  * Signature: (J)J
10438  */
10439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1short_1channel_1id
10440   (JNIEnv *, jclass, jlong);
10441
10442 /*
10443  * Class:     org_ldk_impl_bindings
10444  * Method:    UnsignedChannelAnnouncement_set_short_channel_id
10445  * Signature: (JJ)V
10446  */
10447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1short_1channel_1id
10448   (JNIEnv *, jclass, jlong, jlong);
10449
10450 /*
10451  * Class:     org_ldk_impl_bindings
10452  * Method:    UnsignedChannelAnnouncement_get_node_id_1
10453  * Signature: (J)[B
10454  */
10455 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1node_1id_11
10456   (JNIEnv *, jclass, jlong);
10457
10458 /*
10459  * Class:     org_ldk_impl_bindings
10460  * Method:    UnsignedChannelAnnouncement_set_node_id_1
10461  * Signature: (J[B)V
10462  */
10463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1node_1id_11
10464   (JNIEnv *, jclass, jlong, jbyteArray);
10465
10466 /*
10467  * Class:     org_ldk_impl_bindings
10468  * Method:    UnsignedChannelAnnouncement_get_node_id_2
10469  * Signature: (J)[B
10470  */
10471 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1node_1id_12
10472   (JNIEnv *, jclass, jlong);
10473
10474 /*
10475  * Class:     org_ldk_impl_bindings
10476  * Method:    UnsignedChannelAnnouncement_set_node_id_2
10477  * Signature: (J[B)V
10478  */
10479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1node_1id_12
10480   (JNIEnv *, jclass, jlong, jbyteArray);
10481
10482 /*
10483  * Class:     org_ldk_impl_bindings
10484  * Method:    UnsignedChannelAnnouncement_get_bitcoin_key_1
10485  * Signature: (J)[B
10486  */
10487 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1bitcoin_1key_11
10488   (JNIEnv *, jclass, jlong);
10489
10490 /*
10491  * Class:     org_ldk_impl_bindings
10492  * Method:    UnsignedChannelAnnouncement_set_bitcoin_key_1
10493  * Signature: (J[B)V
10494  */
10495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1bitcoin_1key_11
10496   (JNIEnv *, jclass, jlong, jbyteArray);
10497
10498 /*
10499  * Class:     org_ldk_impl_bindings
10500  * Method:    UnsignedChannelAnnouncement_get_bitcoin_key_2
10501  * Signature: (J)[B
10502  */
10503 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1bitcoin_1key_12
10504   (JNIEnv *, jclass, jlong);
10505
10506 /*
10507  * Class:     org_ldk_impl_bindings
10508  * Method:    UnsignedChannelAnnouncement_set_bitcoin_key_2
10509  * Signature: (J[B)V
10510  */
10511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1bitcoin_1key_12
10512   (JNIEnv *, jclass, jlong, jbyteArray);
10513
10514 /*
10515  * Class:     org_ldk_impl_bindings
10516  * Method:    UnsignedChannelAnnouncement_clone
10517  * Signature: (J)J
10518  */
10519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1clone
10520   (JNIEnv *, jclass, jlong);
10521
10522 /*
10523  * Class:     org_ldk_impl_bindings
10524  * Method:    ChannelAnnouncement_free
10525  * Signature: (J)V
10526  */
10527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1free
10528   (JNIEnv *, jclass, jlong);
10529
10530 /*
10531  * Class:     org_ldk_impl_bindings
10532  * Method:    ChannelAnnouncement_get_node_signature_1
10533  * Signature: (J)[B
10534  */
10535 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1node_1signature_11
10536   (JNIEnv *, jclass, jlong);
10537
10538 /*
10539  * Class:     org_ldk_impl_bindings
10540  * Method:    ChannelAnnouncement_set_node_signature_1
10541  * Signature: (J[B)V
10542  */
10543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1node_1signature_11
10544   (JNIEnv *, jclass, jlong, jbyteArray);
10545
10546 /*
10547  * Class:     org_ldk_impl_bindings
10548  * Method:    ChannelAnnouncement_get_node_signature_2
10549  * Signature: (J)[B
10550  */
10551 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1node_1signature_12
10552   (JNIEnv *, jclass, jlong);
10553
10554 /*
10555  * Class:     org_ldk_impl_bindings
10556  * Method:    ChannelAnnouncement_set_node_signature_2
10557  * Signature: (J[B)V
10558  */
10559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1node_1signature_12
10560   (JNIEnv *, jclass, jlong, jbyteArray);
10561
10562 /*
10563  * Class:     org_ldk_impl_bindings
10564  * Method:    ChannelAnnouncement_get_bitcoin_signature_1
10565  * Signature: (J)[B
10566  */
10567 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1bitcoin_1signature_11
10568   (JNIEnv *, jclass, jlong);
10569
10570 /*
10571  * Class:     org_ldk_impl_bindings
10572  * Method:    ChannelAnnouncement_set_bitcoin_signature_1
10573  * Signature: (J[B)V
10574  */
10575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1bitcoin_1signature_11
10576   (JNIEnv *, jclass, jlong, jbyteArray);
10577
10578 /*
10579  * Class:     org_ldk_impl_bindings
10580  * Method:    ChannelAnnouncement_get_bitcoin_signature_2
10581  * Signature: (J)[B
10582  */
10583 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1bitcoin_1signature_12
10584   (JNIEnv *, jclass, jlong);
10585
10586 /*
10587  * Class:     org_ldk_impl_bindings
10588  * Method:    ChannelAnnouncement_set_bitcoin_signature_2
10589  * Signature: (J[B)V
10590  */
10591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1bitcoin_1signature_12
10592   (JNIEnv *, jclass, jlong, jbyteArray);
10593
10594 /*
10595  * Class:     org_ldk_impl_bindings
10596  * Method:    ChannelAnnouncement_get_contents
10597  * Signature: (J)J
10598  */
10599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1contents
10600   (JNIEnv *, jclass, jlong);
10601
10602 /*
10603  * Class:     org_ldk_impl_bindings
10604  * Method:    ChannelAnnouncement_set_contents
10605  * Signature: (JJ)V
10606  */
10607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1contents
10608   (JNIEnv *, jclass, jlong, jlong);
10609
10610 /*
10611  * Class:     org_ldk_impl_bindings
10612  * Method:    ChannelAnnouncement_new
10613  * Signature: ([B[B[B[BJ)J
10614  */
10615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1new
10616   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jlong);
10617
10618 /*
10619  * Class:     org_ldk_impl_bindings
10620  * Method:    ChannelAnnouncement_clone
10621  * Signature: (J)J
10622  */
10623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1clone
10624   (JNIEnv *, jclass, jlong);
10625
10626 /*
10627  * Class:     org_ldk_impl_bindings
10628  * Method:    UnsignedChannelUpdate_free
10629  * Signature: (J)V
10630  */
10631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1free
10632   (JNIEnv *, jclass, jlong);
10633
10634 /*
10635  * Class:     org_ldk_impl_bindings
10636  * Method:    UnsignedChannelUpdate_get_chain_hash
10637  * Signature: (J)[B
10638  */
10639 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1chain_1hash
10640   (JNIEnv *, jclass, jlong);
10641
10642 /*
10643  * Class:     org_ldk_impl_bindings
10644  * Method:    UnsignedChannelUpdate_set_chain_hash
10645  * Signature: (J[B)V
10646  */
10647 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1chain_1hash
10648   (JNIEnv *, jclass, jlong, jbyteArray);
10649
10650 /*
10651  * Class:     org_ldk_impl_bindings
10652  * Method:    UnsignedChannelUpdate_get_short_channel_id
10653  * Signature: (J)J
10654  */
10655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1short_1channel_1id
10656   (JNIEnv *, jclass, jlong);
10657
10658 /*
10659  * Class:     org_ldk_impl_bindings
10660  * Method:    UnsignedChannelUpdate_set_short_channel_id
10661  * Signature: (JJ)V
10662  */
10663 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1short_1channel_1id
10664   (JNIEnv *, jclass, jlong, jlong);
10665
10666 /*
10667  * Class:     org_ldk_impl_bindings
10668  * Method:    UnsignedChannelUpdate_get_timestamp
10669  * Signature: (J)I
10670  */
10671 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1timestamp
10672   (JNIEnv *, jclass, jlong);
10673
10674 /*
10675  * Class:     org_ldk_impl_bindings
10676  * Method:    UnsignedChannelUpdate_set_timestamp
10677  * Signature: (JI)V
10678  */
10679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1timestamp
10680   (JNIEnv *, jclass, jlong, jint);
10681
10682 /*
10683  * Class:     org_ldk_impl_bindings
10684  * Method:    UnsignedChannelUpdate_get_flags
10685  * Signature: (J)B
10686  */
10687 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1flags
10688   (JNIEnv *, jclass, jlong);
10689
10690 /*
10691  * Class:     org_ldk_impl_bindings
10692  * Method:    UnsignedChannelUpdate_set_flags
10693  * Signature: (JB)V
10694  */
10695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1flags
10696   (JNIEnv *, jclass, jlong, jbyte);
10697
10698 /*
10699  * Class:     org_ldk_impl_bindings
10700  * Method:    UnsignedChannelUpdate_get_cltv_expiry_delta
10701  * Signature: (J)S
10702  */
10703 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1cltv_1expiry_1delta
10704   (JNIEnv *, jclass, jlong);
10705
10706 /*
10707  * Class:     org_ldk_impl_bindings
10708  * Method:    UnsignedChannelUpdate_set_cltv_expiry_delta
10709  * Signature: (JS)V
10710  */
10711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1cltv_1expiry_1delta
10712   (JNIEnv *, jclass, jlong, jshort);
10713
10714 /*
10715  * Class:     org_ldk_impl_bindings
10716  * Method:    UnsignedChannelUpdate_get_htlc_minimum_msat
10717  * Signature: (J)J
10718  */
10719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1htlc_1minimum_1msat
10720   (JNIEnv *, jclass, jlong);
10721
10722 /*
10723  * Class:     org_ldk_impl_bindings
10724  * Method:    UnsignedChannelUpdate_set_htlc_minimum_msat
10725  * Signature: (JJ)V
10726  */
10727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1htlc_1minimum_1msat
10728   (JNIEnv *, jclass, jlong, jlong);
10729
10730 /*
10731  * Class:     org_ldk_impl_bindings
10732  * Method:    UnsignedChannelUpdate_get_fee_base_msat
10733  * Signature: (J)I
10734  */
10735 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1fee_1base_1msat
10736   (JNIEnv *, jclass, jlong);
10737
10738 /*
10739  * Class:     org_ldk_impl_bindings
10740  * Method:    UnsignedChannelUpdate_set_fee_base_msat
10741  * Signature: (JI)V
10742  */
10743 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1fee_1base_1msat
10744   (JNIEnv *, jclass, jlong, jint);
10745
10746 /*
10747  * Class:     org_ldk_impl_bindings
10748  * Method:    UnsignedChannelUpdate_get_fee_proportional_millionths
10749  * Signature: (J)I
10750  */
10751 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1fee_1proportional_1millionths
10752   (JNIEnv *, jclass, jlong);
10753
10754 /*
10755  * Class:     org_ldk_impl_bindings
10756  * Method:    UnsignedChannelUpdate_set_fee_proportional_millionths
10757  * Signature: (JI)V
10758  */
10759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1fee_1proportional_1millionths
10760   (JNIEnv *, jclass, jlong, jint);
10761
10762 /*
10763  * Class:     org_ldk_impl_bindings
10764  * Method:    UnsignedChannelUpdate_clone
10765  * Signature: (J)J
10766  */
10767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1clone
10768   (JNIEnv *, jclass, jlong);
10769
10770 /*
10771  * Class:     org_ldk_impl_bindings
10772  * Method:    ChannelUpdate_free
10773  * Signature: (J)V
10774  */
10775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1free
10776   (JNIEnv *, jclass, jlong);
10777
10778 /*
10779  * Class:     org_ldk_impl_bindings
10780  * Method:    ChannelUpdate_get_signature
10781  * Signature: (J)[B
10782  */
10783 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1get_1signature
10784   (JNIEnv *, jclass, jlong);
10785
10786 /*
10787  * Class:     org_ldk_impl_bindings
10788  * Method:    ChannelUpdate_set_signature
10789  * Signature: (J[B)V
10790  */
10791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1set_1signature
10792   (JNIEnv *, jclass, jlong, jbyteArray);
10793
10794 /*
10795  * Class:     org_ldk_impl_bindings
10796  * Method:    ChannelUpdate_get_contents
10797  * Signature: (J)J
10798  */
10799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1get_1contents
10800   (JNIEnv *, jclass, jlong);
10801
10802 /*
10803  * Class:     org_ldk_impl_bindings
10804  * Method:    ChannelUpdate_set_contents
10805  * Signature: (JJ)V
10806  */
10807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1set_1contents
10808   (JNIEnv *, jclass, jlong, jlong);
10809
10810 /*
10811  * Class:     org_ldk_impl_bindings
10812  * Method:    ChannelUpdate_new
10813  * Signature: ([BJ)J
10814  */
10815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1new
10816   (JNIEnv *, jclass, jbyteArray, jlong);
10817
10818 /*
10819  * Class:     org_ldk_impl_bindings
10820  * Method:    ChannelUpdate_clone
10821  * Signature: (J)J
10822  */
10823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1clone
10824   (JNIEnv *, jclass, jlong);
10825
10826 /*
10827  * Class:     org_ldk_impl_bindings
10828  * Method:    QueryChannelRange_free
10829  * Signature: (J)V
10830  */
10831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1free
10832   (JNIEnv *, jclass, jlong);
10833
10834 /*
10835  * Class:     org_ldk_impl_bindings
10836  * Method:    QueryChannelRange_get_chain_hash
10837  * Signature: (J)[B
10838  */
10839 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1get_1chain_1hash
10840   (JNIEnv *, jclass, jlong);
10841
10842 /*
10843  * Class:     org_ldk_impl_bindings
10844  * Method:    QueryChannelRange_set_chain_hash
10845  * Signature: (J[B)V
10846  */
10847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1set_1chain_1hash
10848   (JNIEnv *, jclass, jlong, jbyteArray);
10849
10850 /*
10851  * Class:     org_ldk_impl_bindings
10852  * Method:    QueryChannelRange_get_first_blocknum
10853  * Signature: (J)I
10854  */
10855 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1get_1first_1blocknum
10856   (JNIEnv *, jclass, jlong);
10857
10858 /*
10859  * Class:     org_ldk_impl_bindings
10860  * Method:    QueryChannelRange_set_first_blocknum
10861  * Signature: (JI)V
10862  */
10863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1set_1first_1blocknum
10864   (JNIEnv *, jclass, jlong, jint);
10865
10866 /*
10867  * Class:     org_ldk_impl_bindings
10868  * Method:    QueryChannelRange_get_number_of_blocks
10869  * Signature: (J)I
10870  */
10871 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1get_1number_1of_1blocks
10872   (JNIEnv *, jclass, jlong);
10873
10874 /*
10875  * Class:     org_ldk_impl_bindings
10876  * Method:    QueryChannelRange_set_number_of_blocks
10877  * Signature: (JI)V
10878  */
10879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1set_1number_1of_1blocks
10880   (JNIEnv *, jclass, jlong, jint);
10881
10882 /*
10883  * Class:     org_ldk_impl_bindings
10884  * Method:    QueryChannelRange_new
10885  * Signature: ([BII)J
10886  */
10887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1new
10888   (JNIEnv *, jclass, jbyteArray, jint, jint);
10889
10890 /*
10891  * Class:     org_ldk_impl_bindings
10892  * Method:    QueryChannelRange_clone
10893  * Signature: (J)J
10894  */
10895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1clone
10896   (JNIEnv *, jclass, jlong);
10897
10898 /*
10899  * Class:     org_ldk_impl_bindings
10900  * Method:    ReplyChannelRange_free
10901  * Signature: (J)V
10902  */
10903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1free
10904   (JNIEnv *, jclass, jlong);
10905
10906 /*
10907  * Class:     org_ldk_impl_bindings
10908  * Method:    ReplyChannelRange_get_chain_hash
10909  * Signature: (J)[B
10910  */
10911 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1chain_1hash
10912   (JNIEnv *, jclass, jlong);
10913
10914 /*
10915  * Class:     org_ldk_impl_bindings
10916  * Method:    ReplyChannelRange_set_chain_hash
10917  * Signature: (J[B)V
10918  */
10919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1chain_1hash
10920   (JNIEnv *, jclass, jlong, jbyteArray);
10921
10922 /*
10923  * Class:     org_ldk_impl_bindings
10924  * Method:    ReplyChannelRange_get_first_blocknum
10925  * Signature: (J)I
10926  */
10927 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1first_1blocknum
10928   (JNIEnv *, jclass, jlong);
10929
10930 /*
10931  * Class:     org_ldk_impl_bindings
10932  * Method:    ReplyChannelRange_set_first_blocknum
10933  * Signature: (JI)V
10934  */
10935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1first_1blocknum
10936   (JNIEnv *, jclass, jlong, jint);
10937
10938 /*
10939  * Class:     org_ldk_impl_bindings
10940  * Method:    ReplyChannelRange_get_number_of_blocks
10941  * Signature: (J)I
10942  */
10943 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1number_1of_1blocks
10944   (JNIEnv *, jclass, jlong);
10945
10946 /*
10947  * Class:     org_ldk_impl_bindings
10948  * Method:    ReplyChannelRange_set_number_of_blocks
10949  * Signature: (JI)V
10950  */
10951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1number_1of_1blocks
10952   (JNIEnv *, jclass, jlong, jint);
10953
10954 /*
10955  * Class:     org_ldk_impl_bindings
10956  * Method:    ReplyChannelRange_get_sync_complete
10957  * Signature: (J)Z
10958  */
10959 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1sync_1complete
10960   (JNIEnv *, jclass, jlong);
10961
10962 /*
10963  * Class:     org_ldk_impl_bindings
10964  * Method:    ReplyChannelRange_set_sync_complete
10965  * Signature: (JZ)V
10966  */
10967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1sync_1complete
10968   (JNIEnv *, jclass, jlong, jboolean);
10969
10970 /*
10971  * Class:     org_ldk_impl_bindings
10972  * Method:    ReplyChannelRange_set_short_channel_ids
10973  * Signature: (J[J)V
10974  */
10975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1short_1channel_1ids
10976   (JNIEnv *, jclass, jlong, jlongArray);
10977
10978 /*
10979  * Class:     org_ldk_impl_bindings
10980  * Method:    ReplyChannelRange_new
10981  * Signature: ([BIIZ[J)J
10982  */
10983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1new
10984   (JNIEnv *, jclass, jbyteArray, jint, jint, jboolean, jlongArray);
10985
10986 /*
10987  * Class:     org_ldk_impl_bindings
10988  * Method:    ReplyChannelRange_clone
10989  * Signature: (J)J
10990  */
10991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1clone
10992   (JNIEnv *, jclass, jlong);
10993
10994 /*
10995  * Class:     org_ldk_impl_bindings
10996  * Method:    QueryShortChannelIds_free
10997  * Signature: (J)V
10998  */
10999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1free
11000   (JNIEnv *, jclass, jlong);
11001
11002 /*
11003  * Class:     org_ldk_impl_bindings
11004  * Method:    QueryShortChannelIds_get_chain_hash
11005  * Signature: (J)[B
11006  */
11007 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1get_1chain_1hash
11008   (JNIEnv *, jclass, jlong);
11009
11010 /*
11011  * Class:     org_ldk_impl_bindings
11012  * Method:    QueryShortChannelIds_set_chain_hash
11013  * Signature: (J[B)V
11014  */
11015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1set_1chain_1hash
11016   (JNIEnv *, jclass, jlong, jbyteArray);
11017
11018 /*
11019  * Class:     org_ldk_impl_bindings
11020  * Method:    QueryShortChannelIds_set_short_channel_ids
11021  * Signature: (J[J)V
11022  */
11023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1set_1short_1channel_1ids
11024   (JNIEnv *, jclass, jlong, jlongArray);
11025
11026 /*
11027  * Class:     org_ldk_impl_bindings
11028  * Method:    QueryShortChannelIds_new
11029  * Signature: ([B[J)J
11030  */
11031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1new
11032   (JNIEnv *, jclass, jbyteArray, jlongArray);
11033
11034 /*
11035  * Class:     org_ldk_impl_bindings
11036  * Method:    QueryShortChannelIds_clone
11037  * Signature: (J)J
11038  */
11039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1clone
11040   (JNIEnv *, jclass, jlong);
11041
11042 /*
11043  * Class:     org_ldk_impl_bindings
11044  * Method:    ReplyShortChannelIdsEnd_free
11045  * Signature: (J)V
11046  */
11047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1free
11048   (JNIEnv *, jclass, jlong);
11049
11050 /*
11051  * Class:     org_ldk_impl_bindings
11052  * Method:    ReplyShortChannelIdsEnd_get_chain_hash
11053  * Signature: (J)[B
11054  */
11055 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1get_1chain_1hash
11056   (JNIEnv *, jclass, jlong);
11057
11058 /*
11059  * Class:     org_ldk_impl_bindings
11060  * Method:    ReplyShortChannelIdsEnd_set_chain_hash
11061  * Signature: (J[B)V
11062  */
11063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1set_1chain_1hash
11064   (JNIEnv *, jclass, jlong, jbyteArray);
11065
11066 /*
11067  * Class:     org_ldk_impl_bindings
11068  * Method:    ReplyShortChannelIdsEnd_get_full_information
11069  * Signature: (J)Z
11070  */
11071 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1get_1full_1information
11072   (JNIEnv *, jclass, jlong);
11073
11074 /*
11075  * Class:     org_ldk_impl_bindings
11076  * Method:    ReplyShortChannelIdsEnd_set_full_information
11077  * Signature: (JZ)V
11078  */
11079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1set_1full_1information
11080   (JNIEnv *, jclass, jlong, jboolean);
11081
11082 /*
11083  * Class:     org_ldk_impl_bindings
11084  * Method:    ReplyShortChannelIdsEnd_new
11085  * Signature: ([BZ)J
11086  */
11087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1new
11088   (JNIEnv *, jclass, jbyteArray, jboolean);
11089
11090 /*
11091  * Class:     org_ldk_impl_bindings
11092  * Method:    ReplyShortChannelIdsEnd_clone
11093  * Signature: (J)J
11094  */
11095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1clone
11096   (JNIEnv *, jclass, jlong);
11097
11098 /*
11099  * Class:     org_ldk_impl_bindings
11100  * Method:    GossipTimestampFilter_free
11101  * Signature: (J)V
11102  */
11103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1free
11104   (JNIEnv *, jclass, jlong);
11105
11106 /*
11107  * Class:     org_ldk_impl_bindings
11108  * Method:    GossipTimestampFilter_get_chain_hash
11109  * Signature: (J)[B
11110  */
11111 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1get_1chain_1hash
11112   (JNIEnv *, jclass, jlong);
11113
11114 /*
11115  * Class:     org_ldk_impl_bindings
11116  * Method:    GossipTimestampFilter_set_chain_hash
11117  * Signature: (J[B)V
11118  */
11119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1set_1chain_1hash
11120   (JNIEnv *, jclass, jlong, jbyteArray);
11121
11122 /*
11123  * Class:     org_ldk_impl_bindings
11124  * Method:    GossipTimestampFilter_get_first_timestamp
11125  * Signature: (J)I
11126  */
11127 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1get_1first_1timestamp
11128   (JNIEnv *, jclass, jlong);
11129
11130 /*
11131  * Class:     org_ldk_impl_bindings
11132  * Method:    GossipTimestampFilter_set_first_timestamp
11133  * Signature: (JI)V
11134  */
11135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1set_1first_1timestamp
11136   (JNIEnv *, jclass, jlong, jint);
11137
11138 /*
11139  * Class:     org_ldk_impl_bindings
11140  * Method:    GossipTimestampFilter_get_timestamp_range
11141  * Signature: (J)I
11142  */
11143 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1get_1timestamp_1range
11144   (JNIEnv *, jclass, jlong);
11145
11146 /*
11147  * Class:     org_ldk_impl_bindings
11148  * Method:    GossipTimestampFilter_set_timestamp_range
11149  * Signature: (JI)V
11150  */
11151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1set_1timestamp_1range
11152   (JNIEnv *, jclass, jlong, jint);
11153
11154 /*
11155  * Class:     org_ldk_impl_bindings
11156  * Method:    GossipTimestampFilter_new
11157  * Signature: ([BII)J
11158  */
11159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1new
11160   (JNIEnv *, jclass, jbyteArray, jint, jint);
11161
11162 /*
11163  * Class:     org_ldk_impl_bindings
11164  * Method:    GossipTimestampFilter_clone
11165  * Signature: (J)J
11166  */
11167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1clone
11168   (JNIEnv *, jclass, jlong);
11169
11170 /*
11171  * Class:     org_ldk_impl_bindings
11172  * Method:    ErrorAction_free
11173  * Signature: (J)V
11174  */
11175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErrorAction_1free
11176   (JNIEnv *, jclass, jlong);
11177
11178 /*
11179  * Class:     org_ldk_impl_bindings
11180  * Method:    ErrorAction_clone
11181  * Signature: (J)J
11182  */
11183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorAction_1clone
11184   (JNIEnv *, jclass, jlong);
11185
11186 /*
11187  * Class:     org_ldk_impl_bindings
11188  * Method:    LightningError_free
11189  * Signature: (J)V
11190  */
11191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LightningError_1free
11192   (JNIEnv *, jclass, jlong);
11193
11194 /*
11195  * Class:     org_ldk_impl_bindings
11196  * Method:    LightningError_get_err
11197  * Signature: (J)Ljava/lang/String;
11198  */
11199 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_LightningError_1get_1err
11200   (JNIEnv *, jclass, jlong);
11201
11202 /*
11203  * Class:     org_ldk_impl_bindings
11204  * Method:    LightningError_set_err
11205  * Signature: (J[B)V
11206  */
11207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LightningError_1set_1err
11208   (JNIEnv *, jclass, jlong, jbyteArray);
11209
11210 /*
11211  * Class:     org_ldk_impl_bindings
11212  * Method:    LightningError_get_action
11213  * Signature: (J)J
11214  */
11215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LightningError_1get_1action
11216   (JNIEnv *, jclass, jlong);
11217
11218 /*
11219  * Class:     org_ldk_impl_bindings
11220  * Method:    LightningError_set_action
11221  * Signature: (JJ)V
11222  */
11223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LightningError_1set_1action
11224   (JNIEnv *, jclass, jlong, jlong);
11225
11226 /*
11227  * Class:     org_ldk_impl_bindings
11228  * Method:    LightningError_new
11229  * Signature: ([BJ)J
11230  */
11231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LightningError_1new
11232   (JNIEnv *, jclass, jbyteArray, jlong);
11233
11234 /*
11235  * Class:     org_ldk_impl_bindings
11236  * Method:    LightningError_clone
11237  * Signature: (J)J
11238  */
11239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LightningError_1clone
11240   (JNIEnv *, jclass, jlong);
11241
11242 /*
11243  * Class:     org_ldk_impl_bindings
11244  * Method:    CommitmentUpdate_free
11245  * Signature: (J)V
11246  */
11247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1free
11248   (JNIEnv *, jclass, jlong);
11249
11250 /*
11251  * Class:     org_ldk_impl_bindings
11252  * Method:    CommitmentUpdate_set_update_add_htlcs
11253  * Signature: (J[J)V
11254  */
11255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1add_1htlcs
11256   (JNIEnv *, jclass, jlong, jlongArray);
11257
11258 /*
11259  * Class:     org_ldk_impl_bindings
11260  * Method:    CommitmentUpdate_set_update_fulfill_htlcs
11261  * Signature: (J[J)V
11262  */
11263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1fulfill_1htlcs
11264   (JNIEnv *, jclass, jlong, jlongArray);
11265
11266 /*
11267  * Class:     org_ldk_impl_bindings
11268  * Method:    CommitmentUpdate_set_update_fail_htlcs
11269  * Signature: (J[J)V
11270  */
11271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1fail_1htlcs
11272   (JNIEnv *, jclass, jlong, jlongArray);
11273
11274 /*
11275  * Class:     org_ldk_impl_bindings
11276  * Method:    CommitmentUpdate_set_update_fail_malformed_htlcs
11277  * Signature: (J[J)V
11278  */
11279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1fail_1malformed_1htlcs
11280   (JNIEnv *, jclass, jlong, jlongArray);
11281
11282 /*
11283  * Class:     org_ldk_impl_bindings
11284  * Method:    CommitmentUpdate_get_update_fee
11285  * Signature: (J)J
11286  */
11287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1get_1update_1fee
11288   (JNIEnv *, jclass, jlong);
11289
11290 /*
11291  * Class:     org_ldk_impl_bindings
11292  * Method:    CommitmentUpdate_set_update_fee
11293  * Signature: (JJ)V
11294  */
11295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1fee
11296   (JNIEnv *, jclass, jlong, jlong);
11297
11298 /*
11299  * Class:     org_ldk_impl_bindings
11300  * Method:    CommitmentUpdate_get_commitment_signed
11301  * Signature: (J)J
11302  */
11303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1get_1commitment_1signed
11304   (JNIEnv *, jclass, jlong);
11305
11306 /*
11307  * Class:     org_ldk_impl_bindings
11308  * Method:    CommitmentUpdate_set_commitment_signed
11309  * Signature: (JJ)V
11310  */
11311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1commitment_1signed
11312   (JNIEnv *, jclass, jlong, jlong);
11313
11314 /*
11315  * Class:     org_ldk_impl_bindings
11316  * Method:    CommitmentUpdate_new
11317  * Signature: ([J[J[J[JJJ)J
11318  */
11319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1new
11320   (JNIEnv *, jclass, jlongArray, jlongArray, jlongArray, jlongArray, jlong, jlong);
11321
11322 /*
11323  * Class:     org_ldk_impl_bindings
11324  * Method:    CommitmentUpdate_clone
11325  * Signature: (J)J
11326  */
11327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1clone
11328   (JNIEnv *, jclass, jlong);
11329
11330 /*
11331  * Class:     org_ldk_impl_bindings
11332  * Method:    HTLCFailChannelUpdate_free
11333  * Signature: (J)V
11334  */
11335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCFailChannelUpdate_1free
11336   (JNIEnv *, jclass, jlong);
11337
11338 /*
11339  * Class:     org_ldk_impl_bindings
11340  * Method:    HTLCFailChannelUpdate_clone
11341  * Signature: (J)J
11342  */
11343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCFailChannelUpdate_1clone
11344   (JNIEnv *, jclass, jlong);
11345
11346 /*
11347  * Class:     org_ldk_impl_bindings
11348  * Method:    ChannelMessageHandler_free
11349  * Signature: (J)V
11350  */
11351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1free
11352   (JNIEnv *, jclass, jlong);
11353
11354 /*
11355  * Class:     org_ldk_impl_bindings
11356  * Method:    RoutingMessageHandler_free
11357  * Signature: (J)V
11358  */
11359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1free
11360   (JNIEnv *, jclass, jlong);
11361
11362 /*
11363  * Class:     org_ldk_impl_bindings
11364  * Method:    AcceptChannel_write
11365  * Signature: (J)[B
11366  */
11367 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1write
11368   (JNIEnv *, jclass, jlong);
11369
11370 /*
11371  * Class:     org_ldk_impl_bindings
11372  * Method:    AcceptChannel_read
11373  * Signature: ([B)J
11374  */
11375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1read
11376   (JNIEnv *, jclass, jbyteArray);
11377
11378 /*
11379  * Class:     org_ldk_impl_bindings
11380  * Method:    AnnouncementSignatures_write
11381  * Signature: (J)[B
11382  */
11383 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1write
11384   (JNIEnv *, jclass, jlong);
11385
11386 /*
11387  * Class:     org_ldk_impl_bindings
11388  * Method:    AnnouncementSignatures_read
11389  * Signature: ([B)J
11390  */
11391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1read
11392   (JNIEnv *, jclass, jbyteArray);
11393
11394 /*
11395  * Class:     org_ldk_impl_bindings
11396  * Method:    ChannelReestablish_write
11397  * Signature: (J)[B
11398  */
11399 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1write
11400   (JNIEnv *, jclass, jlong);
11401
11402 /*
11403  * Class:     org_ldk_impl_bindings
11404  * Method:    ChannelReestablish_read
11405  * Signature: ([B)J
11406  */
11407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1read
11408   (JNIEnv *, jclass, jbyteArray);
11409
11410 /*
11411  * Class:     org_ldk_impl_bindings
11412  * Method:    ClosingSigned_write
11413  * Signature: (J)[B
11414  */
11415 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1write
11416   (JNIEnv *, jclass, jlong);
11417
11418 /*
11419  * Class:     org_ldk_impl_bindings
11420  * Method:    ClosingSigned_read
11421  * Signature: ([B)J
11422  */
11423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1read
11424   (JNIEnv *, jclass, jbyteArray);
11425
11426 /*
11427  * Class:     org_ldk_impl_bindings
11428  * Method:    CommitmentSigned_write
11429  * Signature: (J)[B
11430  */
11431 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1write
11432   (JNIEnv *, jclass, jlong);
11433
11434 /*
11435  * Class:     org_ldk_impl_bindings
11436  * Method:    CommitmentSigned_read
11437  * Signature: ([B)J
11438  */
11439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1read
11440   (JNIEnv *, jclass, jbyteArray);
11441
11442 /*
11443  * Class:     org_ldk_impl_bindings
11444  * Method:    FundingCreated_write
11445  * Signature: (J)[B
11446  */
11447 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingCreated_1write
11448   (JNIEnv *, jclass, jlong);
11449
11450 /*
11451  * Class:     org_ldk_impl_bindings
11452  * Method:    FundingCreated_read
11453  * Signature: ([B)J
11454  */
11455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingCreated_1read
11456   (JNIEnv *, jclass, jbyteArray);
11457
11458 /*
11459  * Class:     org_ldk_impl_bindings
11460  * Method:    FundingSigned_write
11461  * Signature: (J)[B
11462  */
11463 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingSigned_1write
11464   (JNIEnv *, jclass, jlong);
11465
11466 /*
11467  * Class:     org_ldk_impl_bindings
11468  * Method:    FundingSigned_read
11469  * Signature: ([B)J
11470  */
11471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingSigned_1read
11472   (JNIEnv *, jclass, jbyteArray);
11473
11474 /*
11475  * Class:     org_ldk_impl_bindings
11476  * Method:    FundingLocked_write
11477  * Signature: (J)[B
11478  */
11479 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingLocked_1write
11480   (JNIEnv *, jclass, jlong);
11481
11482 /*
11483  * Class:     org_ldk_impl_bindings
11484  * Method:    FundingLocked_read
11485  * Signature: ([B)J
11486  */
11487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingLocked_1read
11488   (JNIEnv *, jclass, jbyteArray);
11489
11490 /*
11491  * Class:     org_ldk_impl_bindings
11492  * Method:    Init_write
11493  * Signature: (J)[B
11494  */
11495 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Init_1write
11496   (JNIEnv *, jclass, jlong);
11497
11498 /*
11499  * Class:     org_ldk_impl_bindings
11500  * Method:    Init_read
11501  * Signature: ([B)J
11502  */
11503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Init_1read
11504   (JNIEnv *, jclass, jbyteArray);
11505
11506 /*
11507  * Class:     org_ldk_impl_bindings
11508  * Method:    OpenChannel_write
11509  * Signature: (J)[B
11510  */
11511 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1write
11512   (JNIEnv *, jclass, jlong);
11513
11514 /*
11515  * Class:     org_ldk_impl_bindings
11516  * Method:    OpenChannel_read
11517  * Signature: ([B)J
11518  */
11519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1read
11520   (JNIEnv *, jclass, jbyteArray);
11521
11522 /*
11523  * Class:     org_ldk_impl_bindings
11524  * Method:    RevokeAndACK_write
11525  * Signature: (J)[B
11526  */
11527 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1write
11528   (JNIEnv *, jclass, jlong);
11529
11530 /*
11531  * Class:     org_ldk_impl_bindings
11532  * Method:    RevokeAndACK_read
11533  * Signature: ([B)J
11534  */
11535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1read
11536   (JNIEnv *, jclass, jbyteArray);
11537
11538 /*
11539  * Class:     org_ldk_impl_bindings
11540  * Method:    Shutdown_write
11541  * Signature: (J)[B
11542  */
11543 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Shutdown_1write
11544   (JNIEnv *, jclass, jlong);
11545
11546 /*
11547  * Class:     org_ldk_impl_bindings
11548  * Method:    Shutdown_read
11549  * Signature: ([B)J
11550  */
11551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Shutdown_1read
11552   (JNIEnv *, jclass, jbyteArray);
11553
11554 /*
11555  * Class:     org_ldk_impl_bindings
11556  * Method:    UpdateFailHTLC_write
11557  * Signature: (J)[B
11558  */
11559 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1write
11560   (JNIEnv *, jclass, jlong);
11561
11562 /*
11563  * Class:     org_ldk_impl_bindings
11564  * Method:    UpdateFailHTLC_read
11565  * Signature: ([B)J
11566  */
11567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1read
11568   (JNIEnv *, jclass, jbyteArray);
11569
11570 /*
11571  * Class:     org_ldk_impl_bindings
11572  * Method:    UpdateFailMalformedHTLC_write
11573  * Signature: (J)[B
11574  */
11575 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1write
11576   (JNIEnv *, jclass, jlong);
11577
11578 /*
11579  * Class:     org_ldk_impl_bindings
11580  * Method:    UpdateFailMalformedHTLC_read
11581  * Signature: ([B)J
11582  */
11583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1read
11584   (JNIEnv *, jclass, jbyteArray);
11585
11586 /*
11587  * Class:     org_ldk_impl_bindings
11588  * Method:    UpdateFee_write
11589  * Signature: (J)[B
11590  */
11591 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFee_1write
11592   (JNIEnv *, jclass, jlong);
11593
11594 /*
11595  * Class:     org_ldk_impl_bindings
11596  * Method:    UpdateFee_read
11597  * Signature: ([B)J
11598  */
11599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFee_1read
11600   (JNIEnv *, jclass, jbyteArray);
11601
11602 /*
11603  * Class:     org_ldk_impl_bindings
11604  * Method:    UpdateFulfillHTLC_write
11605  * Signature: (J)[B
11606  */
11607 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1write
11608   (JNIEnv *, jclass, jlong);
11609
11610 /*
11611  * Class:     org_ldk_impl_bindings
11612  * Method:    UpdateFulfillHTLC_read
11613  * Signature: ([B)J
11614  */
11615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1read
11616   (JNIEnv *, jclass, jbyteArray);
11617
11618 /*
11619  * Class:     org_ldk_impl_bindings
11620  * Method:    UpdateAddHTLC_write
11621  * Signature: (J)[B
11622  */
11623 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1write
11624   (JNIEnv *, jclass, jlong);
11625
11626 /*
11627  * Class:     org_ldk_impl_bindings
11628  * Method:    UpdateAddHTLC_read
11629  * Signature: ([B)J
11630  */
11631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1read
11632   (JNIEnv *, jclass, jbyteArray);
11633
11634 /*
11635  * Class:     org_ldk_impl_bindings
11636  * Method:    Ping_write
11637  * Signature: (J)[B
11638  */
11639 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Ping_1write
11640   (JNIEnv *, jclass, jlong);
11641
11642 /*
11643  * Class:     org_ldk_impl_bindings
11644  * Method:    Ping_read
11645  * Signature: ([B)J
11646  */
11647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Ping_1read
11648   (JNIEnv *, jclass, jbyteArray);
11649
11650 /*
11651  * Class:     org_ldk_impl_bindings
11652  * Method:    Pong_write
11653  * Signature: (J)[B
11654  */
11655 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Pong_1write
11656   (JNIEnv *, jclass, jlong);
11657
11658 /*
11659  * Class:     org_ldk_impl_bindings
11660  * Method:    Pong_read
11661  * Signature: ([B)J
11662  */
11663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Pong_1read
11664   (JNIEnv *, jclass, jbyteArray);
11665
11666 /*
11667  * Class:     org_ldk_impl_bindings
11668  * Method:    UnsignedChannelAnnouncement_write
11669  * Signature: (J)[B
11670  */
11671 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1write
11672   (JNIEnv *, jclass, jlong);
11673
11674 /*
11675  * Class:     org_ldk_impl_bindings
11676  * Method:    UnsignedChannelAnnouncement_read
11677  * Signature: ([B)J
11678  */
11679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1read
11680   (JNIEnv *, jclass, jbyteArray);
11681
11682 /*
11683  * Class:     org_ldk_impl_bindings
11684  * Method:    ChannelAnnouncement_write
11685  * Signature: (J)[B
11686  */
11687 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1write
11688   (JNIEnv *, jclass, jlong);
11689
11690 /*
11691  * Class:     org_ldk_impl_bindings
11692  * Method:    ChannelAnnouncement_read
11693  * Signature: ([B)J
11694  */
11695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1read
11696   (JNIEnv *, jclass, jbyteArray);
11697
11698 /*
11699  * Class:     org_ldk_impl_bindings
11700  * Method:    UnsignedChannelUpdate_write
11701  * Signature: (J)[B
11702  */
11703 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1write
11704   (JNIEnv *, jclass, jlong);
11705
11706 /*
11707  * Class:     org_ldk_impl_bindings
11708  * Method:    UnsignedChannelUpdate_read
11709  * Signature: ([B)J
11710  */
11711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1read
11712   (JNIEnv *, jclass, jbyteArray);
11713
11714 /*
11715  * Class:     org_ldk_impl_bindings
11716  * Method:    ChannelUpdate_write
11717  * Signature: (J)[B
11718  */
11719 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1write
11720   (JNIEnv *, jclass, jlong);
11721
11722 /*
11723  * Class:     org_ldk_impl_bindings
11724  * Method:    ChannelUpdate_read
11725  * Signature: ([B)J
11726  */
11727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1read
11728   (JNIEnv *, jclass, jbyteArray);
11729
11730 /*
11731  * Class:     org_ldk_impl_bindings
11732  * Method:    ErrorMessage_write
11733  * Signature: (J)[B
11734  */
11735 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1write
11736   (JNIEnv *, jclass, jlong);
11737
11738 /*
11739  * Class:     org_ldk_impl_bindings
11740  * Method:    ErrorMessage_read
11741  * Signature: ([B)J
11742  */
11743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1read
11744   (JNIEnv *, jclass, jbyteArray);
11745
11746 /*
11747  * Class:     org_ldk_impl_bindings
11748  * Method:    UnsignedNodeAnnouncement_write
11749  * Signature: (J)[B
11750  */
11751 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1write
11752   (JNIEnv *, jclass, jlong);
11753
11754 /*
11755  * Class:     org_ldk_impl_bindings
11756  * Method:    UnsignedNodeAnnouncement_read
11757  * Signature: ([B)J
11758  */
11759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1read
11760   (JNIEnv *, jclass, jbyteArray);
11761
11762 /*
11763  * Class:     org_ldk_impl_bindings
11764  * Method:    NodeAnnouncement_write
11765  * Signature: (J)[B
11766  */
11767 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1write
11768   (JNIEnv *, jclass, jlong);
11769
11770 /*
11771  * Class:     org_ldk_impl_bindings
11772  * Method:    NodeAnnouncement_read
11773  * Signature: ([B)J
11774  */
11775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1read
11776   (JNIEnv *, jclass, jbyteArray);
11777
11778 /*
11779  * Class:     org_ldk_impl_bindings
11780  * Method:    QueryShortChannelIds_read
11781  * Signature: ([B)J
11782  */
11783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1read
11784   (JNIEnv *, jclass, jbyteArray);
11785
11786 /*
11787  * Class:     org_ldk_impl_bindings
11788  * Method:    QueryShortChannelIds_write
11789  * Signature: (J)[B
11790  */
11791 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1write
11792   (JNIEnv *, jclass, jlong);
11793
11794 /*
11795  * Class:     org_ldk_impl_bindings
11796  * Method:    ReplyShortChannelIdsEnd_read
11797  * Signature: ([B)J
11798  */
11799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1read
11800   (JNIEnv *, jclass, jbyteArray);
11801
11802 /*
11803  * Class:     org_ldk_impl_bindings
11804  * Method:    ReplyShortChannelIdsEnd_write
11805  * Signature: (J)[B
11806  */
11807 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1write
11808   (JNIEnv *, jclass, jlong);
11809
11810 /*
11811  * Class:     org_ldk_impl_bindings
11812  * Method:    QueryChannelRange_end_blocknum
11813  * Signature: (J)I
11814  */
11815 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1end_1blocknum
11816   (JNIEnv *, jclass, jlong);
11817
11818 /*
11819  * Class:     org_ldk_impl_bindings
11820  * Method:    QueryChannelRange_read
11821  * Signature: ([B)J
11822  */
11823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1read
11824   (JNIEnv *, jclass, jbyteArray);
11825
11826 /*
11827  * Class:     org_ldk_impl_bindings
11828  * Method:    QueryChannelRange_write
11829  * Signature: (J)[B
11830  */
11831 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1write
11832   (JNIEnv *, jclass, jlong);
11833
11834 /*
11835  * Class:     org_ldk_impl_bindings
11836  * Method:    ReplyChannelRange_read
11837  * Signature: ([B)J
11838  */
11839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1read
11840   (JNIEnv *, jclass, jbyteArray);
11841
11842 /*
11843  * Class:     org_ldk_impl_bindings
11844  * Method:    ReplyChannelRange_write
11845  * Signature: (J)[B
11846  */
11847 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1write
11848   (JNIEnv *, jclass, jlong);
11849
11850 /*
11851  * Class:     org_ldk_impl_bindings
11852  * Method:    GossipTimestampFilter_read
11853  * Signature: ([B)J
11854  */
11855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1read
11856   (JNIEnv *, jclass, jbyteArray);
11857
11858 /*
11859  * Class:     org_ldk_impl_bindings
11860  * Method:    GossipTimestampFilter_write
11861  * Signature: (J)[B
11862  */
11863 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1write
11864   (JNIEnv *, jclass, jlong);
11865
11866 /*
11867  * Class:     org_ldk_impl_bindings
11868  * Method:    IgnoringMessageHandler_free
11869  * Signature: (J)V
11870  */
11871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1free
11872   (JNIEnv *, jclass, jlong);
11873
11874 /*
11875  * Class:     org_ldk_impl_bindings
11876  * Method:    IgnoringMessageHandler_new
11877  * Signature: ()J
11878  */
11879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1new
11880   (JNIEnv *, jclass);
11881
11882 /*
11883  * Class:     org_ldk_impl_bindings
11884  * Method:    IgnoringMessageHandler_as_MessageSendEventsProvider
11885  * Signature: (J)J
11886  */
11887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1as_1MessageSendEventsProvider
11888   (JNIEnv *, jclass, jlong);
11889
11890 /*
11891  * Class:     org_ldk_impl_bindings
11892  * Method:    IgnoringMessageHandler_as_RoutingMessageHandler
11893  * Signature: (J)J
11894  */
11895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1as_1RoutingMessageHandler
11896   (JNIEnv *, jclass, jlong);
11897
11898 /*
11899  * Class:     org_ldk_impl_bindings
11900  * Method:    ErroringMessageHandler_free
11901  * Signature: (J)V
11902  */
11903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErroringMessageHandler_1free
11904   (JNIEnv *, jclass, jlong);
11905
11906 /*
11907  * Class:     org_ldk_impl_bindings
11908  * Method:    ErroringMessageHandler_new
11909  * Signature: ()J
11910  */
11911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErroringMessageHandler_1new
11912   (JNIEnv *, jclass);
11913
11914 /*
11915  * Class:     org_ldk_impl_bindings
11916  * Method:    ErroringMessageHandler_as_MessageSendEventsProvider
11917  * Signature: (J)J
11918  */
11919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErroringMessageHandler_1as_1MessageSendEventsProvider
11920   (JNIEnv *, jclass, jlong);
11921
11922 /*
11923  * Class:     org_ldk_impl_bindings
11924  * Method:    ErroringMessageHandler_as_ChannelMessageHandler
11925  * Signature: (J)J
11926  */
11927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErroringMessageHandler_1as_1ChannelMessageHandler
11928   (JNIEnv *, jclass, jlong);
11929
11930 /*
11931  * Class:     org_ldk_impl_bindings
11932  * Method:    MessageHandler_free
11933  * Signature: (J)V
11934  */
11935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageHandler_1free
11936   (JNIEnv *, jclass, jlong);
11937
11938 /*
11939  * Class:     org_ldk_impl_bindings
11940  * Method:    MessageHandler_get_chan_handler
11941  * Signature: (J)J
11942  */
11943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageHandler_1get_1chan_1handler
11944   (JNIEnv *, jclass, jlong);
11945
11946 /*
11947  * Class:     org_ldk_impl_bindings
11948  * Method:    MessageHandler_set_chan_handler
11949  * Signature: (JJ)V
11950  */
11951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageHandler_1set_1chan_1handler
11952   (JNIEnv *, jclass, jlong, jlong);
11953
11954 /*
11955  * Class:     org_ldk_impl_bindings
11956  * Method:    MessageHandler_get_route_handler
11957  * Signature: (J)J
11958  */
11959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageHandler_1get_1route_1handler
11960   (JNIEnv *, jclass, jlong);
11961
11962 /*
11963  * Class:     org_ldk_impl_bindings
11964  * Method:    MessageHandler_set_route_handler
11965  * Signature: (JJ)V
11966  */
11967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageHandler_1set_1route_1handler
11968   (JNIEnv *, jclass, jlong, jlong);
11969
11970 /*
11971  * Class:     org_ldk_impl_bindings
11972  * Method:    MessageHandler_new
11973  * Signature: (JJ)J
11974  */
11975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageHandler_1new
11976   (JNIEnv *, jclass, jlong, jlong);
11977
11978 /*
11979  * Class:     org_ldk_impl_bindings
11980  * Method:    SocketDescriptor_clone
11981  * Signature: (J)J
11982  */
11983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1clone
11984   (JNIEnv *, jclass, jlong);
11985
11986 /*
11987  * Class:     org_ldk_impl_bindings
11988  * Method:    SocketDescriptor_free
11989  * Signature: (J)V
11990  */
11991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1free
11992   (JNIEnv *, jclass, jlong);
11993
11994 /*
11995  * Class:     org_ldk_impl_bindings
11996  * Method:    PeerHandleError_free
11997  * Signature: (J)V
11998  */
11999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1free
12000   (JNIEnv *, jclass, jlong);
12001
12002 /*
12003  * Class:     org_ldk_impl_bindings
12004  * Method:    PeerHandleError_get_no_connection_possible
12005  * Signature: (J)Z
12006  */
12007 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1get_1no_1connection_1possible
12008   (JNIEnv *, jclass, jlong);
12009
12010 /*
12011  * Class:     org_ldk_impl_bindings
12012  * Method:    PeerHandleError_set_no_connection_possible
12013  * Signature: (JZ)V
12014  */
12015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1set_1no_1connection_1possible
12016   (JNIEnv *, jclass, jlong, jboolean);
12017
12018 /*
12019  * Class:     org_ldk_impl_bindings
12020  * Method:    PeerHandleError_new
12021  * Signature: (Z)J
12022  */
12023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1new
12024   (JNIEnv *, jclass, jboolean);
12025
12026 /*
12027  * Class:     org_ldk_impl_bindings
12028  * Method:    PeerHandleError_clone
12029  * Signature: (J)J
12030  */
12031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1clone
12032   (JNIEnv *, jclass, jlong);
12033
12034 /*
12035  * Class:     org_ldk_impl_bindings
12036  * Method:    PeerManager_free
12037  * Signature: (J)V
12038  */
12039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1free
12040   (JNIEnv *, jclass, jlong);
12041
12042 /*
12043  * Class:     org_ldk_impl_bindings
12044  * Method:    PeerManager_new
12045  * Signature: (J[B[BJ)J
12046  */
12047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1new
12048   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jlong);
12049
12050 /*
12051  * Class:     org_ldk_impl_bindings
12052  * Method:    PeerManager_get_peer_node_ids
12053  * Signature: (J)[[B
12054  */
12055 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_PeerManager_1get_1peer_1node_1ids
12056   (JNIEnv *, jclass, jlong);
12057
12058 /*
12059  * Class:     org_ldk_impl_bindings
12060  * Method:    PeerManager_new_outbound_connection
12061  * Signature: (J[BJ)J
12062  */
12063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1new_1outbound_1connection
12064   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
12065
12066 /*
12067  * Class:     org_ldk_impl_bindings
12068  * Method:    PeerManager_new_inbound_connection
12069  * Signature: (JJ)J
12070  */
12071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1new_1inbound_1connection
12072   (JNIEnv *, jclass, jlong, jlong);
12073
12074 /*
12075  * Class:     org_ldk_impl_bindings
12076  * Method:    PeerManager_write_buffer_space_avail
12077  * Signature: (JJ)J
12078  */
12079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1write_1buffer_1space_1avail
12080   (JNIEnv *, jclass, jlong, jlong);
12081
12082 /*
12083  * Class:     org_ldk_impl_bindings
12084  * Method:    PeerManager_read_event
12085  * Signature: (JJ[B)J
12086  */
12087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1read_1event
12088   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
12089
12090 /*
12091  * Class:     org_ldk_impl_bindings
12092  * Method:    PeerManager_process_events
12093  * Signature: (J)V
12094  */
12095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1process_1events
12096   (JNIEnv *, jclass, jlong);
12097
12098 /*
12099  * Class:     org_ldk_impl_bindings
12100  * Method:    PeerManager_socket_disconnected
12101  * Signature: (JJ)V
12102  */
12103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1socket_1disconnected
12104   (JNIEnv *, jclass, jlong, jlong);
12105
12106 /*
12107  * Class:     org_ldk_impl_bindings
12108  * Method:    PeerManager_disconnect_by_node_id
12109  * Signature: (J[BZ)V
12110  */
12111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1disconnect_1by_1node_1id
12112   (JNIEnv *, jclass, jlong, jbyteArray, jboolean);
12113
12114 /*
12115  * Class:     org_ldk_impl_bindings
12116  * Method:    PeerManager_timer_tick_occurred
12117  * Signature: (J)V
12118  */
12119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1timer_1tick_1occurred
12120   (JNIEnv *, jclass, jlong);
12121
12122 /*
12123  * Class:     org_ldk_impl_bindings
12124  * Method:    build_commitment_secret
12125  * Signature: ([BJ)[B
12126  */
12127 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_build_1commitment_1secret
12128   (JNIEnv *, jclass, jbyteArray, jlong);
12129
12130 /*
12131  * Class:     org_ldk_impl_bindings
12132  * Method:    derive_private_key
12133  * Signature: ([B[B)J
12134  */
12135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_derive_1private_1key
12136   (JNIEnv *, jclass, jbyteArray, jbyteArray);
12137
12138 /*
12139  * Class:     org_ldk_impl_bindings
12140  * Method:    derive_public_key
12141  * Signature: ([B[B)J
12142  */
12143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_derive_1public_1key
12144   (JNIEnv *, jclass, jbyteArray, jbyteArray);
12145
12146 /*
12147  * Class:     org_ldk_impl_bindings
12148  * Method:    derive_private_revocation_key
12149  * Signature: ([B[B)J
12150  */
12151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_derive_1private_1revocation_1key
12152   (JNIEnv *, jclass, jbyteArray, jbyteArray);
12153
12154 /*
12155  * Class:     org_ldk_impl_bindings
12156  * Method:    derive_public_revocation_key
12157  * Signature: ([B[B)J
12158  */
12159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_derive_1public_1revocation_1key
12160   (JNIEnv *, jclass, jbyteArray, jbyteArray);
12161
12162 /*
12163  * Class:     org_ldk_impl_bindings
12164  * Method:    TxCreationKeys_free
12165  * Signature: (J)V
12166  */
12167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1free
12168   (JNIEnv *, jclass, jlong);
12169
12170 /*
12171  * Class:     org_ldk_impl_bindings
12172  * Method:    TxCreationKeys_get_per_commitment_point
12173  * Signature: (J)[B
12174  */
12175 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1per_1commitment_1point
12176   (JNIEnv *, jclass, jlong);
12177
12178 /*
12179  * Class:     org_ldk_impl_bindings
12180  * Method:    TxCreationKeys_set_per_commitment_point
12181  * Signature: (J[B)V
12182  */
12183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1per_1commitment_1point
12184   (JNIEnv *, jclass, jlong, jbyteArray);
12185
12186 /*
12187  * Class:     org_ldk_impl_bindings
12188  * Method:    TxCreationKeys_get_revocation_key
12189  * Signature: (J)[B
12190  */
12191 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1revocation_1key
12192   (JNIEnv *, jclass, jlong);
12193
12194 /*
12195  * Class:     org_ldk_impl_bindings
12196  * Method:    TxCreationKeys_set_revocation_key
12197  * Signature: (J[B)V
12198  */
12199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1revocation_1key
12200   (JNIEnv *, jclass, jlong, jbyteArray);
12201
12202 /*
12203  * Class:     org_ldk_impl_bindings
12204  * Method:    TxCreationKeys_get_broadcaster_htlc_key
12205  * Signature: (J)[B
12206  */
12207 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1broadcaster_1htlc_1key
12208   (JNIEnv *, jclass, jlong);
12209
12210 /*
12211  * Class:     org_ldk_impl_bindings
12212  * Method:    TxCreationKeys_set_broadcaster_htlc_key
12213  * Signature: (J[B)V
12214  */
12215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1broadcaster_1htlc_1key
12216   (JNIEnv *, jclass, jlong, jbyteArray);
12217
12218 /*
12219  * Class:     org_ldk_impl_bindings
12220  * Method:    TxCreationKeys_get_countersignatory_htlc_key
12221  * Signature: (J)[B
12222  */
12223 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1countersignatory_1htlc_1key
12224   (JNIEnv *, jclass, jlong);
12225
12226 /*
12227  * Class:     org_ldk_impl_bindings
12228  * Method:    TxCreationKeys_set_countersignatory_htlc_key
12229  * Signature: (J[B)V
12230  */
12231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1countersignatory_1htlc_1key
12232   (JNIEnv *, jclass, jlong, jbyteArray);
12233
12234 /*
12235  * Class:     org_ldk_impl_bindings
12236  * Method:    TxCreationKeys_get_broadcaster_delayed_payment_key
12237  * Signature: (J)[B
12238  */
12239 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1broadcaster_1delayed_1payment_1key
12240   (JNIEnv *, jclass, jlong);
12241
12242 /*
12243  * Class:     org_ldk_impl_bindings
12244  * Method:    TxCreationKeys_set_broadcaster_delayed_payment_key
12245  * Signature: (J[B)V
12246  */
12247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1broadcaster_1delayed_1payment_1key
12248   (JNIEnv *, jclass, jlong, jbyteArray);
12249
12250 /*
12251  * Class:     org_ldk_impl_bindings
12252  * Method:    TxCreationKeys_new
12253  * Signature: ([B[B[B[B[B)J
12254  */
12255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1new
12256   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray);
12257
12258 /*
12259  * Class:     org_ldk_impl_bindings
12260  * Method:    TxCreationKeys_clone
12261  * Signature: (J)J
12262  */
12263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1clone
12264   (JNIEnv *, jclass, jlong);
12265
12266 /*
12267  * Class:     org_ldk_impl_bindings
12268  * Method:    TxCreationKeys_write
12269  * Signature: (J)[B
12270  */
12271 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1write
12272   (JNIEnv *, jclass, jlong);
12273
12274 /*
12275  * Class:     org_ldk_impl_bindings
12276  * Method:    TxCreationKeys_read
12277  * Signature: ([B)J
12278  */
12279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1read
12280   (JNIEnv *, jclass, jbyteArray);
12281
12282 /*
12283  * Class:     org_ldk_impl_bindings
12284  * Method:    ChannelPublicKeys_free
12285  * Signature: (J)V
12286  */
12287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1free
12288   (JNIEnv *, jclass, jlong);
12289
12290 /*
12291  * Class:     org_ldk_impl_bindings
12292  * Method:    ChannelPublicKeys_get_funding_pubkey
12293  * Signature: (J)[B
12294  */
12295 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1funding_1pubkey
12296   (JNIEnv *, jclass, jlong);
12297
12298 /*
12299  * Class:     org_ldk_impl_bindings
12300  * Method:    ChannelPublicKeys_set_funding_pubkey
12301  * Signature: (J[B)V
12302  */
12303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1funding_1pubkey
12304   (JNIEnv *, jclass, jlong, jbyteArray);
12305
12306 /*
12307  * Class:     org_ldk_impl_bindings
12308  * Method:    ChannelPublicKeys_get_revocation_basepoint
12309  * Signature: (J)[B
12310  */
12311 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1revocation_1basepoint
12312   (JNIEnv *, jclass, jlong);
12313
12314 /*
12315  * Class:     org_ldk_impl_bindings
12316  * Method:    ChannelPublicKeys_set_revocation_basepoint
12317  * Signature: (J[B)V
12318  */
12319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1revocation_1basepoint
12320   (JNIEnv *, jclass, jlong, jbyteArray);
12321
12322 /*
12323  * Class:     org_ldk_impl_bindings
12324  * Method:    ChannelPublicKeys_get_payment_point
12325  * Signature: (J)[B
12326  */
12327 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1payment_1point
12328   (JNIEnv *, jclass, jlong);
12329
12330 /*
12331  * Class:     org_ldk_impl_bindings
12332  * Method:    ChannelPublicKeys_set_payment_point
12333  * Signature: (J[B)V
12334  */
12335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1payment_1point
12336   (JNIEnv *, jclass, jlong, jbyteArray);
12337
12338 /*
12339  * Class:     org_ldk_impl_bindings
12340  * Method:    ChannelPublicKeys_get_delayed_payment_basepoint
12341  * Signature: (J)[B
12342  */
12343 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1delayed_1payment_1basepoint
12344   (JNIEnv *, jclass, jlong);
12345
12346 /*
12347  * Class:     org_ldk_impl_bindings
12348  * Method:    ChannelPublicKeys_set_delayed_payment_basepoint
12349  * Signature: (J[B)V
12350  */
12351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1delayed_1payment_1basepoint
12352   (JNIEnv *, jclass, jlong, jbyteArray);
12353
12354 /*
12355  * Class:     org_ldk_impl_bindings
12356  * Method:    ChannelPublicKeys_get_htlc_basepoint
12357  * Signature: (J)[B
12358  */
12359 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1htlc_1basepoint
12360   (JNIEnv *, jclass, jlong);
12361
12362 /*
12363  * Class:     org_ldk_impl_bindings
12364  * Method:    ChannelPublicKeys_set_htlc_basepoint
12365  * Signature: (J[B)V
12366  */
12367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1htlc_1basepoint
12368   (JNIEnv *, jclass, jlong, jbyteArray);
12369
12370 /*
12371  * Class:     org_ldk_impl_bindings
12372  * Method:    ChannelPublicKeys_new
12373  * Signature: ([B[B[B[B[B)J
12374  */
12375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1new
12376   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray);
12377
12378 /*
12379  * Class:     org_ldk_impl_bindings
12380  * Method:    ChannelPublicKeys_clone
12381  * Signature: (J)J
12382  */
12383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1clone
12384   (JNIEnv *, jclass, jlong);
12385
12386 /*
12387  * Class:     org_ldk_impl_bindings
12388  * Method:    ChannelPublicKeys_write
12389  * Signature: (J)[B
12390  */
12391 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1write
12392   (JNIEnv *, jclass, jlong);
12393
12394 /*
12395  * Class:     org_ldk_impl_bindings
12396  * Method:    ChannelPublicKeys_read
12397  * Signature: ([B)J
12398  */
12399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1read
12400   (JNIEnv *, jclass, jbyteArray);
12401
12402 /*
12403  * Class:     org_ldk_impl_bindings
12404  * Method:    TxCreationKeys_derive_new
12405  * Signature: ([B[B[B[B[B)J
12406  */
12407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1derive_1new
12408   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray);
12409
12410 /*
12411  * Class:     org_ldk_impl_bindings
12412  * Method:    TxCreationKeys_from_channel_static_keys
12413  * Signature: ([BJJ)J
12414  */
12415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1from_1channel_1static_1keys
12416   (JNIEnv *, jclass, jbyteArray, jlong, jlong);
12417
12418 /*
12419  * Class:     org_ldk_impl_bindings
12420  * Method:    get_revokeable_redeemscript
12421  * Signature: ([BS[B)[B
12422  */
12423 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_get_1revokeable_1redeemscript
12424   (JNIEnv *, jclass, jbyteArray, jshort, jbyteArray);
12425
12426 /*
12427  * Class:     org_ldk_impl_bindings
12428  * Method:    HTLCOutputInCommitment_free
12429  * Signature: (J)V
12430  */
12431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1free
12432   (JNIEnv *, jclass, jlong);
12433
12434 /*
12435  * Class:     org_ldk_impl_bindings
12436  * Method:    HTLCOutputInCommitment_get_offered
12437  * Signature: (J)Z
12438  */
12439 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1offered
12440   (JNIEnv *, jclass, jlong);
12441
12442 /*
12443  * Class:     org_ldk_impl_bindings
12444  * Method:    HTLCOutputInCommitment_set_offered
12445  * Signature: (JZ)V
12446  */
12447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1offered
12448   (JNIEnv *, jclass, jlong, jboolean);
12449
12450 /*
12451  * Class:     org_ldk_impl_bindings
12452  * Method:    HTLCOutputInCommitment_get_amount_msat
12453  * Signature: (J)J
12454  */
12455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1amount_1msat
12456   (JNIEnv *, jclass, jlong);
12457
12458 /*
12459  * Class:     org_ldk_impl_bindings
12460  * Method:    HTLCOutputInCommitment_set_amount_msat
12461  * Signature: (JJ)V
12462  */
12463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1amount_1msat
12464   (JNIEnv *, jclass, jlong, jlong);
12465
12466 /*
12467  * Class:     org_ldk_impl_bindings
12468  * Method:    HTLCOutputInCommitment_get_cltv_expiry
12469  * Signature: (J)I
12470  */
12471 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1cltv_1expiry
12472   (JNIEnv *, jclass, jlong);
12473
12474 /*
12475  * Class:     org_ldk_impl_bindings
12476  * Method:    HTLCOutputInCommitment_set_cltv_expiry
12477  * Signature: (JI)V
12478  */
12479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1cltv_1expiry
12480   (JNIEnv *, jclass, jlong, jint);
12481
12482 /*
12483  * Class:     org_ldk_impl_bindings
12484  * Method:    HTLCOutputInCommitment_get_payment_hash
12485  * Signature: (J)[B
12486  */
12487 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1payment_1hash
12488   (JNIEnv *, jclass, jlong);
12489
12490 /*
12491  * Class:     org_ldk_impl_bindings
12492  * Method:    HTLCOutputInCommitment_set_payment_hash
12493  * Signature: (J[B)V
12494  */
12495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1payment_1hash
12496   (JNIEnv *, jclass, jlong, jbyteArray);
12497
12498 /*
12499  * Class:     org_ldk_impl_bindings
12500  * Method:    HTLCOutputInCommitment_get_transaction_output_index
12501  * Signature: (J)J
12502  */
12503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1transaction_1output_1index
12504   (JNIEnv *, jclass, jlong);
12505
12506 /*
12507  * Class:     org_ldk_impl_bindings
12508  * Method:    HTLCOutputInCommitment_set_transaction_output_index
12509  * Signature: (JJ)V
12510  */
12511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1transaction_1output_1index
12512   (JNIEnv *, jclass, jlong, jlong);
12513
12514 /*
12515  * Class:     org_ldk_impl_bindings
12516  * Method:    HTLCOutputInCommitment_new
12517  * Signature: (ZJI[BJ)J
12518  */
12519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1new
12520   (JNIEnv *, jclass, jboolean, jlong, jint, jbyteArray, jlong);
12521
12522 /*
12523  * Class:     org_ldk_impl_bindings
12524  * Method:    HTLCOutputInCommitment_clone
12525  * Signature: (J)J
12526  */
12527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1clone
12528   (JNIEnv *, jclass, jlong);
12529
12530 /*
12531  * Class:     org_ldk_impl_bindings
12532  * Method:    HTLCOutputInCommitment_write
12533  * Signature: (J)[B
12534  */
12535 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1write
12536   (JNIEnv *, jclass, jlong);
12537
12538 /*
12539  * Class:     org_ldk_impl_bindings
12540  * Method:    HTLCOutputInCommitment_read
12541  * Signature: ([B)J
12542  */
12543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1read
12544   (JNIEnv *, jclass, jbyteArray);
12545
12546 /*
12547  * Class:     org_ldk_impl_bindings
12548  * Method:    get_htlc_redeemscript
12549  * Signature: (JJ)[B
12550  */
12551 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_get_1htlc_1redeemscript
12552   (JNIEnv *, jclass, jlong, jlong);
12553
12554 /*
12555  * Class:     org_ldk_impl_bindings
12556  * Method:    make_funding_redeemscript
12557  * Signature: ([B[B)[B
12558  */
12559 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_make_1funding_1redeemscript
12560   (JNIEnv *, jclass, jbyteArray, jbyteArray);
12561
12562 /*
12563  * Class:     org_ldk_impl_bindings
12564  * Method:    build_htlc_transaction
12565  * Signature: ([BISJ[B[B)[B
12566  */
12567 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_build_1htlc_1transaction
12568   (JNIEnv *, jclass, jbyteArray, jint, jshort, jlong, jbyteArray, jbyteArray);
12569
12570 /*
12571  * Class:     org_ldk_impl_bindings
12572  * Method:    ChannelTransactionParameters_free
12573  * Signature: (J)V
12574  */
12575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1free
12576   (JNIEnv *, jclass, jlong);
12577
12578 /*
12579  * Class:     org_ldk_impl_bindings
12580  * Method:    ChannelTransactionParameters_get_holder_pubkeys
12581  * Signature: (J)J
12582  */
12583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1holder_1pubkeys
12584   (JNIEnv *, jclass, jlong);
12585
12586 /*
12587  * Class:     org_ldk_impl_bindings
12588  * Method:    ChannelTransactionParameters_set_holder_pubkeys
12589  * Signature: (JJ)V
12590  */
12591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1holder_1pubkeys
12592   (JNIEnv *, jclass, jlong, jlong);
12593
12594 /*
12595  * Class:     org_ldk_impl_bindings
12596  * Method:    ChannelTransactionParameters_get_holder_selected_contest_delay
12597  * Signature: (J)S
12598  */
12599 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1holder_1selected_1contest_1delay
12600   (JNIEnv *, jclass, jlong);
12601
12602 /*
12603  * Class:     org_ldk_impl_bindings
12604  * Method:    ChannelTransactionParameters_set_holder_selected_contest_delay
12605  * Signature: (JS)V
12606  */
12607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1holder_1selected_1contest_1delay
12608   (JNIEnv *, jclass, jlong, jshort);
12609
12610 /*
12611  * Class:     org_ldk_impl_bindings
12612  * Method:    ChannelTransactionParameters_get_is_outbound_from_holder
12613  * Signature: (J)Z
12614  */
12615 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1is_1outbound_1from_1holder
12616   (JNIEnv *, jclass, jlong);
12617
12618 /*
12619  * Class:     org_ldk_impl_bindings
12620  * Method:    ChannelTransactionParameters_set_is_outbound_from_holder
12621  * Signature: (JZ)V
12622  */
12623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1is_1outbound_1from_1holder
12624   (JNIEnv *, jclass, jlong, jboolean);
12625
12626 /*
12627  * Class:     org_ldk_impl_bindings
12628  * Method:    ChannelTransactionParameters_get_counterparty_parameters
12629  * Signature: (J)J
12630  */
12631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1counterparty_1parameters
12632   (JNIEnv *, jclass, jlong);
12633
12634 /*
12635  * Class:     org_ldk_impl_bindings
12636  * Method:    ChannelTransactionParameters_set_counterparty_parameters
12637  * Signature: (JJ)V
12638  */
12639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1counterparty_1parameters
12640   (JNIEnv *, jclass, jlong, jlong);
12641
12642 /*
12643  * Class:     org_ldk_impl_bindings
12644  * Method:    ChannelTransactionParameters_get_funding_outpoint
12645  * Signature: (J)J
12646  */
12647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1funding_1outpoint
12648   (JNIEnv *, jclass, jlong);
12649
12650 /*
12651  * Class:     org_ldk_impl_bindings
12652  * Method:    ChannelTransactionParameters_set_funding_outpoint
12653  * Signature: (JJ)V
12654  */
12655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1funding_1outpoint
12656   (JNIEnv *, jclass, jlong, jlong);
12657
12658 /*
12659  * Class:     org_ldk_impl_bindings
12660  * Method:    ChannelTransactionParameters_new
12661  * Signature: (JSZJJ)J
12662  */
12663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1new
12664   (JNIEnv *, jclass, jlong, jshort, jboolean, jlong, jlong);
12665
12666 /*
12667  * Class:     org_ldk_impl_bindings
12668  * Method:    ChannelTransactionParameters_clone
12669  * Signature: (J)J
12670  */
12671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1clone
12672   (JNIEnv *, jclass, jlong);
12673
12674 /*
12675  * Class:     org_ldk_impl_bindings
12676  * Method:    CounterpartyChannelTransactionParameters_free
12677  * Signature: (J)V
12678  */
12679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1free
12680   (JNIEnv *, jclass, jlong);
12681
12682 /*
12683  * Class:     org_ldk_impl_bindings
12684  * Method:    CounterpartyChannelTransactionParameters_get_pubkeys
12685  * Signature: (J)J
12686  */
12687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1get_1pubkeys
12688   (JNIEnv *, jclass, jlong);
12689
12690 /*
12691  * Class:     org_ldk_impl_bindings
12692  * Method:    CounterpartyChannelTransactionParameters_set_pubkeys
12693  * Signature: (JJ)V
12694  */
12695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1set_1pubkeys
12696   (JNIEnv *, jclass, jlong, jlong);
12697
12698 /*
12699  * Class:     org_ldk_impl_bindings
12700  * Method:    CounterpartyChannelTransactionParameters_get_selected_contest_delay
12701  * Signature: (J)S
12702  */
12703 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1get_1selected_1contest_1delay
12704   (JNIEnv *, jclass, jlong);
12705
12706 /*
12707  * Class:     org_ldk_impl_bindings
12708  * Method:    CounterpartyChannelTransactionParameters_set_selected_contest_delay
12709  * Signature: (JS)V
12710  */
12711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1set_1selected_1contest_1delay
12712   (JNIEnv *, jclass, jlong, jshort);
12713
12714 /*
12715  * Class:     org_ldk_impl_bindings
12716  * Method:    CounterpartyChannelTransactionParameters_new
12717  * Signature: (JS)J
12718  */
12719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1new
12720   (JNIEnv *, jclass, jlong, jshort);
12721
12722 /*
12723  * Class:     org_ldk_impl_bindings
12724  * Method:    CounterpartyChannelTransactionParameters_clone
12725  * Signature: (J)J
12726  */
12727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1clone
12728   (JNIEnv *, jclass, jlong);
12729
12730 /*
12731  * Class:     org_ldk_impl_bindings
12732  * Method:    ChannelTransactionParameters_is_populated
12733  * Signature: (J)Z
12734  */
12735 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1is_1populated
12736   (JNIEnv *, jclass, jlong);
12737
12738 /*
12739  * Class:     org_ldk_impl_bindings
12740  * Method:    ChannelTransactionParameters_as_holder_broadcastable
12741  * Signature: (J)J
12742  */
12743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1as_1holder_1broadcastable
12744   (JNIEnv *, jclass, jlong);
12745
12746 /*
12747  * Class:     org_ldk_impl_bindings
12748  * Method:    ChannelTransactionParameters_as_counterparty_broadcastable
12749  * Signature: (J)J
12750  */
12751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1as_1counterparty_1broadcastable
12752   (JNIEnv *, jclass, jlong);
12753
12754 /*
12755  * Class:     org_ldk_impl_bindings
12756  * Method:    CounterpartyChannelTransactionParameters_write
12757  * Signature: (J)[B
12758  */
12759 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1write
12760   (JNIEnv *, jclass, jlong);
12761
12762 /*
12763  * Class:     org_ldk_impl_bindings
12764  * Method:    CounterpartyChannelTransactionParameters_read
12765  * Signature: ([B)J
12766  */
12767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1read
12768   (JNIEnv *, jclass, jbyteArray);
12769
12770 /*
12771  * Class:     org_ldk_impl_bindings
12772  * Method:    ChannelTransactionParameters_write
12773  * Signature: (J)[B
12774  */
12775 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1write
12776   (JNIEnv *, jclass, jlong);
12777
12778 /*
12779  * Class:     org_ldk_impl_bindings
12780  * Method:    ChannelTransactionParameters_read
12781  * Signature: ([B)J
12782  */
12783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1read
12784   (JNIEnv *, jclass, jbyteArray);
12785
12786 /*
12787  * Class:     org_ldk_impl_bindings
12788  * Method:    DirectedChannelTransactionParameters_free
12789  * Signature: (J)V
12790  */
12791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1free
12792   (JNIEnv *, jclass, jlong);
12793
12794 /*
12795  * Class:     org_ldk_impl_bindings
12796  * Method:    DirectedChannelTransactionParameters_broadcaster_pubkeys
12797  * Signature: (J)J
12798  */
12799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1broadcaster_1pubkeys
12800   (JNIEnv *, jclass, jlong);
12801
12802 /*
12803  * Class:     org_ldk_impl_bindings
12804  * Method:    DirectedChannelTransactionParameters_countersignatory_pubkeys
12805  * Signature: (J)J
12806  */
12807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1countersignatory_1pubkeys
12808   (JNIEnv *, jclass, jlong);
12809
12810 /*
12811  * Class:     org_ldk_impl_bindings
12812  * Method:    DirectedChannelTransactionParameters_contest_delay
12813  * Signature: (J)S
12814  */
12815 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1contest_1delay
12816   (JNIEnv *, jclass, jlong);
12817
12818 /*
12819  * Class:     org_ldk_impl_bindings
12820  * Method:    DirectedChannelTransactionParameters_is_outbound
12821  * Signature: (J)Z
12822  */
12823 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1is_1outbound
12824   (JNIEnv *, jclass, jlong);
12825
12826 /*
12827  * Class:     org_ldk_impl_bindings
12828  * Method:    DirectedChannelTransactionParameters_funding_outpoint
12829  * Signature: (J)J
12830  */
12831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1funding_1outpoint
12832   (JNIEnv *, jclass, jlong);
12833
12834 /*
12835  * Class:     org_ldk_impl_bindings
12836  * Method:    HolderCommitmentTransaction_free
12837  * Signature: (J)V
12838  */
12839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1free
12840   (JNIEnv *, jclass, jlong);
12841
12842 /*
12843  * Class:     org_ldk_impl_bindings
12844  * Method:    HolderCommitmentTransaction_get_counterparty_sig
12845  * Signature: (J)[B
12846  */
12847 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1get_1counterparty_1sig
12848   (JNIEnv *, jclass, jlong);
12849
12850 /*
12851  * Class:     org_ldk_impl_bindings
12852  * Method:    HolderCommitmentTransaction_set_counterparty_sig
12853  * Signature: (J[B)V
12854  */
12855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1set_1counterparty_1sig
12856   (JNIEnv *, jclass, jlong, jbyteArray);
12857
12858 /*
12859  * Class:     org_ldk_impl_bindings
12860  * Method:    HolderCommitmentTransaction_set_counterparty_htlc_sigs
12861  * Signature: (J[[B)V
12862  */
12863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1set_1counterparty_1htlc_1sigs
12864   (JNIEnv *, jclass, jlong, jobjectArray);
12865
12866 /*
12867  * Class:     org_ldk_impl_bindings
12868  * Method:    HolderCommitmentTransaction_clone
12869  * Signature: (J)J
12870  */
12871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1clone
12872   (JNIEnv *, jclass, jlong);
12873
12874 /*
12875  * Class:     org_ldk_impl_bindings
12876  * Method:    HolderCommitmentTransaction_write
12877  * Signature: (J)[B
12878  */
12879 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1write
12880   (JNIEnv *, jclass, jlong);
12881
12882 /*
12883  * Class:     org_ldk_impl_bindings
12884  * Method:    HolderCommitmentTransaction_read
12885  * Signature: ([B)J
12886  */
12887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1read
12888   (JNIEnv *, jclass, jbyteArray);
12889
12890 /*
12891  * Class:     org_ldk_impl_bindings
12892  * Method:    HolderCommitmentTransaction_new
12893  * Signature: (J[B[[B[B[B)J
12894  */
12895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1new
12896   (JNIEnv *, jclass, jlong, jbyteArray, jobjectArray, jbyteArray, jbyteArray);
12897
12898 /*
12899  * Class:     org_ldk_impl_bindings
12900  * Method:    BuiltCommitmentTransaction_free
12901  * Signature: (J)V
12902  */
12903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1free
12904   (JNIEnv *, jclass, jlong);
12905
12906 /*
12907  * Class:     org_ldk_impl_bindings
12908  * Method:    BuiltCommitmentTransaction_get_transaction
12909  * Signature: (J)[B
12910  */
12911 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1get_1transaction
12912   (JNIEnv *, jclass, jlong);
12913
12914 /*
12915  * Class:     org_ldk_impl_bindings
12916  * Method:    BuiltCommitmentTransaction_set_transaction
12917  * Signature: (J[B)V
12918  */
12919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1set_1transaction
12920   (JNIEnv *, jclass, jlong, jbyteArray);
12921
12922 /*
12923  * Class:     org_ldk_impl_bindings
12924  * Method:    BuiltCommitmentTransaction_get_txid
12925  * Signature: (J)[B
12926  */
12927 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1get_1txid
12928   (JNIEnv *, jclass, jlong);
12929
12930 /*
12931  * Class:     org_ldk_impl_bindings
12932  * Method:    BuiltCommitmentTransaction_set_txid
12933  * Signature: (J[B)V
12934  */
12935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1set_1txid
12936   (JNIEnv *, jclass, jlong, jbyteArray);
12937
12938 /*
12939  * Class:     org_ldk_impl_bindings
12940  * Method:    BuiltCommitmentTransaction_new
12941  * Signature: ([B[B)J
12942  */
12943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1new
12944   (JNIEnv *, jclass, jbyteArray, jbyteArray);
12945
12946 /*
12947  * Class:     org_ldk_impl_bindings
12948  * Method:    BuiltCommitmentTransaction_clone
12949  * Signature: (J)J
12950  */
12951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1clone
12952   (JNIEnv *, jclass, jlong);
12953
12954 /*
12955  * Class:     org_ldk_impl_bindings
12956  * Method:    BuiltCommitmentTransaction_write
12957  * Signature: (J)[B
12958  */
12959 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1write
12960   (JNIEnv *, jclass, jlong);
12961
12962 /*
12963  * Class:     org_ldk_impl_bindings
12964  * Method:    BuiltCommitmentTransaction_read
12965  * Signature: ([B)J
12966  */
12967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1read
12968   (JNIEnv *, jclass, jbyteArray);
12969
12970 /*
12971  * Class:     org_ldk_impl_bindings
12972  * Method:    BuiltCommitmentTransaction_get_sighash_all
12973  * Signature: (J[BJ)[B
12974  */
12975 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1get_1sighash_1all
12976   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
12977
12978 /*
12979  * Class:     org_ldk_impl_bindings
12980  * Method:    BuiltCommitmentTransaction_sign
12981  * Signature: (J[B[BJ)[B
12982  */
12983 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1sign
12984   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jlong);
12985
12986 /*
12987  * Class:     org_ldk_impl_bindings
12988  * Method:    CommitmentTransaction_free
12989  * Signature: (J)V
12990  */
12991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1free
12992   (JNIEnv *, jclass, jlong);
12993
12994 /*
12995  * Class:     org_ldk_impl_bindings
12996  * Method:    CommitmentTransaction_clone
12997  * Signature: (J)J
12998  */
12999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1clone
13000   (JNIEnv *, jclass, jlong);
13001
13002 /*
13003  * Class:     org_ldk_impl_bindings
13004  * Method:    CommitmentTransaction_write
13005  * Signature: (J)[B
13006  */
13007 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1write
13008   (JNIEnv *, jclass, jlong);
13009
13010 /*
13011  * Class:     org_ldk_impl_bindings
13012  * Method:    CommitmentTransaction_read
13013  * Signature: ([B)J
13014  */
13015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1read
13016   (JNIEnv *, jclass, jbyteArray);
13017
13018 /*
13019  * Class:     org_ldk_impl_bindings
13020  * Method:    CommitmentTransaction_commitment_number
13021  * Signature: (J)J
13022  */
13023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1commitment_1number
13024   (JNIEnv *, jclass, jlong);
13025
13026 /*
13027  * Class:     org_ldk_impl_bindings
13028  * Method:    CommitmentTransaction_to_broadcaster_value_sat
13029  * Signature: (J)J
13030  */
13031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1to_1broadcaster_1value_1sat
13032   (JNIEnv *, jclass, jlong);
13033
13034 /*
13035  * Class:     org_ldk_impl_bindings
13036  * Method:    CommitmentTransaction_to_countersignatory_value_sat
13037  * Signature: (J)J
13038  */
13039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1to_1countersignatory_1value_1sat
13040   (JNIEnv *, jclass, jlong);
13041
13042 /*
13043  * Class:     org_ldk_impl_bindings
13044  * Method:    CommitmentTransaction_feerate_per_kw
13045  * Signature: (J)I
13046  */
13047 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1feerate_1per_1kw
13048   (JNIEnv *, jclass, jlong);
13049
13050 /*
13051  * Class:     org_ldk_impl_bindings
13052  * Method:    CommitmentTransaction_trust
13053  * Signature: (J)J
13054  */
13055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1trust
13056   (JNIEnv *, jclass, jlong);
13057
13058 /*
13059  * Class:     org_ldk_impl_bindings
13060  * Method:    CommitmentTransaction_verify
13061  * Signature: (JJJJ)J
13062  */
13063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1verify
13064   (JNIEnv *, jclass, jlong, jlong, jlong, jlong);
13065
13066 /*
13067  * Class:     org_ldk_impl_bindings
13068  * Method:    TrustedCommitmentTransaction_free
13069  * Signature: (J)V
13070  */
13071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TrustedCommitmentTransaction_1free
13072   (JNIEnv *, jclass, jlong);
13073
13074 /*
13075  * Class:     org_ldk_impl_bindings
13076  * Method:    TrustedCommitmentTransaction_txid
13077  * Signature: (J)[B
13078  */
13079 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TrustedCommitmentTransaction_1txid
13080   (JNIEnv *, jclass, jlong);
13081
13082 /*
13083  * Class:     org_ldk_impl_bindings
13084  * Method:    TrustedCommitmentTransaction_built_transaction
13085  * Signature: (J)J
13086  */
13087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TrustedCommitmentTransaction_1built_1transaction
13088   (JNIEnv *, jclass, jlong);
13089
13090 /*
13091  * Class:     org_ldk_impl_bindings
13092  * Method:    TrustedCommitmentTransaction_keys
13093  * Signature: (J)J
13094  */
13095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TrustedCommitmentTransaction_1keys
13096   (JNIEnv *, jclass, jlong);
13097
13098 /*
13099  * Class:     org_ldk_impl_bindings
13100  * Method:    TrustedCommitmentTransaction_get_htlc_sigs
13101  * Signature: (J[BJ)J
13102  */
13103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TrustedCommitmentTransaction_1get_1htlc_1sigs
13104   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
13105
13106 /*
13107  * Class:     org_ldk_impl_bindings
13108  * Method:    get_commitment_transaction_number_obscure_factor
13109  * Signature: ([B[BZ)J
13110  */
13111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_get_1commitment_1transaction_1number_1obscure_1factor
13112   (JNIEnv *, jclass, jbyteArray, jbyteArray, jboolean);
13113
13114 /*
13115  * Class:     org_ldk_impl_bindings
13116  * Method:    InitFeatures_clone
13117  * Signature: (J)J
13118  */
13119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InitFeatures_1clone
13120   (JNIEnv *, jclass, jlong);
13121
13122 /*
13123  * Class:     org_ldk_impl_bindings
13124  * Method:    NodeFeatures_clone
13125  * Signature: (J)J
13126  */
13127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1clone
13128   (JNIEnv *, jclass, jlong);
13129
13130 /*
13131  * Class:     org_ldk_impl_bindings
13132  * Method:    ChannelFeatures_clone
13133  * Signature: (J)J
13134  */
13135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1clone
13136   (JNIEnv *, jclass, jlong);
13137
13138 /*
13139  * Class:     org_ldk_impl_bindings
13140  * Method:    InvoiceFeatures_clone
13141  * Signature: (J)J
13142  */
13143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1clone
13144   (JNIEnv *, jclass, jlong);
13145
13146 /*
13147  * Class:     org_ldk_impl_bindings
13148  * Method:    InitFeatures_free
13149  * Signature: (J)V
13150  */
13151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1free
13152   (JNIEnv *, jclass, jlong);
13153
13154 /*
13155  * Class:     org_ldk_impl_bindings
13156  * Method:    NodeFeatures_free
13157  * Signature: (J)V
13158  */
13159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1free
13160   (JNIEnv *, jclass, jlong);
13161
13162 /*
13163  * Class:     org_ldk_impl_bindings
13164  * Method:    ChannelFeatures_free
13165  * Signature: (J)V
13166  */
13167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1free
13168   (JNIEnv *, jclass, jlong);
13169
13170 /*
13171  * Class:     org_ldk_impl_bindings
13172  * Method:    InvoiceFeatures_free
13173  * Signature: (J)V
13174  */
13175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1free
13176   (JNIEnv *, jclass, jlong);
13177
13178 /*
13179  * Class:     org_ldk_impl_bindings
13180  * Method:    InitFeatures_empty
13181  * Signature: ()J
13182  */
13183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InitFeatures_1empty
13184   (JNIEnv *, jclass);
13185
13186 /*
13187  * Class:     org_ldk_impl_bindings
13188  * Method:    InitFeatures_known
13189  * Signature: ()J
13190  */
13191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InitFeatures_1known
13192   (JNIEnv *, jclass);
13193
13194 /*
13195  * Class:     org_ldk_impl_bindings
13196  * Method:    NodeFeatures_empty
13197  * Signature: ()J
13198  */
13199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1empty
13200   (JNIEnv *, jclass);
13201
13202 /*
13203  * Class:     org_ldk_impl_bindings
13204  * Method:    NodeFeatures_known
13205  * Signature: ()J
13206  */
13207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1known
13208   (JNIEnv *, jclass);
13209
13210 /*
13211  * Class:     org_ldk_impl_bindings
13212  * Method:    ChannelFeatures_empty
13213  * Signature: ()J
13214  */
13215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1empty
13216   (JNIEnv *, jclass);
13217
13218 /*
13219  * Class:     org_ldk_impl_bindings
13220  * Method:    ChannelFeatures_known
13221  * Signature: ()J
13222  */
13223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1known
13224   (JNIEnv *, jclass);
13225
13226 /*
13227  * Class:     org_ldk_impl_bindings
13228  * Method:    InvoiceFeatures_empty
13229  * Signature: ()J
13230  */
13231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1empty
13232   (JNIEnv *, jclass);
13233
13234 /*
13235  * Class:     org_ldk_impl_bindings
13236  * Method:    InvoiceFeatures_known
13237  * Signature: ()J
13238  */
13239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1known
13240   (JNIEnv *, jclass);
13241
13242 /*
13243  * Class:     org_ldk_impl_bindings
13244  * Method:    InitFeatures_write
13245  * Signature: (J)[B
13246  */
13247 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InitFeatures_1write
13248   (JNIEnv *, jclass, jlong);
13249
13250 /*
13251  * Class:     org_ldk_impl_bindings
13252  * Method:    NodeFeatures_write
13253  * Signature: (J)[B
13254  */
13255 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1write
13256   (JNIEnv *, jclass, jlong);
13257
13258 /*
13259  * Class:     org_ldk_impl_bindings
13260  * Method:    ChannelFeatures_write
13261  * Signature: (J)[B
13262  */
13263 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1write
13264   (JNIEnv *, jclass, jlong);
13265
13266 /*
13267  * Class:     org_ldk_impl_bindings
13268  * Method:    InvoiceFeatures_write
13269  * Signature: (J)[B
13270  */
13271 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1write
13272   (JNIEnv *, jclass, jlong);
13273
13274 /*
13275  * Class:     org_ldk_impl_bindings
13276  * Method:    InitFeatures_read
13277  * Signature: ([B)J
13278  */
13279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InitFeatures_1read
13280   (JNIEnv *, jclass, jbyteArray);
13281
13282 /*
13283  * Class:     org_ldk_impl_bindings
13284  * Method:    NodeFeatures_read
13285  * Signature: ([B)J
13286  */
13287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1read
13288   (JNIEnv *, jclass, jbyteArray);
13289
13290 /*
13291  * Class:     org_ldk_impl_bindings
13292  * Method:    ChannelFeatures_read
13293  * Signature: ([B)J
13294  */
13295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1read
13296   (JNIEnv *, jclass, jbyteArray);
13297
13298 /*
13299  * Class:     org_ldk_impl_bindings
13300  * Method:    InvoiceFeatures_read
13301  * Signature: ([B)J
13302  */
13303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1read
13304   (JNIEnv *, jclass, jbyteArray);
13305
13306 /*
13307  * Class:     org_ldk_impl_bindings
13308  * Method:    RouteHop_free
13309  * Signature: (J)V
13310  */
13311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1free
13312   (JNIEnv *, jclass, jlong);
13313
13314 /*
13315  * Class:     org_ldk_impl_bindings
13316  * Method:    RouteHop_get_pubkey
13317  * Signature: (J)[B
13318  */
13319 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1pubkey
13320   (JNIEnv *, jclass, jlong);
13321
13322 /*
13323  * Class:     org_ldk_impl_bindings
13324  * Method:    RouteHop_set_pubkey
13325  * Signature: (J[B)V
13326  */
13327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1pubkey
13328   (JNIEnv *, jclass, jlong, jbyteArray);
13329
13330 /*
13331  * Class:     org_ldk_impl_bindings
13332  * Method:    RouteHop_get_node_features
13333  * Signature: (J)J
13334  */
13335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1node_1features
13336   (JNIEnv *, jclass, jlong);
13337
13338 /*
13339  * Class:     org_ldk_impl_bindings
13340  * Method:    RouteHop_set_node_features
13341  * Signature: (JJ)V
13342  */
13343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1node_1features
13344   (JNIEnv *, jclass, jlong, jlong);
13345
13346 /*
13347  * Class:     org_ldk_impl_bindings
13348  * Method:    RouteHop_get_short_channel_id
13349  * Signature: (J)J
13350  */
13351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1short_1channel_1id
13352   (JNIEnv *, jclass, jlong);
13353
13354 /*
13355  * Class:     org_ldk_impl_bindings
13356  * Method:    RouteHop_set_short_channel_id
13357  * Signature: (JJ)V
13358  */
13359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1short_1channel_1id
13360   (JNIEnv *, jclass, jlong, jlong);
13361
13362 /*
13363  * Class:     org_ldk_impl_bindings
13364  * Method:    RouteHop_get_channel_features
13365  * Signature: (J)J
13366  */
13367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1channel_1features
13368   (JNIEnv *, jclass, jlong);
13369
13370 /*
13371  * Class:     org_ldk_impl_bindings
13372  * Method:    RouteHop_set_channel_features
13373  * Signature: (JJ)V
13374  */
13375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1channel_1features
13376   (JNIEnv *, jclass, jlong, jlong);
13377
13378 /*
13379  * Class:     org_ldk_impl_bindings
13380  * Method:    RouteHop_get_fee_msat
13381  * Signature: (J)J
13382  */
13383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1fee_1msat
13384   (JNIEnv *, jclass, jlong);
13385
13386 /*
13387  * Class:     org_ldk_impl_bindings
13388  * Method:    RouteHop_set_fee_msat
13389  * Signature: (JJ)V
13390  */
13391 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1fee_1msat
13392   (JNIEnv *, jclass, jlong, jlong);
13393
13394 /*
13395  * Class:     org_ldk_impl_bindings
13396  * Method:    RouteHop_get_cltv_expiry_delta
13397  * Signature: (J)I
13398  */
13399 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1cltv_1expiry_1delta
13400   (JNIEnv *, jclass, jlong);
13401
13402 /*
13403  * Class:     org_ldk_impl_bindings
13404  * Method:    RouteHop_set_cltv_expiry_delta
13405  * Signature: (JI)V
13406  */
13407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1cltv_1expiry_1delta
13408   (JNIEnv *, jclass, jlong, jint);
13409
13410 /*
13411  * Class:     org_ldk_impl_bindings
13412  * Method:    RouteHop_new
13413  * Signature: ([BJJJJI)J
13414  */
13415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1new
13416   (JNIEnv *, jclass, jbyteArray, jlong, jlong, jlong, jlong, jint);
13417
13418 /*
13419  * Class:     org_ldk_impl_bindings
13420  * Method:    RouteHop_clone
13421  * Signature: (J)J
13422  */
13423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1clone
13424   (JNIEnv *, jclass, jlong);
13425
13426 /*
13427  * Class:     org_ldk_impl_bindings
13428  * Method:    Route_free
13429  * Signature: (J)V
13430  */
13431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Route_1free
13432   (JNIEnv *, jclass, jlong);
13433
13434 /*
13435  * Class:     org_ldk_impl_bindings
13436  * Method:    Route_set_paths
13437  * Signature: (J[[J)V
13438  */
13439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Route_1set_1paths
13440   (JNIEnv *, jclass, jlong, jobjectArray);
13441
13442 /*
13443  * Class:     org_ldk_impl_bindings
13444  * Method:    Route_new
13445  * Signature: ([[J)J
13446  */
13447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1new
13448   (JNIEnv *, jclass, jobjectArray);
13449
13450 /*
13451  * Class:     org_ldk_impl_bindings
13452  * Method:    Route_clone
13453  * Signature: (J)J
13454  */
13455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1clone
13456   (JNIEnv *, jclass, jlong);
13457
13458 /*
13459  * Class:     org_ldk_impl_bindings
13460  * Method:    Route_write
13461  * Signature: (J)[B
13462  */
13463 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Route_1write
13464   (JNIEnv *, jclass, jlong);
13465
13466 /*
13467  * Class:     org_ldk_impl_bindings
13468  * Method:    Route_read
13469  * Signature: ([B)J
13470  */
13471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1read
13472   (JNIEnv *, jclass, jbyteArray);
13473
13474 /*
13475  * Class:     org_ldk_impl_bindings
13476  * Method:    RouteHint_free
13477  * Signature: (J)V
13478  */
13479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1free
13480   (JNIEnv *, jclass, jlong);
13481
13482 /*
13483  * Class:     org_ldk_impl_bindings
13484  * Method:    RouteHint_get_src_node_id
13485  * Signature: (J)[B
13486  */
13487 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RouteHint_1get_1src_1node_1id
13488   (JNIEnv *, jclass, jlong);
13489
13490 /*
13491  * Class:     org_ldk_impl_bindings
13492  * Method:    RouteHint_set_src_node_id
13493  * Signature: (J[B)V
13494  */
13495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1set_1src_1node_1id
13496   (JNIEnv *, jclass, jlong, jbyteArray);
13497
13498 /*
13499  * Class:     org_ldk_impl_bindings
13500  * Method:    RouteHint_get_short_channel_id
13501  * Signature: (J)J
13502  */
13503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1get_1short_1channel_1id
13504   (JNIEnv *, jclass, jlong);
13505
13506 /*
13507  * Class:     org_ldk_impl_bindings
13508  * Method:    RouteHint_set_short_channel_id
13509  * Signature: (JJ)V
13510  */
13511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1set_1short_1channel_1id
13512   (JNIEnv *, jclass, jlong, jlong);
13513
13514 /*
13515  * Class:     org_ldk_impl_bindings
13516  * Method:    RouteHint_get_fees
13517  * Signature: (J)J
13518  */
13519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1get_1fees
13520   (JNIEnv *, jclass, jlong);
13521
13522 /*
13523  * Class:     org_ldk_impl_bindings
13524  * Method:    RouteHint_set_fees
13525  * Signature: (JJ)V
13526  */
13527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1set_1fees
13528   (JNIEnv *, jclass, jlong, jlong);
13529
13530 /*
13531  * Class:     org_ldk_impl_bindings
13532  * Method:    RouteHint_get_cltv_expiry_delta
13533  * Signature: (J)S
13534  */
13535 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_RouteHint_1get_1cltv_1expiry_1delta
13536   (JNIEnv *, jclass, jlong);
13537
13538 /*
13539  * Class:     org_ldk_impl_bindings
13540  * Method:    RouteHint_set_cltv_expiry_delta
13541  * Signature: (JS)V
13542  */
13543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1set_1cltv_1expiry_1delta
13544   (JNIEnv *, jclass, jlong, jshort);
13545
13546 /*
13547  * Class:     org_ldk_impl_bindings
13548  * Method:    RouteHint_get_htlc_minimum_msat
13549  * Signature: (J)J
13550  */
13551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1get_1htlc_1minimum_1msat
13552   (JNIEnv *, jclass, jlong);
13553
13554 /*
13555  * Class:     org_ldk_impl_bindings
13556  * Method:    RouteHint_set_htlc_minimum_msat
13557  * Signature: (JJ)V
13558  */
13559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1set_1htlc_1minimum_1msat
13560   (JNIEnv *, jclass, jlong, jlong);
13561
13562 /*
13563  * Class:     org_ldk_impl_bindings
13564  * Method:    RouteHint_get_htlc_maximum_msat
13565  * Signature: (J)J
13566  */
13567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1get_1htlc_1maximum_1msat
13568   (JNIEnv *, jclass, jlong);
13569
13570 /*
13571  * Class:     org_ldk_impl_bindings
13572  * Method:    RouteHint_set_htlc_maximum_msat
13573  * Signature: (JJ)V
13574  */
13575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1set_1htlc_1maximum_1msat
13576   (JNIEnv *, jclass, jlong, jlong);
13577
13578 /*
13579  * Class:     org_ldk_impl_bindings
13580  * Method:    RouteHint_new
13581  * Signature: ([BJJSJJ)J
13582  */
13583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1new
13584   (JNIEnv *, jclass, jbyteArray, jlong, jlong, jshort, jlong, jlong);
13585
13586 /*
13587  * Class:     org_ldk_impl_bindings
13588  * Method:    RouteHint_clone
13589  * Signature: (J)J
13590  */
13591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1clone
13592   (JNIEnv *, jclass, jlong);
13593
13594 /*
13595  * Class:     org_ldk_impl_bindings
13596  * Method:    get_route
13597  * Signature: ([BJ[BJ[J[JJIJ)J
13598  */
13599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_get_1route
13600   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray, jlong, jlongArray, jlongArray, jlong, jint, jlong);
13601
13602 /*
13603  * Class:     org_ldk_impl_bindings
13604  * Method:    NetworkGraph_free
13605  * Signature: (J)V
13606  */
13607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1free
13608   (JNIEnv *, jclass, jlong);
13609
13610 /*
13611  * Class:     org_ldk_impl_bindings
13612  * Method:    NetworkGraph_clone
13613  * Signature: (J)J
13614  */
13615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1clone
13616   (JNIEnv *, jclass, jlong);
13617
13618 /*
13619  * Class:     org_ldk_impl_bindings
13620  * Method:    LockedNetworkGraph_free
13621  * Signature: (J)V
13622  */
13623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LockedNetworkGraph_1free
13624   (JNIEnv *, jclass, jlong);
13625
13626 /*
13627  * Class:     org_ldk_impl_bindings
13628  * Method:    NetGraphMsgHandler_free
13629  * Signature: (J)V
13630  */
13631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1free
13632   (JNIEnv *, jclass, jlong);
13633
13634 /*
13635  * Class:     org_ldk_impl_bindings
13636  * Method:    NetGraphMsgHandler_new
13637  * Signature: ([BJJ)J
13638  */
13639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1new
13640   (JNIEnv *, jclass, jbyteArray, jlong, jlong);
13641
13642 /*
13643  * Class:     org_ldk_impl_bindings
13644  * Method:    NetGraphMsgHandler_from_net_graph
13645  * Signature: (JJJ)J
13646  */
13647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1from_1net_1graph
13648   (JNIEnv *, jclass, jlong, jlong, jlong);
13649
13650 /*
13651  * Class:     org_ldk_impl_bindings
13652  * Method:    NetGraphMsgHandler_add_chain_access
13653  * Signature: (JJ)V
13654  */
13655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1add_1chain_1access
13656   (JNIEnv *, jclass, jlong, jlong);
13657
13658 /*
13659  * Class:     org_ldk_impl_bindings
13660  * Method:    NetGraphMsgHandler_read_locked_graph
13661  * Signature: (J)J
13662  */
13663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1read_1locked_1graph
13664   (JNIEnv *, jclass, jlong);
13665
13666 /*
13667  * Class:     org_ldk_impl_bindings
13668  * Method:    LockedNetworkGraph_graph
13669  * Signature: (J)J
13670  */
13671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LockedNetworkGraph_1graph
13672   (JNIEnv *, jclass, jlong);
13673
13674 /*
13675  * Class:     org_ldk_impl_bindings
13676  * Method:    NetGraphMsgHandler_as_RoutingMessageHandler
13677  * Signature: (J)J
13678  */
13679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1as_1RoutingMessageHandler
13680   (JNIEnv *, jclass, jlong);
13681
13682 /*
13683  * Class:     org_ldk_impl_bindings
13684  * Method:    NetGraphMsgHandler_as_MessageSendEventsProvider
13685  * Signature: (J)J
13686  */
13687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1as_1MessageSendEventsProvider
13688   (JNIEnv *, jclass, jlong);
13689
13690 /*
13691  * Class:     org_ldk_impl_bindings
13692  * Method:    DirectionalChannelInfo_free
13693  * Signature: (J)V
13694  */
13695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1free
13696   (JNIEnv *, jclass, jlong);
13697
13698 /*
13699  * Class:     org_ldk_impl_bindings
13700  * Method:    DirectionalChannelInfo_get_last_update
13701  * Signature: (J)I
13702  */
13703 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1last_1update
13704   (JNIEnv *, jclass, jlong);
13705
13706 /*
13707  * Class:     org_ldk_impl_bindings
13708  * Method:    DirectionalChannelInfo_set_last_update
13709  * Signature: (JI)V
13710  */
13711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1last_1update
13712   (JNIEnv *, jclass, jlong, jint);
13713
13714 /*
13715  * Class:     org_ldk_impl_bindings
13716  * Method:    DirectionalChannelInfo_get_enabled
13717  * Signature: (J)Z
13718  */
13719 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1enabled
13720   (JNIEnv *, jclass, jlong);
13721
13722 /*
13723  * Class:     org_ldk_impl_bindings
13724  * Method:    DirectionalChannelInfo_set_enabled
13725  * Signature: (JZ)V
13726  */
13727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1enabled
13728   (JNIEnv *, jclass, jlong, jboolean);
13729
13730 /*
13731  * Class:     org_ldk_impl_bindings
13732  * Method:    DirectionalChannelInfo_get_cltv_expiry_delta
13733  * Signature: (J)S
13734  */
13735 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1cltv_1expiry_1delta
13736   (JNIEnv *, jclass, jlong);
13737
13738 /*
13739  * Class:     org_ldk_impl_bindings
13740  * Method:    DirectionalChannelInfo_set_cltv_expiry_delta
13741  * Signature: (JS)V
13742  */
13743 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1cltv_1expiry_1delta
13744   (JNIEnv *, jclass, jlong, jshort);
13745
13746 /*
13747  * Class:     org_ldk_impl_bindings
13748  * Method:    DirectionalChannelInfo_get_htlc_minimum_msat
13749  * Signature: (J)J
13750  */
13751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1htlc_1minimum_1msat
13752   (JNIEnv *, jclass, jlong);
13753
13754 /*
13755  * Class:     org_ldk_impl_bindings
13756  * Method:    DirectionalChannelInfo_set_htlc_minimum_msat
13757  * Signature: (JJ)V
13758  */
13759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1htlc_1minimum_1msat
13760   (JNIEnv *, jclass, jlong, jlong);
13761
13762 /*
13763  * Class:     org_ldk_impl_bindings
13764  * Method:    DirectionalChannelInfo_get_htlc_maximum_msat
13765  * Signature: (J)J
13766  */
13767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1htlc_1maximum_1msat
13768   (JNIEnv *, jclass, jlong);
13769
13770 /*
13771  * Class:     org_ldk_impl_bindings
13772  * Method:    DirectionalChannelInfo_set_htlc_maximum_msat
13773  * Signature: (JJ)V
13774  */
13775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1htlc_1maximum_1msat
13776   (JNIEnv *, jclass, jlong, jlong);
13777
13778 /*
13779  * Class:     org_ldk_impl_bindings
13780  * Method:    DirectionalChannelInfo_get_fees
13781  * Signature: (J)J
13782  */
13783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1fees
13784   (JNIEnv *, jclass, jlong);
13785
13786 /*
13787  * Class:     org_ldk_impl_bindings
13788  * Method:    DirectionalChannelInfo_set_fees
13789  * Signature: (JJ)V
13790  */
13791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1fees
13792   (JNIEnv *, jclass, jlong, jlong);
13793
13794 /*
13795  * Class:     org_ldk_impl_bindings
13796  * Method:    DirectionalChannelInfo_get_last_update_message
13797  * Signature: (J)J
13798  */
13799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1last_1update_1message
13800   (JNIEnv *, jclass, jlong);
13801
13802 /*
13803  * Class:     org_ldk_impl_bindings
13804  * Method:    DirectionalChannelInfo_set_last_update_message
13805  * Signature: (JJ)V
13806  */
13807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1last_1update_1message
13808   (JNIEnv *, jclass, jlong, jlong);
13809
13810 /*
13811  * Class:     org_ldk_impl_bindings
13812  * Method:    DirectionalChannelInfo_new
13813  * Signature: (IZSJJJJ)J
13814  */
13815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1new
13816   (JNIEnv *, jclass, jint, jboolean, jshort, jlong, jlong, jlong, jlong);
13817
13818 /*
13819  * Class:     org_ldk_impl_bindings
13820  * Method:    DirectionalChannelInfo_clone
13821  * Signature: (J)J
13822  */
13823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1clone
13824   (JNIEnv *, jclass, jlong);
13825
13826 /*
13827  * Class:     org_ldk_impl_bindings
13828  * Method:    DirectionalChannelInfo_write
13829  * Signature: (J)[B
13830  */
13831 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1write
13832   (JNIEnv *, jclass, jlong);
13833
13834 /*
13835  * Class:     org_ldk_impl_bindings
13836  * Method:    DirectionalChannelInfo_read
13837  * Signature: ([B)J
13838  */
13839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1read
13840   (JNIEnv *, jclass, jbyteArray);
13841
13842 /*
13843  * Class:     org_ldk_impl_bindings
13844  * Method:    ChannelInfo_free
13845  * Signature: (J)V
13846  */
13847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1free
13848   (JNIEnv *, jclass, jlong);
13849
13850 /*
13851  * Class:     org_ldk_impl_bindings
13852  * Method:    ChannelInfo_get_features
13853  * Signature: (J)J
13854  */
13855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1features
13856   (JNIEnv *, jclass, jlong);
13857
13858 /*
13859  * Class:     org_ldk_impl_bindings
13860  * Method:    ChannelInfo_set_features
13861  * Signature: (JJ)V
13862  */
13863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1features
13864   (JNIEnv *, jclass, jlong, jlong);
13865
13866 /*
13867  * Class:     org_ldk_impl_bindings
13868  * Method:    ChannelInfo_get_node_one
13869  * Signature: (J)[B
13870  */
13871 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1node_1one
13872   (JNIEnv *, jclass, jlong);
13873
13874 /*
13875  * Class:     org_ldk_impl_bindings
13876  * Method:    ChannelInfo_set_node_one
13877  * Signature: (J[B)V
13878  */
13879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1node_1one
13880   (JNIEnv *, jclass, jlong, jbyteArray);
13881
13882 /*
13883  * Class:     org_ldk_impl_bindings
13884  * Method:    ChannelInfo_get_one_to_two
13885  * Signature: (J)J
13886  */
13887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1one_1to_1two
13888   (JNIEnv *, jclass, jlong);
13889
13890 /*
13891  * Class:     org_ldk_impl_bindings
13892  * Method:    ChannelInfo_set_one_to_two
13893  * Signature: (JJ)V
13894  */
13895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1one_1to_1two
13896   (JNIEnv *, jclass, jlong, jlong);
13897
13898 /*
13899  * Class:     org_ldk_impl_bindings
13900  * Method:    ChannelInfo_get_node_two
13901  * Signature: (J)[B
13902  */
13903 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1node_1two
13904   (JNIEnv *, jclass, jlong);
13905
13906 /*
13907  * Class:     org_ldk_impl_bindings
13908  * Method:    ChannelInfo_set_node_two
13909  * Signature: (J[B)V
13910  */
13911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1node_1two
13912   (JNIEnv *, jclass, jlong, jbyteArray);
13913
13914 /*
13915  * Class:     org_ldk_impl_bindings
13916  * Method:    ChannelInfo_get_two_to_one
13917  * Signature: (J)J
13918  */
13919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1two_1to_1one
13920   (JNIEnv *, jclass, jlong);
13921
13922 /*
13923  * Class:     org_ldk_impl_bindings
13924  * Method:    ChannelInfo_set_two_to_one
13925  * Signature: (JJ)V
13926  */
13927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1two_1to_1one
13928   (JNIEnv *, jclass, jlong, jlong);
13929
13930 /*
13931  * Class:     org_ldk_impl_bindings
13932  * Method:    ChannelInfo_get_capacity_sats
13933  * Signature: (J)J
13934  */
13935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1capacity_1sats
13936   (JNIEnv *, jclass, jlong);
13937
13938 /*
13939  * Class:     org_ldk_impl_bindings
13940  * Method:    ChannelInfo_set_capacity_sats
13941  * Signature: (JJ)V
13942  */
13943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1capacity_1sats
13944   (JNIEnv *, jclass, jlong, jlong);
13945
13946 /*
13947  * Class:     org_ldk_impl_bindings
13948  * Method:    ChannelInfo_get_announcement_message
13949  * Signature: (J)J
13950  */
13951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1announcement_1message
13952   (JNIEnv *, jclass, jlong);
13953
13954 /*
13955  * Class:     org_ldk_impl_bindings
13956  * Method:    ChannelInfo_set_announcement_message
13957  * Signature: (JJ)V
13958  */
13959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1announcement_1message
13960   (JNIEnv *, jclass, jlong, jlong);
13961
13962 /*
13963  * Class:     org_ldk_impl_bindings
13964  * Method:    ChannelInfo_new
13965  * Signature: (J[BJ[BJJJ)J
13966  */
13967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1new
13968   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jbyteArray, jlong, jlong, jlong);
13969
13970 /*
13971  * Class:     org_ldk_impl_bindings
13972  * Method:    ChannelInfo_clone
13973  * Signature: (J)J
13974  */
13975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1clone
13976   (JNIEnv *, jclass, jlong);
13977
13978 /*
13979  * Class:     org_ldk_impl_bindings
13980  * Method:    ChannelInfo_write
13981  * Signature: (J)[B
13982  */
13983 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1write
13984   (JNIEnv *, jclass, jlong);
13985
13986 /*
13987  * Class:     org_ldk_impl_bindings
13988  * Method:    ChannelInfo_read
13989  * Signature: ([B)J
13990  */
13991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1read
13992   (JNIEnv *, jclass, jbyteArray);
13993
13994 /*
13995  * Class:     org_ldk_impl_bindings
13996  * Method:    RoutingFees_free
13997  * Signature: (J)V
13998  */
13999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingFees_1free
14000   (JNIEnv *, jclass, jlong);
14001
14002 /*
14003  * Class:     org_ldk_impl_bindings
14004  * Method:    RoutingFees_get_base_msat
14005  * Signature: (J)I
14006  */
14007 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_RoutingFees_1get_1base_1msat
14008   (JNIEnv *, jclass, jlong);
14009
14010 /*
14011  * Class:     org_ldk_impl_bindings
14012  * Method:    RoutingFees_set_base_msat
14013  * Signature: (JI)V
14014  */
14015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingFees_1set_1base_1msat
14016   (JNIEnv *, jclass, jlong, jint);
14017
14018 /*
14019  * Class:     org_ldk_impl_bindings
14020  * Method:    RoutingFees_get_proportional_millionths
14021  * Signature: (J)I
14022  */
14023 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_RoutingFees_1get_1proportional_1millionths
14024   (JNIEnv *, jclass, jlong);
14025
14026 /*
14027  * Class:     org_ldk_impl_bindings
14028  * Method:    RoutingFees_set_proportional_millionths
14029  * Signature: (JI)V
14030  */
14031 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingFees_1set_1proportional_1millionths
14032   (JNIEnv *, jclass, jlong, jint);
14033
14034 /*
14035  * Class:     org_ldk_impl_bindings
14036  * Method:    RoutingFees_new
14037  * Signature: (II)J
14038  */
14039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingFees_1new
14040   (JNIEnv *, jclass, jint, jint);
14041
14042 /*
14043  * Class:     org_ldk_impl_bindings
14044  * Method:    RoutingFees_clone
14045  * Signature: (J)J
14046  */
14047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingFees_1clone
14048   (JNIEnv *, jclass, jlong);
14049
14050 /*
14051  * Class:     org_ldk_impl_bindings
14052  * Method:    RoutingFees_read
14053  * Signature: ([B)J
14054  */
14055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingFees_1read
14056   (JNIEnv *, jclass, jbyteArray);
14057
14058 /*
14059  * Class:     org_ldk_impl_bindings
14060  * Method:    RoutingFees_write
14061  * Signature: (J)[B
14062  */
14063 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RoutingFees_1write
14064   (JNIEnv *, jclass, jlong);
14065
14066 /*
14067  * Class:     org_ldk_impl_bindings
14068  * Method:    NodeAnnouncementInfo_free
14069  * Signature: (J)V
14070  */
14071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1free
14072   (JNIEnv *, jclass, jlong);
14073
14074 /*
14075  * Class:     org_ldk_impl_bindings
14076  * Method:    NodeAnnouncementInfo_get_features
14077  * Signature: (J)J
14078  */
14079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1features
14080   (JNIEnv *, jclass, jlong);
14081
14082 /*
14083  * Class:     org_ldk_impl_bindings
14084  * Method:    NodeAnnouncementInfo_set_features
14085  * Signature: (JJ)V
14086  */
14087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1features
14088   (JNIEnv *, jclass, jlong, jlong);
14089
14090 /*
14091  * Class:     org_ldk_impl_bindings
14092  * Method:    NodeAnnouncementInfo_get_last_update
14093  * Signature: (J)I
14094  */
14095 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1last_1update
14096   (JNIEnv *, jclass, jlong);
14097
14098 /*
14099  * Class:     org_ldk_impl_bindings
14100  * Method:    NodeAnnouncementInfo_set_last_update
14101  * Signature: (JI)V
14102  */
14103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1last_1update
14104   (JNIEnv *, jclass, jlong, jint);
14105
14106 /*
14107  * Class:     org_ldk_impl_bindings
14108  * Method:    NodeAnnouncementInfo_get_rgb
14109  * Signature: (J)[B
14110  */
14111 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1rgb
14112   (JNIEnv *, jclass, jlong);
14113
14114 /*
14115  * Class:     org_ldk_impl_bindings
14116  * Method:    NodeAnnouncementInfo_set_rgb
14117  * Signature: (J[B)V
14118  */
14119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1rgb
14120   (JNIEnv *, jclass, jlong, jbyteArray);
14121
14122 /*
14123  * Class:     org_ldk_impl_bindings
14124  * Method:    NodeAnnouncementInfo_get_alias
14125  * Signature: (J)[B
14126  */
14127 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1alias
14128   (JNIEnv *, jclass, jlong);
14129
14130 /*
14131  * Class:     org_ldk_impl_bindings
14132  * Method:    NodeAnnouncementInfo_set_alias
14133  * Signature: (J[B)V
14134  */
14135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1alias
14136   (JNIEnv *, jclass, jlong, jbyteArray);
14137
14138 /*
14139  * Class:     org_ldk_impl_bindings
14140  * Method:    NodeAnnouncementInfo_set_addresses
14141  * Signature: (J[J)V
14142  */
14143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1addresses
14144   (JNIEnv *, jclass, jlong, jlongArray);
14145
14146 /*
14147  * Class:     org_ldk_impl_bindings
14148  * Method:    NodeAnnouncementInfo_get_announcement_message
14149  * Signature: (J)J
14150  */
14151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1announcement_1message
14152   (JNIEnv *, jclass, jlong);
14153
14154 /*
14155  * Class:     org_ldk_impl_bindings
14156  * Method:    NodeAnnouncementInfo_set_announcement_message
14157  * Signature: (JJ)V
14158  */
14159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1announcement_1message
14160   (JNIEnv *, jclass, jlong, jlong);
14161
14162 /*
14163  * Class:     org_ldk_impl_bindings
14164  * Method:    NodeAnnouncementInfo_new
14165  * Signature: (JI[B[B[JJ)J
14166  */
14167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1new
14168   (JNIEnv *, jclass, jlong, jint, jbyteArray, jbyteArray, jlongArray, jlong);
14169
14170 /*
14171  * Class:     org_ldk_impl_bindings
14172  * Method:    NodeAnnouncementInfo_clone
14173  * Signature: (J)J
14174  */
14175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1clone
14176   (JNIEnv *, jclass, jlong);
14177
14178 /*
14179  * Class:     org_ldk_impl_bindings
14180  * Method:    NodeAnnouncementInfo_write
14181  * Signature: (J)[B
14182  */
14183 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1write
14184   (JNIEnv *, jclass, jlong);
14185
14186 /*
14187  * Class:     org_ldk_impl_bindings
14188  * Method:    NodeAnnouncementInfo_read
14189  * Signature: ([B)J
14190  */
14191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1read
14192   (JNIEnv *, jclass, jbyteArray);
14193
14194 /*
14195  * Class:     org_ldk_impl_bindings
14196  * Method:    NodeInfo_free
14197  * Signature: (J)V
14198  */
14199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeInfo_1free
14200   (JNIEnv *, jclass, jlong);
14201
14202 /*
14203  * Class:     org_ldk_impl_bindings
14204  * Method:    NodeInfo_set_channels
14205  * Signature: (J[J)V
14206  */
14207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeInfo_1set_1channels
14208   (JNIEnv *, jclass, jlong, jlongArray);
14209
14210 /*
14211  * Class:     org_ldk_impl_bindings
14212  * Method:    NodeInfo_get_lowest_inbound_channel_fees
14213  * Signature: (J)J
14214  */
14215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1get_1lowest_1inbound_1channel_1fees
14216   (JNIEnv *, jclass, jlong);
14217
14218 /*
14219  * Class:     org_ldk_impl_bindings
14220  * Method:    NodeInfo_set_lowest_inbound_channel_fees
14221  * Signature: (JJ)V
14222  */
14223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeInfo_1set_1lowest_1inbound_1channel_1fees
14224   (JNIEnv *, jclass, jlong, jlong);
14225
14226 /*
14227  * Class:     org_ldk_impl_bindings
14228  * Method:    NodeInfo_get_announcement_info
14229  * Signature: (J)J
14230  */
14231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1get_1announcement_1info
14232   (JNIEnv *, jclass, jlong);
14233
14234 /*
14235  * Class:     org_ldk_impl_bindings
14236  * Method:    NodeInfo_set_announcement_info
14237  * Signature: (JJ)V
14238  */
14239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeInfo_1set_1announcement_1info
14240   (JNIEnv *, jclass, jlong, jlong);
14241
14242 /*
14243  * Class:     org_ldk_impl_bindings
14244  * Method:    NodeInfo_new
14245  * Signature: ([JJJ)J
14246  */
14247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1new
14248   (JNIEnv *, jclass, jlongArray, jlong, jlong);
14249
14250 /*
14251  * Class:     org_ldk_impl_bindings
14252  * Method:    NodeInfo_clone
14253  * Signature: (J)J
14254  */
14255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1clone
14256   (JNIEnv *, jclass, jlong);
14257
14258 /*
14259  * Class:     org_ldk_impl_bindings
14260  * Method:    NodeInfo_write
14261  * Signature: (J)[B
14262  */
14263 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeInfo_1write
14264   (JNIEnv *, jclass, jlong);
14265
14266 /*
14267  * Class:     org_ldk_impl_bindings
14268  * Method:    NodeInfo_read
14269  * Signature: ([B)J
14270  */
14271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1read
14272   (JNIEnv *, jclass, jbyteArray);
14273
14274 /*
14275  * Class:     org_ldk_impl_bindings
14276  * Method:    NetworkGraph_write
14277  * Signature: (J)[B
14278  */
14279 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1write
14280   (JNIEnv *, jclass, jlong);
14281
14282 /*
14283  * Class:     org_ldk_impl_bindings
14284  * Method:    NetworkGraph_read
14285  * Signature: ([B)J
14286  */
14287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1read
14288   (JNIEnv *, jclass, jbyteArray);
14289
14290 /*
14291  * Class:     org_ldk_impl_bindings
14292  * Method:    NetworkGraph_new
14293  * Signature: ([B)J
14294  */
14295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1new
14296   (JNIEnv *, jclass, jbyteArray);
14297
14298 /*
14299  * Class:     org_ldk_impl_bindings
14300  * Method:    NetworkGraph_update_node_from_announcement
14301  * Signature: (JJ)J
14302  */
14303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1node_1from_1announcement
14304   (JNIEnv *, jclass, jlong, jlong);
14305
14306 /*
14307  * Class:     org_ldk_impl_bindings
14308  * Method:    NetworkGraph_update_node_from_unsigned_announcement
14309  * Signature: (JJ)J
14310  */
14311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1node_1from_1unsigned_1announcement
14312   (JNIEnv *, jclass, jlong, jlong);
14313
14314 /*
14315  * Class:     org_ldk_impl_bindings
14316  * Method:    NetworkGraph_update_channel_from_announcement
14317  * Signature: (JJJ)J
14318  */
14319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1channel_1from_1announcement
14320   (JNIEnv *, jclass, jlong, jlong, jlong);
14321
14322 /*
14323  * Class:     org_ldk_impl_bindings
14324  * Method:    NetworkGraph_update_channel_from_unsigned_announcement
14325  * Signature: (JJJ)J
14326  */
14327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1channel_1from_1unsigned_1announcement
14328   (JNIEnv *, jclass, jlong, jlong, jlong);
14329
14330 /*
14331  * Class:     org_ldk_impl_bindings
14332  * Method:    NetworkGraph_close_channel_from_update
14333  * Signature: (JJZ)V
14334  */
14335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1close_1channel_1from_1update
14336   (JNIEnv *, jclass, jlong, jlong, jboolean);
14337
14338 /*
14339  * Class:     org_ldk_impl_bindings
14340  * Method:    NetworkGraph_update_channel
14341  * Signature: (JJ)J
14342  */
14343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1channel
14344   (JNIEnv *, jclass, jlong, jlong);
14345
14346 /*
14347  * Class:     org_ldk_impl_bindings
14348  * Method:    NetworkGraph_update_channel_unsigned
14349  * Signature: (JJ)J
14350  */
14351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1channel_1unsigned
14352   (JNIEnv *, jclass, jlong, jlong);
14353
14354 #ifdef __cplusplus
14355 }
14356 #endif
14357 #endif