07711151cabe4d749a05b919dc67615decd15551
[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:    LDKCVecTempl_u8_arr_info
117  * Signature: (J)Lorg/ldk/impl/bindings/VecOrSliceDef;
118  */
119 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1u8_1arr_1info
120   (JNIEnv *, jclass, jlong);
121
122 /*
123  * Class:     org_ldk_impl_bindings
124  * Method:    LDKCVecTempl_u8_new
125  * Signature: ([B)J
126  */
127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1u8_1new
128   (JNIEnv *, jclass, jbyteArray);
129
130 /*
131  * Class:     org_ldk_impl_bindings
132  * Method:    LDKC2TupleTempl_usize__Transaction_new
133  * Signature: (J[B)J
134  */
135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2TupleTempl_1usize_1_1Transaction_1new
136   (JNIEnv *, jclass, jlong, jbyteArray);
137
138 /*
139  * Class:     org_ldk_impl_bindings
140  * Method:    LDKC2Tuple_usizeTransactionZ_get_a
141  * Signature: (J)J
142  */
143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1usizeTransactionZ_1get_1a
144   (JNIEnv *, jclass, jlong);
145
146 /*
147  * Class:     org_ldk_impl_bindings
148  * Method:    LDKC2Tuple_usizeTransactionZ_get_b
149  * Signature: (J)[B
150  */
151 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1usizeTransactionZ_1get_1b
152   (JNIEnv *, jclass, jlong);
153
154 /*
155  * Class:     org_ldk_impl_bindings
156  * Method:    LDKCResult_NoneChannelMonitorUpdateErrZ_result_ok
157  * Signature: (J)Z
158  */
159 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneChannelMonitorUpdateErrZ_1result_1ok
160   (JNIEnv *, jclass, jlong);
161
162 /*
163  * Class:     org_ldk_impl_bindings
164  * Method:    LDKCResult_NoneChannelMonitorUpdateErrZ_get_ok
165  * Signature: (J)B
166  */
167 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneChannelMonitorUpdateErrZ_1get_1ok
168   (JNIEnv *, jclass, jlong);
169
170 /*
171  * Class:     org_ldk_impl_bindings
172  * Method:    LDKCResult_NoneChannelMonitorUpdateErrZ_get_err
173  * Signature: (J)Lorg/ldk/enums/LDKChannelMonitorUpdateErr;
174  */
175 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneChannelMonitorUpdateErrZ_1get_1err
176   (JNIEnv *, jclass, jlong);
177
178 /*
179  * Class:     org_ldk_impl_bindings
180  * Method:    LDKCResult_NoneMonitorUpdateErrorZ_result_ok
181  * Signature: (J)Z
182  */
183 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneMonitorUpdateErrorZ_1result_1ok
184   (JNIEnv *, jclass, jlong);
185
186 /*
187  * Class:     org_ldk_impl_bindings
188  * Method:    LDKCResult_NoneMonitorUpdateErrorZ_get_ok
189  * Signature: (J)B
190  */
191 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneMonitorUpdateErrorZ_1get_1ok
192   (JNIEnv *, jclass, jlong);
193
194 /*
195  * Class:     org_ldk_impl_bindings
196  * Method:    LDKCResult_NoneMonitorUpdateErrorZ_get_err
197  * Signature: (J)J
198  */
199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneMonitorUpdateErrorZ_1get_1err
200   (JNIEnv *, jclass, jlong);
201
202 /*
203  * Class:     org_ldk_impl_bindings
204  * Method:    LDKC2TupleTempl_OutPoint__CVec_u8Z_new
205  * Signature: (J[B)J
206  */
207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2TupleTempl_1OutPoint_1_1CVec_1u8Z_1new
208   (JNIEnv *, jclass, jlong, jbyteArray);
209
210 /*
211  * Class:     org_ldk_impl_bindings
212  * Method:    LDKC2Tuple_OutPointScriptZ_get_a
213  * Signature: (J)J
214  */
215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1OutPointScriptZ_1get_1a
216   (JNIEnv *, jclass, jlong);
217
218 /*
219  * Class:     org_ldk_impl_bindings
220  * Method:    LDKC2Tuple_OutPointScriptZ_get_b
221  * Signature: (J)[B
222  */
223 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1OutPointScriptZ_1get_1b
224   (JNIEnv *, jclass, jlong);
225
226 /*
227  * Class:     org_ldk_impl_bindings
228  * Method:    LDKCVecTempl_TxOut_arr_info
229  * Signature: (J)Lorg/ldk/impl/bindings/VecOrSliceDef;
230  */
231 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1TxOut_1arr_1info
232   (JNIEnv *, jclass, jlong);
233
234 /*
235  * Class:     org_ldk_impl_bindings
236  * Method:    LDKCVecTempl_TxOut_new
237  * Signature: ([J)J
238  */
239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1TxOut_1new
240   (JNIEnv *, jclass, jlongArray);
241
242 /*
243  * Class:     org_ldk_impl_bindings
244  * Method:    LDKC2TupleTempl_ThirtyTwoBytes__CVecTempl_TxOut_new
245  * Signature: ([B[J)J
246  */
247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2TupleTempl_1ThirtyTwoBytes_1_1CVecTempl_1TxOut_1new
248   (JNIEnv *, jclass, jbyteArray, jlongArray);
249
250 /*
251  * Class:     org_ldk_impl_bindings
252  * Method:    LDKC2Tuple_TxidCVec_TxOutZZ_get_a
253  * Signature: (J)[B
254  */
255 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1TxidCVec_1TxOutZZ_1get_1a
256   (JNIEnv *, jclass, jlong);
257
258 /*
259  * Class:     org_ldk_impl_bindings
260  * Method:    LDKC2Tuple_TxidCVec_TxOutZZ_get_b
261  * Signature: (J)[J
262  */
263 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1TxidCVec_1TxOutZZ_1get_1b
264   (JNIEnv *, jclass, jlong);
265
266 /*
267  * Class:     org_ldk_impl_bindings
268  * Method:    LDKC2TupleTempl_u64__u64_new
269  * Signature: (JJ)J
270  */
271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2TupleTempl_1u64_1_1u64_1new
272   (JNIEnv *, jclass, jlong, jlong);
273
274 /*
275  * Class:     org_ldk_impl_bindings
276  * Method:    LDKC2Tuple_u64u64Z_get_a
277  * Signature: (J)J
278  */
279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1u64u64Z_1get_1a
280   (JNIEnv *, jclass, jlong);
281
282 /*
283  * Class:     org_ldk_impl_bindings
284  * Method:    LDKC2Tuple_u64u64Z_get_b
285  * Signature: (J)J
286  */
287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1u64u64Z_1get_1b
288   (JNIEnv *, jclass, jlong);
289
290 /*
291  * Class:     org_ldk_impl_bindings
292  * Method:    LDKCVecTempl_Signature_arr_info
293  * Signature: (J)Lorg/ldk/impl/bindings/VecOrSliceDef;
294  */
295 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1Signature_1arr_1info
296   (JNIEnv *, jclass, jlong);
297
298 /*
299  * Class:     org_ldk_impl_bindings
300  * Method:    LDKC2TupleTempl_Signature__CVecTempl_Signature_new
301  * Signature: ([B[[B)J
302  */
303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2TupleTempl_1Signature_1_1CVecTempl_1Signature_1new
304   (JNIEnv *, jclass, jbyteArray, jobjectArray);
305
306 /*
307  * Class:     org_ldk_impl_bindings
308  * Method:    LDKC2Tuple_SignatureCVec_SignatureZZ_get_a
309  * Signature: (J)[B
310  */
311 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1SignatureCVec_1SignatureZZ_1get_1a
312   (JNIEnv *, jclass, jlong);
313
314 /*
315  * Class:     org_ldk_impl_bindings
316  * Method:    LDKC2Tuple_SignatureCVec_SignatureZZ_get_b
317  * Signature: (J)[[B
318  */
319 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1SignatureCVec_1SignatureZZ_1get_1b
320   (JNIEnv *, jclass, jlong);
321
322 /*
323  * Class:     org_ldk_impl_bindings
324  * Method:    LDKCResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_result_ok
325  * Signature: (J)Z
326  */
327 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1result_1ok
328   (JNIEnv *, jclass, jlong);
329
330 /*
331  * Class:     org_ldk_impl_bindings
332  * Method:    LDKCResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_get_ok
333  * Signature: (J)J
334  */
335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1get_1ok
336   (JNIEnv *, jclass, jlong);
337
338 /*
339  * Class:     org_ldk_impl_bindings
340  * Method:    LDKCResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_get_err
341  * Signature: (J)B
342  */
343 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1get_1err
344   (JNIEnv *, jclass, jlong);
345
346 /*
347  * Class:     org_ldk_impl_bindings
348  * Method:    LDKCResult_SignatureNoneZ_result_ok
349  * Signature: (J)Z
350  */
351 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignatureNoneZ_1result_1ok
352   (JNIEnv *, jclass, jlong);
353
354 /*
355  * Class:     org_ldk_impl_bindings
356  * Method:    LDKCResult_SignatureNoneZ_get_ok
357  * Signature: (J)[B
358  */
359 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignatureNoneZ_1get_1ok
360   (JNIEnv *, jclass, jlong);
361
362 /*
363  * Class:     org_ldk_impl_bindings
364  * Method:    LDKCResult_SignatureNoneZ_get_err
365  * Signature: (J)B
366  */
367 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignatureNoneZ_1get_1err
368   (JNIEnv *, jclass, jlong);
369
370 /*
371  * Class:     org_ldk_impl_bindings
372  * Method:    LDKCResult_CVec_SignatureZNoneZ_result_ok
373  * Signature: (J)Z
374  */
375 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1SignatureZNoneZ_1result_1ok
376   (JNIEnv *, jclass, jlong);
377
378 /*
379  * Class:     org_ldk_impl_bindings
380  * Method:    LDKCResult_CVec_SignatureZNoneZ_get_ok
381  * Signature: (J)[[B
382  */
383 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1SignatureZNoneZ_1get_1ok
384   (JNIEnv *, jclass, jlong);
385
386 /*
387  * Class:     org_ldk_impl_bindings
388  * Method:    LDKCResult_CVec_SignatureZNoneZ_get_err
389  * Signature: (J)B
390  */
391 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1SignatureZNoneZ_1get_1err
392   (JNIEnv *, jclass, jlong);
393
394 /*
395  * Class:     org_ldk_impl_bindings
396  * Method:    LDKAPIError_ref_from_ptr
397  * Signature: (J)Lorg/ldk/impl/bindings/LDKAPIError;
398  */
399 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKAPIError_1ref_1from_1ptr
400   (JNIEnv *, jclass, jlong);
401
402 /*
403  * Class:     org_ldk_impl_bindings
404  * Method:    LDKCResult_NoneAPIErrorZ_result_ok
405  * Signature: (J)Z
406  */
407 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneAPIErrorZ_1result_1ok
408   (JNIEnv *, jclass, jlong);
409
410 /*
411  * Class:     org_ldk_impl_bindings
412  * Method:    LDKCResult_NoneAPIErrorZ_get_ok
413  * Signature: (J)B
414  */
415 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneAPIErrorZ_1get_1ok
416   (JNIEnv *, jclass, jlong);
417
418 /*
419  * Class:     org_ldk_impl_bindings
420  * Method:    LDKCResult_NoneAPIErrorZ_get_err
421  * Signature: (J)J
422  */
423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneAPIErrorZ_1get_1err
424   (JNIEnv *, jclass, jlong);
425
426 /*
427  * Class:     org_ldk_impl_bindings
428  * Method:    LDKCResult_NonePaymentSendFailureZ_result_ok
429  * Signature: (J)Z
430  */
431 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePaymentSendFailureZ_1result_1ok
432   (JNIEnv *, jclass, jlong);
433
434 /*
435  * Class:     org_ldk_impl_bindings
436  * Method:    LDKCResult_NonePaymentSendFailureZ_get_ok
437  * Signature: (J)B
438  */
439 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePaymentSendFailureZ_1get_1ok
440   (JNIEnv *, jclass, jlong);
441
442 /*
443  * Class:     org_ldk_impl_bindings
444  * Method:    LDKCResult_NonePaymentSendFailureZ_get_err
445  * Signature: (J)J
446  */
447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePaymentSendFailureZ_1get_1err
448   (JNIEnv *, jclass, jlong);
449
450 /*
451  * Class:     org_ldk_impl_bindings
452  * Method:    LDKC3TupleTempl_ChannelAnnouncement__ChannelUpdate__ChannelUpdate_new
453  * Signature: (JJJ)J
454  */
455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC3TupleTempl_1ChannelAnnouncement_1_1ChannelUpdate_1_1ChannelUpdate_1new
456   (JNIEnv *, jclass, jlong, jlong, jlong);
457
458 /*
459  * Class:     org_ldk_impl_bindings
460  * Method:    LDKC3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_get_a
461  * Signature: (J)J
462  */
463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1get_1a
464   (JNIEnv *, jclass, jlong);
465
466 /*
467  * Class:     org_ldk_impl_bindings
468  * Method:    LDKC3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_get_b
469  * Signature: (J)J
470  */
471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1get_1b
472   (JNIEnv *, jclass, jlong);
473
474 /*
475  * Class:     org_ldk_impl_bindings
476  * Method:    LDKC3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_get_c
477  * Signature: (J)J
478  */
479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1get_1c
480   (JNIEnv *, jclass, jlong);
481
482 /*
483  * Class:     org_ldk_impl_bindings
484  * Method:    LDKCResult_NonePeerHandleErrorZ_result_ok
485  * Signature: (J)Z
486  */
487 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePeerHandleErrorZ_1result_1ok
488   (JNIEnv *, jclass, jlong);
489
490 /*
491  * Class:     org_ldk_impl_bindings
492  * Method:    LDKCResult_NonePeerHandleErrorZ_get_ok
493  * Signature: (J)B
494  */
495 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePeerHandleErrorZ_1get_1ok
496   (JNIEnv *, jclass, jlong);
497
498 /*
499  * Class:     org_ldk_impl_bindings
500  * Method:    LDKCResult_NonePeerHandleErrorZ_get_err
501  * Signature: (J)J
502  */
503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePeerHandleErrorZ_1get_1err
504   (JNIEnv *, jclass, jlong);
505
506 /*
507  * Class:     org_ldk_impl_bindings
508  * Method:    LDKC2TupleTempl_HTLCOutputInCommitment__Signature_new
509  * Signature: (J[B)J
510  */
511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2TupleTempl_1HTLCOutputInCommitment_1_1Signature_1new
512   (JNIEnv *, jclass, jlong, jbyteArray);
513
514 /*
515  * Class:     org_ldk_impl_bindings
516  * Method:    LDKC2Tuple_HTLCOutputInCommitmentSignatureZ_get_a
517  * Signature: (J)J
518  */
519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1HTLCOutputInCommitmentSignatureZ_1get_1a
520   (JNIEnv *, jclass, jlong);
521
522 /*
523  * Class:     org_ldk_impl_bindings
524  * Method:    LDKC2Tuple_HTLCOutputInCommitmentSignatureZ_get_b
525  * Signature: (J)[B
526  */
527 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKC2Tuple_1HTLCOutputInCommitmentSignatureZ_1get_1b
528   (JNIEnv *, jclass, jlong);
529
530 /*
531  * Class:     org_ldk_impl_bindings
532  * Method:    LDKSpendableOutputDescriptor_ref_from_ptr
533  * Signature: (J)Lorg/ldk/impl/bindings/LDKSpendableOutputDescriptor;
534  */
535 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKSpendableOutputDescriptor_1ref_1from_1ptr
536   (JNIEnv *, jclass, jlong);
537
538 /*
539  * Class:     org_ldk_impl_bindings
540  * Method:    LDKCVecTempl_SpendableOutputDescriptor_arr_info
541  * Signature: (J)Lorg/ldk/impl/bindings/VecOrSliceDef;
542  */
543 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1SpendableOutputDescriptor_1arr_1info
544   (JNIEnv *, jclass, jlong);
545
546 /*
547  * Class:     org_ldk_impl_bindings
548  * Method:    LDKCVecTempl_SpendableOutputDescriptor_new
549  * Signature: ([J)J
550  */
551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1SpendableOutputDescriptor_1new
552   (JNIEnv *, jclass, jlongArray);
553
554 /*
555  * Class:     org_ldk_impl_bindings
556  * Method:    LDKEvent_ref_from_ptr
557  * Signature: (J)Lorg/ldk/impl/bindings/LDKEvent;
558  */
559 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKEvent_1ref_1from_1ptr
560   (JNIEnv *, jclass, jlong);
561
562 /*
563  * Class:     org_ldk_impl_bindings
564  * Method:    LDKErrorAction_ref_from_ptr
565  * Signature: (J)Lorg/ldk/impl/bindings/LDKErrorAction;
566  */
567 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKErrorAction_1ref_1from_1ptr
568   (JNIEnv *, jclass, jlong);
569
570 /*
571  * Class:     org_ldk_impl_bindings
572  * Method:    LDKHTLCFailChannelUpdate_ref_from_ptr
573  * Signature: (J)Lorg/ldk/impl/bindings/LDKHTLCFailChannelUpdate;
574  */
575 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKHTLCFailChannelUpdate_1ref_1from_1ptr
576   (JNIEnv *, jclass, jlong);
577
578 /*
579  * Class:     org_ldk_impl_bindings
580  * Method:    LDKMessageSendEvent_ref_from_ptr
581  * Signature: (J)Lorg/ldk/impl/bindings/LDKMessageSendEvent;
582  */
583 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKMessageSendEvent_1ref_1from_1ptr
584   (JNIEnv *, jclass, jlong);
585
586 /*
587  * Class:     org_ldk_impl_bindings
588  * Method:    LDKCVecTempl_MessageSendEvent_arr_info
589  * Signature: (J)Lorg/ldk/impl/bindings/VecOrSliceDef;
590  */
591 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1MessageSendEvent_1arr_1info
592   (JNIEnv *, jclass, jlong);
593
594 /*
595  * Class:     org_ldk_impl_bindings
596  * Method:    LDKCVecTempl_MessageSendEvent_new
597  * Signature: ([J)J
598  */
599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1MessageSendEvent_1new
600   (JNIEnv *, jclass, jlongArray);
601
602 /*
603  * Class:     org_ldk_impl_bindings
604  * Method:    LDKMessageSendEventsProvider_new
605  * Signature: (Lorg/ldk/impl/bindings/LDKMessageSendEventsProvider;)J
606  */
607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKMessageSendEventsProvider_1new
608   (JNIEnv *, jclass, jobject);
609
610 /*
611  * Class:     org_ldk_impl_bindings
612  * Method:    LDKMessageSendEventsProvider_get_obj_from_jcalls
613  * Signature: (J)Lorg/ldk/impl/bindings/LDKMessageSendEventsProvider;
614  */
615 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKMessageSendEventsProvider_1get_1obj_1from_1jcalls
616   (JNIEnv *, jclass, jlong);
617
618 /*
619  * Class:     org_ldk_impl_bindings
620  * Method:    MessageSendEventsProvider_get_and_clear_pending_msg_events
621  * Signature: (J)[J
622  */
623 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_MessageSendEventsProvider_1get_1and_1clear_1pending_1msg_1events
624   (JNIEnv *, jclass, jlong);
625
626 /*
627  * Class:     org_ldk_impl_bindings
628  * Method:    LDKCVecTempl_Event_arr_info
629  * Signature: (J)Lorg/ldk/impl/bindings/VecOrSliceDef;
630  */
631 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1Event_1arr_1info
632   (JNIEnv *, jclass, jlong);
633
634 /*
635  * Class:     org_ldk_impl_bindings
636  * Method:    LDKCVecTempl_Event_new
637  * Signature: ([J)J
638  */
639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1Event_1new
640   (JNIEnv *, jclass, jlongArray);
641
642 /*
643  * Class:     org_ldk_impl_bindings
644  * Method:    LDKEventsProvider_new
645  * Signature: (Lorg/ldk/impl/bindings/LDKEventsProvider;)J
646  */
647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKEventsProvider_1new
648   (JNIEnv *, jclass, jobject);
649
650 /*
651  * Class:     org_ldk_impl_bindings
652  * Method:    LDKEventsProvider_get_obj_from_jcalls
653  * Signature: (J)Lorg/ldk/impl/bindings/LDKEventsProvider;
654  */
655 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKEventsProvider_1get_1obj_1from_1jcalls
656   (JNIEnv *, jclass, jlong);
657
658 /*
659  * Class:     org_ldk_impl_bindings
660  * Method:    EventsProvider_get_and_clear_pending_events
661  * Signature: (J)[J
662  */
663 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_EventsProvider_1get_1and_1clear_1pending_1events
664   (JNIEnv *, jclass, jlong);
665
666 /*
667  * Class:     org_ldk_impl_bindings
668  * Method:    LDKLogger_new
669  * Signature: (Lorg/ldk/impl/bindings/LDKLogger;)J
670  */
671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKLogger_1new
672   (JNIEnv *, jclass, jobject);
673
674 /*
675  * Class:     org_ldk_impl_bindings
676  * Method:    LDKLogger_get_obj_from_jcalls
677  * Signature: (J)Lorg/ldk/impl/bindings/LDKLogger;
678  */
679 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKLogger_1get_1obj_1from_1jcalls
680   (JNIEnv *, jclass, jlong);
681
682 /*
683  * Class:     org_ldk_impl_bindings
684  * Method:    LDKCResult_TxOutAccessErrorZ_result_ok
685  * Signature: (J)Z
686  */
687 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxOutAccessErrorZ_1result_1ok
688   (JNIEnv *, jclass, jlong);
689
690 /*
691  * Class:     org_ldk_impl_bindings
692  * Method:    LDKCResult_TxOutAccessErrorZ_get_ok
693  * Signature: (J)J
694  */
695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxOutAccessErrorZ_1get_1ok
696   (JNIEnv *, jclass, jlong);
697
698 /*
699  * Class:     org_ldk_impl_bindings
700  * Method:    LDKCResult_TxOutAccessErrorZ_get_err
701  * Signature: (J)Lorg/ldk/enums/LDKAccessError;
702  */
703 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxOutAccessErrorZ_1get_1err
704   (JNIEnv *, jclass, jlong);
705
706 /*
707  * Class:     org_ldk_impl_bindings
708  * Method:    LDKAccess_new
709  * Signature: (Lorg/ldk/impl/bindings/LDKAccess;)J
710  */
711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKAccess_1new
712   (JNIEnv *, jclass, jobject);
713
714 /*
715  * Class:     org_ldk_impl_bindings
716  * Method:    LDKAccess_get_obj_from_jcalls
717  * Signature: (J)Lorg/ldk/impl/bindings/LDKAccess;
718  */
719 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKAccess_1get_1obj_1from_1jcalls
720   (JNIEnv *, jclass, jlong);
721
722 /*
723  * Class:     org_ldk_impl_bindings
724  * Method:    Access_get_utxo
725  * Signature: (J[BJ)J
726  */
727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Access_1get_1utxo
728   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
729
730 /*
731  * Class:     org_ldk_impl_bindings
732  * Method:    LDKCVecTempl_HTLCOutputInCommitment_arr_info
733  * Signature: (J)[J
734  */
735 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1HTLCOutputInCommitment_1arr_1info
736   (JNIEnv *, jclass, jlong);
737
738 /*
739  * Class:     org_ldk_impl_bindings
740  * Method:    LDKCVecTempl_HTLCOutputInCommitment_new
741  * Signature: ([J)J
742  */
743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1HTLCOutputInCommitment_1new
744   (JNIEnv *, jclass, jlongArray);
745
746 /*
747  * Class:     org_ldk_impl_bindings
748  * Method:    LDKChannelKeys_new
749  * Signature: (Lorg/ldk/impl/bindings/LDKChannelKeys;J)J
750  */
751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKChannelKeys_1new
752   (JNIEnv *, jclass, jobject, jlong);
753
754 /*
755  * Class:     org_ldk_impl_bindings
756  * Method:    LDKChannelKeys_get_obj_from_jcalls
757  * Signature: (J)Lorg/ldk/impl/bindings/LDKChannelKeys;
758  */
759 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKChannelKeys_1get_1obj_1from_1jcalls
760   (JNIEnv *, jclass, jlong);
761
762 /*
763  * Class:     org_ldk_impl_bindings
764  * Method:    ChannelKeys_get_per_commitment_point
765  * Signature: (JJ)[B
766  */
767 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelKeys_1get_1per_1commitment_1point
768   (JNIEnv *, jclass, jlong, jlong);
769
770 /*
771  * Class:     org_ldk_impl_bindings
772  * Method:    ChannelKeys_release_commitment_secret
773  * Signature: (JJ)[B
774  */
775 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelKeys_1release_1commitment_1secret
776   (JNIEnv *, jclass, jlong, jlong);
777
778 /*
779  * Class:     org_ldk_impl_bindings
780  * Method:    ChannelKeys_key_derivation_params
781  * Signature: (J)J
782  */
783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelKeys_1key_1derivation_1params
784   (JNIEnv *, jclass, jlong);
785
786 /*
787  * Class:     org_ldk_impl_bindings
788  * Method:    ChannelKeys_sign_counterparty_commitment
789  * Signature: (JI[BJ[J)J
790  */
791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelKeys_1sign_1counterparty_1commitment
792   (JNIEnv *, jclass, jlong, jint, jbyteArray, jlong, jlongArray);
793
794 /*
795  * Class:     org_ldk_impl_bindings
796  * Method:    ChannelKeys_sign_holder_commitment
797  * Signature: (JJ)J
798  */
799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelKeys_1sign_1holder_1commitment
800   (JNIEnv *, jclass, jlong, jlong);
801
802 /*
803  * Class:     org_ldk_impl_bindings
804  * Method:    ChannelKeys_sign_holder_commitment_htlc_transactions
805  * Signature: (JJ)J
806  */
807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelKeys_1sign_1holder_1commitment_1htlc_1transactions
808   (JNIEnv *, jclass, jlong, jlong);
809
810 /*
811  * Class:     org_ldk_impl_bindings
812  * Method:    ChannelKeys_sign_justice_transaction
813  * Signature: (J[BJJ[BJ)J
814  */
815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelKeys_1sign_1justice_1transaction
816   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong, jbyteArray, jlong);
817
818 /*
819  * Class:     org_ldk_impl_bindings
820  * Method:    ChannelKeys_sign_counterparty_htlc_transaction
821  * Signature: (J[BJJ[BJ)J
822  */
823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelKeys_1sign_1counterparty_1htlc_1transaction
824   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong, jbyteArray, jlong);
825
826 /*
827  * Class:     org_ldk_impl_bindings
828  * Method:    ChannelKeys_sign_closing_transaction
829  * Signature: (J[B)J
830  */
831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelKeys_1sign_1closing_1transaction
832   (JNIEnv *, jclass, jlong, jbyteArray);
833
834 /*
835  * Class:     org_ldk_impl_bindings
836  * Method:    ChannelKeys_sign_channel_announcement
837  * Signature: (JJ)J
838  */
839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelKeys_1sign_1channel_1announcement
840   (JNIEnv *, jclass, jlong, jlong);
841
842 /*
843  * Class:     org_ldk_impl_bindings
844  * Method:    ChannelKeys_on_accept
845  * Signature: (JJSS)V
846  */
847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelKeys_1on_1accept
848   (JNIEnv *, jclass, jlong, jlong, jshort, jshort);
849
850 /*
851  * Class:     org_ldk_impl_bindings
852  * Method:    ChannelKeys_get_pubkeys
853  * Signature: (J)J
854  */
855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelKeys_1get_1pubkeys
856   (JNIEnv *, jclass, jlong);
857
858 /*
859  * Class:     org_ldk_impl_bindings
860  * Method:    LDKCVecTempl_MonitorEvent_arr_info
861  * Signature: (J)[J
862  */
863 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1MonitorEvent_1arr_1info
864   (JNIEnv *, jclass, jlong);
865
866 /*
867  * Class:     org_ldk_impl_bindings
868  * Method:    LDKCVecTempl_MonitorEvent_new
869  * Signature: ([J)J
870  */
871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1MonitorEvent_1new
872   (JNIEnv *, jclass, jlongArray);
873
874 /*
875  * Class:     org_ldk_impl_bindings
876  * Method:    LDKWatch_new
877  * Signature: (Lorg/ldk/impl/bindings/LDKWatch;)J
878  */
879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKWatch_1new
880   (JNIEnv *, jclass, jobject);
881
882 /*
883  * Class:     org_ldk_impl_bindings
884  * Method:    LDKWatch_get_obj_from_jcalls
885  * Signature: (J)Lorg/ldk/impl/bindings/LDKWatch;
886  */
887 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKWatch_1get_1obj_1from_1jcalls
888   (JNIEnv *, jclass, jlong);
889
890 /*
891  * Class:     org_ldk_impl_bindings
892  * Method:    Watch_watch_channel
893  * Signature: (JJJ)J
894  */
895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Watch_1watch_1channel
896   (JNIEnv *, jclass, jlong, jlong, jlong);
897
898 /*
899  * Class:     org_ldk_impl_bindings
900  * Method:    Watch_update_channel
901  * Signature: (JJJ)J
902  */
903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Watch_1update_1channel
904   (JNIEnv *, jclass, jlong, jlong, jlong);
905
906 /*
907  * Class:     org_ldk_impl_bindings
908  * Method:    Watch_release_pending_monitor_events
909  * Signature: (J)[J
910  */
911 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_Watch_1release_1pending_1monitor_1events
912   (JNIEnv *, jclass, jlong);
913
914 /*
915  * Class:     org_ldk_impl_bindings
916  * Method:    LDKFilter_new
917  * Signature: (Lorg/ldk/impl/bindings/LDKFilter;)J
918  */
919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKFilter_1new
920   (JNIEnv *, jclass, jobject);
921
922 /*
923  * Class:     org_ldk_impl_bindings
924  * Method:    LDKFilter_get_obj_from_jcalls
925  * Signature: (J)Lorg/ldk/impl/bindings/LDKFilter;
926  */
927 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKFilter_1get_1obj_1from_1jcalls
928   (JNIEnv *, jclass, jlong);
929
930 /*
931  * Class:     org_ldk_impl_bindings
932  * Method:    Filter_register_tx
933  * Signature: (J[B[B)V
934  */
935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Filter_1register_1tx
936   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray);
937
938 /*
939  * Class:     org_ldk_impl_bindings
940  * Method:    Filter_register_output
941  * Signature: (JJ[B)V
942  */
943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Filter_1register_1output
944   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
945
946 /*
947  * Class:     org_ldk_impl_bindings
948  * Method:    LDKBroadcasterInterface_new
949  * Signature: (Lorg/ldk/impl/bindings/LDKBroadcasterInterface;)J
950  */
951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKBroadcasterInterface_1new
952   (JNIEnv *, jclass, jobject);
953
954 /*
955  * Class:     org_ldk_impl_bindings
956  * Method:    LDKBroadcasterInterface_get_obj_from_jcalls
957  * Signature: (J)Lorg/ldk/impl/bindings/LDKBroadcasterInterface;
958  */
959 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKBroadcasterInterface_1get_1obj_1from_1jcalls
960   (JNIEnv *, jclass, jlong);
961
962 /*
963  * Class:     org_ldk_impl_bindings
964  * Method:    BroadcasterInterface_broadcast_transaction
965  * Signature: (J[B)V
966  */
967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BroadcasterInterface_1broadcast_1transaction
968   (JNIEnv *, jclass, jlong, jbyteArray);
969
970 /*
971  * Class:     org_ldk_impl_bindings
972  * Method:    LDKFeeEstimator_new
973  * Signature: (Lorg/ldk/impl/bindings/LDKFeeEstimator;)J
974  */
975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKFeeEstimator_1new
976   (JNIEnv *, jclass, jobject);
977
978 /*
979  * Class:     org_ldk_impl_bindings
980  * Method:    LDKFeeEstimator_get_obj_from_jcalls
981  * Signature: (J)Lorg/ldk/impl/bindings/LDKFeeEstimator;
982  */
983 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKFeeEstimator_1get_1obj_1from_1jcalls
984   (JNIEnv *, jclass, jlong);
985
986 /*
987  * Class:     org_ldk_impl_bindings
988  * Method:    FeeEstimator_get_est_sat_per_1000_weight
989  * Signature: (JLorg/ldk/enums/LDKConfirmationTarget;)I
990  */
991 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_FeeEstimator_1get_1est_1sat_1per_11000_1weight
992   (JNIEnv *, jclass, jlong, jobject);
993
994 /*
995  * Class:     org_ldk_impl_bindings
996  * Method:    LDKCVecTempl_C2TupleTempl_usize__Transaction_arr_info
997  * Signature: (J)Lorg/ldk/impl/bindings/VecOrSliceDef;
998  */
999 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1C2TupleTempl_1usize_1_1Transaction_1arr_1info
1000   (JNIEnv *, jclass, jlong);
1001
1002 /*
1003  * Class:     org_ldk_impl_bindings
1004  * Method:    LDKCVecTempl_C2TupleTempl_usize__Transaction_new
1005  * Signature: ([J)J
1006  */
1007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1C2TupleTempl_1usize_1_1Transaction_1new
1008   (JNIEnv *, jclass, jlongArray);
1009
1010 /*
1011  * Class:     org_ldk_impl_bindings
1012  * Method:    LDKCVecTempl_Transaction_arr_info
1013  * Signature: (J)Lorg/ldk/impl/bindings/VecOrSliceDef;
1014  */
1015 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1Transaction_1arr_1info
1016   (JNIEnv *, jclass, jlong);
1017
1018 /*
1019  * Class:     org_ldk_impl_bindings
1020  * Method:    LDKCVecTempl_C2TupleTempl_ThirtyTwoBytes__CVecTempl_TxOut_arr_info
1021  * Signature: (J)Lorg/ldk/impl/bindings/VecOrSliceDef;
1022  */
1023 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1C2TupleTempl_1ThirtyTwoBytes_1_1CVecTempl_1TxOut_1arr_1info
1024   (JNIEnv *, jclass, jlong);
1025
1026 /*
1027  * Class:     org_ldk_impl_bindings
1028  * Method:    LDKCVecTempl_C2TupleTempl_ThirtyTwoBytes__CVecTempl_TxOut_new
1029  * Signature: ([J)J
1030  */
1031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1C2TupleTempl_1ThirtyTwoBytes_1_1CVecTempl_1TxOut_1new
1032   (JNIEnv *, jclass, jlongArray);
1033
1034 /*
1035  * Class:     org_ldk_impl_bindings
1036  * Method:    LDKKeysInterface_new
1037  * Signature: (Lorg/ldk/impl/bindings/LDKKeysInterface;)J
1038  */
1039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKKeysInterface_1new
1040   (JNIEnv *, jclass, jobject);
1041
1042 /*
1043  * Class:     org_ldk_impl_bindings
1044  * Method:    LDKKeysInterface_get_obj_from_jcalls
1045  * Signature: (J)Lorg/ldk/impl/bindings/LDKKeysInterface;
1046  */
1047 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKKeysInterface_1get_1obj_1from_1jcalls
1048   (JNIEnv *, jclass, jlong);
1049
1050 /*
1051  * Class:     org_ldk_impl_bindings
1052  * Method:    KeysInterface_get_node_secret
1053  * Signature: (J)[B
1054  */
1055 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_KeysInterface_1get_1node_1secret
1056   (JNIEnv *, jclass, jlong);
1057
1058 /*
1059  * Class:     org_ldk_impl_bindings
1060  * Method:    KeysInterface_get_destination_script
1061  * Signature: (J)[B
1062  */
1063 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_KeysInterface_1get_1destination_1script
1064   (JNIEnv *, jclass, jlong);
1065
1066 /*
1067  * Class:     org_ldk_impl_bindings
1068  * Method:    KeysInterface_get_shutdown_pubkey
1069  * Signature: (J)[B
1070  */
1071 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_KeysInterface_1get_1shutdown_1pubkey
1072   (JNIEnv *, jclass, jlong);
1073
1074 /*
1075  * Class:     org_ldk_impl_bindings
1076  * Method:    KeysInterface_get_channel_keys
1077  * Signature: (JZJ)J
1078  */
1079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysInterface_1get_1channel_1keys
1080   (JNIEnv *, jclass, jlong, jboolean, jlong);
1081
1082 /*
1083  * Class:     org_ldk_impl_bindings
1084  * Method:    KeysInterface_get_secure_random_bytes
1085  * Signature: (J)[B
1086  */
1087 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_KeysInterface_1get_1secure_1random_1bytes
1088   (JNIEnv *, jclass, jlong);
1089
1090 /*
1091  * Class:     org_ldk_impl_bindings
1092  * Method:    LDKCVecTempl_ChannelDetails_arr_info
1093  * Signature: (J)[J
1094  */
1095 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1ChannelDetails_1arr_1info
1096   (JNIEnv *, jclass, jlong);
1097
1098 /*
1099  * Class:     org_ldk_impl_bindings
1100  * Method:    LDKCVecTempl_ChannelDetails_new
1101  * Signature: ([J)J
1102  */
1103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1ChannelDetails_1new
1104   (JNIEnv *, jclass, jlongArray);
1105
1106 /*
1107  * Class:     org_ldk_impl_bindings
1108  * Method:    LDKNetAddress_ref_from_ptr
1109  * Signature: (J)Lorg/ldk/impl/bindings/LDKNetAddress;
1110  */
1111 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKNetAddress_1ref_1from_1ptr
1112   (JNIEnv *, jclass, jlong);
1113
1114 /*
1115  * Class:     org_ldk_impl_bindings
1116  * Method:    LDKCVecTempl_NetAddress_arr_info
1117  * Signature: (J)Lorg/ldk/impl/bindings/VecOrSliceDef;
1118  */
1119 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1NetAddress_1arr_1info
1120   (JNIEnv *, jclass, jlong);
1121
1122 /*
1123  * Class:     org_ldk_impl_bindings
1124  * Method:    LDKCVecTempl_NetAddress_new
1125  * Signature: ([J)J
1126  */
1127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1NetAddress_1new
1128   (JNIEnv *, jclass, jlongArray);
1129
1130 /*
1131  * Class:     org_ldk_impl_bindings
1132  * Method:    LDKChannelMessageHandler_new
1133  * Signature: (Lorg/ldk/impl/bindings/LDKChannelMessageHandler;Lorg/ldk/impl/bindings/LDKMessageSendEventsProvider;)J
1134  */
1135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKChannelMessageHandler_1new
1136   (JNIEnv *, jclass, jobject, jobject);
1137
1138 /*
1139  * Class:     org_ldk_impl_bindings
1140  * Method:    LDKChannelMessageHandler_get_obj_from_jcalls
1141  * Signature: (J)Lorg/ldk/impl/bindings/LDKChannelMessageHandler;
1142  */
1143 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKChannelMessageHandler_1get_1obj_1from_1jcalls
1144   (JNIEnv *, jclass, jlong);
1145
1146 /*
1147  * Class:     org_ldk_impl_bindings
1148  * Method:    ChannelMessageHandler_handle_open_channel
1149  * Signature: (J[BJJ)V
1150  */
1151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1open_1channel
1152   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
1153
1154 /*
1155  * Class:     org_ldk_impl_bindings
1156  * Method:    ChannelMessageHandler_handle_accept_channel
1157  * Signature: (J[BJJ)V
1158  */
1159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1accept_1channel
1160   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
1161
1162 /*
1163  * Class:     org_ldk_impl_bindings
1164  * Method:    ChannelMessageHandler_handle_funding_created
1165  * Signature: (J[BJ)V
1166  */
1167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1funding_1created
1168   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1169
1170 /*
1171  * Class:     org_ldk_impl_bindings
1172  * Method:    ChannelMessageHandler_handle_funding_signed
1173  * Signature: (J[BJ)V
1174  */
1175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1funding_1signed
1176   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1177
1178 /*
1179  * Class:     org_ldk_impl_bindings
1180  * Method:    ChannelMessageHandler_handle_funding_locked
1181  * Signature: (J[BJ)V
1182  */
1183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1funding_1locked
1184   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1185
1186 /*
1187  * Class:     org_ldk_impl_bindings
1188  * Method:    ChannelMessageHandler_handle_shutdown
1189  * Signature: (J[BJ)V
1190  */
1191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1shutdown
1192   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1193
1194 /*
1195  * Class:     org_ldk_impl_bindings
1196  * Method:    ChannelMessageHandler_handle_closing_signed
1197  * Signature: (J[BJ)V
1198  */
1199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1closing_1signed
1200   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1201
1202 /*
1203  * Class:     org_ldk_impl_bindings
1204  * Method:    ChannelMessageHandler_handle_update_add_htlc
1205  * Signature: (J[BJ)V
1206  */
1207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1add_1htlc
1208   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1209
1210 /*
1211  * Class:     org_ldk_impl_bindings
1212  * Method:    ChannelMessageHandler_handle_update_fulfill_htlc
1213  * Signature: (J[BJ)V
1214  */
1215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1fulfill_1htlc
1216   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1217
1218 /*
1219  * Class:     org_ldk_impl_bindings
1220  * Method:    ChannelMessageHandler_handle_update_fail_htlc
1221  * Signature: (J[BJ)V
1222  */
1223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1fail_1htlc
1224   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1225
1226 /*
1227  * Class:     org_ldk_impl_bindings
1228  * Method:    ChannelMessageHandler_handle_update_fail_malformed_htlc
1229  * Signature: (J[BJ)V
1230  */
1231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1fail_1malformed_1htlc
1232   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1233
1234 /*
1235  * Class:     org_ldk_impl_bindings
1236  * Method:    ChannelMessageHandler_handle_commitment_signed
1237  * Signature: (J[BJ)V
1238  */
1239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1commitment_1signed
1240   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1241
1242 /*
1243  * Class:     org_ldk_impl_bindings
1244  * Method:    ChannelMessageHandler_handle_revoke_and_ack
1245  * Signature: (J[BJ)V
1246  */
1247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1revoke_1and_1ack
1248   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1249
1250 /*
1251  * Class:     org_ldk_impl_bindings
1252  * Method:    ChannelMessageHandler_handle_update_fee
1253  * Signature: (J[BJ)V
1254  */
1255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1fee
1256   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1257
1258 /*
1259  * Class:     org_ldk_impl_bindings
1260  * Method:    ChannelMessageHandler_handle_announcement_signatures
1261  * Signature: (J[BJ)V
1262  */
1263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1announcement_1signatures
1264   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1265
1266 /*
1267  * Class:     org_ldk_impl_bindings
1268  * Method:    ChannelMessageHandler_peer_disconnected
1269  * Signature: (J[BZ)V
1270  */
1271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1peer_1disconnected
1272   (JNIEnv *, jclass, jlong, jbyteArray, jboolean);
1273
1274 /*
1275  * Class:     org_ldk_impl_bindings
1276  * Method:    ChannelMessageHandler_peer_connected
1277  * Signature: (J[BJ)V
1278  */
1279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1peer_1connected
1280   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1281
1282 /*
1283  * Class:     org_ldk_impl_bindings
1284  * Method:    ChannelMessageHandler_handle_channel_reestablish
1285  * Signature: (J[BJ)V
1286  */
1287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1channel_1reestablish
1288   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1289
1290 /*
1291  * Class:     org_ldk_impl_bindings
1292  * Method:    ChannelMessageHandler_handle_error
1293  * Signature: (J[BJ)V
1294  */
1295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1error
1296   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1297
1298 /*
1299  * Class:     org_ldk_impl_bindings
1300  * Method:    LDKCVecTempl_ChannelMonitor_arr_info
1301  * Signature: (J)[J
1302  */
1303 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1ChannelMonitor_1arr_1info
1304   (JNIEnv *, jclass, jlong);
1305
1306 /*
1307  * Class:     org_ldk_impl_bindings
1308  * Method:    LDKCVecTempl_ChannelMonitor_new
1309  * Signature: ([J)J
1310  */
1311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1ChannelMonitor_1new
1312   (JNIEnv *, jclass, jlongArray);
1313
1314 /*
1315  * Class:     org_ldk_impl_bindings
1316  * Method:    LDKCVecTempl_u64_arr_info
1317  * Signature: (J)Lorg/ldk/impl/bindings/VecOrSliceDef;
1318  */
1319 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1u64_1arr_1info
1320   (JNIEnv *, jclass, jlong);
1321
1322 /*
1323  * Class:     org_ldk_impl_bindings
1324  * Method:    LDKCVecTempl_u64_new
1325  * Signature: ([J)J
1326  */
1327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1u64_1new
1328   (JNIEnv *, jclass, jlongArray);
1329
1330 /*
1331  * Class:     org_ldk_impl_bindings
1332  * Method:    LDKCVecTempl_UpdateAddHTLC_arr_info
1333  * Signature: (J)[J
1334  */
1335 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1UpdateAddHTLC_1arr_1info
1336   (JNIEnv *, jclass, jlong);
1337
1338 /*
1339  * Class:     org_ldk_impl_bindings
1340  * Method:    LDKCVecTempl_UpdateAddHTLC_new
1341  * Signature: ([J)J
1342  */
1343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1UpdateAddHTLC_1new
1344   (JNIEnv *, jclass, jlongArray);
1345
1346 /*
1347  * Class:     org_ldk_impl_bindings
1348  * Method:    LDKCVecTempl_UpdateFulfillHTLC_arr_info
1349  * Signature: (J)[J
1350  */
1351 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1UpdateFulfillHTLC_1arr_1info
1352   (JNIEnv *, jclass, jlong);
1353
1354 /*
1355  * Class:     org_ldk_impl_bindings
1356  * Method:    LDKCVecTempl_UpdateFulfillHTLC_new
1357  * Signature: ([J)J
1358  */
1359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1UpdateFulfillHTLC_1new
1360   (JNIEnv *, jclass, jlongArray);
1361
1362 /*
1363  * Class:     org_ldk_impl_bindings
1364  * Method:    LDKCVecTempl_UpdateFailHTLC_arr_info
1365  * Signature: (J)[J
1366  */
1367 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1UpdateFailHTLC_1arr_1info
1368   (JNIEnv *, jclass, jlong);
1369
1370 /*
1371  * Class:     org_ldk_impl_bindings
1372  * Method:    LDKCVecTempl_UpdateFailHTLC_new
1373  * Signature: ([J)J
1374  */
1375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1UpdateFailHTLC_1new
1376   (JNIEnv *, jclass, jlongArray);
1377
1378 /*
1379  * Class:     org_ldk_impl_bindings
1380  * Method:    LDKCVecTempl_UpdateFailMalformedHTLC_arr_info
1381  * Signature: (J)[J
1382  */
1383 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1UpdateFailMalformedHTLC_1arr_1info
1384   (JNIEnv *, jclass, jlong);
1385
1386 /*
1387  * Class:     org_ldk_impl_bindings
1388  * Method:    LDKCVecTempl_UpdateFailMalformedHTLC_new
1389  * Signature: ([J)J
1390  */
1391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1UpdateFailMalformedHTLC_1new
1392   (JNIEnv *, jclass, jlongArray);
1393
1394 /*
1395  * Class:     org_ldk_impl_bindings
1396  * Method:    LDKCResult_boolLightningErrorZ_result_ok
1397  * Signature: (J)Z
1398  */
1399 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolLightningErrorZ_1result_1ok
1400   (JNIEnv *, jclass, jlong);
1401
1402 /*
1403  * Class:     org_ldk_impl_bindings
1404  * Method:    LDKCResult_boolLightningErrorZ_get_ok
1405  * Signature: (J)Z
1406  */
1407 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolLightningErrorZ_1get_1ok
1408   (JNIEnv *, jclass, jlong);
1409
1410 /*
1411  * Class:     org_ldk_impl_bindings
1412  * Method:    LDKCResult_boolLightningErrorZ_get_err
1413  * Signature: (J)J
1414  */
1415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolLightningErrorZ_1get_1err
1416   (JNIEnv *, jclass, jlong);
1417
1418 /*
1419  * Class:     org_ldk_impl_bindings
1420  * Method:    LDKCVecTempl_C3TupleTempl_ChannelAnnouncement__ChannelUpdate__ChannelUpdate_arr_info
1421  * Signature: (J)Lorg/ldk/impl/bindings/VecOrSliceDef;
1422  */
1423 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1C3TupleTempl_1ChannelAnnouncement_1_1ChannelUpdate_1_1ChannelUpdate_1arr_1info
1424   (JNIEnv *, jclass, jlong);
1425
1426 /*
1427  * Class:     org_ldk_impl_bindings
1428  * Method:    LDKCVecTempl_C3TupleTempl_ChannelAnnouncement__ChannelUpdate__ChannelUpdate_new
1429  * Signature: ([J)J
1430  */
1431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1C3TupleTempl_1ChannelAnnouncement_1_1ChannelUpdate_1_1ChannelUpdate_1new
1432   (JNIEnv *, jclass, jlongArray);
1433
1434 /*
1435  * Class:     org_ldk_impl_bindings
1436  * Method:    LDKCVecTempl_NodeAnnouncement_arr_info
1437  * Signature: (J)[J
1438  */
1439 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1NodeAnnouncement_1arr_1info
1440   (JNIEnv *, jclass, jlong);
1441
1442 /*
1443  * Class:     org_ldk_impl_bindings
1444  * Method:    LDKCVecTempl_NodeAnnouncement_new
1445  * Signature: ([J)J
1446  */
1447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1NodeAnnouncement_1new
1448   (JNIEnv *, jclass, jlongArray);
1449
1450 /*
1451  * Class:     org_ldk_impl_bindings
1452  * Method:    LDKRoutingMessageHandler_new
1453  * Signature: (Lorg/ldk/impl/bindings/LDKRoutingMessageHandler;)J
1454  */
1455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKRoutingMessageHandler_1new
1456   (JNIEnv *, jclass, jobject);
1457
1458 /*
1459  * Class:     org_ldk_impl_bindings
1460  * Method:    LDKRoutingMessageHandler_get_obj_from_jcalls
1461  * Signature: (J)Lorg/ldk/impl/bindings/LDKRoutingMessageHandler;
1462  */
1463 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKRoutingMessageHandler_1get_1obj_1from_1jcalls
1464   (JNIEnv *, jclass, jlong);
1465
1466 /*
1467  * Class:     org_ldk_impl_bindings
1468  * Method:    RoutingMessageHandler_handle_node_announcement
1469  * Signature: (JJ)J
1470  */
1471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1node_1announcement
1472   (JNIEnv *, jclass, jlong, jlong);
1473
1474 /*
1475  * Class:     org_ldk_impl_bindings
1476  * Method:    RoutingMessageHandler_handle_channel_announcement
1477  * Signature: (JJ)J
1478  */
1479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1channel_1announcement
1480   (JNIEnv *, jclass, jlong, jlong);
1481
1482 /*
1483  * Class:     org_ldk_impl_bindings
1484  * Method:    RoutingMessageHandler_handle_channel_update
1485  * Signature: (JJ)J
1486  */
1487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1channel_1update
1488   (JNIEnv *, jclass, jlong, jlong);
1489
1490 /*
1491  * Class:     org_ldk_impl_bindings
1492  * Method:    RoutingMessageHandler_handle_htlc_fail_channel_update
1493  * Signature: (JJ)V
1494  */
1495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1htlc_1fail_1channel_1update
1496   (JNIEnv *, jclass, jlong, jlong);
1497
1498 /*
1499  * Class:     org_ldk_impl_bindings
1500  * Method:    RoutingMessageHandler_get_next_channel_announcements
1501  * Signature: (JJB)[J
1502  */
1503 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1get_1next_1channel_1announcements
1504   (JNIEnv *, jclass, jlong, jlong, jbyte);
1505
1506 /*
1507  * Class:     org_ldk_impl_bindings
1508  * Method:    RoutingMessageHandler_get_next_node_announcements
1509  * Signature: (J[BB)[J
1510  */
1511 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1get_1next_1node_1announcements
1512   (JNIEnv *, jclass, jlong, jbyteArray, jbyte);
1513
1514 /*
1515  * Class:     org_ldk_impl_bindings
1516  * Method:    RoutingMessageHandler_should_request_full_sync
1517  * Signature: (J[B)Z
1518  */
1519 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1should_1request_1full_1sync
1520   (JNIEnv *, jclass, jlong, jbyteArray);
1521
1522 /*
1523  * Class:     org_ldk_impl_bindings
1524  * Method:    LDKSocketDescriptor_new
1525  * Signature: (Lorg/ldk/impl/bindings/LDKSocketDescriptor;)J
1526  */
1527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKSocketDescriptor_1new
1528   (JNIEnv *, jclass, jobject);
1529
1530 /*
1531  * Class:     org_ldk_impl_bindings
1532  * Method:    LDKSocketDescriptor_get_obj_from_jcalls
1533  * Signature: (J)Lorg/ldk/impl/bindings/LDKSocketDescriptor;
1534  */
1535 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKSocketDescriptor_1get_1obj_1from_1jcalls
1536   (JNIEnv *, jclass, jlong);
1537
1538 /*
1539  * Class:     org_ldk_impl_bindings
1540  * Method:    SocketDescriptor_send_data
1541  * Signature: (J[BZ)J
1542  */
1543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1send_1data
1544   (JNIEnv *, jclass, jlong, jbyteArray, jboolean);
1545
1546 /*
1547  * Class:     org_ldk_impl_bindings
1548  * Method:    SocketDescriptor_disconnect_socket
1549  * Signature: (J)V
1550  */
1551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1disconnect_1socket
1552   (JNIEnv *, jclass, jlong);
1553
1554 /*
1555  * Class:     org_ldk_impl_bindings
1556  * Method:    SocketDescriptor_hash
1557  * Signature: (J)J
1558  */
1559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1hash
1560   (JNIEnv *, jclass, jlong);
1561
1562 /*
1563  * Class:     org_ldk_impl_bindings
1564  * Method:    LDKCVecTempl_PublicKey_arr_info
1565  * Signature: (J)Lorg/ldk/impl/bindings/VecOrSliceDef;
1566  */
1567 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1PublicKey_1arr_1info
1568   (JNIEnv *, jclass, jlong);
1569
1570 /*
1571  * Class:     org_ldk_impl_bindings
1572  * Method:    LDKCResult_CVec_u8ZPeerHandleErrorZ_result_ok
1573  * Signature: (J)Z
1574  */
1575 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1u8ZPeerHandleErrorZ_1result_1ok
1576   (JNIEnv *, jclass, jlong);
1577
1578 /*
1579  * Class:     org_ldk_impl_bindings
1580  * Method:    LDKCResult_CVec_u8ZPeerHandleErrorZ_get_ok
1581  * Signature: (J)[B
1582  */
1583 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1u8ZPeerHandleErrorZ_1get_1ok
1584   (JNIEnv *, jclass, jlong);
1585
1586 /*
1587  * Class:     org_ldk_impl_bindings
1588  * Method:    LDKCResult_CVec_u8ZPeerHandleErrorZ_get_err
1589  * Signature: (J)J
1590  */
1591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1u8ZPeerHandleErrorZ_1get_1err
1592   (JNIEnv *, jclass, jlong);
1593
1594 /*
1595  * Class:     org_ldk_impl_bindings
1596  * Method:    LDKCResult_boolPeerHandleErrorZ_result_ok
1597  * Signature: (J)Z
1598  */
1599 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolPeerHandleErrorZ_1result_1ok
1600   (JNIEnv *, jclass, jlong);
1601
1602 /*
1603  * Class:     org_ldk_impl_bindings
1604  * Method:    LDKCResult_boolPeerHandleErrorZ_get_ok
1605  * Signature: (J)Z
1606  */
1607 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolPeerHandleErrorZ_1get_1ok
1608   (JNIEnv *, jclass, jlong);
1609
1610 /*
1611  * Class:     org_ldk_impl_bindings
1612  * Method:    LDKCResult_boolPeerHandleErrorZ_get_err
1613  * Signature: (J)J
1614  */
1615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolPeerHandleErrorZ_1get_1err
1616   (JNIEnv *, jclass, jlong);
1617
1618 /*
1619  * Class:     org_ldk_impl_bindings
1620  * Method:    LDKCResult_SecretKeySecpErrorZ_result_ok
1621  * Signature: (J)Z
1622  */
1623 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SecretKeySecpErrorZ_1result_1ok
1624   (JNIEnv *, jclass, jlong);
1625
1626 /*
1627  * Class:     org_ldk_impl_bindings
1628  * Method:    LDKCResult_SecretKeySecpErrorZ_get_ok
1629  * Signature: (J)[B
1630  */
1631 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SecretKeySecpErrorZ_1get_1ok
1632   (JNIEnv *, jclass, jlong);
1633
1634 /*
1635  * Class:     org_ldk_impl_bindings
1636  * Method:    LDKCResult_SecretKeySecpErrorZ_get_err
1637  * Signature: (J)Lorg/ldk/enums/LDKSecp256k1Error;
1638  */
1639 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SecretKeySecpErrorZ_1get_1err
1640   (JNIEnv *, jclass, jlong);
1641
1642 /*
1643  * Class:     org_ldk_impl_bindings
1644  * Method:    LDKCResult_PublicKeySecpErrorZ_result_ok
1645  * Signature: (J)Z
1646  */
1647 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PublicKeySecpErrorZ_1result_1ok
1648   (JNIEnv *, jclass, jlong);
1649
1650 /*
1651  * Class:     org_ldk_impl_bindings
1652  * Method:    LDKCResult_PublicKeySecpErrorZ_get_ok
1653  * Signature: (J)[B
1654  */
1655 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PublicKeySecpErrorZ_1get_1ok
1656   (JNIEnv *, jclass, jlong);
1657
1658 /*
1659  * Class:     org_ldk_impl_bindings
1660  * Method:    LDKCResult_PublicKeySecpErrorZ_get_err
1661  * Signature: (J)Lorg/ldk/enums/LDKSecp256k1Error;
1662  */
1663 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PublicKeySecpErrorZ_1get_1err
1664   (JNIEnv *, jclass, jlong);
1665
1666 /*
1667  * Class:     org_ldk_impl_bindings
1668  * Method:    LDKCResult_TxCreationKeysSecpErrorZ_result_ok
1669  * Signature: (J)Z
1670  */
1671 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxCreationKeysSecpErrorZ_1result_1ok
1672   (JNIEnv *, jclass, jlong);
1673
1674 /*
1675  * Class:     org_ldk_impl_bindings
1676  * Method:    LDKCResult_TxCreationKeysSecpErrorZ_get_ok
1677  * Signature: (J)J
1678  */
1679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxCreationKeysSecpErrorZ_1get_1ok
1680   (JNIEnv *, jclass, jlong);
1681
1682 /*
1683  * Class:     org_ldk_impl_bindings
1684  * Method:    LDKCResult_TxCreationKeysSecpErrorZ_get_err
1685  * Signature: (J)Lorg/ldk/enums/LDKSecp256k1Error;
1686  */
1687 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxCreationKeysSecpErrorZ_1get_1err
1688   (JNIEnv *, jclass, jlong);
1689
1690 /*
1691  * Class:     org_ldk_impl_bindings
1692  * Method:    LDKCVecTempl_C2TupleTempl_HTLCOutputInCommitment__Signature_arr_info
1693  * Signature: (J)Lorg/ldk/impl/bindings/VecOrSliceDef;
1694  */
1695 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1C2TupleTempl_1HTLCOutputInCommitment_1_1Signature_1arr_1info
1696   (JNIEnv *, jclass, jlong);
1697
1698 /*
1699  * Class:     org_ldk_impl_bindings
1700  * Method:    LDKCVecTempl_C2TupleTempl_HTLCOutputInCommitment__Signature_new
1701  * Signature: ([J)J
1702  */
1703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1C2TupleTempl_1HTLCOutputInCommitment_1_1Signature_1new
1704   (JNIEnv *, jclass, jlongArray);
1705
1706 /*
1707  * Class:     org_ldk_impl_bindings
1708  * Method:    LDKCVecTempl_RouteHop_arr_info
1709  * Signature: (J)[J
1710  */
1711 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1RouteHop_1arr_1info
1712   (JNIEnv *, jclass, jlong);
1713
1714 /*
1715  * Class:     org_ldk_impl_bindings
1716  * Method:    LDKCVecTempl_RouteHop_new
1717  * Signature: ([J)J
1718  */
1719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1RouteHop_1new
1720   (JNIEnv *, jclass, jlongArray);
1721
1722 /*
1723  * Class:     org_ldk_impl_bindings
1724  * Method:    LDKCVecTempl_CVecTempl_RouteHop_arr_info
1725  * Signature: (J)Lorg/ldk/impl/bindings/VecOrSliceDef;
1726  */
1727 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1CVecTempl_1RouteHop_1arr_1info
1728   (JNIEnv *, jclass, jlong);
1729
1730 /*
1731  * Class:     org_ldk_impl_bindings
1732  * Method:    LDKCResult_RouteLightningErrorZ_result_ok
1733  * Signature: (J)Z
1734  */
1735 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteLightningErrorZ_1result_1ok
1736   (JNIEnv *, jclass, jlong);
1737
1738 /*
1739  * Class:     org_ldk_impl_bindings
1740  * Method:    LDKCResult_RouteLightningErrorZ_get_ok
1741  * Signature: (J)J
1742  */
1743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteLightningErrorZ_1get_1ok
1744   (JNIEnv *, jclass, jlong);
1745
1746 /*
1747  * Class:     org_ldk_impl_bindings
1748  * Method:    LDKCResult_RouteLightningErrorZ_get_err
1749  * Signature: (J)J
1750  */
1751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteLightningErrorZ_1get_1err
1752   (JNIEnv *, jclass, jlong);
1753
1754 /*
1755  * Class:     org_ldk_impl_bindings
1756  * Method:    LDKCVecTempl_RouteHint_arr_info
1757  * Signature: (J)[J
1758  */
1759 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1RouteHint_1arr_1info
1760   (JNIEnv *, jclass, jlong);
1761
1762 /*
1763  * Class:     org_ldk_impl_bindings
1764  * Method:    LDKCVecTempl_RouteHint_new
1765  * Signature: ([J)J
1766  */
1767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVecTempl_1RouteHint_1new
1768   (JNIEnv *, jclass, jlongArray);
1769
1770 /*
1771  * Class:     org_ldk_impl_bindings
1772  * Method:    C2Tuple_HTLCOutputInCommitmentSignatureZ_free
1773  * Signature: (J)V
1774  */
1775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1HTLCOutputInCommitmentSignatureZ_1free
1776   (JNIEnv *, jclass, jlong);
1777
1778 /*
1779  * Class:     org_ldk_impl_bindings
1780  * Method:    C2Tuple_OutPointScriptZ_free
1781  * Signature: (J)V
1782  */
1783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointScriptZ_1free
1784   (JNIEnv *, jclass, jlong);
1785
1786 /*
1787  * Class:     org_ldk_impl_bindings
1788  * Method:    C2Tuple_SignatureCVec_SignatureZZ_free
1789  * Signature: (J)V
1790  */
1791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1SignatureCVec_1SignatureZZ_1free
1792   (JNIEnv *, jclass, jlong);
1793
1794 /*
1795  * Class:     org_ldk_impl_bindings
1796  * Method:    C2Tuple_TxidCVec_TxOutZZ_free
1797  * Signature: (J)V
1798  */
1799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1TxOutZZ_1free
1800   (JNIEnv *, jclass, jlong);
1801
1802 /*
1803  * Class:     org_ldk_impl_bindings
1804  * Method:    C2Tuple_u64u64Z_free
1805  * Signature: (J)V
1806  */
1807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u64u64Z_1free
1808   (JNIEnv *, jclass, jlong);
1809
1810 /*
1811  * Class:     org_ldk_impl_bindings
1812  * Method:    C2Tuple_usizeTransactionZ_free
1813  * Signature: (J)V
1814  */
1815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1usizeTransactionZ_1free
1816   (JNIEnv *, jclass, jlong);
1817
1818 /*
1819  * Class:     org_ldk_impl_bindings
1820  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_free
1821  * Signature: (J)V
1822  */
1823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1free
1824   (JNIEnv *, jclass, jlong);
1825
1826 /*
1827  * Class:     org_ldk_impl_bindings
1828  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_free
1829  * Signature: (J)V
1830  */
1831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1free
1832   (JNIEnv *, jclass, jlong);
1833
1834 /*
1835  * Class:     org_ldk_impl_bindings
1836  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_ok
1837  * Signature: (J)J
1838  */
1839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1ok
1840   (JNIEnv *, jclass, jlong);
1841
1842 /*
1843  * Class:     org_ldk_impl_bindings
1844  * Method:    CResult_CVec_SignatureZNoneZ_free
1845  * Signature: (J)V
1846  */
1847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1free
1848   (JNIEnv *, jclass, jlong);
1849
1850 /*
1851  * Class:     org_ldk_impl_bindings
1852  * Method:    CResult_CVec_SignatureZNoneZ_ok
1853  * Signature: ([[B)J
1854  */
1855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1ok
1856   (JNIEnv *, jclass, jobjectArray);
1857
1858 /*
1859  * Class:     org_ldk_impl_bindings
1860  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_err
1861  * Signature: (J)J
1862  */
1863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1err
1864   (JNIEnv *, jclass, jlong);
1865
1866 /*
1867  * Class:     org_ldk_impl_bindings
1868  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_free
1869  * Signature: (J)V
1870  */
1871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1free
1872   (JNIEnv *, jclass, jlong);
1873
1874 /*
1875  * Class:     org_ldk_impl_bindings
1876  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_ok
1877  * Signature: ([B)J
1878  */
1879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1ok
1880   (JNIEnv *, jclass, jbyteArray);
1881
1882 /*
1883  * Class:     org_ldk_impl_bindings
1884  * Method:    CResult_NoneAPIErrorZ_err
1885  * Signature: (J)J
1886  */
1887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1err
1888   (JNIEnv *, jclass, jlong);
1889
1890 /*
1891  * Class:     org_ldk_impl_bindings
1892  * Method:    CResult_NoneAPIErrorZ_free
1893  * Signature: (J)V
1894  */
1895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1free
1896   (JNIEnv *, jclass, jlong);
1897
1898 /*
1899  * Class:     org_ldk_impl_bindings
1900  * Method:    CResult_NoneChannelMonitorUpdateErrZ_err
1901  * Signature: (Lorg/ldk/enums/LDKChannelMonitorUpdateErr;)J
1902  */
1903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneChannelMonitorUpdateErrZ_1err
1904   (JNIEnv *, jclass, jobject);
1905
1906 /*
1907  * Class:     org_ldk_impl_bindings
1908  * Method:    CResult_NoneChannelMonitorUpdateErrZ_free
1909  * Signature: (J)V
1910  */
1911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneChannelMonitorUpdateErrZ_1free
1912   (JNIEnv *, jclass, jlong);
1913
1914 /*
1915  * Class:     org_ldk_impl_bindings
1916  * Method:    CResult_NoneMonitorUpdateErrorZ_err
1917  * Signature: (J)J
1918  */
1919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneMonitorUpdateErrorZ_1err
1920   (JNIEnv *, jclass, jlong);
1921
1922 /*
1923  * Class:     org_ldk_impl_bindings
1924  * Method:    CResult_NoneMonitorUpdateErrorZ_free
1925  * Signature: (J)V
1926  */
1927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneMonitorUpdateErrorZ_1free
1928   (JNIEnv *, jclass, jlong);
1929
1930 /*
1931  * Class:     org_ldk_impl_bindings
1932  * Method:    CResult_NonePaymentSendFailureZ_err
1933  * Signature: (J)J
1934  */
1935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1err
1936   (JNIEnv *, jclass, jlong);
1937
1938 /*
1939  * Class:     org_ldk_impl_bindings
1940  * Method:    CResult_NonePaymentSendFailureZ_free
1941  * Signature: (J)V
1942  */
1943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1free
1944   (JNIEnv *, jclass, jlong);
1945
1946 /*
1947  * Class:     org_ldk_impl_bindings
1948  * Method:    CResult_NonePeerHandleErrorZ_err
1949  * Signature: (J)J
1950  */
1951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1err
1952   (JNIEnv *, jclass, jlong);
1953
1954 /*
1955  * Class:     org_ldk_impl_bindings
1956  * Method:    CResult_NonePeerHandleErrorZ_free
1957  * Signature: (J)V
1958  */
1959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1free
1960   (JNIEnv *, jclass, jlong);
1961
1962 /*
1963  * Class:     org_ldk_impl_bindings
1964  * Method:    CResult_PublicKeySecpErrorZ_err
1965  * Signature: (Lorg/ldk/enums/LDKSecp256k1Error;)J
1966  */
1967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeySecpErrorZ_1err
1968   (JNIEnv *, jclass, jobject);
1969
1970 /*
1971  * Class:     org_ldk_impl_bindings
1972  * Method:    CResult_PublicKeySecpErrorZ_free
1973  * Signature: (J)V
1974  */
1975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeySecpErrorZ_1free
1976   (JNIEnv *, jclass, jlong);
1977
1978 /*
1979  * Class:     org_ldk_impl_bindings
1980  * Method:    CResult_PublicKeySecpErrorZ_ok
1981  * Signature: ([B)J
1982  */
1983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeySecpErrorZ_1ok
1984   (JNIEnv *, jclass, jbyteArray);
1985
1986 /*
1987  * Class:     org_ldk_impl_bindings
1988  * Method:    CResult_RouteLightningErrorZ_err
1989  * Signature: (J)J
1990  */
1991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1err
1992   (JNIEnv *, jclass, jlong);
1993
1994 /*
1995  * Class:     org_ldk_impl_bindings
1996  * Method:    CResult_RouteLightningErrorZ_free
1997  * Signature: (J)V
1998  */
1999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1free
2000   (JNIEnv *, jclass, jlong);
2001
2002 /*
2003  * Class:     org_ldk_impl_bindings
2004  * Method:    CResult_RouteLightningErrorZ_ok
2005  * Signature: (J)J
2006  */
2007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1ok
2008   (JNIEnv *, jclass, jlong);
2009
2010 /*
2011  * Class:     org_ldk_impl_bindings
2012  * Method:    CResult_SecretKeySecpErrorZ_err
2013  * Signature: (Lorg/ldk/enums/LDKSecp256k1Error;)J
2014  */
2015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SecretKeySecpErrorZ_1err
2016   (JNIEnv *, jclass, jobject);
2017
2018 /*
2019  * Class:     org_ldk_impl_bindings
2020  * Method:    CResult_SecretKeySecpErrorZ_free
2021  * Signature: (J)V
2022  */
2023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SecretKeySecpErrorZ_1free
2024   (JNIEnv *, jclass, jlong);
2025
2026 /*
2027  * Class:     org_ldk_impl_bindings
2028  * Method:    CResult_SecretKeySecpErrorZ_ok
2029  * Signature: ([B)J
2030  */
2031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SecretKeySecpErrorZ_1ok
2032   (JNIEnv *, jclass, jbyteArray);
2033
2034 /*
2035  * Class:     org_ldk_impl_bindings
2036  * Method:    CResult_SignatureNoneZ_free
2037  * Signature: (J)V
2038  */
2039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1free
2040   (JNIEnv *, jclass, jlong);
2041
2042 /*
2043  * Class:     org_ldk_impl_bindings
2044  * Method:    CResult_SignatureNoneZ_ok
2045  * Signature: ([B)J
2046  */
2047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1ok
2048   (JNIEnv *, jclass, jbyteArray);
2049
2050 /*
2051  * Class:     org_ldk_impl_bindings
2052  * Method:    CResult_TxCreationKeysSecpErrorZ_err
2053  * Signature: (Lorg/ldk/enums/LDKSecp256k1Error;)J
2054  */
2055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysSecpErrorZ_1err
2056   (JNIEnv *, jclass, jobject);
2057
2058 /*
2059  * Class:     org_ldk_impl_bindings
2060  * Method:    CResult_TxCreationKeysSecpErrorZ_free
2061  * Signature: (J)V
2062  */
2063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysSecpErrorZ_1free
2064   (JNIEnv *, jclass, jlong);
2065
2066 /*
2067  * Class:     org_ldk_impl_bindings
2068  * Method:    CResult_TxCreationKeysSecpErrorZ_ok
2069  * Signature: (J)J
2070  */
2071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysSecpErrorZ_1ok
2072   (JNIEnv *, jclass, jlong);
2073
2074 /*
2075  * Class:     org_ldk_impl_bindings
2076  * Method:    CResult_TxOutAccessErrorZ_err
2077  * Signature: (Lorg/ldk/enums/LDKAccessError;)J
2078  */
2079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutAccessErrorZ_1err
2080   (JNIEnv *, jclass, jobject);
2081
2082 /*
2083  * Class:     org_ldk_impl_bindings
2084  * Method:    CResult_TxOutAccessErrorZ_free
2085  * Signature: (J)V
2086  */
2087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutAccessErrorZ_1free
2088   (JNIEnv *, jclass, jlong);
2089
2090 /*
2091  * Class:     org_ldk_impl_bindings
2092  * Method:    CResult_TxOutAccessErrorZ_ok
2093  * Signature: (J)J
2094  */
2095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutAccessErrorZ_1ok
2096   (JNIEnv *, jclass, jlong);
2097
2098 /*
2099  * Class:     org_ldk_impl_bindings
2100  * Method:    CResult_boolLightningErrorZ_err
2101  * Signature: (J)J
2102  */
2103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1err
2104   (JNIEnv *, jclass, jlong);
2105
2106 /*
2107  * Class:     org_ldk_impl_bindings
2108  * Method:    CResult_boolLightningErrorZ_free
2109  * Signature: (J)V
2110  */
2111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1free
2112   (JNIEnv *, jclass, jlong);
2113
2114 /*
2115  * Class:     org_ldk_impl_bindings
2116  * Method:    CResult_boolLightningErrorZ_ok
2117  * Signature: (Z)J
2118  */
2119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1ok
2120   (JNIEnv *, jclass, jboolean);
2121
2122 /*
2123  * Class:     org_ldk_impl_bindings
2124  * Method:    CResult_boolPeerHandleErrorZ_err
2125  * Signature: (J)J
2126  */
2127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1err
2128   (JNIEnv *, jclass, jlong);
2129
2130 /*
2131  * Class:     org_ldk_impl_bindings
2132  * Method:    CResult_boolPeerHandleErrorZ_free
2133  * Signature: (J)V
2134  */
2135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1free
2136   (JNIEnv *, jclass, jlong);
2137
2138 /*
2139  * Class:     org_ldk_impl_bindings
2140  * Method:    CResult_boolPeerHandleErrorZ_ok
2141  * Signature: (Z)J
2142  */
2143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1ok
2144   (JNIEnv *, jclass, jboolean);
2145
2146 /*
2147  * Class:     org_ldk_impl_bindings
2148  * Method:    CVec_C2Tuple_HTLCOutputInCommitmentSignatureZZ_free
2149  * Signature: ([J)V
2150  */
2151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1HTLCOutputInCommitmentSignatureZZ_1free
2152   (JNIEnv *, jclass, jlongArray);
2153
2154 /*
2155  * Class:     org_ldk_impl_bindings
2156  * Method:    CVec_C2Tuple_TxidCVec_TxOutZZZ_free
2157  * Signature: ([J)V
2158  */
2159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1TxidCVec_1TxOutZZZ_1free
2160   (JNIEnv *, jclass, jlongArray);
2161
2162 /*
2163  * Class:     org_ldk_impl_bindings
2164  * Method:    CVec_C2Tuple_usizeTransactionZZ_free
2165  * Signature: ([J)V
2166  */
2167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1usizeTransactionZZ_1free
2168   (JNIEnv *, jclass, jlongArray);
2169
2170 /*
2171  * Class:     org_ldk_impl_bindings
2172  * Method:    CVec_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ_free
2173  * Signature: ([J)V
2174  */
2175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZZ_1free
2176   (JNIEnv *, jclass, jlongArray);
2177
2178 /*
2179  * Class:     org_ldk_impl_bindings
2180  * Method:    CVec_CVec_RouteHopZZ_free
2181  * Signature: ([[J)V
2182  */
2183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1CVec_1RouteHopZZ_1free
2184   (JNIEnv *, jclass, jobjectArray);
2185
2186 /*
2187  * Class:     org_ldk_impl_bindings
2188  * Method:    CVec_ChannelDetailsZ_free
2189  * Signature: ([J)V
2190  */
2191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1ChannelDetailsZ_1free
2192   (JNIEnv *, jclass, jlongArray);
2193
2194 /*
2195  * Class:     org_ldk_impl_bindings
2196  * Method:    CVec_ChannelMonitorZ_free
2197  * Signature: ([J)V
2198  */
2199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1ChannelMonitorZ_1free
2200   (JNIEnv *, jclass, jlongArray);
2201
2202 /*
2203  * Class:     org_ldk_impl_bindings
2204  * Method:    CVec_EventZ_free
2205  * Signature: ([J)V
2206  */
2207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1EventZ_1free
2208   (JNIEnv *, jclass, jlongArray);
2209
2210 /*
2211  * Class:     org_ldk_impl_bindings
2212  * Method:    CVec_HTLCOutputInCommitmentZ_free
2213  * Signature: ([J)V
2214  */
2215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1HTLCOutputInCommitmentZ_1free
2216   (JNIEnv *, jclass, jlongArray);
2217
2218 /*
2219  * Class:     org_ldk_impl_bindings
2220  * Method:    CVec_MessageSendEventZ_free
2221  * Signature: ([J)V
2222  */
2223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1MessageSendEventZ_1free
2224   (JNIEnv *, jclass, jlongArray);
2225
2226 /*
2227  * Class:     org_ldk_impl_bindings
2228  * Method:    CVec_MonitorEventZ_free
2229  * Signature: ([J)V
2230  */
2231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1MonitorEventZ_1free
2232   (JNIEnv *, jclass, jlongArray);
2233
2234 /*
2235  * Class:     org_ldk_impl_bindings
2236  * Method:    CVec_NetAddressZ_free
2237  * Signature: ([J)V
2238  */
2239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1NetAddressZ_1free
2240   (JNIEnv *, jclass, jlongArray);
2241
2242 /*
2243  * Class:     org_ldk_impl_bindings
2244  * Method:    CVec_NodeAnnouncementZ_free
2245  * Signature: ([J)V
2246  */
2247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1NodeAnnouncementZ_1free
2248   (JNIEnv *, jclass, jlongArray);
2249
2250 /*
2251  * Class:     org_ldk_impl_bindings
2252  * Method:    CVec_PublicKeyZ_free
2253  * Signature: ([[B)V
2254  */
2255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1PublicKeyZ_1free
2256   (JNIEnv *, jclass, jobjectArray);
2257
2258 /*
2259  * Class:     org_ldk_impl_bindings
2260  * Method:    CVec_RouteHintZ_free
2261  * Signature: ([J)V
2262  */
2263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1RouteHintZ_1free
2264   (JNIEnv *, jclass, jlongArray);
2265
2266 /*
2267  * Class:     org_ldk_impl_bindings
2268  * Method:    CVec_RouteHopZ_free
2269  * Signature: ([J)V
2270  */
2271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1RouteHopZ_1free
2272   (JNIEnv *, jclass, jlongArray);
2273
2274 /*
2275  * Class:     org_ldk_impl_bindings
2276  * Method:    CVec_SignatureZ_free
2277  * Signature: ([[B)V
2278  */
2279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1SignatureZ_1free
2280   (JNIEnv *, jclass, jobjectArray);
2281
2282 /*
2283  * Class:     org_ldk_impl_bindings
2284  * Method:    CVec_SpendableOutputDescriptorZ_free
2285  * Signature: ([J)V
2286  */
2287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1SpendableOutputDescriptorZ_1free
2288   (JNIEnv *, jclass, jlongArray);
2289
2290 /*
2291  * Class:     org_ldk_impl_bindings
2292  * Method:    CVec_TransactionZ_free
2293  * Signature: ([[B)V
2294  */
2295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1TransactionZ_1free
2296   (JNIEnv *, jclass, jobjectArray);
2297
2298 /*
2299  * Class:     org_ldk_impl_bindings
2300  * Method:    CVec_TxOutZ_free
2301  * Signature: ([J)V
2302  */
2303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1TxOutZ_1free
2304   (JNIEnv *, jclass, jlongArray);
2305
2306 /*
2307  * Class:     org_ldk_impl_bindings
2308  * Method:    CVec_UpdateAddHTLCZ_free
2309  * Signature: ([J)V
2310  */
2311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1UpdateAddHTLCZ_1free
2312   (JNIEnv *, jclass, jlongArray);
2313
2314 /*
2315  * Class:     org_ldk_impl_bindings
2316  * Method:    CVec_UpdateFailHTLCZ_free
2317  * Signature: ([J)V
2318  */
2319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1UpdateFailHTLCZ_1free
2320   (JNIEnv *, jclass, jlongArray);
2321
2322 /*
2323  * Class:     org_ldk_impl_bindings
2324  * Method:    CVec_UpdateFailMalformedHTLCZ_free
2325  * Signature: ([J)V
2326  */
2327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1UpdateFailMalformedHTLCZ_1free
2328   (JNIEnv *, jclass, jlongArray);
2329
2330 /*
2331  * Class:     org_ldk_impl_bindings
2332  * Method:    CVec_UpdateFulfillHTLCZ_free
2333  * Signature: ([J)V
2334  */
2335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1UpdateFulfillHTLCZ_1free
2336   (JNIEnv *, jclass, jlongArray);
2337
2338 /*
2339  * Class:     org_ldk_impl_bindings
2340  * Method:    CVec_u64Z_free
2341  * Signature: ([J)V
2342  */
2343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1u64Z_1free
2344   (JNIEnv *, jclass, jlongArray);
2345
2346 /*
2347  * Class:     org_ldk_impl_bindings
2348  * Method:    CVec_u8Z_free
2349  * Signature: ([B)V
2350  */
2351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1u8Z_1free
2352   (JNIEnv *, jclass, jbyteArray);
2353
2354 /*
2355  * Class:     org_ldk_impl_bindings
2356  * Method:    Transaction_free
2357  * Signature: ([B)V
2358  */
2359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Transaction_1free
2360   (JNIEnv *, jclass, jbyteArray);
2361
2362 /*
2363  * Class:     org_ldk_impl_bindings
2364  * Method:    TxOut_free
2365  * Signature: (J)V
2366  */
2367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxOut_1free
2368   (JNIEnv *, jclass, jlong);
2369
2370 /*
2371  * Class:     org_ldk_impl_bindings
2372  * Method:    C2Tuple_usizeTransactionZ_new
2373  * Signature: (J[B)J
2374  */
2375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1usizeTransactionZ_1new
2376   (JNIEnv *, jclass, jlong, jbyteArray);
2377
2378 /*
2379  * Class:     org_ldk_impl_bindings
2380  * Method:    CResult_NoneChannelMonitorUpdateErrZ_ok
2381  * Signature: ()J
2382  */
2383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneChannelMonitorUpdateErrZ_1ok
2384   (JNIEnv *, jclass);
2385
2386 /*
2387  * Class:     org_ldk_impl_bindings
2388  * Method:    CResult_NoneMonitorUpdateErrorZ_ok
2389  * Signature: ()J
2390  */
2391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneMonitorUpdateErrorZ_1ok
2392   (JNIEnv *, jclass);
2393
2394 /*
2395  * Class:     org_ldk_impl_bindings
2396  * Method:    C2Tuple_OutPointScriptZ_new
2397  * Signature: (J[B)J
2398  */
2399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointScriptZ_1new
2400   (JNIEnv *, jclass, jlong, jbyteArray);
2401
2402 /*
2403  * Class:     org_ldk_impl_bindings
2404  * Method:    C2Tuple_TxidCVec_TxOutZZ_new
2405  * Signature: ([B[J)J
2406  */
2407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1TxOutZZ_1new
2408   (JNIEnv *, jclass, jbyteArray, jlongArray);
2409
2410 /*
2411  * Class:     org_ldk_impl_bindings
2412  * Method:    C2Tuple_u64u64Z_new
2413  * Signature: (JJ)J
2414  */
2415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u64u64Z_1new
2416   (JNIEnv *, jclass, jlong, jlong);
2417
2418 /*
2419  * Class:     org_ldk_impl_bindings
2420  * Method:    C2Tuple_SignatureCVec_SignatureZZ_new
2421  * Signature: ([B[[B)J
2422  */
2423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1SignatureCVec_1SignatureZZ_1new
2424   (JNIEnv *, jclass, jbyteArray, jobjectArray);
2425
2426 /*
2427  * Class:     org_ldk_impl_bindings
2428  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_err
2429  * Signature: ()J
2430  */
2431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1err
2432   (JNIEnv *, jclass);
2433
2434 /*
2435  * Class:     org_ldk_impl_bindings
2436  * Method:    CResult_SignatureNoneZ_err
2437  * Signature: ()J
2438  */
2439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1err
2440   (JNIEnv *, jclass);
2441
2442 /*
2443  * Class:     org_ldk_impl_bindings
2444  * Method:    CResult_CVec_SignatureZNoneZ_err
2445  * Signature: ()J
2446  */
2447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1err
2448   (JNIEnv *, jclass);
2449
2450 /*
2451  * Class:     org_ldk_impl_bindings
2452  * Method:    CResult_NoneAPIErrorZ_ok
2453  * Signature: ()J
2454  */
2455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1ok
2456   (JNIEnv *, jclass);
2457
2458 /*
2459  * Class:     org_ldk_impl_bindings
2460  * Method:    CResult_NonePaymentSendFailureZ_ok
2461  * Signature: ()J
2462  */
2463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1ok
2464   (JNIEnv *, jclass);
2465
2466 /*
2467  * Class:     org_ldk_impl_bindings
2468  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_new
2469  * Signature: (JJJ)J
2470  */
2471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1new
2472   (JNIEnv *, jclass, jlong, jlong, jlong);
2473
2474 /*
2475  * Class:     org_ldk_impl_bindings
2476  * Method:    CResult_NonePeerHandleErrorZ_ok
2477  * Signature: ()J
2478  */
2479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1ok
2480   (JNIEnv *, jclass);
2481
2482 /*
2483  * Class:     org_ldk_impl_bindings
2484  * Method:    C2Tuple_HTLCOutputInCommitmentSignatureZ_new
2485  * Signature: (J[B)J
2486  */
2487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1HTLCOutputInCommitmentSignatureZ_1new
2488   (JNIEnv *, jclass, jlong, jbyteArray);
2489
2490 /*
2491  * Class:     org_ldk_impl_bindings
2492  * Method:    Event_free
2493  * Signature: (J)V
2494  */
2495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Event_1free
2496   (JNIEnv *, jclass, jlong);
2497
2498 /*
2499  * Class:     org_ldk_impl_bindings
2500  * Method:    Event_clone
2501  * Signature: (J)J
2502  */
2503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1clone
2504   (JNIEnv *, jclass, jlong);
2505
2506 /*
2507  * Class:     org_ldk_impl_bindings
2508  * Method:    MessageSendEvent_free
2509  * Signature: (J)V
2510  */
2511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1free
2512   (JNIEnv *, jclass, jlong);
2513
2514 /*
2515  * Class:     org_ldk_impl_bindings
2516  * Method:    MessageSendEvent_clone
2517  * Signature: (J)J
2518  */
2519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1clone
2520   (JNIEnv *, jclass, jlong);
2521
2522 /*
2523  * Class:     org_ldk_impl_bindings
2524  * Method:    MessageSendEventsProvider_free
2525  * Signature: (J)V
2526  */
2527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageSendEventsProvider_1free
2528   (JNIEnv *, jclass, jlong);
2529
2530 /*
2531  * Class:     org_ldk_impl_bindings
2532  * Method:    EventsProvider_free
2533  * Signature: (J)V
2534  */
2535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_EventsProvider_1free
2536   (JNIEnv *, jclass, jlong);
2537
2538 /*
2539  * Class:     org_ldk_impl_bindings
2540  * Method:    APIError_free
2541  * Signature: (J)V
2542  */
2543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_APIError_1free
2544   (JNIEnv *, jclass, jlong);
2545
2546 /*
2547  * Class:     org_ldk_impl_bindings
2548  * Method:    APIError_clone
2549  * Signature: (J)J
2550  */
2551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1clone
2552   (JNIEnv *, jclass, jlong);
2553
2554 /*
2555  * Class:     org_ldk_impl_bindings
2556  * Method:    Level_clone
2557  * Signature: (J)Lorg/ldk/enums/LDKLevel;
2558  */
2559 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1clone
2560   (JNIEnv *, jclass, jlong);
2561
2562 /*
2563  * Class:     org_ldk_impl_bindings
2564  * Method:    Level_max
2565  * Signature: ()Lorg/ldk/enums/LDKLevel;
2566  */
2567 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1max
2568   (JNIEnv *, jclass);
2569
2570 /*
2571  * Class:     org_ldk_impl_bindings
2572  * Method:    Logger_free
2573  * Signature: (J)V
2574  */
2575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Logger_1free
2576   (JNIEnv *, jclass, jlong);
2577
2578 /*
2579  * Class:     org_ldk_impl_bindings
2580  * Method:    ChannelHandshakeConfig_free
2581  * Signature: (J)V
2582  */
2583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1free
2584   (JNIEnv *, jclass, jlong);
2585
2586 /*
2587  * Class:     org_ldk_impl_bindings
2588  * Method:    ChannelHandshakeConfig_clone
2589  * Signature: (J)J
2590  */
2591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1clone
2592   (JNIEnv *, jclass, jlong);
2593
2594 /*
2595  * Class:     org_ldk_impl_bindings
2596  * Method:    ChannelHandshakeConfig_get_minimum_depth
2597  * Signature: (J)I
2598  */
2599 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1minimum_1depth
2600   (JNIEnv *, jclass, jlong);
2601
2602 /*
2603  * Class:     org_ldk_impl_bindings
2604  * Method:    ChannelHandshakeConfig_set_minimum_depth
2605  * Signature: (JI)V
2606  */
2607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1minimum_1depth
2608   (JNIEnv *, jclass, jlong, jint);
2609
2610 /*
2611  * Class:     org_ldk_impl_bindings
2612  * Method:    ChannelHandshakeConfig_get_our_to_self_delay
2613  * Signature: (J)S
2614  */
2615 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1our_1to_1self_1delay
2616   (JNIEnv *, jclass, jlong);
2617
2618 /*
2619  * Class:     org_ldk_impl_bindings
2620  * Method:    ChannelHandshakeConfig_set_our_to_self_delay
2621  * Signature: (JS)V
2622  */
2623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1our_1to_1self_1delay
2624   (JNIEnv *, jclass, jlong, jshort);
2625
2626 /*
2627  * Class:     org_ldk_impl_bindings
2628  * Method:    ChannelHandshakeConfig_get_our_htlc_minimum_msat
2629  * Signature: (J)J
2630  */
2631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1our_1htlc_1minimum_1msat
2632   (JNIEnv *, jclass, jlong);
2633
2634 /*
2635  * Class:     org_ldk_impl_bindings
2636  * Method:    ChannelHandshakeConfig_set_our_htlc_minimum_msat
2637  * Signature: (JJ)V
2638  */
2639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1our_1htlc_1minimum_1msat
2640   (JNIEnv *, jclass, jlong, jlong);
2641
2642 /*
2643  * Class:     org_ldk_impl_bindings
2644  * Method:    ChannelHandshakeConfig_new
2645  * Signature: (ISJ)J
2646  */
2647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1new
2648   (JNIEnv *, jclass, jint, jshort, jlong);
2649
2650 /*
2651  * Class:     org_ldk_impl_bindings
2652  * Method:    ChannelHandshakeConfig_default
2653  * Signature: ()J
2654  */
2655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1default
2656   (JNIEnv *, jclass);
2657
2658 /*
2659  * Class:     org_ldk_impl_bindings
2660  * Method:    ChannelHandshakeLimits_free
2661  * Signature: (J)V
2662  */
2663 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1free
2664   (JNIEnv *, jclass, jlong);
2665
2666 /*
2667  * Class:     org_ldk_impl_bindings
2668  * Method:    ChannelHandshakeLimits_clone
2669  * Signature: (J)J
2670  */
2671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1clone
2672   (JNIEnv *, jclass, jlong);
2673
2674 /*
2675  * Class:     org_ldk_impl_bindings
2676  * Method:    ChannelHandshakeLimits_get_min_funding_satoshis
2677  * Signature: (J)J
2678  */
2679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1min_1funding_1satoshis
2680   (JNIEnv *, jclass, jlong);
2681
2682 /*
2683  * Class:     org_ldk_impl_bindings
2684  * Method:    ChannelHandshakeLimits_set_min_funding_satoshis
2685  * Signature: (JJ)V
2686  */
2687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1min_1funding_1satoshis
2688   (JNIEnv *, jclass, jlong, jlong);
2689
2690 /*
2691  * Class:     org_ldk_impl_bindings
2692  * Method:    ChannelHandshakeLimits_get_max_htlc_minimum_msat
2693  * Signature: (J)J
2694  */
2695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1max_1htlc_1minimum_1msat
2696   (JNIEnv *, jclass, jlong);
2697
2698 /*
2699  * Class:     org_ldk_impl_bindings
2700  * Method:    ChannelHandshakeLimits_set_max_htlc_minimum_msat
2701  * Signature: (JJ)V
2702  */
2703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1max_1htlc_1minimum_1msat
2704   (JNIEnv *, jclass, jlong, jlong);
2705
2706 /*
2707  * Class:     org_ldk_impl_bindings
2708  * Method:    ChannelHandshakeLimits_get_min_max_htlc_value_in_flight_msat
2709  * Signature: (J)J
2710  */
2711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1min_1max_1htlc_1value_1in_1flight_1msat
2712   (JNIEnv *, jclass, jlong);
2713
2714 /*
2715  * Class:     org_ldk_impl_bindings
2716  * Method:    ChannelHandshakeLimits_set_min_max_htlc_value_in_flight_msat
2717  * Signature: (JJ)V
2718  */
2719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1min_1max_1htlc_1value_1in_1flight_1msat
2720   (JNIEnv *, jclass, jlong, jlong);
2721
2722 /*
2723  * Class:     org_ldk_impl_bindings
2724  * Method:    ChannelHandshakeLimits_get_max_channel_reserve_satoshis
2725  * Signature: (J)J
2726  */
2727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1max_1channel_1reserve_1satoshis
2728   (JNIEnv *, jclass, jlong);
2729
2730 /*
2731  * Class:     org_ldk_impl_bindings
2732  * Method:    ChannelHandshakeLimits_set_max_channel_reserve_satoshis
2733  * Signature: (JJ)V
2734  */
2735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1max_1channel_1reserve_1satoshis
2736   (JNIEnv *, jclass, jlong, jlong);
2737
2738 /*
2739  * Class:     org_ldk_impl_bindings
2740  * Method:    ChannelHandshakeLimits_get_min_max_accepted_htlcs
2741  * Signature: (J)S
2742  */
2743 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1min_1max_1accepted_1htlcs
2744   (JNIEnv *, jclass, jlong);
2745
2746 /*
2747  * Class:     org_ldk_impl_bindings
2748  * Method:    ChannelHandshakeLimits_set_min_max_accepted_htlcs
2749  * Signature: (JS)V
2750  */
2751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1min_1max_1accepted_1htlcs
2752   (JNIEnv *, jclass, jlong, jshort);
2753
2754 /*
2755  * Class:     org_ldk_impl_bindings
2756  * Method:    ChannelHandshakeLimits_get_min_dust_limit_satoshis
2757  * Signature: (J)J
2758  */
2759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1min_1dust_1limit_1satoshis
2760   (JNIEnv *, jclass, jlong);
2761
2762 /*
2763  * Class:     org_ldk_impl_bindings
2764  * Method:    ChannelHandshakeLimits_set_min_dust_limit_satoshis
2765  * Signature: (JJ)V
2766  */
2767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1min_1dust_1limit_1satoshis
2768   (JNIEnv *, jclass, jlong, jlong);
2769
2770 /*
2771  * Class:     org_ldk_impl_bindings
2772  * Method:    ChannelHandshakeLimits_get_max_dust_limit_satoshis
2773  * Signature: (J)J
2774  */
2775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1max_1dust_1limit_1satoshis
2776   (JNIEnv *, jclass, jlong);
2777
2778 /*
2779  * Class:     org_ldk_impl_bindings
2780  * Method:    ChannelHandshakeLimits_set_max_dust_limit_satoshis
2781  * Signature: (JJ)V
2782  */
2783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1max_1dust_1limit_1satoshis
2784   (JNIEnv *, jclass, jlong, jlong);
2785
2786 /*
2787  * Class:     org_ldk_impl_bindings
2788  * Method:    ChannelHandshakeLimits_get_max_minimum_depth
2789  * Signature: (J)I
2790  */
2791 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1max_1minimum_1depth
2792   (JNIEnv *, jclass, jlong);
2793
2794 /*
2795  * Class:     org_ldk_impl_bindings
2796  * Method:    ChannelHandshakeLimits_set_max_minimum_depth
2797  * Signature: (JI)V
2798  */
2799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1max_1minimum_1depth
2800   (JNIEnv *, jclass, jlong, jint);
2801
2802 /*
2803  * Class:     org_ldk_impl_bindings
2804  * Method:    ChannelHandshakeLimits_get_force_announced_channel_preference
2805  * Signature: (J)Z
2806  */
2807 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1force_1announced_1channel_1preference
2808   (JNIEnv *, jclass, jlong);
2809
2810 /*
2811  * Class:     org_ldk_impl_bindings
2812  * Method:    ChannelHandshakeLimits_set_force_announced_channel_preference
2813  * Signature: (JZ)V
2814  */
2815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1force_1announced_1channel_1preference
2816   (JNIEnv *, jclass, jlong, jboolean);
2817
2818 /*
2819  * Class:     org_ldk_impl_bindings
2820  * Method:    ChannelHandshakeLimits_get_their_to_self_delay
2821  * Signature: (J)S
2822  */
2823 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1their_1to_1self_1delay
2824   (JNIEnv *, jclass, jlong);
2825
2826 /*
2827  * Class:     org_ldk_impl_bindings
2828  * Method:    ChannelHandshakeLimits_set_their_to_self_delay
2829  * Signature: (JS)V
2830  */
2831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1their_1to_1self_1delay
2832   (JNIEnv *, jclass, jlong, jshort);
2833
2834 /*
2835  * Class:     org_ldk_impl_bindings
2836  * Method:    ChannelHandshakeLimits_new
2837  * Signature: (JJJJSJJIZS)J
2838  */
2839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1new
2840   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jshort, jlong, jlong, jint, jboolean, jshort);
2841
2842 /*
2843  * Class:     org_ldk_impl_bindings
2844  * Method:    ChannelHandshakeLimits_default
2845  * Signature: ()J
2846  */
2847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1default
2848   (JNIEnv *, jclass);
2849
2850 /*
2851  * Class:     org_ldk_impl_bindings
2852  * Method:    ChannelConfig_free
2853  * Signature: (J)V
2854  */
2855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1free
2856   (JNIEnv *, jclass, jlong);
2857
2858 /*
2859  * Class:     org_ldk_impl_bindings
2860  * Method:    ChannelConfig_clone
2861  * Signature: (J)J
2862  */
2863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1clone
2864   (JNIEnv *, jclass, jlong);
2865
2866 /*
2867  * Class:     org_ldk_impl_bindings
2868  * Method:    ChannelConfig_get_fee_proportional_millionths
2869  * Signature: (J)I
2870  */
2871 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1fee_1proportional_1millionths
2872   (JNIEnv *, jclass, jlong);
2873
2874 /*
2875  * Class:     org_ldk_impl_bindings
2876  * Method:    ChannelConfig_set_fee_proportional_millionths
2877  * Signature: (JI)V
2878  */
2879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1fee_1proportional_1millionths
2880   (JNIEnv *, jclass, jlong, jint);
2881
2882 /*
2883  * Class:     org_ldk_impl_bindings
2884  * Method:    ChannelConfig_get_announced_channel
2885  * Signature: (J)Z
2886  */
2887 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1announced_1channel
2888   (JNIEnv *, jclass, jlong);
2889
2890 /*
2891  * Class:     org_ldk_impl_bindings
2892  * Method:    ChannelConfig_set_announced_channel
2893  * Signature: (JZ)V
2894  */
2895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1announced_1channel
2896   (JNIEnv *, jclass, jlong, jboolean);
2897
2898 /*
2899  * Class:     org_ldk_impl_bindings
2900  * Method:    ChannelConfig_get_commit_upfront_shutdown_pubkey
2901  * Signature: (J)Z
2902  */
2903 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1commit_1upfront_1shutdown_1pubkey
2904   (JNIEnv *, jclass, jlong);
2905
2906 /*
2907  * Class:     org_ldk_impl_bindings
2908  * Method:    ChannelConfig_set_commit_upfront_shutdown_pubkey
2909  * Signature: (JZ)V
2910  */
2911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1commit_1upfront_1shutdown_1pubkey
2912   (JNIEnv *, jclass, jlong, jboolean);
2913
2914 /*
2915  * Class:     org_ldk_impl_bindings
2916  * Method:    ChannelConfig_new
2917  * Signature: (IZZ)J
2918  */
2919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1new
2920   (JNIEnv *, jclass, jint, jboolean, jboolean);
2921
2922 /*
2923  * Class:     org_ldk_impl_bindings
2924  * Method:    ChannelConfig_default
2925  * Signature: ()J
2926  */
2927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1default
2928   (JNIEnv *, jclass);
2929
2930 /*
2931  * Class:     org_ldk_impl_bindings
2932  * Method:    ChannelConfig_write
2933  * Signature: (J)[B
2934  */
2935 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1write
2936   (JNIEnv *, jclass, jlong);
2937
2938 /*
2939  * Class:     org_ldk_impl_bindings
2940  * Method:    ChannelConfig_read
2941  * Signature: ([B)J
2942  */
2943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1read
2944   (JNIEnv *, jclass, jbyteArray);
2945
2946 /*
2947  * Class:     org_ldk_impl_bindings
2948  * Method:    UserConfig_free
2949  * Signature: (J)V
2950  */
2951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1free
2952   (JNIEnv *, jclass, jlong);
2953
2954 /*
2955  * Class:     org_ldk_impl_bindings
2956  * Method:    UserConfig_clone
2957  * Signature: (J)J
2958  */
2959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1clone
2960   (JNIEnv *, jclass, jlong);
2961
2962 /*
2963  * Class:     org_ldk_impl_bindings
2964  * Method:    UserConfig_get_own_channel_config
2965  * Signature: (J)J
2966  */
2967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1own_1channel_1config
2968   (JNIEnv *, jclass, jlong);
2969
2970 /*
2971  * Class:     org_ldk_impl_bindings
2972  * Method:    UserConfig_set_own_channel_config
2973  * Signature: (JJ)V
2974  */
2975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1own_1channel_1config
2976   (JNIEnv *, jclass, jlong, jlong);
2977
2978 /*
2979  * Class:     org_ldk_impl_bindings
2980  * Method:    UserConfig_get_peer_channel_config_limits
2981  * Signature: (J)J
2982  */
2983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1peer_1channel_1config_1limits
2984   (JNIEnv *, jclass, jlong);
2985
2986 /*
2987  * Class:     org_ldk_impl_bindings
2988  * Method:    UserConfig_set_peer_channel_config_limits
2989  * Signature: (JJ)V
2990  */
2991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1peer_1channel_1config_1limits
2992   (JNIEnv *, jclass, jlong, jlong);
2993
2994 /*
2995  * Class:     org_ldk_impl_bindings
2996  * Method:    UserConfig_get_channel_options
2997  * Signature: (J)J
2998  */
2999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1channel_1options
3000   (JNIEnv *, jclass, jlong);
3001
3002 /*
3003  * Class:     org_ldk_impl_bindings
3004  * Method:    UserConfig_set_channel_options
3005  * Signature: (JJ)V
3006  */
3007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1channel_1options
3008   (JNIEnv *, jclass, jlong, jlong);
3009
3010 /*
3011  * Class:     org_ldk_impl_bindings
3012  * Method:    UserConfig_new
3013  * Signature: (JJJ)J
3014  */
3015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1new
3016   (JNIEnv *, jclass, jlong, jlong, jlong);
3017
3018 /*
3019  * Class:     org_ldk_impl_bindings
3020  * Method:    UserConfig_default
3021  * Signature: ()J
3022  */
3023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1default
3024   (JNIEnv *, jclass);
3025
3026 /*
3027  * Class:     org_ldk_impl_bindings
3028  * Method:    AccessError_clone
3029  * Signature: (J)Lorg/ldk/enums/LDKAccessError;
3030  */
3031 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_AccessError_1clone
3032   (JNIEnv *, jclass, jlong);
3033
3034 /*
3035  * Class:     org_ldk_impl_bindings
3036  * Method:    Access_free
3037  * Signature: (J)V
3038  */
3039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Access_1free
3040   (JNIEnv *, jclass, jlong);
3041
3042 /*
3043  * Class:     org_ldk_impl_bindings
3044  * Method:    Watch_free
3045  * Signature: (J)V
3046  */
3047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Watch_1free
3048   (JNIEnv *, jclass, jlong);
3049
3050 /*
3051  * Class:     org_ldk_impl_bindings
3052  * Method:    Filter_free
3053  * Signature: (J)V
3054  */
3055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Filter_1free
3056   (JNIEnv *, jclass, jlong);
3057
3058 /*
3059  * Class:     org_ldk_impl_bindings
3060  * Method:    BroadcasterInterface_free
3061  * Signature: (J)V
3062  */
3063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BroadcasterInterface_1free
3064   (JNIEnv *, jclass, jlong);
3065
3066 /*
3067  * Class:     org_ldk_impl_bindings
3068  * Method:    ConfirmationTarget_clone
3069  * Signature: (J)Lorg/ldk/enums/LDKConfirmationTarget;
3070  */
3071 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ConfirmationTarget_1clone
3072   (JNIEnv *, jclass, jlong);
3073
3074 /*
3075  * Class:     org_ldk_impl_bindings
3076  * Method:    FeeEstimator_free
3077  * Signature: (J)V
3078  */
3079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FeeEstimator_1free
3080   (JNIEnv *, jclass, jlong);
3081
3082 /*
3083  * Class:     org_ldk_impl_bindings
3084  * Method:    ChainMonitor_free
3085  * Signature: (J)V
3086  */
3087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1free
3088   (JNIEnv *, jclass, jlong);
3089
3090 /*
3091  * Class:     org_ldk_impl_bindings
3092  * Method:    ChainMonitor_block_connected
3093  * Signature: (J[B[JI)V
3094  */
3095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1block_1connected
3096   (JNIEnv *, jclass, jlong, jbyteArray, jlongArray, jint);
3097
3098 /*
3099  * Class:     org_ldk_impl_bindings
3100  * Method:    ChainMonitor_block_disconnected
3101  * Signature: (J[BI)V
3102  */
3103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1block_1disconnected
3104   (JNIEnv *, jclass, jlong, jbyteArray, jint);
3105
3106 /*
3107  * Class:     org_ldk_impl_bindings
3108  * Method:    ChainMonitor_new
3109  * Signature: (JJJJ)J
3110  */
3111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1new
3112   (JNIEnv *, jclass, jlong, jlong, jlong, jlong);
3113
3114 /*
3115  * Class:     org_ldk_impl_bindings
3116  * Method:    ChainMonitor_as_Watch
3117  * Signature: (J)J
3118  */
3119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1as_1Watch
3120   (JNIEnv *, jclass, jlong);
3121
3122 /*
3123  * Class:     org_ldk_impl_bindings
3124  * Method:    ChainMonitor_as_EventsProvider
3125  * Signature: (J)J
3126  */
3127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1as_1EventsProvider
3128   (JNIEnv *, jclass, jlong);
3129
3130 /*
3131  * Class:     org_ldk_impl_bindings
3132  * Method:    ChannelMonitorUpdate_free
3133  * Signature: (J)V
3134  */
3135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1free
3136   (JNIEnv *, jclass, jlong);
3137
3138 /*
3139  * Class:     org_ldk_impl_bindings
3140  * Method:    ChannelMonitorUpdate_clone
3141  * Signature: (J)J
3142  */
3143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1clone
3144   (JNIEnv *, jclass, jlong);
3145
3146 /*
3147  * Class:     org_ldk_impl_bindings
3148  * Method:    ChannelMonitorUpdate_get_update_id
3149  * Signature: (J)J
3150  */
3151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1get_1update_1id
3152   (JNIEnv *, jclass, jlong);
3153
3154 /*
3155  * Class:     org_ldk_impl_bindings
3156  * Method:    ChannelMonitorUpdate_set_update_id
3157  * Signature: (JJ)V
3158  */
3159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1set_1update_1id
3160   (JNIEnv *, jclass, jlong, jlong);
3161
3162 /*
3163  * Class:     org_ldk_impl_bindings
3164  * Method:    ChannelMonitorUpdate_write
3165  * Signature: (J)[B
3166  */
3167 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1write
3168   (JNIEnv *, jclass, jlong);
3169
3170 /*
3171  * Class:     org_ldk_impl_bindings
3172  * Method:    ChannelMonitorUpdate_read
3173  * Signature: ([B)J
3174  */
3175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1read
3176   (JNIEnv *, jclass, jbyteArray);
3177
3178 /*
3179  * Class:     org_ldk_impl_bindings
3180  * Method:    ChannelMonitorUpdateErr_clone
3181  * Signature: (J)Lorg/ldk/enums/LDKChannelMonitorUpdateErr;
3182  */
3183 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdateErr_1clone
3184   (JNIEnv *, jclass, jlong);
3185
3186 /*
3187  * Class:     org_ldk_impl_bindings
3188  * Method:    MonitorUpdateError_free
3189  * Signature: (J)V
3190  */
3191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MonitorUpdateError_1free
3192   (JNIEnv *, jclass, jlong);
3193
3194 /*
3195  * Class:     org_ldk_impl_bindings
3196  * Method:    MonitorEvent_free
3197  * Signature: (J)V
3198  */
3199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1free
3200   (JNIEnv *, jclass, jlong);
3201
3202 /*
3203  * Class:     org_ldk_impl_bindings
3204  * Method:    MonitorEvent_clone
3205  * Signature: (J)J
3206  */
3207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1clone
3208   (JNIEnv *, jclass, jlong);
3209
3210 /*
3211  * Class:     org_ldk_impl_bindings
3212  * Method:    HTLCUpdate_free
3213  * Signature: (J)V
3214  */
3215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1free
3216   (JNIEnv *, jclass, jlong);
3217
3218 /*
3219  * Class:     org_ldk_impl_bindings
3220  * Method:    HTLCUpdate_clone
3221  * Signature: (J)J
3222  */
3223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1clone
3224   (JNIEnv *, jclass, jlong);
3225
3226 /*
3227  * Class:     org_ldk_impl_bindings
3228  * Method:    HTLCUpdate_write
3229  * Signature: (J)[B
3230  */
3231 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1write
3232   (JNIEnv *, jclass, jlong);
3233
3234 /*
3235  * Class:     org_ldk_impl_bindings
3236  * Method:    HTLCUpdate_read
3237  * Signature: ([B)J
3238  */
3239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1read
3240   (JNIEnv *, jclass, jbyteArray);
3241
3242 /*
3243  * Class:     org_ldk_impl_bindings
3244  * Method:    ChannelMonitor_free
3245  * Signature: (J)V
3246  */
3247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1free
3248   (JNIEnv *, jclass, jlong);
3249
3250 /*
3251  * Class:     org_ldk_impl_bindings
3252  * Method:    ChannelMonitor_update_monitor
3253  * Signature: (JJJJ)J
3254  */
3255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1update_1monitor
3256   (JNIEnv *, jclass, jlong, jlong, jlong, jlong);
3257
3258 /*
3259  * Class:     org_ldk_impl_bindings
3260  * Method:    ChannelMonitor_get_latest_update_id
3261  * Signature: (J)J
3262  */
3263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1latest_1update_1id
3264   (JNIEnv *, jclass, jlong);
3265
3266 /*
3267  * Class:     org_ldk_impl_bindings
3268  * Method:    ChannelMonitor_get_funding_txo
3269  * Signature: (J)J
3270  */
3271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1funding_1txo
3272   (JNIEnv *, jclass, jlong);
3273
3274 /*
3275  * Class:     org_ldk_impl_bindings
3276  * Method:    ChannelMonitor_get_and_clear_pending_monitor_events
3277  * Signature: (J)[J
3278  */
3279 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1and_1clear_1pending_1monitor_1events
3280   (JNIEnv *, jclass, jlong);
3281
3282 /*
3283  * Class:     org_ldk_impl_bindings
3284  * Method:    ChannelMonitor_get_and_clear_pending_events
3285  * Signature: (J)[J
3286  */
3287 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1and_1clear_1pending_1events
3288   (JNIEnv *, jclass, jlong);
3289
3290 /*
3291  * Class:     org_ldk_impl_bindings
3292  * Method:    ChannelMonitor_get_latest_holder_commitment_txn
3293  * Signature: (JJ)[[B
3294  */
3295 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1latest_1holder_1commitment_1txn
3296   (JNIEnv *, jclass, jlong, jlong);
3297
3298 /*
3299  * Class:     org_ldk_impl_bindings
3300  * Method:    ChannelMonitor_block_connected
3301  * Signature: (J[B[JIJJJ)[J
3302  */
3303 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1block_1connected
3304   (JNIEnv *, jclass, jlong, jbyteArray, jlongArray, jint, jlong, jlong, jlong);
3305
3306 /*
3307  * Class:     org_ldk_impl_bindings
3308  * Method:    ChannelMonitor_block_disconnected
3309  * Signature: (J[BIJJJ)V
3310  */
3311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1block_1disconnected
3312   (JNIEnv *, jclass, jlong, jbyteArray, jint, jlong, jlong, jlong);
3313
3314 /*
3315  * Class:     org_ldk_impl_bindings
3316  * Method:    OutPoint_free
3317  * Signature: (J)V
3318  */
3319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OutPoint_1free
3320   (JNIEnv *, jclass, jlong);
3321
3322 /*
3323  * Class:     org_ldk_impl_bindings
3324  * Method:    OutPoint_clone
3325  * Signature: (J)J
3326  */
3327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OutPoint_1clone
3328   (JNIEnv *, jclass, jlong);
3329
3330 /*
3331  * Class:     org_ldk_impl_bindings
3332  * Method:    OutPoint_get_txid
3333  * Signature: (J)[B
3334  */
3335 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OutPoint_1get_1txid
3336   (JNIEnv *, jclass, jlong);
3337
3338 /*
3339  * Class:     org_ldk_impl_bindings
3340  * Method:    OutPoint_set_txid
3341  * Signature: (J[B)V
3342  */
3343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OutPoint_1set_1txid
3344   (JNIEnv *, jclass, jlong, jbyteArray);
3345
3346 /*
3347  * Class:     org_ldk_impl_bindings
3348  * Method:    OutPoint_get_index
3349  * Signature: (J)S
3350  */
3351 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_OutPoint_1get_1index
3352   (JNIEnv *, jclass, jlong);
3353
3354 /*
3355  * Class:     org_ldk_impl_bindings
3356  * Method:    OutPoint_set_index
3357  * Signature: (JS)V
3358  */
3359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OutPoint_1set_1index
3360   (JNIEnv *, jclass, jlong, jshort);
3361
3362 /*
3363  * Class:     org_ldk_impl_bindings
3364  * Method:    OutPoint_new
3365  * Signature: ([BS)J
3366  */
3367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OutPoint_1new
3368   (JNIEnv *, jclass, jbyteArray, jshort);
3369
3370 /*
3371  * Class:     org_ldk_impl_bindings
3372  * Method:    OutPoint_to_channel_id
3373  * Signature: (J)[B
3374  */
3375 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OutPoint_1to_1channel_1id
3376   (JNIEnv *, jclass, jlong);
3377
3378 /*
3379  * Class:     org_ldk_impl_bindings
3380  * Method:    OutPoint_write
3381  * Signature: (J)[B
3382  */
3383 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OutPoint_1write
3384   (JNIEnv *, jclass, jlong);
3385
3386 /*
3387  * Class:     org_ldk_impl_bindings
3388  * Method:    OutPoint_read
3389  * Signature: ([B)J
3390  */
3391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OutPoint_1read
3392   (JNIEnv *, jclass, jbyteArray);
3393
3394 /*
3395  * Class:     org_ldk_impl_bindings
3396  * Method:    SpendableOutputDescriptor_free
3397  * Signature: (J)V
3398  */
3399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1free
3400   (JNIEnv *, jclass, jlong);
3401
3402 /*
3403  * Class:     org_ldk_impl_bindings
3404  * Method:    SpendableOutputDescriptor_clone
3405  * Signature: (J)J
3406  */
3407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1clone
3408   (JNIEnv *, jclass, jlong);
3409
3410 /*
3411  * Class:     org_ldk_impl_bindings
3412  * Method:    ChannelKeys_clone
3413  * Signature: (J)J
3414  */
3415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelKeys_1clone
3416   (JNIEnv *, jclass, jlong);
3417
3418 /*
3419  * Class:     org_ldk_impl_bindings
3420  * Method:    ChannelKeys_free
3421  * Signature: (J)V
3422  */
3423 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelKeys_1free
3424   (JNIEnv *, jclass, jlong);
3425
3426 /*
3427  * Class:     org_ldk_impl_bindings
3428  * Method:    KeysInterface_free
3429  * Signature: (J)V
3430  */
3431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_KeysInterface_1free
3432   (JNIEnv *, jclass, jlong);
3433
3434 /*
3435  * Class:     org_ldk_impl_bindings
3436  * Method:    InMemoryChannelKeys_free
3437  * Signature: (J)V
3438  */
3439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1free
3440   (JNIEnv *, jclass, jlong);
3441
3442 /*
3443  * Class:     org_ldk_impl_bindings
3444  * Method:    InMemoryChannelKeys_clone
3445  * Signature: (J)J
3446  */
3447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1clone
3448   (JNIEnv *, jclass, jlong);
3449
3450 /*
3451  * Class:     org_ldk_impl_bindings
3452  * Method:    InMemoryChannelKeys_get_funding_key
3453  * Signature: (J)[B
3454  */
3455 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1get_1funding_1key
3456   (JNIEnv *, jclass, jlong);
3457
3458 /*
3459  * Class:     org_ldk_impl_bindings
3460  * Method:    InMemoryChannelKeys_set_funding_key
3461  * Signature: (J[B)V
3462  */
3463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1set_1funding_1key
3464   (JNIEnv *, jclass, jlong, jbyteArray);
3465
3466 /*
3467  * Class:     org_ldk_impl_bindings
3468  * Method:    InMemoryChannelKeys_get_revocation_base_key
3469  * Signature: (J)[B
3470  */
3471 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1get_1revocation_1base_1key
3472   (JNIEnv *, jclass, jlong);
3473
3474 /*
3475  * Class:     org_ldk_impl_bindings
3476  * Method:    InMemoryChannelKeys_set_revocation_base_key
3477  * Signature: (J[B)V
3478  */
3479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1set_1revocation_1base_1key
3480   (JNIEnv *, jclass, jlong, jbyteArray);
3481
3482 /*
3483  * Class:     org_ldk_impl_bindings
3484  * Method:    InMemoryChannelKeys_get_payment_key
3485  * Signature: (J)[B
3486  */
3487 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1get_1payment_1key
3488   (JNIEnv *, jclass, jlong);
3489
3490 /*
3491  * Class:     org_ldk_impl_bindings
3492  * Method:    InMemoryChannelKeys_set_payment_key
3493  * Signature: (J[B)V
3494  */
3495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1set_1payment_1key
3496   (JNIEnv *, jclass, jlong, jbyteArray);
3497
3498 /*
3499  * Class:     org_ldk_impl_bindings
3500  * Method:    InMemoryChannelKeys_get_delayed_payment_base_key
3501  * Signature: (J)[B
3502  */
3503 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1get_1delayed_1payment_1base_1key
3504   (JNIEnv *, jclass, jlong);
3505
3506 /*
3507  * Class:     org_ldk_impl_bindings
3508  * Method:    InMemoryChannelKeys_set_delayed_payment_base_key
3509  * Signature: (J[B)V
3510  */
3511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1set_1delayed_1payment_1base_1key
3512   (JNIEnv *, jclass, jlong, jbyteArray);
3513
3514 /*
3515  * Class:     org_ldk_impl_bindings
3516  * Method:    InMemoryChannelKeys_get_htlc_base_key
3517  * Signature: (J)[B
3518  */
3519 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1get_1htlc_1base_1key
3520   (JNIEnv *, jclass, jlong);
3521
3522 /*
3523  * Class:     org_ldk_impl_bindings
3524  * Method:    InMemoryChannelKeys_set_htlc_base_key
3525  * Signature: (J[B)V
3526  */
3527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1set_1htlc_1base_1key
3528   (JNIEnv *, jclass, jlong, jbyteArray);
3529
3530 /*
3531  * Class:     org_ldk_impl_bindings
3532  * Method:    InMemoryChannelKeys_get_commitment_seed
3533  * Signature: (J)[B
3534  */
3535 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1get_1commitment_1seed
3536   (JNIEnv *, jclass, jlong);
3537
3538 /*
3539  * Class:     org_ldk_impl_bindings
3540  * Method:    InMemoryChannelKeys_set_commitment_seed
3541  * Signature: (J[B)V
3542  */
3543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1set_1commitment_1seed
3544   (JNIEnv *, jclass, jlong, jbyteArray);
3545
3546 /*
3547  * Class:     org_ldk_impl_bindings
3548  * Method:    InMemoryChannelKeys_new
3549  * Signature: ([B[B[B[B[B[BJJ)J
3550  */
3551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1new
3552   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jlong, jlong);
3553
3554 /*
3555  * Class:     org_ldk_impl_bindings
3556  * Method:    InMemoryChannelKeys_counterparty_pubkeys
3557  * Signature: (J)J
3558  */
3559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1counterparty_1pubkeys
3560   (JNIEnv *, jclass, jlong);
3561
3562 /*
3563  * Class:     org_ldk_impl_bindings
3564  * Method:    InMemoryChannelKeys_counterparty_selected_contest_delay
3565  * Signature: (J)S
3566  */
3567 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1counterparty_1selected_1contest_1delay
3568   (JNIEnv *, jclass, jlong);
3569
3570 /*
3571  * Class:     org_ldk_impl_bindings
3572  * Method:    InMemoryChannelKeys_holder_selected_contest_delay
3573  * Signature: (J)S
3574  */
3575 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1holder_1selected_1contest_1delay
3576   (JNIEnv *, jclass, jlong);
3577
3578 /*
3579  * Class:     org_ldk_impl_bindings
3580  * Method:    InMemoryChannelKeys_as_ChannelKeys
3581  * Signature: (J)J
3582  */
3583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1as_1ChannelKeys
3584   (JNIEnv *, jclass, jlong);
3585
3586 /*
3587  * Class:     org_ldk_impl_bindings
3588  * Method:    InMemoryChannelKeys_write
3589  * Signature: (J)[B
3590  */
3591 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1write
3592   (JNIEnv *, jclass, jlong);
3593
3594 /*
3595  * Class:     org_ldk_impl_bindings
3596  * Method:    InMemoryChannelKeys_read
3597  * Signature: ([B)J
3598  */
3599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemoryChannelKeys_1read
3600   (JNIEnv *, jclass, jbyteArray);
3601
3602 /*
3603  * Class:     org_ldk_impl_bindings
3604  * Method:    KeysManager_free
3605  * Signature: (J)V
3606  */
3607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_KeysManager_1free
3608   (JNIEnv *, jclass, jlong);
3609
3610 /*
3611  * Class:     org_ldk_impl_bindings
3612  * Method:    KeysManager_new
3613  * Signature: ([BLorg/ldk/enums/LDKNetwork;JI)J
3614  */
3615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1new
3616   (JNIEnv *, jclass, jbyteArray, jobject, jlong, jint);
3617
3618 /*
3619  * Class:     org_ldk_impl_bindings
3620  * Method:    KeysManager_derive_channel_keys
3621  * Signature: (JJJJ)J
3622  */
3623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1derive_1channel_1keys
3624   (JNIEnv *, jclass, jlong, jlong, jlong, jlong);
3625
3626 /*
3627  * Class:     org_ldk_impl_bindings
3628  * Method:    KeysManager_as_KeysInterface
3629  * Signature: (J)J
3630  */
3631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1as_1KeysInterface
3632   (JNIEnv *, jclass, jlong);
3633
3634 /*
3635  * Class:     org_ldk_impl_bindings
3636  * Method:    ChannelManager_free
3637  * Signature: (J)V
3638  */
3639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1free
3640   (JNIEnv *, jclass, jlong);
3641
3642 /*
3643  * Class:     org_ldk_impl_bindings
3644  * Method:    ChannelDetails_free
3645  * Signature: (J)V
3646  */
3647 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1free
3648   (JNIEnv *, jclass, jlong);
3649
3650 /*
3651  * Class:     org_ldk_impl_bindings
3652  * Method:    ChannelDetails_clone
3653  * Signature: (J)J
3654  */
3655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1clone
3656   (JNIEnv *, jclass, jlong);
3657
3658 /*
3659  * Class:     org_ldk_impl_bindings
3660  * Method:    ChannelDetails_get_channel_id
3661  * Signature: (J)[B
3662  */
3663 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1channel_1id
3664   (JNIEnv *, jclass, jlong);
3665
3666 /*
3667  * Class:     org_ldk_impl_bindings
3668  * Method:    ChannelDetails_set_channel_id
3669  * Signature: (J[B)V
3670  */
3671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1channel_1id
3672   (JNIEnv *, jclass, jlong, jbyteArray);
3673
3674 /*
3675  * Class:     org_ldk_impl_bindings
3676  * Method:    ChannelDetails_get_remote_network_id
3677  * Signature: (J)[B
3678  */
3679 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1remote_1network_1id
3680   (JNIEnv *, jclass, jlong);
3681
3682 /*
3683  * Class:     org_ldk_impl_bindings
3684  * Method:    ChannelDetails_set_remote_network_id
3685  * Signature: (J[B)V
3686  */
3687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1remote_1network_1id
3688   (JNIEnv *, jclass, jlong, jbyteArray);
3689
3690 /*
3691  * Class:     org_ldk_impl_bindings
3692  * Method:    ChannelDetails_get_counterparty_features
3693  * Signature: (J)J
3694  */
3695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1counterparty_1features
3696   (JNIEnv *, jclass, jlong);
3697
3698 /*
3699  * Class:     org_ldk_impl_bindings
3700  * Method:    ChannelDetails_set_counterparty_features
3701  * Signature: (JJ)V
3702  */
3703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1counterparty_1features
3704   (JNIEnv *, jclass, jlong, jlong);
3705
3706 /*
3707  * Class:     org_ldk_impl_bindings
3708  * Method:    ChannelDetails_get_channel_value_satoshis
3709  * Signature: (J)J
3710  */
3711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1channel_1value_1satoshis
3712   (JNIEnv *, jclass, jlong);
3713
3714 /*
3715  * Class:     org_ldk_impl_bindings
3716  * Method:    ChannelDetails_set_channel_value_satoshis
3717  * Signature: (JJ)V
3718  */
3719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1channel_1value_1satoshis
3720   (JNIEnv *, jclass, jlong, jlong);
3721
3722 /*
3723  * Class:     org_ldk_impl_bindings
3724  * Method:    ChannelDetails_get_user_id
3725  * Signature: (J)J
3726  */
3727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1user_1id
3728   (JNIEnv *, jclass, jlong);
3729
3730 /*
3731  * Class:     org_ldk_impl_bindings
3732  * Method:    ChannelDetails_set_user_id
3733  * Signature: (JJ)V
3734  */
3735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1user_1id
3736   (JNIEnv *, jclass, jlong, jlong);
3737
3738 /*
3739  * Class:     org_ldk_impl_bindings
3740  * Method:    ChannelDetails_get_outbound_capacity_msat
3741  * Signature: (J)J
3742  */
3743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1outbound_1capacity_1msat
3744   (JNIEnv *, jclass, jlong);
3745
3746 /*
3747  * Class:     org_ldk_impl_bindings
3748  * Method:    ChannelDetails_set_outbound_capacity_msat
3749  * Signature: (JJ)V
3750  */
3751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1outbound_1capacity_1msat
3752   (JNIEnv *, jclass, jlong, jlong);
3753
3754 /*
3755  * Class:     org_ldk_impl_bindings
3756  * Method:    ChannelDetails_get_inbound_capacity_msat
3757  * Signature: (J)J
3758  */
3759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1inbound_1capacity_1msat
3760   (JNIEnv *, jclass, jlong);
3761
3762 /*
3763  * Class:     org_ldk_impl_bindings
3764  * Method:    ChannelDetails_set_inbound_capacity_msat
3765  * Signature: (JJ)V
3766  */
3767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1inbound_1capacity_1msat
3768   (JNIEnv *, jclass, jlong, jlong);
3769
3770 /*
3771  * Class:     org_ldk_impl_bindings
3772  * Method:    ChannelDetails_get_is_live
3773  * Signature: (J)Z
3774  */
3775 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1is_1live
3776   (JNIEnv *, jclass, jlong);
3777
3778 /*
3779  * Class:     org_ldk_impl_bindings
3780  * Method:    ChannelDetails_set_is_live
3781  * Signature: (JZ)V
3782  */
3783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1is_1live
3784   (JNIEnv *, jclass, jlong, jboolean);
3785
3786 /*
3787  * Class:     org_ldk_impl_bindings
3788  * Method:    PaymentSendFailure_free
3789  * Signature: (J)V
3790  */
3791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1free
3792   (JNIEnv *, jclass, jlong);
3793
3794 /*
3795  * Class:     org_ldk_impl_bindings
3796  * Method:    ChannelManager_new
3797  * Signature: (Lorg/ldk/enums/LDKNetwork;JJJJJJJ)J
3798  */
3799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1new
3800   (JNIEnv *, jclass, jobject, jlong, jlong, jlong, jlong, jlong, jlong, jlong);
3801
3802 /*
3803  * Class:     org_ldk_impl_bindings
3804  * Method:    ChannelManager_create_channel
3805  * Signature: (J[BJJJJ)J
3806  */
3807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1create_1channel
3808   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong, jlong, jlong);
3809
3810 /*
3811  * Class:     org_ldk_impl_bindings
3812  * Method:    ChannelManager_list_channels
3813  * Signature: (J)[J
3814  */
3815 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1list_1channels
3816   (JNIEnv *, jclass, jlong);
3817
3818 /*
3819  * Class:     org_ldk_impl_bindings
3820  * Method:    ChannelManager_list_usable_channels
3821  * Signature: (J)[J
3822  */
3823 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1list_1usable_1channels
3824   (JNIEnv *, jclass, jlong);
3825
3826 /*
3827  * Class:     org_ldk_impl_bindings
3828  * Method:    ChannelManager_close_channel
3829  * Signature: (J[B)J
3830  */
3831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1close_1channel
3832   (JNIEnv *, jclass, jlong, jbyteArray);
3833
3834 /*
3835  * Class:     org_ldk_impl_bindings
3836  * Method:    ChannelManager_force_close_channel
3837  * Signature: (J[B)V
3838  */
3839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1force_1close_1channel
3840   (JNIEnv *, jclass, jlong, jbyteArray);
3841
3842 /*
3843  * Class:     org_ldk_impl_bindings
3844  * Method:    ChannelManager_force_close_all_channels
3845  * Signature: (J)V
3846  */
3847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1force_1close_1all_1channels
3848   (JNIEnv *, jclass, jlong);
3849
3850 /*
3851  * Class:     org_ldk_impl_bindings
3852  * Method:    ChannelManager_send_payment
3853  * Signature: (JJ[B[B)J
3854  */
3855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1send_1payment
3856   (JNIEnv *, jclass, jlong, jlong, jbyteArray, jbyteArray);
3857
3858 /*
3859  * Class:     org_ldk_impl_bindings
3860  * Method:    ChannelManager_funding_transaction_generated
3861  * Signature: (J[BJ)V
3862  */
3863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1funding_1transaction_1generated
3864   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
3865
3866 /*
3867  * Class:     org_ldk_impl_bindings
3868  * Method:    ChannelManager_broadcast_node_announcement
3869  * Signature: (J[B[B[J)V
3870  */
3871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1broadcast_1node_1announcement
3872   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jlongArray);
3873
3874 /*
3875  * Class:     org_ldk_impl_bindings
3876  * Method:    ChannelManager_process_pending_htlc_forwards
3877  * Signature: (J)V
3878  */
3879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1process_1pending_1htlc_1forwards
3880   (JNIEnv *, jclass, jlong);
3881
3882 /*
3883  * Class:     org_ldk_impl_bindings
3884  * Method:    ChannelManager_timer_chan_freshness_every_min
3885  * Signature: (J)V
3886  */
3887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1timer_1chan_1freshness_1every_1min
3888   (JNIEnv *, jclass, jlong);
3889
3890 /*
3891  * Class:     org_ldk_impl_bindings
3892  * Method:    ChannelManager_fail_htlc_backwards
3893  * Signature: (J[B[B)Z
3894  */
3895 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelManager_1fail_1htlc_1backwards
3896   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray);
3897
3898 /*
3899  * Class:     org_ldk_impl_bindings
3900  * Method:    ChannelManager_claim_funds
3901  * Signature: (J[B[BJ)Z
3902  */
3903 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelManager_1claim_1funds
3904   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jlong);
3905
3906 /*
3907  * Class:     org_ldk_impl_bindings
3908  * Method:    ChannelManager_get_our_node_id
3909  * Signature: (J)[B
3910  */
3911 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1get_1our_1node_1id
3912   (JNIEnv *, jclass, jlong);
3913
3914 /*
3915  * Class:     org_ldk_impl_bindings
3916  * Method:    ChannelManager_channel_monitor_updated
3917  * Signature: (JJJ)V
3918  */
3919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1channel_1monitor_1updated
3920   (JNIEnv *, jclass, jlong, jlong, jlong);
3921
3922 /*
3923  * Class:     org_ldk_impl_bindings
3924  * Method:    ChannelManager_as_MessageSendEventsProvider
3925  * Signature: (J)J
3926  */
3927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1MessageSendEventsProvider
3928   (JNIEnv *, jclass, jlong);
3929
3930 /*
3931  * Class:     org_ldk_impl_bindings
3932  * Method:    ChannelManager_as_EventsProvider
3933  * Signature: (J)J
3934  */
3935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1EventsProvider
3936   (JNIEnv *, jclass, jlong);
3937
3938 /*
3939  * Class:     org_ldk_impl_bindings
3940  * Method:    ChannelManager_block_connected
3941  * Signature: (J[B[JI)V
3942  */
3943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1block_1connected
3944   (JNIEnv *, jclass, jlong, jbyteArray, jlongArray, jint);
3945
3946 /*
3947  * Class:     org_ldk_impl_bindings
3948  * Method:    ChannelManager_block_disconnected
3949  * Signature: (J[B)V
3950  */
3951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1block_1disconnected
3952   (JNIEnv *, jclass, jlong, jbyteArray);
3953
3954 /*
3955  * Class:     org_ldk_impl_bindings
3956  * Method:    ChannelManager_as_ChannelMessageHandler
3957  * Signature: (J)J
3958  */
3959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1ChannelMessageHandler
3960   (JNIEnv *, jclass, jlong);
3961
3962 /*
3963  * Class:     org_ldk_impl_bindings
3964  * Method:    ChannelManagerReadArgs_free
3965  * Signature: (J)V
3966  */
3967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1free
3968   (JNIEnv *, jclass, jlong);
3969
3970 /*
3971  * Class:     org_ldk_impl_bindings
3972  * Method:    ChannelManagerReadArgs_get_keys_manager
3973  * Signature: (J)J
3974  */
3975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1keys_1manager
3976   (JNIEnv *, jclass, jlong);
3977
3978 /*
3979  * Class:     org_ldk_impl_bindings
3980  * Method:    ChannelManagerReadArgs_set_keys_manager
3981  * Signature: (JJ)V
3982  */
3983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1keys_1manager
3984   (JNIEnv *, jclass, jlong, jlong);
3985
3986 /*
3987  * Class:     org_ldk_impl_bindings
3988  * Method:    ChannelManagerReadArgs_get_fee_estimator
3989  * Signature: (J)J
3990  */
3991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1fee_1estimator
3992   (JNIEnv *, jclass, jlong);
3993
3994 /*
3995  * Class:     org_ldk_impl_bindings
3996  * Method:    ChannelManagerReadArgs_set_fee_estimator
3997  * Signature: (JJ)V
3998  */
3999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1fee_1estimator
4000   (JNIEnv *, jclass, jlong, jlong);
4001
4002 /*
4003  * Class:     org_ldk_impl_bindings
4004  * Method:    ChannelManagerReadArgs_get_chain_monitor
4005  * Signature: (J)J
4006  */
4007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1chain_1monitor
4008   (JNIEnv *, jclass, jlong);
4009
4010 /*
4011  * Class:     org_ldk_impl_bindings
4012  * Method:    ChannelManagerReadArgs_set_chain_monitor
4013  * Signature: (JJ)V
4014  */
4015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1chain_1monitor
4016   (JNIEnv *, jclass, jlong, jlong);
4017
4018 /*
4019  * Class:     org_ldk_impl_bindings
4020  * Method:    ChannelManagerReadArgs_get_tx_broadcaster
4021  * Signature: (J)J
4022  */
4023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1tx_1broadcaster
4024   (JNIEnv *, jclass, jlong);
4025
4026 /*
4027  * Class:     org_ldk_impl_bindings
4028  * Method:    ChannelManagerReadArgs_set_tx_broadcaster
4029  * Signature: (JJ)V
4030  */
4031 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1tx_1broadcaster
4032   (JNIEnv *, jclass, jlong, jlong);
4033
4034 /*
4035  * Class:     org_ldk_impl_bindings
4036  * Method:    ChannelManagerReadArgs_get_logger
4037  * Signature: (J)J
4038  */
4039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1logger
4040   (JNIEnv *, jclass, jlong);
4041
4042 /*
4043  * Class:     org_ldk_impl_bindings
4044  * Method:    ChannelManagerReadArgs_set_logger
4045  * Signature: (JJ)V
4046  */
4047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1logger
4048   (JNIEnv *, jclass, jlong, jlong);
4049
4050 /*
4051  * Class:     org_ldk_impl_bindings
4052  * Method:    ChannelManagerReadArgs_get_default_config
4053  * Signature: (J)J
4054  */
4055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1default_1config
4056   (JNIEnv *, jclass, jlong);
4057
4058 /*
4059  * Class:     org_ldk_impl_bindings
4060  * Method:    ChannelManagerReadArgs_set_default_config
4061  * Signature: (JJ)V
4062  */
4063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1default_1config
4064   (JNIEnv *, jclass, jlong, jlong);
4065
4066 /*
4067  * Class:     org_ldk_impl_bindings
4068  * Method:    ChannelManagerReadArgs_new
4069  * Signature: (JJJJJJ[J)J
4070  */
4071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1new
4072   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong, jlong, jlongArray);
4073
4074 /*
4075  * Class:     org_ldk_impl_bindings
4076  * Method:    DecodeError_free
4077  * Signature: (J)V
4078  */
4079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DecodeError_1free
4080   (JNIEnv *, jclass, jlong);
4081
4082 /*
4083  * Class:     org_ldk_impl_bindings
4084  * Method:    Init_free
4085  * Signature: (J)V
4086  */
4087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Init_1free
4088   (JNIEnv *, jclass, jlong);
4089
4090 /*
4091  * Class:     org_ldk_impl_bindings
4092  * Method:    Init_clone
4093  * Signature: (J)J
4094  */
4095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Init_1clone
4096   (JNIEnv *, jclass, jlong);
4097
4098 /*
4099  * Class:     org_ldk_impl_bindings
4100  * Method:    ErrorMessage_free
4101  * Signature: (J)V
4102  */
4103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1free
4104   (JNIEnv *, jclass, jlong);
4105
4106 /*
4107  * Class:     org_ldk_impl_bindings
4108  * Method:    ErrorMessage_clone
4109  * Signature: (J)J
4110  */
4111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1clone
4112   (JNIEnv *, jclass, jlong);
4113
4114 /*
4115  * Class:     org_ldk_impl_bindings
4116  * Method:    ErrorMessage_get_channel_id
4117  * Signature: (J)[B
4118  */
4119 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1get_1channel_1id
4120   (JNIEnv *, jclass, jlong);
4121
4122 /*
4123  * Class:     org_ldk_impl_bindings
4124  * Method:    ErrorMessage_set_channel_id
4125  * Signature: (J[B)V
4126  */
4127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1set_1channel_1id
4128   (JNIEnv *, jclass, jlong, jbyteArray);
4129
4130 /*
4131  * Class:     org_ldk_impl_bindings
4132  * Method:    ErrorMessage_get_data
4133  * Signature: (J)Ljava/lang/String;
4134  */
4135 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1get_1data
4136   (JNIEnv *, jclass, jlong);
4137
4138 /*
4139  * Class:     org_ldk_impl_bindings
4140  * Method:    ErrorMessage_set_data
4141  * Signature: (J[B)V
4142  */
4143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1set_1data
4144   (JNIEnv *, jclass, jlong, jbyteArray);
4145
4146 /*
4147  * Class:     org_ldk_impl_bindings
4148  * Method:    ErrorMessage_new
4149  * Signature: ([B[B)J
4150  */
4151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1new
4152   (JNIEnv *, jclass, jbyteArray, jbyteArray);
4153
4154 /*
4155  * Class:     org_ldk_impl_bindings
4156  * Method:    Ping_free
4157  * Signature: (J)V
4158  */
4159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Ping_1free
4160   (JNIEnv *, jclass, jlong);
4161
4162 /*
4163  * Class:     org_ldk_impl_bindings
4164  * Method:    Ping_clone
4165  * Signature: (J)J
4166  */
4167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Ping_1clone
4168   (JNIEnv *, jclass, jlong);
4169
4170 /*
4171  * Class:     org_ldk_impl_bindings
4172  * Method:    Ping_get_ponglen
4173  * Signature: (J)S
4174  */
4175 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_Ping_1get_1ponglen
4176   (JNIEnv *, jclass, jlong);
4177
4178 /*
4179  * Class:     org_ldk_impl_bindings
4180  * Method:    Ping_set_ponglen
4181  * Signature: (JS)V
4182  */
4183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Ping_1set_1ponglen
4184   (JNIEnv *, jclass, jlong, jshort);
4185
4186 /*
4187  * Class:     org_ldk_impl_bindings
4188  * Method:    Ping_get_byteslen
4189  * Signature: (J)S
4190  */
4191 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_Ping_1get_1byteslen
4192   (JNIEnv *, jclass, jlong);
4193
4194 /*
4195  * Class:     org_ldk_impl_bindings
4196  * Method:    Ping_set_byteslen
4197  * Signature: (JS)V
4198  */
4199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Ping_1set_1byteslen
4200   (JNIEnv *, jclass, jlong, jshort);
4201
4202 /*
4203  * Class:     org_ldk_impl_bindings
4204  * Method:    Ping_new
4205  * Signature: (SS)J
4206  */
4207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Ping_1new
4208   (JNIEnv *, jclass, jshort, jshort);
4209
4210 /*
4211  * Class:     org_ldk_impl_bindings
4212  * Method:    Pong_free
4213  * Signature: (J)V
4214  */
4215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Pong_1free
4216   (JNIEnv *, jclass, jlong);
4217
4218 /*
4219  * Class:     org_ldk_impl_bindings
4220  * Method:    Pong_clone
4221  * Signature: (J)J
4222  */
4223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Pong_1clone
4224   (JNIEnv *, jclass, jlong);
4225
4226 /*
4227  * Class:     org_ldk_impl_bindings
4228  * Method:    Pong_get_byteslen
4229  * Signature: (J)S
4230  */
4231 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_Pong_1get_1byteslen
4232   (JNIEnv *, jclass, jlong);
4233
4234 /*
4235  * Class:     org_ldk_impl_bindings
4236  * Method:    Pong_set_byteslen
4237  * Signature: (JS)V
4238  */
4239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Pong_1set_1byteslen
4240   (JNIEnv *, jclass, jlong, jshort);
4241
4242 /*
4243  * Class:     org_ldk_impl_bindings
4244  * Method:    Pong_new
4245  * Signature: (S)J
4246  */
4247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Pong_1new
4248   (JNIEnv *, jclass, jshort);
4249
4250 /*
4251  * Class:     org_ldk_impl_bindings
4252  * Method:    OpenChannel_free
4253  * Signature: (J)V
4254  */
4255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1free
4256   (JNIEnv *, jclass, jlong);
4257
4258 /*
4259  * Class:     org_ldk_impl_bindings
4260  * Method:    OpenChannel_clone
4261  * Signature: (J)J
4262  */
4263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1clone
4264   (JNIEnv *, jclass, jlong);
4265
4266 /*
4267  * Class:     org_ldk_impl_bindings
4268  * Method:    OpenChannel_get_chain_hash
4269  * Signature: (J)[B
4270  */
4271 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1chain_1hash
4272   (JNIEnv *, jclass, jlong);
4273
4274 /*
4275  * Class:     org_ldk_impl_bindings
4276  * Method:    OpenChannel_set_chain_hash
4277  * Signature: (J[B)V
4278  */
4279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1chain_1hash
4280   (JNIEnv *, jclass, jlong, jbyteArray);
4281
4282 /*
4283  * Class:     org_ldk_impl_bindings
4284  * Method:    OpenChannel_get_temporary_channel_id
4285  * Signature: (J)[B
4286  */
4287 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1temporary_1channel_1id
4288   (JNIEnv *, jclass, jlong);
4289
4290 /*
4291  * Class:     org_ldk_impl_bindings
4292  * Method:    OpenChannel_set_temporary_channel_id
4293  * Signature: (J[B)V
4294  */
4295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1temporary_1channel_1id
4296   (JNIEnv *, jclass, jlong, jbyteArray);
4297
4298 /*
4299  * Class:     org_ldk_impl_bindings
4300  * Method:    OpenChannel_get_funding_satoshis
4301  * Signature: (J)J
4302  */
4303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1funding_1satoshis
4304   (JNIEnv *, jclass, jlong);
4305
4306 /*
4307  * Class:     org_ldk_impl_bindings
4308  * Method:    OpenChannel_set_funding_satoshis
4309  * Signature: (JJ)V
4310  */
4311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1funding_1satoshis
4312   (JNIEnv *, jclass, jlong, jlong);
4313
4314 /*
4315  * Class:     org_ldk_impl_bindings
4316  * Method:    OpenChannel_get_push_msat
4317  * Signature: (J)J
4318  */
4319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1push_1msat
4320   (JNIEnv *, jclass, jlong);
4321
4322 /*
4323  * Class:     org_ldk_impl_bindings
4324  * Method:    OpenChannel_set_push_msat
4325  * Signature: (JJ)V
4326  */
4327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1push_1msat
4328   (JNIEnv *, jclass, jlong, jlong);
4329
4330 /*
4331  * Class:     org_ldk_impl_bindings
4332  * Method:    OpenChannel_get_dust_limit_satoshis
4333  * Signature: (J)J
4334  */
4335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1dust_1limit_1satoshis
4336   (JNIEnv *, jclass, jlong);
4337
4338 /*
4339  * Class:     org_ldk_impl_bindings
4340  * Method:    OpenChannel_set_dust_limit_satoshis
4341  * Signature: (JJ)V
4342  */
4343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1dust_1limit_1satoshis
4344   (JNIEnv *, jclass, jlong, jlong);
4345
4346 /*
4347  * Class:     org_ldk_impl_bindings
4348  * Method:    OpenChannel_get_max_htlc_value_in_flight_msat
4349  * Signature: (J)J
4350  */
4351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1max_1htlc_1value_1in_1flight_1msat
4352   (JNIEnv *, jclass, jlong);
4353
4354 /*
4355  * Class:     org_ldk_impl_bindings
4356  * Method:    OpenChannel_set_max_htlc_value_in_flight_msat
4357  * Signature: (JJ)V
4358  */
4359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1max_1htlc_1value_1in_1flight_1msat
4360   (JNIEnv *, jclass, jlong, jlong);
4361
4362 /*
4363  * Class:     org_ldk_impl_bindings
4364  * Method:    OpenChannel_get_channel_reserve_satoshis
4365  * Signature: (J)J
4366  */
4367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1channel_1reserve_1satoshis
4368   (JNIEnv *, jclass, jlong);
4369
4370 /*
4371  * Class:     org_ldk_impl_bindings
4372  * Method:    OpenChannel_set_channel_reserve_satoshis
4373  * Signature: (JJ)V
4374  */
4375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1channel_1reserve_1satoshis
4376   (JNIEnv *, jclass, jlong, jlong);
4377
4378 /*
4379  * Class:     org_ldk_impl_bindings
4380  * Method:    OpenChannel_get_htlc_minimum_msat
4381  * Signature: (J)J
4382  */
4383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1htlc_1minimum_1msat
4384   (JNIEnv *, jclass, jlong);
4385
4386 /*
4387  * Class:     org_ldk_impl_bindings
4388  * Method:    OpenChannel_set_htlc_minimum_msat
4389  * Signature: (JJ)V
4390  */
4391 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1htlc_1minimum_1msat
4392   (JNIEnv *, jclass, jlong, jlong);
4393
4394 /*
4395  * Class:     org_ldk_impl_bindings
4396  * Method:    OpenChannel_get_feerate_per_kw
4397  * Signature: (J)I
4398  */
4399 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1feerate_1per_1kw
4400   (JNIEnv *, jclass, jlong);
4401
4402 /*
4403  * Class:     org_ldk_impl_bindings
4404  * Method:    OpenChannel_set_feerate_per_kw
4405  * Signature: (JI)V
4406  */
4407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1feerate_1per_1kw
4408   (JNIEnv *, jclass, jlong, jint);
4409
4410 /*
4411  * Class:     org_ldk_impl_bindings
4412  * Method:    OpenChannel_get_to_self_delay
4413  * Signature: (J)S
4414  */
4415 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1to_1self_1delay
4416   (JNIEnv *, jclass, jlong);
4417
4418 /*
4419  * Class:     org_ldk_impl_bindings
4420  * Method:    OpenChannel_set_to_self_delay
4421  * Signature: (JS)V
4422  */
4423 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1to_1self_1delay
4424   (JNIEnv *, jclass, jlong, jshort);
4425
4426 /*
4427  * Class:     org_ldk_impl_bindings
4428  * Method:    OpenChannel_get_max_accepted_htlcs
4429  * Signature: (J)S
4430  */
4431 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1max_1accepted_1htlcs
4432   (JNIEnv *, jclass, jlong);
4433
4434 /*
4435  * Class:     org_ldk_impl_bindings
4436  * Method:    OpenChannel_set_max_accepted_htlcs
4437  * Signature: (JS)V
4438  */
4439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1max_1accepted_1htlcs
4440   (JNIEnv *, jclass, jlong, jshort);
4441
4442 /*
4443  * Class:     org_ldk_impl_bindings
4444  * Method:    OpenChannel_get_funding_pubkey
4445  * Signature: (J)[B
4446  */
4447 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1funding_1pubkey
4448   (JNIEnv *, jclass, jlong);
4449
4450 /*
4451  * Class:     org_ldk_impl_bindings
4452  * Method:    OpenChannel_set_funding_pubkey
4453  * Signature: (J[B)V
4454  */
4455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1funding_1pubkey
4456   (JNIEnv *, jclass, jlong, jbyteArray);
4457
4458 /*
4459  * Class:     org_ldk_impl_bindings
4460  * Method:    OpenChannel_get_revocation_basepoint
4461  * Signature: (J)[B
4462  */
4463 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1revocation_1basepoint
4464   (JNIEnv *, jclass, jlong);
4465
4466 /*
4467  * Class:     org_ldk_impl_bindings
4468  * Method:    OpenChannel_set_revocation_basepoint
4469  * Signature: (J[B)V
4470  */
4471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1revocation_1basepoint
4472   (JNIEnv *, jclass, jlong, jbyteArray);
4473
4474 /*
4475  * Class:     org_ldk_impl_bindings
4476  * Method:    OpenChannel_get_payment_point
4477  * Signature: (J)[B
4478  */
4479 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1payment_1point
4480   (JNIEnv *, jclass, jlong);
4481
4482 /*
4483  * Class:     org_ldk_impl_bindings
4484  * Method:    OpenChannel_set_payment_point
4485  * Signature: (J[B)V
4486  */
4487 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1payment_1point
4488   (JNIEnv *, jclass, jlong, jbyteArray);
4489
4490 /*
4491  * Class:     org_ldk_impl_bindings
4492  * Method:    OpenChannel_get_delayed_payment_basepoint
4493  * Signature: (J)[B
4494  */
4495 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1delayed_1payment_1basepoint
4496   (JNIEnv *, jclass, jlong);
4497
4498 /*
4499  * Class:     org_ldk_impl_bindings
4500  * Method:    OpenChannel_set_delayed_payment_basepoint
4501  * Signature: (J[B)V
4502  */
4503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1delayed_1payment_1basepoint
4504   (JNIEnv *, jclass, jlong, jbyteArray);
4505
4506 /*
4507  * Class:     org_ldk_impl_bindings
4508  * Method:    OpenChannel_get_htlc_basepoint
4509  * Signature: (J)[B
4510  */
4511 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1htlc_1basepoint
4512   (JNIEnv *, jclass, jlong);
4513
4514 /*
4515  * Class:     org_ldk_impl_bindings
4516  * Method:    OpenChannel_set_htlc_basepoint
4517  * Signature: (J[B)V
4518  */
4519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1htlc_1basepoint
4520   (JNIEnv *, jclass, jlong, jbyteArray);
4521
4522 /*
4523  * Class:     org_ldk_impl_bindings
4524  * Method:    OpenChannel_get_first_per_commitment_point
4525  * Signature: (J)[B
4526  */
4527 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1first_1per_1commitment_1point
4528   (JNIEnv *, jclass, jlong);
4529
4530 /*
4531  * Class:     org_ldk_impl_bindings
4532  * Method:    OpenChannel_set_first_per_commitment_point
4533  * Signature: (J[B)V
4534  */
4535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1first_1per_1commitment_1point
4536   (JNIEnv *, jclass, jlong, jbyteArray);
4537
4538 /*
4539  * Class:     org_ldk_impl_bindings
4540  * Method:    OpenChannel_get_channel_flags
4541  * Signature: (J)B
4542  */
4543 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1channel_1flags
4544   (JNIEnv *, jclass, jlong);
4545
4546 /*
4547  * Class:     org_ldk_impl_bindings
4548  * Method:    OpenChannel_set_channel_flags
4549  * Signature: (JB)V
4550  */
4551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1channel_1flags
4552   (JNIEnv *, jclass, jlong, jbyte);
4553
4554 /*
4555  * Class:     org_ldk_impl_bindings
4556  * Method:    AcceptChannel_free
4557  * Signature: (J)V
4558  */
4559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1free
4560   (JNIEnv *, jclass, jlong);
4561
4562 /*
4563  * Class:     org_ldk_impl_bindings
4564  * Method:    AcceptChannel_clone
4565  * Signature: (J)J
4566  */
4567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1clone
4568   (JNIEnv *, jclass, jlong);
4569
4570 /*
4571  * Class:     org_ldk_impl_bindings
4572  * Method:    AcceptChannel_get_temporary_channel_id
4573  * Signature: (J)[B
4574  */
4575 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1temporary_1channel_1id
4576   (JNIEnv *, jclass, jlong);
4577
4578 /*
4579  * Class:     org_ldk_impl_bindings
4580  * Method:    AcceptChannel_set_temporary_channel_id
4581  * Signature: (J[B)V
4582  */
4583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1temporary_1channel_1id
4584   (JNIEnv *, jclass, jlong, jbyteArray);
4585
4586 /*
4587  * Class:     org_ldk_impl_bindings
4588  * Method:    AcceptChannel_get_dust_limit_satoshis
4589  * Signature: (J)J
4590  */
4591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1dust_1limit_1satoshis
4592   (JNIEnv *, jclass, jlong);
4593
4594 /*
4595  * Class:     org_ldk_impl_bindings
4596  * Method:    AcceptChannel_set_dust_limit_satoshis
4597  * Signature: (JJ)V
4598  */
4599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1dust_1limit_1satoshis
4600   (JNIEnv *, jclass, jlong, jlong);
4601
4602 /*
4603  * Class:     org_ldk_impl_bindings
4604  * Method:    AcceptChannel_get_max_htlc_value_in_flight_msat
4605  * Signature: (J)J
4606  */
4607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1max_1htlc_1value_1in_1flight_1msat
4608   (JNIEnv *, jclass, jlong);
4609
4610 /*
4611  * Class:     org_ldk_impl_bindings
4612  * Method:    AcceptChannel_set_max_htlc_value_in_flight_msat
4613  * Signature: (JJ)V
4614  */
4615 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1max_1htlc_1value_1in_1flight_1msat
4616   (JNIEnv *, jclass, jlong, jlong);
4617
4618 /*
4619  * Class:     org_ldk_impl_bindings
4620  * Method:    AcceptChannel_get_channel_reserve_satoshis
4621  * Signature: (J)J
4622  */
4623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1channel_1reserve_1satoshis
4624   (JNIEnv *, jclass, jlong);
4625
4626 /*
4627  * Class:     org_ldk_impl_bindings
4628  * Method:    AcceptChannel_set_channel_reserve_satoshis
4629  * Signature: (JJ)V
4630  */
4631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1channel_1reserve_1satoshis
4632   (JNIEnv *, jclass, jlong, jlong);
4633
4634 /*
4635  * Class:     org_ldk_impl_bindings
4636  * Method:    AcceptChannel_get_htlc_minimum_msat
4637  * Signature: (J)J
4638  */
4639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1htlc_1minimum_1msat
4640   (JNIEnv *, jclass, jlong);
4641
4642 /*
4643  * Class:     org_ldk_impl_bindings
4644  * Method:    AcceptChannel_set_htlc_minimum_msat
4645  * Signature: (JJ)V
4646  */
4647 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1htlc_1minimum_1msat
4648   (JNIEnv *, jclass, jlong, jlong);
4649
4650 /*
4651  * Class:     org_ldk_impl_bindings
4652  * Method:    AcceptChannel_get_minimum_depth
4653  * Signature: (J)I
4654  */
4655 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1minimum_1depth
4656   (JNIEnv *, jclass, jlong);
4657
4658 /*
4659  * Class:     org_ldk_impl_bindings
4660  * Method:    AcceptChannel_set_minimum_depth
4661  * Signature: (JI)V
4662  */
4663 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1minimum_1depth
4664   (JNIEnv *, jclass, jlong, jint);
4665
4666 /*
4667  * Class:     org_ldk_impl_bindings
4668  * Method:    AcceptChannel_get_to_self_delay
4669  * Signature: (J)S
4670  */
4671 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1to_1self_1delay
4672   (JNIEnv *, jclass, jlong);
4673
4674 /*
4675  * Class:     org_ldk_impl_bindings
4676  * Method:    AcceptChannel_set_to_self_delay
4677  * Signature: (JS)V
4678  */
4679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1to_1self_1delay
4680   (JNIEnv *, jclass, jlong, jshort);
4681
4682 /*
4683  * Class:     org_ldk_impl_bindings
4684  * Method:    AcceptChannel_get_max_accepted_htlcs
4685  * Signature: (J)S
4686  */
4687 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1max_1accepted_1htlcs
4688   (JNIEnv *, jclass, jlong);
4689
4690 /*
4691  * Class:     org_ldk_impl_bindings
4692  * Method:    AcceptChannel_set_max_accepted_htlcs
4693  * Signature: (JS)V
4694  */
4695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1max_1accepted_1htlcs
4696   (JNIEnv *, jclass, jlong, jshort);
4697
4698 /*
4699  * Class:     org_ldk_impl_bindings
4700  * Method:    AcceptChannel_get_funding_pubkey
4701  * Signature: (J)[B
4702  */
4703 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1funding_1pubkey
4704   (JNIEnv *, jclass, jlong);
4705
4706 /*
4707  * Class:     org_ldk_impl_bindings
4708  * Method:    AcceptChannel_set_funding_pubkey
4709  * Signature: (J[B)V
4710  */
4711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1funding_1pubkey
4712   (JNIEnv *, jclass, jlong, jbyteArray);
4713
4714 /*
4715  * Class:     org_ldk_impl_bindings
4716  * Method:    AcceptChannel_get_revocation_basepoint
4717  * Signature: (J)[B
4718  */
4719 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1revocation_1basepoint
4720   (JNIEnv *, jclass, jlong);
4721
4722 /*
4723  * Class:     org_ldk_impl_bindings
4724  * Method:    AcceptChannel_set_revocation_basepoint
4725  * Signature: (J[B)V
4726  */
4727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1revocation_1basepoint
4728   (JNIEnv *, jclass, jlong, jbyteArray);
4729
4730 /*
4731  * Class:     org_ldk_impl_bindings
4732  * Method:    AcceptChannel_get_payment_point
4733  * Signature: (J)[B
4734  */
4735 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1payment_1point
4736   (JNIEnv *, jclass, jlong);
4737
4738 /*
4739  * Class:     org_ldk_impl_bindings
4740  * Method:    AcceptChannel_set_payment_point
4741  * Signature: (J[B)V
4742  */
4743 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1payment_1point
4744   (JNIEnv *, jclass, jlong, jbyteArray);
4745
4746 /*
4747  * Class:     org_ldk_impl_bindings
4748  * Method:    AcceptChannel_get_delayed_payment_basepoint
4749  * Signature: (J)[B
4750  */
4751 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1delayed_1payment_1basepoint
4752   (JNIEnv *, jclass, jlong);
4753
4754 /*
4755  * Class:     org_ldk_impl_bindings
4756  * Method:    AcceptChannel_set_delayed_payment_basepoint
4757  * Signature: (J[B)V
4758  */
4759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1delayed_1payment_1basepoint
4760   (JNIEnv *, jclass, jlong, jbyteArray);
4761
4762 /*
4763  * Class:     org_ldk_impl_bindings
4764  * Method:    AcceptChannel_get_htlc_basepoint
4765  * Signature: (J)[B
4766  */
4767 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1htlc_1basepoint
4768   (JNIEnv *, jclass, jlong);
4769
4770 /*
4771  * Class:     org_ldk_impl_bindings
4772  * Method:    AcceptChannel_set_htlc_basepoint
4773  * Signature: (J[B)V
4774  */
4775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1htlc_1basepoint
4776   (JNIEnv *, jclass, jlong, jbyteArray);
4777
4778 /*
4779  * Class:     org_ldk_impl_bindings
4780  * Method:    AcceptChannel_get_first_per_commitment_point
4781  * Signature: (J)[B
4782  */
4783 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1first_1per_1commitment_1point
4784   (JNIEnv *, jclass, jlong);
4785
4786 /*
4787  * Class:     org_ldk_impl_bindings
4788  * Method:    AcceptChannel_set_first_per_commitment_point
4789  * Signature: (J[B)V
4790  */
4791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1first_1per_1commitment_1point
4792   (JNIEnv *, jclass, jlong, jbyteArray);
4793
4794 /*
4795  * Class:     org_ldk_impl_bindings
4796  * Method:    FundingCreated_free
4797  * Signature: (J)V
4798  */
4799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1free
4800   (JNIEnv *, jclass, jlong);
4801
4802 /*
4803  * Class:     org_ldk_impl_bindings
4804  * Method:    FundingCreated_clone
4805  * Signature: (J)J
4806  */
4807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingCreated_1clone
4808   (JNIEnv *, jclass, jlong);
4809
4810 /*
4811  * Class:     org_ldk_impl_bindings
4812  * Method:    FundingCreated_get_temporary_channel_id
4813  * Signature: (J)[B
4814  */
4815 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingCreated_1get_1temporary_1channel_1id
4816   (JNIEnv *, jclass, jlong);
4817
4818 /*
4819  * Class:     org_ldk_impl_bindings
4820  * Method:    FundingCreated_set_temporary_channel_id
4821  * Signature: (J[B)V
4822  */
4823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1set_1temporary_1channel_1id
4824   (JNIEnv *, jclass, jlong, jbyteArray);
4825
4826 /*
4827  * Class:     org_ldk_impl_bindings
4828  * Method:    FundingCreated_get_funding_txid
4829  * Signature: (J)[B
4830  */
4831 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingCreated_1get_1funding_1txid
4832   (JNIEnv *, jclass, jlong);
4833
4834 /*
4835  * Class:     org_ldk_impl_bindings
4836  * Method:    FundingCreated_set_funding_txid
4837  * Signature: (J[B)V
4838  */
4839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1set_1funding_1txid
4840   (JNIEnv *, jclass, jlong, jbyteArray);
4841
4842 /*
4843  * Class:     org_ldk_impl_bindings
4844  * Method:    FundingCreated_get_funding_output_index
4845  * Signature: (J)S
4846  */
4847 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_FundingCreated_1get_1funding_1output_1index
4848   (JNIEnv *, jclass, jlong);
4849
4850 /*
4851  * Class:     org_ldk_impl_bindings
4852  * Method:    FundingCreated_set_funding_output_index
4853  * Signature: (JS)V
4854  */
4855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1set_1funding_1output_1index
4856   (JNIEnv *, jclass, jlong, jshort);
4857
4858 /*
4859  * Class:     org_ldk_impl_bindings
4860  * Method:    FundingCreated_get_signature
4861  * Signature: (J)[B
4862  */
4863 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingCreated_1get_1signature
4864   (JNIEnv *, jclass, jlong);
4865
4866 /*
4867  * Class:     org_ldk_impl_bindings
4868  * Method:    FundingCreated_set_signature
4869  * Signature: (J[B)V
4870  */
4871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1set_1signature
4872   (JNIEnv *, jclass, jlong, jbyteArray);
4873
4874 /*
4875  * Class:     org_ldk_impl_bindings
4876  * Method:    FundingCreated_new
4877  * Signature: ([B[BS[B)J
4878  */
4879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingCreated_1new
4880   (JNIEnv *, jclass, jbyteArray, jbyteArray, jshort, jbyteArray);
4881
4882 /*
4883  * Class:     org_ldk_impl_bindings
4884  * Method:    FundingSigned_free
4885  * Signature: (J)V
4886  */
4887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingSigned_1free
4888   (JNIEnv *, jclass, jlong);
4889
4890 /*
4891  * Class:     org_ldk_impl_bindings
4892  * Method:    FundingSigned_clone
4893  * Signature: (J)J
4894  */
4895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingSigned_1clone
4896   (JNIEnv *, jclass, jlong);
4897
4898 /*
4899  * Class:     org_ldk_impl_bindings
4900  * Method:    FundingSigned_get_channel_id
4901  * Signature: (J)[B
4902  */
4903 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingSigned_1get_1channel_1id
4904   (JNIEnv *, jclass, jlong);
4905
4906 /*
4907  * Class:     org_ldk_impl_bindings
4908  * Method:    FundingSigned_set_channel_id
4909  * Signature: (J[B)V
4910  */
4911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingSigned_1set_1channel_1id
4912   (JNIEnv *, jclass, jlong, jbyteArray);
4913
4914 /*
4915  * Class:     org_ldk_impl_bindings
4916  * Method:    FundingSigned_get_signature
4917  * Signature: (J)[B
4918  */
4919 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingSigned_1get_1signature
4920   (JNIEnv *, jclass, jlong);
4921
4922 /*
4923  * Class:     org_ldk_impl_bindings
4924  * Method:    FundingSigned_set_signature
4925  * Signature: (J[B)V
4926  */
4927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingSigned_1set_1signature
4928   (JNIEnv *, jclass, jlong, jbyteArray);
4929
4930 /*
4931  * Class:     org_ldk_impl_bindings
4932  * Method:    FundingSigned_new
4933  * Signature: ([B[B)J
4934  */
4935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingSigned_1new
4936   (JNIEnv *, jclass, jbyteArray, jbyteArray);
4937
4938 /*
4939  * Class:     org_ldk_impl_bindings
4940  * Method:    FundingLocked_free
4941  * Signature: (J)V
4942  */
4943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingLocked_1free
4944   (JNIEnv *, jclass, jlong);
4945
4946 /*
4947  * Class:     org_ldk_impl_bindings
4948  * Method:    FundingLocked_clone
4949  * Signature: (J)J
4950  */
4951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingLocked_1clone
4952   (JNIEnv *, jclass, jlong);
4953
4954 /*
4955  * Class:     org_ldk_impl_bindings
4956  * Method:    FundingLocked_get_channel_id
4957  * Signature: (J)[B
4958  */
4959 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingLocked_1get_1channel_1id
4960   (JNIEnv *, jclass, jlong);
4961
4962 /*
4963  * Class:     org_ldk_impl_bindings
4964  * Method:    FundingLocked_set_channel_id
4965  * Signature: (J[B)V
4966  */
4967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingLocked_1set_1channel_1id
4968   (JNIEnv *, jclass, jlong, jbyteArray);
4969
4970 /*
4971  * Class:     org_ldk_impl_bindings
4972  * Method:    FundingLocked_get_next_per_commitment_point
4973  * Signature: (J)[B
4974  */
4975 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingLocked_1get_1next_1per_1commitment_1point
4976   (JNIEnv *, jclass, jlong);
4977
4978 /*
4979  * Class:     org_ldk_impl_bindings
4980  * Method:    FundingLocked_set_next_per_commitment_point
4981  * Signature: (J[B)V
4982  */
4983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingLocked_1set_1next_1per_1commitment_1point
4984   (JNIEnv *, jclass, jlong, jbyteArray);
4985
4986 /*
4987  * Class:     org_ldk_impl_bindings
4988  * Method:    FundingLocked_new
4989  * Signature: ([B[B)J
4990  */
4991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingLocked_1new
4992   (JNIEnv *, jclass, jbyteArray, jbyteArray);
4993
4994 /*
4995  * Class:     org_ldk_impl_bindings
4996  * Method:    Shutdown_free
4997  * Signature: (J)V
4998  */
4999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Shutdown_1free
5000   (JNIEnv *, jclass, jlong);
5001
5002 /*
5003  * Class:     org_ldk_impl_bindings
5004  * Method:    Shutdown_clone
5005  * Signature: (J)J
5006  */
5007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Shutdown_1clone
5008   (JNIEnv *, jclass, jlong);
5009
5010 /*
5011  * Class:     org_ldk_impl_bindings
5012  * Method:    Shutdown_get_channel_id
5013  * Signature: (J)[B
5014  */
5015 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Shutdown_1get_1channel_1id
5016   (JNIEnv *, jclass, jlong);
5017
5018 /*
5019  * Class:     org_ldk_impl_bindings
5020  * Method:    Shutdown_set_channel_id
5021  * Signature: (J[B)V
5022  */
5023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Shutdown_1set_1channel_1id
5024   (JNIEnv *, jclass, jlong, jbyteArray);
5025
5026 /*
5027  * Class:     org_ldk_impl_bindings
5028  * Method:    Shutdown_get_scriptpubkey
5029  * Signature: (J)[B
5030  */
5031 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Shutdown_1get_1scriptpubkey
5032   (JNIEnv *, jclass, jlong);
5033
5034 /*
5035  * Class:     org_ldk_impl_bindings
5036  * Method:    Shutdown_set_scriptpubkey
5037  * Signature: (J[B)V
5038  */
5039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Shutdown_1set_1scriptpubkey
5040   (JNIEnv *, jclass, jlong, jbyteArray);
5041
5042 /*
5043  * Class:     org_ldk_impl_bindings
5044  * Method:    Shutdown_new
5045  * Signature: ([B[B)J
5046  */
5047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Shutdown_1new
5048   (JNIEnv *, jclass, jbyteArray, jbyteArray);
5049
5050 /*
5051  * Class:     org_ldk_impl_bindings
5052  * Method:    ClosingSigned_free
5053  * Signature: (J)V
5054  */
5055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1free
5056   (JNIEnv *, jclass, jlong);
5057
5058 /*
5059  * Class:     org_ldk_impl_bindings
5060  * Method:    ClosingSigned_clone
5061  * Signature: (J)J
5062  */
5063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1clone
5064   (JNIEnv *, jclass, jlong);
5065
5066 /*
5067  * Class:     org_ldk_impl_bindings
5068  * Method:    ClosingSigned_get_channel_id
5069  * Signature: (J)[B
5070  */
5071 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1get_1channel_1id
5072   (JNIEnv *, jclass, jlong);
5073
5074 /*
5075  * Class:     org_ldk_impl_bindings
5076  * Method:    ClosingSigned_set_channel_id
5077  * Signature: (J[B)V
5078  */
5079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1set_1channel_1id
5080   (JNIEnv *, jclass, jlong, jbyteArray);
5081
5082 /*
5083  * Class:     org_ldk_impl_bindings
5084  * Method:    ClosingSigned_get_fee_satoshis
5085  * Signature: (J)J
5086  */
5087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1get_1fee_1satoshis
5088   (JNIEnv *, jclass, jlong);
5089
5090 /*
5091  * Class:     org_ldk_impl_bindings
5092  * Method:    ClosingSigned_set_fee_satoshis
5093  * Signature: (JJ)V
5094  */
5095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1set_1fee_1satoshis
5096   (JNIEnv *, jclass, jlong, jlong);
5097
5098 /*
5099  * Class:     org_ldk_impl_bindings
5100  * Method:    ClosingSigned_get_signature
5101  * Signature: (J)[B
5102  */
5103 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1get_1signature
5104   (JNIEnv *, jclass, jlong);
5105
5106 /*
5107  * Class:     org_ldk_impl_bindings
5108  * Method:    ClosingSigned_set_signature
5109  * Signature: (J[B)V
5110  */
5111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1set_1signature
5112   (JNIEnv *, jclass, jlong, jbyteArray);
5113
5114 /*
5115  * Class:     org_ldk_impl_bindings
5116  * Method:    ClosingSigned_new
5117  * Signature: ([BJ[B)J
5118  */
5119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1new
5120   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray);
5121
5122 /*
5123  * Class:     org_ldk_impl_bindings
5124  * Method:    UpdateAddHTLC_free
5125  * Signature: (J)V
5126  */
5127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1free
5128   (JNIEnv *, jclass, jlong);
5129
5130 /*
5131  * Class:     org_ldk_impl_bindings
5132  * Method:    UpdateAddHTLC_clone
5133  * Signature: (J)J
5134  */
5135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1clone
5136   (JNIEnv *, jclass, jlong);
5137
5138 /*
5139  * Class:     org_ldk_impl_bindings
5140  * Method:    UpdateAddHTLC_get_channel_id
5141  * Signature: (J)[B
5142  */
5143 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1channel_1id
5144   (JNIEnv *, jclass, jlong);
5145
5146 /*
5147  * Class:     org_ldk_impl_bindings
5148  * Method:    UpdateAddHTLC_set_channel_id
5149  * Signature: (J[B)V
5150  */
5151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1channel_1id
5152   (JNIEnv *, jclass, jlong, jbyteArray);
5153
5154 /*
5155  * Class:     org_ldk_impl_bindings
5156  * Method:    UpdateAddHTLC_get_htlc_id
5157  * Signature: (J)J
5158  */
5159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1htlc_1id
5160   (JNIEnv *, jclass, jlong);
5161
5162 /*
5163  * Class:     org_ldk_impl_bindings
5164  * Method:    UpdateAddHTLC_set_htlc_id
5165  * Signature: (JJ)V
5166  */
5167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1htlc_1id
5168   (JNIEnv *, jclass, jlong, jlong);
5169
5170 /*
5171  * Class:     org_ldk_impl_bindings
5172  * Method:    UpdateAddHTLC_get_amount_msat
5173  * Signature: (J)J
5174  */
5175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1amount_1msat
5176   (JNIEnv *, jclass, jlong);
5177
5178 /*
5179  * Class:     org_ldk_impl_bindings
5180  * Method:    UpdateAddHTLC_set_amount_msat
5181  * Signature: (JJ)V
5182  */
5183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1amount_1msat
5184   (JNIEnv *, jclass, jlong, jlong);
5185
5186 /*
5187  * Class:     org_ldk_impl_bindings
5188  * Method:    UpdateAddHTLC_get_payment_hash
5189  * Signature: (J)[B
5190  */
5191 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1payment_1hash
5192   (JNIEnv *, jclass, jlong);
5193
5194 /*
5195  * Class:     org_ldk_impl_bindings
5196  * Method:    UpdateAddHTLC_set_payment_hash
5197  * Signature: (J[B)V
5198  */
5199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1payment_1hash
5200   (JNIEnv *, jclass, jlong, jbyteArray);
5201
5202 /*
5203  * Class:     org_ldk_impl_bindings
5204  * Method:    UpdateAddHTLC_get_cltv_expiry
5205  * Signature: (J)I
5206  */
5207 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1cltv_1expiry
5208   (JNIEnv *, jclass, jlong);
5209
5210 /*
5211  * Class:     org_ldk_impl_bindings
5212  * Method:    UpdateAddHTLC_set_cltv_expiry
5213  * Signature: (JI)V
5214  */
5215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1cltv_1expiry
5216   (JNIEnv *, jclass, jlong, jint);
5217
5218 /*
5219  * Class:     org_ldk_impl_bindings
5220  * Method:    UpdateFulfillHTLC_free
5221  * Signature: (J)V
5222  */
5223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1free
5224   (JNIEnv *, jclass, jlong);
5225
5226 /*
5227  * Class:     org_ldk_impl_bindings
5228  * Method:    UpdateFulfillHTLC_clone
5229  * Signature: (J)J
5230  */
5231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1clone
5232   (JNIEnv *, jclass, jlong);
5233
5234 /*
5235  * Class:     org_ldk_impl_bindings
5236  * Method:    UpdateFulfillHTLC_get_channel_id
5237  * Signature: (J)[B
5238  */
5239 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1get_1channel_1id
5240   (JNIEnv *, jclass, jlong);
5241
5242 /*
5243  * Class:     org_ldk_impl_bindings
5244  * Method:    UpdateFulfillHTLC_set_channel_id
5245  * Signature: (J[B)V
5246  */
5247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1set_1channel_1id
5248   (JNIEnv *, jclass, jlong, jbyteArray);
5249
5250 /*
5251  * Class:     org_ldk_impl_bindings
5252  * Method:    UpdateFulfillHTLC_get_htlc_id
5253  * Signature: (J)J
5254  */
5255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1get_1htlc_1id
5256   (JNIEnv *, jclass, jlong);
5257
5258 /*
5259  * Class:     org_ldk_impl_bindings
5260  * Method:    UpdateFulfillHTLC_set_htlc_id
5261  * Signature: (JJ)V
5262  */
5263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1set_1htlc_1id
5264   (JNIEnv *, jclass, jlong, jlong);
5265
5266 /*
5267  * Class:     org_ldk_impl_bindings
5268  * Method:    UpdateFulfillHTLC_get_payment_preimage
5269  * Signature: (J)[B
5270  */
5271 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1get_1payment_1preimage
5272   (JNIEnv *, jclass, jlong);
5273
5274 /*
5275  * Class:     org_ldk_impl_bindings
5276  * Method:    UpdateFulfillHTLC_set_payment_preimage
5277  * Signature: (J[B)V
5278  */
5279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1set_1payment_1preimage
5280   (JNIEnv *, jclass, jlong, jbyteArray);
5281
5282 /*
5283  * Class:     org_ldk_impl_bindings
5284  * Method:    UpdateFulfillHTLC_new
5285  * Signature: ([BJ[B)J
5286  */
5287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1new
5288   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray);
5289
5290 /*
5291  * Class:     org_ldk_impl_bindings
5292  * Method:    UpdateFailHTLC_free
5293  * Signature: (J)V
5294  */
5295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1free
5296   (JNIEnv *, jclass, jlong);
5297
5298 /*
5299  * Class:     org_ldk_impl_bindings
5300  * Method:    UpdateFailHTLC_clone
5301  * Signature: (J)J
5302  */
5303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1clone
5304   (JNIEnv *, jclass, jlong);
5305
5306 /*
5307  * Class:     org_ldk_impl_bindings
5308  * Method:    UpdateFailHTLC_get_channel_id
5309  * Signature: (J)[B
5310  */
5311 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1get_1channel_1id
5312   (JNIEnv *, jclass, jlong);
5313
5314 /*
5315  * Class:     org_ldk_impl_bindings
5316  * Method:    UpdateFailHTLC_set_channel_id
5317  * Signature: (J[B)V
5318  */
5319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1set_1channel_1id
5320   (JNIEnv *, jclass, jlong, jbyteArray);
5321
5322 /*
5323  * Class:     org_ldk_impl_bindings
5324  * Method:    UpdateFailHTLC_get_htlc_id
5325  * Signature: (J)J
5326  */
5327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1get_1htlc_1id
5328   (JNIEnv *, jclass, jlong);
5329
5330 /*
5331  * Class:     org_ldk_impl_bindings
5332  * Method:    UpdateFailHTLC_set_htlc_id
5333  * Signature: (JJ)V
5334  */
5335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1set_1htlc_1id
5336   (JNIEnv *, jclass, jlong, jlong);
5337
5338 /*
5339  * Class:     org_ldk_impl_bindings
5340  * Method:    UpdateFailMalformedHTLC_free
5341  * Signature: (J)V
5342  */
5343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1free
5344   (JNIEnv *, jclass, jlong);
5345
5346 /*
5347  * Class:     org_ldk_impl_bindings
5348  * Method:    UpdateFailMalformedHTLC_clone
5349  * Signature: (J)J
5350  */
5351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1clone
5352   (JNIEnv *, jclass, jlong);
5353
5354 /*
5355  * Class:     org_ldk_impl_bindings
5356  * Method:    UpdateFailMalformedHTLC_get_channel_id
5357  * Signature: (J)[B
5358  */
5359 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1get_1channel_1id
5360   (JNIEnv *, jclass, jlong);
5361
5362 /*
5363  * Class:     org_ldk_impl_bindings
5364  * Method:    UpdateFailMalformedHTLC_set_channel_id
5365  * Signature: (J[B)V
5366  */
5367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1set_1channel_1id
5368   (JNIEnv *, jclass, jlong, jbyteArray);
5369
5370 /*
5371  * Class:     org_ldk_impl_bindings
5372  * Method:    UpdateFailMalformedHTLC_get_htlc_id
5373  * Signature: (J)J
5374  */
5375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1get_1htlc_1id
5376   (JNIEnv *, jclass, jlong);
5377
5378 /*
5379  * Class:     org_ldk_impl_bindings
5380  * Method:    UpdateFailMalformedHTLC_set_htlc_id
5381  * Signature: (JJ)V
5382  */
5383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1set_1htlc_1id
5384   (JNIEnv *, jclass, jlong, jlong);
5385
5386 /*
5387  * Class:     org_ldk_impl_bindings
5388  * Method:    UpdateFailMalformedHTLC_get_failure_code
5389  * Signature: (J)S
5390  */
5391 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1get_1failure_1code
5392   (JNIEnv *, jclass, jlong);
5393
5394 /*
5395  * Class:     org_ldk_impl_bindings
5396  * Method:    UpdateFailMalformedHTLC_set_failure_code
5397  * Signature: (JS)V
5398  */
5399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1set_1failure_1code
5400   (JNIEnv *, jclass, jlong, jshort);
5401
5402 /*
5403  * Class:     org_ldk_impl_bindings
5404  * Method:    CommitmentSigned_free
5405  * Signature: (J)V
5406  */
5407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1free
5408   (JNIEnv *, jclass, jlong);
5409
5410 /*
5411  * Class:     org_ldk_impl_bindings
5412  * Method:    CommitmentSigned_clone
5413  * Signature: (J)J
5414  */
5415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1clone
5416   (JNIEnv *, jclass, jlong);
5417
5418 /*
5419  * Class:     org_ldk_impl_bindings
5420  * Method:    CommitmentSigned_get_channel_id
5421  * Signature: (J)[B
5422  */
5423 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1get_1channel_1id
5424   (JNIEnv *, jclass, jlong);
5425
5426 /*
5427  * Class:     org_ldk_impl_bindings
5428  * Method:    CommitmentSigned_set_channel_id
5429  * Signature: (J[B)V
5430  */
5431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1set_1channel_1id
5432   (JNIEnv *, jclass, jlong, jbyteArray);
5433
5434 /*
5435  * Class:     org_ldk_impl_bindings
5436  * Method:    CommitmentSigned_get_signature
5437  * Signature: (J)[B
5438  */
5439 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1get_1signature
5440   (JNIEnv *, jclass, jlong);
5441
5442 /*
5443  * Class:     org_ldk_impl_bindings
5444  * Method:    CommitmentSigned_set_signature
5445  * Signature: (J[B)V
5446  */
5447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1set_1signature
5448   (JNIEnv *, jclass, jlong, jbyteArray);
5449
5450 /*
5451  * Class:     org_ldk_impl_bindings
5452  * Method:    CommitmentSigned_set_htlc_signatures
5453  * Signature: (J[[B)V
5454  */
5455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1set_1htlc_1signatures
5456   (JNIEnv *, jclass, jlong, jobjectArray);
5457
5458 /*
5459  * Class:     org_ldk_impl_bindings
5460  * Method:    CommitmentSigned_new
5461  * Signature: ([B[B[[B)J
5462  */
5463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1new
5464   (JNIEnv *, jclass, jbyteArray, jbyteArray, jobjectArray);
5465
5466 /*
5467  * Class:     org_ldk_impl_bindings
5468  * Method:    RevokeAndACK_free
5469  * Signature: (J)V
5470  */
5471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1free
5472   (JNIEnv *, jclass, jlong);
5473
5474 /*
5475  * Class:     org_ldk_impl_bindings
5476  * Method:    RevokeAndACK_clone
5477  * Signature: (J)J
5478  */
5479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1clone
5480   (JNIEnv *, jclass, jlong);
5481
5482 /*
5483  * Class:     org_ldk_impl_bindings
5484  * Method:    RevokeAndACK_get_channel_id
5485  * Signature: (J)[B
5486  */
5487 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1get_1channel_1id
5488   (JNIEnv *, jclass, jlong);
5489
5490 /*
5491  * Class:     org_ldk_impl_bindings
5492  * Method:    RevokeAndACK_set_channel_id
5493  * Signature: (J[B)V
5494  */
5495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1set_1channel_1id
5496   (JNIEnv *, jclass, jlong, jbyteArray);
5497
5498 /*
5499  * Class:     org_ldk_impl_bindings
5500  * Method:    RevokeAndACK_get_per_commitment_secret
5501  * Signature: (J)[B
5502  */
5503 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1get_1per_1commitment_1secret
5504   (JNIEnv *, jclass, jlong);
5505
5506 /*
5507  * Class:     org_ldk_impl_bindings
5508  * Method:    RevokeAndACK_set_per_commitment_secret
5509  * Signature: (J[B)V
5510  */
5511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1set_1per_1commitment_1secret
5512   (JNIEnv *, jclass, jlong, jbyteArray);
5513
5514 /*
5515  * Class:     org_ldk_impl_bindings
5516  * Method:    RevokeAndACK_get_next_per_commitment_point
5517  * Signature: (J)[B
5518  */
5519 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1get_1next_1per_1commitment_1point
5520   (JNIEnv *, jclass, jlong);
5521
5522 /*
5523  * Class:     org_ldk_impl_bindings
5524  * Method:    RevokeAndACK_set_next_per_commitment_point
5525  * Signature: (J[B)V
5526  */
5527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1set_1next_1per_1commitment_1point
5528   (JNIEnv *, jclass, jlong, jbyteArray);
5529
5530 /*
5531  * Class:     org_ldk_impl_bindings
5532  * Method:    RevokeAndACK_new
5533  * Signature: ([B[B[B)J
5534  */
5535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1new
5536   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray);
5537
5538 /*
5539  * Class:     org_ldk_impl_bindings
5540  * Method:    UpdateFee_free
5541  * Signature: (J)V
5542  */
5543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFee_1free
5544   (JNIEnv *, jclass, jlong);
5545
5546 /*
5547  * Class:     org_ldk_impl_bindings
5548  * Method:    UpdateFee_clone
5549  * Signature: (J)J
5550  */
5551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFee_1clone
5552   (JNIEnv *, jclass, jlong);
5553
5554 /*
5555  * Class:     org_ldk_impl_bindings
5556  * Method:    UpdateFee_get_channel_id
5557  * Signature: (J)[B
5558  */
5559 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFee_1get_1channel_1id
5560   (JNIEnv *, jclass, jlong);
5561
5562 /*
5563  * Class:     org_ldk_impl_bindings
5564  * Method:    UpdateFee_set_channel_id
5565  * Signature: (J[B)V
5566  */
5567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFee_1set_1channel_1id
5568   (JNIEnv *, jclass, jlong, jbyteArray);
5569
5570 /*
5571  * Class:     org_ldk_impl_bindings
5572  * Method:    UpdateFee_get_feerate_per_kw
5573  * Signature: (J)I
5574  */
5575 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UpdateFee_1get_1feerate_1per_1kw
5576   (JNIEnv *, jclass, jlong);
5577
5578 /*
5579  * Class:     org_ldk_impl_bindings
5580  * Method:    UpdateFee_set_feerate_per_kw
5581  * Signature: (JI)V
5582  */
5583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFee_1set_1feerate_1per_1kw
5584   (JNIEnv *, jclass, jlong, jint);
5585
5586 /*
5587  * Class:     org_ldk_impl_bindings
5588  * Method:    UpdateFee_new
5589  * Signature: ([BI)J
5590  */
5591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFee_1new
5592   (JNIEnv *, jclass, jbyteArray, jint);
5593
5594 /*
5595  * Class:     org_ldk_impl_bindings
5596  * Method:    DataLossProtect_free
5597  * Signature: (J)V
5598  */
5599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1free
5600   (JNIEnv *, jclass, jlong);
5601
5602 /*
5603  * Class:     org_ldk_impl_bindings
5604  * Method:    DataLossProtect_clone
5605  * Signature: (J)J
5606  */
5607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1clone
5608   (JNIEnv *, jclass, jlong);
5609
5610 /*
5611  * Class:     org_ldk_impl_bindings
5612  * Method:    DataLossProtect_get_your_last_per_commitment_secret
5613  * Signature: (J)[B
5614  */
5615 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1get_1your_1last_1per_1commitment_1secret
5616   (JNIEnv *, jclass, jlong);
5617
5618 /*
5619  * Class:     org_ldk_impl_bindings
5620  * Method:    DataLossProtect_set_your_last_per_commitment_secret
5621  * Signature: (J[B)V
5622  */
5623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1set_1your_1last_1per_1commitment_1secret
5624   (JNIEnv *, jclass, jlong, jbyteArray);
5625
5626 /*
5627  * Class:     org_ldk_impl_bindings
5628  * Method:    DataLossProtect_get_my_current_per_commitment_point
5629  * Signature: (J)[B
5630  */
5631 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1get_1my_1current_1per_1commitment_1point
5632   (JNIEnv *, jclass, jlong);
5633
5634 /*
5635  * Class:     org_ldk_impl_bindings
5636  * Method:    DataLossProtect_set_my_current_per_commitment_point
5637  * Signature: (J[B)V
5638  */
5639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1set_1my_1current_1per_1commitment_1point
5640   (JNIEnv *, jclass, jlong, jbyteArray);
5641
5642 /*
5643  * Class:     org_ldk_impl_bindings
5644  * Method:    DataLossProtect_new
5645  * Signature: ([B[B)J
5646  */
5647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1new
5648   (JNIEnv *, jclass, jbyteArray, jbyteArray);
5649
5650 /*
5651  * Class:     org_ldk_impl_bindings
5652  * Method:    ChannelReestablish_free
5653  * Signature: (J)V
5654  */
5655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1free
5656   (JNIEnv *, jclass, jlong);
5657
5658 /*
5659  * Class:     org_ldk_impl_bindings
5660  * Method:    ChannelReestablish_clone
5661  * Signature: (J)J
5662  */
5663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1clone
5664   (JNIEnv *, jclass, jlong);
5665
5666 /*
5667  * Class:     org_ldk_impl_bindings
5668  * Method:    ChannelReestablish_get_channel_id
5669  * Signature: (J)[B
5670  */
5671 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1get_1channel_1id
5672   (JNIEnv *, jclass, jlong);
5673
5674 /*
5675  * Class:     org_ldk_impl_bindings
5676  * Method:    ChannelReestablish_set_channel_id
5677  * Signature: (J[B)V
5678  */
5679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1set_1channel_1id
5680   (JNIEnv *, jclass, jlong, jbyteArray);
5681
5682 /*
5683  * Class:     org_ldk_impl_bindings
5684  * Method:    ChannelReestablish_get_next_local_commitment_number
5685  * Signature: (J)J
5686  */
5687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1get_1next_1local_1commitment_1number
5688   (JNIEnv *, jclass, jlong);
5689
5690 /*
5691  * Class:     org_ldk_impl_bindings
5692  * Method:    ChannelReestablish_set_next_local_commitment_number
5693  * Signature: (JJ)V
5694  */
5695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1set_1next_1local_1commitment_1number
5696   (JNIEnv *, jclass, jlong, jlong);
5697
5698 /*
5699  * Class:     org_ldk_impl_bindings
5700  * Method:    ChannelReestablish_get_next_remote_commitment_number
5701  * Signature: (J)J
5702  */
5703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1get_1next_1remote_1commitment_1number
5704   (JNIEnv *, jclass, jlong);
5705
5706 /*
5707  * Class:     org_ldk_impl_bindings
5708  * Method:    ChannelReestablish_set_next_remote_commitment_number
5709  * Signature: (JJ)V
5710  */
5711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1set_1next_1remote_1commitment_1number
5712   (JNIEnv *, jclass, jlong, jlong);
5713
5714 /*
5715  * Class:     org_ldk_impl_bindings
5716  * Method:    AnnouncementSignatures_free
5717  * Signature: (J)V
5718  */
5719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1free
5720   (JNIEnv *, jclass, jlong);
5721
5722 /*
5723  * Class:     org_ldk_impl_bindings
5724  * Method:    AnnouncementSignatures_clone
5725  * Signature: (J)J
5726  */
5727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1clone
5728   (JNIEnv *, jclass, jlong);
5729
5730 /*
5731  * Class:     org_ldk_impl_bindings
5732  * Method:    AnnouncementSignatures_get_channel_id
5733  * Signature: (J)[B
5734  */
5735 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1get_1channel_1id
5736   (JNIEnv *, jclass, jlong);
5737
5738 /*
5739  * Class:     org_ldk_impl_bindings
5740  * Method:    AnnouncementSignatures_set_channel_id
5741  * Signature: (J[B)V
5742  */
5743 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1set_1channel_1id
5744   (JNIEnv *, jclass, jlong, jbyteArray);
5745
5746 /*
5747  * Class:     org_ldk_impl_bindings
5748  * Method:    AnnouncementSignatures_get_short_channel_id
5749  * Signature: (J)J
5750  */
5751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1get_1short_1channel_1id
5752   (JNIEnv *, jclass, jlong);
5753
5754 /*
5755  * Class:     org_ldk_impl_bindings
5756  * Method:    AnnouncementSignatures_set_short_channel_id
5757  * Signature: (JJ)V
5758  */
5759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1set_1short_1channel_1id
5760   (JNIEnv *, jclass, jlong, jlong);
5761
5762 /*
5763  * Class:     org_ldk_impl_bindings
5764  * Method:    AnnouncementSignatures_get_node_signature
5765  * Signature: (J)[B
5766  */
5767 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1get_1node_1signature
5768   (JNIEnv *, jclass, jlong);
5769
5770 /*
5771  * Class:     org_ldk_impl_bindings
5772  * Method:    AnnouncementSignatures_set_node_signature
5773  * Signature: (J[B)V
5774  */
5775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1set_1node_1signature
5776   (JNIEnv *, jclass, jlong, jbyteArray);
5777
5778 /*
5779  * Class:     org_ldk_impl_bindings
5780  * Method:    AnnouncementSignatures_get_bitcoin_signature
5781  * Signature: (J)[B
5782  */
5783 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1get_1bitcoin_1signature
5784   (JNIEnv *, jclass, jlong);
5785
5786 /*
5787  * Class:     org_ldk_impl_bindings
5788  * Method:    AnnouncementSignatures_set_bitcoin_signature
5789  * Signature: (J[B)V
5790  */
5791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1set_1bitcoin_1signature
5792   (JNIEnv *, jclass, jlong, jbyteArray);
5793
5794 /*
5795  * Class:     org_ldk_impl_bindings
5796  * Method:    AnnouncementSignatures_new
5797  * Signature: ([BJ[B[B)J
5798  */
5799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1new
5800   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray, jbyteArray);
5801
5802 /*
5803  * Class:     org_ldk_impl_bindings
5804  * Method:    NetAddress_free
5805  * Signature: (J)V
5806  */
5807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetAddress_1free
5808   (JNIEnv *, jclass, jlong);
5809
5810 /*
5811  * Class:     org_ldk_impl_bindings
5812  * Method:    NetAddress_clone
5813  * Signature: (J)J
5814  */
5815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetAddress_1clone
5816   (JNIEnv *, jclass, jlong);
5817
5818 /*
5819  * Class:     org_ldk_impl_bindings
5820  * Method:    UnsignedNodeAnnouncement_free
5821  * Signature: (J)V
5822  */
5823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1free
5824   (JNIEnv *, jclass, jlong);
5825
5826 /*
5827  * Class:     org_ldk_impl_bindings
5828  * Method:    UnsignedNodeAnnouncement_clone
5829  * Signature: (J)J
5830  */
5831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1clone
5832   (JNIEnv *, jclass, jlong);
5833
5834 /*
5835  * Class:     org_ldk_impl_bindings
5836  * Method:    UnsignedNodeAnnouncement_get_features
5837  * Signature: (J)J
5838  */
5839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1features
5840   (JNIEnv *, jclass, jlong);
5841
5842 /*
5843  * Class:     org_ldk_impl_bindings
5844  * Method:    UnsignedNodeAnnouncement_set_features
5845  * Signature: (JJ)V
5846  */
5847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1features
5848   (JNIEnv *, jclass, jlong, jlong);
5849
5850 /*
5851  * Class:     org_ldk_impl_bindings
5852  * Method:    UnsignedNodeAnnouncement_get_timestamp
5853  * Signature: (J)I
5854  */
5855 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1timestamp
5856   (JNIEnv *, jclass, jlong);
5857
5858 /*
5859  * Class:     org_ldk_impl_bindings
5860  * Method:    UnsignedNodeAnnouncement_set_timestamp
5861  * Signature: (JI)V
5862  */
5863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1timestamp
5864   (JNIEnv *, jclass, jlong, jint);
5865
5866 /*
5867  * Class:     org_ldk_impl_bindings
5868  * Method:    UnsignedNodeAnnouncement_get_node_id
5869  * Signature: (J)[B
5870  */
5871 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1node_1id
5872   (JNIEnv *, jclass, jlong);
5873
5874 /*
5875  * Class:     org_ldk_impl_bindings
5876  * Method:    UnsignedNodeAnnouncement_set_node_id
5877  * Signature: (J[B)V
5878  */
5879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1node_1id
5880   (JNIEnv *, jclass, jlong, jbyteArray);
5881
5882 /*
5883  * Class:     org_ldk_impl_bindings
5884  * Method:    UnsignedNodeAnnouncement_get_rgb
5885  * Signature: (J)[B
5886  */
5887 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1rgb
5888   (JNIEnv *, jclass, jlong);
5889
5890 /*
5891  * Class:     org_ldk_impl_bindings
5892  * Method:    UnsignedNodeAnnouncement_set_rgb
5893  * Signature: (J[B)V
5894  */
5895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1rgb
5896   (JNIEnv *, jclass, jlong, jbyteArray);
5897
5898 /*
5899  * Class:     org_ldk_impl_bindings
5900  * Method:    UnsignedNodeAnnouncement_get_alias
5901  * Signature: (J)[B
5902  */
5903 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1alias
5904   (JNIEnv *, jclass, jlong);
5905
5906 /*
5907  * Class:     org_ldk_impl_bindings
5908  * Method:    UnsignedNodeAnnouncement_set_alias
5909  * Signature: (J[B)V
5910  */
5911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1alias
5912   (JNIEnv *, jclass, jlong, jbyteArray);
5913
5914 /*
5915  * Class:     org_ldk_impl_bindings
5916  * Method:    UnsignedNodeAnnouncement_set_addresses
5917  * Signature: (J[J)V
5918  */
5919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1addresses
5920   (JNIEnv *, jclass, jlong, jlongArray);
5921
5922 /*
5923  * Class:     org_ldk_impl_bindings
5924  * Method:    NodeAnnouncement_free
5925  * Signature: (J)V
5926  */
5927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1free
5928   (JNIEnv *, jclass, jlong);
5929
5930 /*
5931  * Class:     org_ldk_impl_bindings
5932  * Method:    NodeAnnouncement_clone
5933  * Signature: (J)J
5934  */
5935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1clone
5936   (JNIEnv *, jclass, jlong);
5937
5938 /*
5939  * Class:     org_ldk_impl_bindings
5940  * Method:    NodeAnnouncement_get_signature
5941  * Signature: (J)[B
5942  */
5943 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1get_1signature
5944   (JNIEnv *, jclass, jlong);
5945
5946 /*
5947  * Class:     org_ldk_impl_bindings
5948  * Method:    NodeAnnouncement_set_signature
5949  * Signature: (J[B)V
5950  */
5951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1set_1signature
5952   (JNIEnv *, jclass, jlong, jbyteArray);
5953
5954 /*
5955  * Class:     org_ldk_impl_bindings
5956  * Method:    NodeAnnouncement_get_contents
5957  * Signature: (J)J
5958  */
5959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1get_1contents
5960   (JNIEnv *, jclass, jlong);
5961
5962 /*
5963  * Class:     org_ldk_impl_bindings
5964  * Method:    NodeAnnouncement_set_contents
5965  * Signature: (JJ)V
5966  */
5967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1set_1contents
5968   (JNIEnv *, jclass, jlong, jlong);
5969
5970 /*
5971  * Class:     org_ldk_impl_bindings
5972  * Method:    NodeAnnouncement_new
5973  * Signature: ([BJ)J
5974  */
5975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1new
5976   (JNIEnv *, jclass, jbyteArray, jlong);
5977
5978 /*
5979  * Class:     org_ldk_impl_bindings
5980  * Method:    UnsignedChannelAnnouncement_free
5981  * Signature: (J)V
5982  */
5983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1free
5984   (JNIEnv *, jclass, jlong);
5985
5986 /*
5987  * Class:     org_ldk_impl_bindings
5988  * Method:    UnsignedChannelAnnouncement_clone
5989  * Signature: (J)J
5990  */
5991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1clone
5992   (JNIEnv *, jclass, jlong);
5993
5994 /*
5995  * Class:     org_ldk_impl_bindings
5996  * Method:    UnsignedChannelAnnouncement_get_features
5997  * Signature: (J)J
5998  */
5999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1features
6000   (JNIEnv *, jclass, jlong);
6001
6002 /*
6003  * Class:     org_ldk_impl_bindings
6004  * Method:    UnsignedChannelAnnouncement_set_features
6005  * Signature: (JJ)V
6006  */
6007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1features
6008   (JNIEnv *, jclass, jlong, jlong);
6009
6010 /*
6011  * Class:     org_ldk_impl_bindings
6012  * Method:    UnsignedChannelAnnouncement_get_chain_hash
6013  * Signature: (J)[B
6014  */
6015 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1chain_1hash
6016   (JNIEnv *, jclass, jlong);
6017
6018 /*
6019  * Class:     org_ldk_impl_bindings
6020  * Method:    UnsignedChannelAnnouncement_set_chain_hash
6021  * Signature: (J[B)V
6022  */
6023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1chain_1hash
6024   (JNIEnv *, jclass, jlong, jbyteArray);
6025
6026 /*
6027  * Class:     org_ldk_impl_bindings
6028  * Method:    UnsignedChannelAnnouncement_get_short_channel_id
6029  * Signature: (J)J
6030  */
6031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1short_1channel_1id
6032   (JNIEnv *, jclass, jlong);
6033
6034 /*
6035  * Class:     org_ldk_impl_bindings
6036  * Method:    UnsignedChannelAnnouncement_set_short_channel_id
6037  * Signature: (JJ)V
6038  */
6039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1short_1channel_1id
6040   (JNIEnv *, jclass, jlong, jlong);
6041
6042 /*
6043  * Class:     org_ldk_impl_bindings
6044  * Method:    UnsignedChannelAnnouncement_get_node_id_1
6045  * Signature: (J)[B
6046  */
6047 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1node_1id_11
6048   (JNIEnv *, jclass, jlong);
6049
6050 /*
6051  * Class:     org_ldk_impl_bindings
6052  * Method:    UnsignedChannelAnnouncement_set_node_id_1
6053  * Signature: (J[B)V
6054  */
6055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1node_1id_11
6056   (JNIEnv *, jclass, jlong, jbyteArray);
6057
6058 /*
6059  * Class:     org_ldk_impl_bindings
6060  * Method:    UnsignedChannelAnnouncement_get_node_id_2
6061  * Signature: (J)[B
6062  */
6063 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1node_1id_12
6064   (JNIEnv *, jclass, jlong);
6065
6066 /*
6067  * Class:     org_ldk_impl_bindings
6068  * Method:    UnsignedChannelAnnouncement_set_node_id_2
6069  * Signature: (J[B)V
6070  */
6071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1node_1id_12
6072   (JNIEnv *, jclass, jlong, jbyteArray);
6073
6074 /*
6075  * Class:     org_ldk_impl_bindings
6076  * Method:    UnsignedChannelAnnouncement_get_bitcoin_key_1
6077  * Signature: (J)[B
6078  */
6079 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1bitcoin_1key_11
6080   (JNIEnv *, jclass, jlong);
6081
6082 /*
6083  * Class:     org_ldk_impl_bindings
6084  * Method:    UnsignedChannelAnnouncement_set_bitcoin_key_1
6085  * Signature: (J[B)V
6086  */
6087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1bitcoin_1key_11
6088   (JNIEnv *, jclass, jlong, jbyteArray);
6089
6090 /*
6091  * Class:     org_ldk_impl_bindings
6092  * Method:    UnsignedChannelAnnouncement_get_bitcoin_key_2
6093  * Signature: (J)[B
6094  */
6095 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1bitcoin_1key_12
6096   (JNIEnv *, jclass, jlong);
6097
6098 /*
6099  * Class:     org_ldk_impl_bindings
6100  * Method:    UnsignedChannelAnnouncement_set_bitcoin_key_2
6101  * Signature: (J[B)V
6102  */
6103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1bitcoin_1key_12
6104   (JNIEnv *, jclass, jlong, jbyteArray);
6105
6106 /*
6107  * Class:     org_ldk_impl_bindings
6108  * Method:    ChannelAnnouncement_free
6109  * Signature: (J)V
6110  */
6111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1free
6112   (JNIEnv *, jclass, jlong);
6113
6114 /*
6115  * Class:     org_ldk_impl_bindings
6116  * Method:    ChannelAnnouncement_clone
6117  * Signature: (J)J
6118  */
6119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1clone
6120   (JNIEnv *, jclass, jlong);
6121
6122 /*
6123  * Class:     org_ldk_impl_bindings
6124  * Method:    ChannelAnnouncement_get_node_signature_1
6125  * Signature: (J)[B
6126  */
6127 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1node_1signature_11
6128   (JNIEnv *, jclass, jlong);
6129
6130 /*
6131  * Class:     org_ldk_impl_bindings
6132  * Method:    ChannelAnnouncement_set_node_signature_1
6133  * Signature: (J[B)V
6134  */
6135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1node_1signature_11
6136   (JNIEnv *, jclass, jlong, jbyteArray);
6137
6138 /*
6139  * Class:     org_ldk_impl_bindings
6140  * Method:    ChannelAnnouncement_get_node_signature_2
6141  * Signature: (J)[B
6142  */
6143 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1node_1signature_12
6144   (JNIEnv *, jclass, jlong);
6145
6146 /*
6147  * Class:     org_ldk_impl_bindings
6148  * Method:    ChannelAnnouncement_set_node_signature_2
6149  * Signature: (J[B)V
6150  */
6151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1node_1signature_12
6152   (JNIEnv *, jclass, jlong, jbyteArray);
6153
6154 /*
6155  * Class:     org_ldk_impl_bindings
6156  * Method:    ChannelAnnouncement_get_bitcoin_signature_1
6157  * Signature: (J)[B
6158  */
6159 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1bitcoin_1signature_11
6160   (JNIEnv *, jclass, jlong);
6161
6162 /*
6163  * Class:     org_ldk_impl_bindings
6164  * Method:    ChannelAnnouncement_set_bitcoin_signature_1
6165  * Signature: (J[B)V
6166  */
6167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1bitcoin_1signature_11
6168   (JNIEnv *, jclass, jlong, jbyteArray);
6169
6170 /*
6171  * Class:     org_ldk_impl_bindings
6172  * Method:    ChannelAnnouncement_get_bitcoin_signature_2
6173  * Signature: (J)[B
6174  */
6175 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1bitcoin_1signature_12
6176   (JNIEnv *, jclass, jlong);
6177
6178 /*
6179  * Class:     org_ldk_impl_bindings
6180  * Method:    ChannelAnnouncement_set_bitcoin_signature_2
6181  * Signature: (J[B)V
6182  */
6183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1bitcoin_1signature_12
6184   (JNIEnv *, jclass, jlong, jbyteArray);
6185
6186 /*
6187  * Class:     org_ldk_impl_bindings
6188  * Method:    ChannelAnnouncement_get_contents
6189  * Signature: (J)J
6190  */
6191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1contents
6192   (JNIEnv *, jclass, jlong);
6193
6194 /*
6195  * Class:     org_ldk_impl_bindings
6196  * Method:    ChannelAnnouncement_set_contents
6197  * Signature: (JJ)V
6198  */
6199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1contents
6200   (JNIEnv *, jclass, jlong, jlong);
6201
6202 /*
6203  * Class:     org_ldk_impl_bindings
6204  * Method:    ChannelAnnouncement_new
6205  * Signature: ([B[B[B[BJ)J
6206  */
6207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1new
6208   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jlong);
6209
6210 /*
6211  * Class:     org_ldk_impl_bindings
6212  * Method:    UnsignedChannelUpdate_free
6213  * Signature: (J)V
6214  */
6215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1free
6216   (JNIEnv *, jclass, jlong);
6217
6218 /*
6219  * Class:     org_ldk_impl_bindings
6220  * Method:    UnsignedChannelUpdate_clone
6221  * Signature: (J)J
6222  */
6223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1clone
6224   (JNIEnv *, jclass, jlong);
6225
6226 /*
6227  * Class:     org_ldk_impl_bindings
6228  * Method:    UnsignedChannelUpdate_get_chain_hash
6229  * Signature: (J)[B
6230  */
6231 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1chain_1hash
6232   (JNIEnv *, jclass, jlong);
6233
6234 /*
6235  * Class:     org_ldk_impl_bindings
6236  * Method:    UnsignedChannelUpdate_set_chain_hash
6237  * Signature: (J[B)V
6238  */
6239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1chain_1hash
6240   (JNIEnv *, jclass, jlong, jbyteArray);
6241
6242 /*
6243  * Class:     org_ldk_impl_bindings
6244  * Method:    UnsignedChannelUpdate_get_short_channel_id
6245  * Signature: (J)J
6246  */
6247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1short_1channel_1id
6248   (JNIEnv *, jclass, jlong);
6249
6250 /*
6251  * Class:     org_ldk_impl_bindings
6252  * Method:    UnsignedChannelUpdate_set_short_channel_id
6253  * Signature: (JJ)V
6254  */
6255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1short_1channel_1id
6256   (JNIEnv *, jclass, jlong, jlong);
6257
6258 /*
6259  * Class:     org_ldk_impl_bindings
6260  * Method:    UnsignedChannelUpdate_get_timestamp
6261  * Signature: (J)I
6262  */
6263 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1timestamp
6264   (JNIEnv *, jclass, jlong);
6265
6266 /*
6267  * Class:     org_ldk_impl_bindings
6268  * Method:    UnsignedChannelUpdate_set_timestamp
6269  * Signature: (JI)V
6270  */
6271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1timestamp
6272   (JNIEnv *, jclass, jlong, jint);
6273
6274 /*
6275  * Class:     org_ldk_impl_bindings
6276  * Method:    UnsignedChannelUpdate_get_flags
6277  * Signature: (J)B
6278  */
6279 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1flags
6280   (JNIEnv *, jclass, jlong);
6281
6282 /*
6283  * Class:     org_ldk_impl_bindings
6284  * Method:    UnsignedChannelUpdate_set_flags
6285  * Signature: (JB)V
6286  */
6287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1flags
6288   (JNIEnv *, jclass, jlong, jbyte);
6289
6290 /*
6291  * Class:     org_ldk_impl_bindings
6292  * Method:    UnsignedChannelUpdate_get_cltv_expiry_delta
6293  * Signature: (J)S
6294  */
6295 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1cltv_1expiry_1delta
6296   (JNIEnv *, jclass, jlong);
6297
6298 /*
6299  * Class:     org_ldk_impl_bindings
6300  * Method:    UnsignedChannelUpdate_set_cltv_expiry_delta
6301  * Signature: (JS)V
6302  */
6303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1cltv_1expiry_1delta
6304   (JNIEnv *, jclass, jlong, jshort);
6305
6306 /*
6307  * Class:     org_ldk_impl_bindings
6308  * Method:    UnsignedChannelUpdate_get_htlc_minimum_msat
6309  * Signature: (J)J
6310  */
6311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1htlc_1minimum_1msat
6312   (JNIEnv *, jclass, jlong);
6313
6314 /*
6315  * Class:     org_ldk_impl_bindings
6316  * Method:    UnsignedChannelUpdate_set_htlc_minimum_msat
6317  * Signature: (JJ)V
6318  */
6319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1htlc_1minimum_1msat
6320   (JNIEnv *, jclass, jlong, jlong);
6321
6322 /*
6323  * Class:     org_ldk_impl_bindings
6324  * Method:    UnsignedChannelUpdate_get_fee_base_msat
6325  * Signature: (J)I
6326  */
6327 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1fee_1base_1msat
6328   (JNIEnv *, jclass, jlong);
6329
6330 /*
6331  * Class:     org_ldk_impl_bindings
6332  * Method:    UnsignedChannelUpdate_set_fee_base_msat
6333  * Signature: (JI)V
6334  */
6335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1fee_1base_1msat
6336   (JNIEnv *, jclass, jlong, jint);
6337
6338 /*
6339  * Class:     org_ldk_impl_bindings
6340  * Method:    UnsignedChannelUpdate_get_fee_proportional_millionths
6341  * Signature: (J)I
6342  */
6343 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1fee_1proportional_1millionths
6344   (JNIEnv *, jclass, jlong);
6345
6346 /*
6347  * Class:     org_ldk_impl_bindings
6348  * Method:    UnsignedChannelUpdate_set_fee_proportional_millionths
6349  * Signature: (JI)V
6350  */
6351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1fee_1proportional_1millionths
6352   (JNIEnv *, jclass, jlong, jint);
6353
6354 /*
6355  * Class:     org_ldk_impl_bindings
6356  * Method:    ChannelUpdate_free
6357  * Signature: (J)V
6358  */
6359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1free
6360   (JNIEnv *, jclass, jlong);
6361
6362 /*
6363  * Class:     org_ldk_impl_bindings
6364  * Method:    ChannelUpdate_clone
6365  * Signature: (J)J
6366  */
6367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1clone
6368   (JNIEnv *, jclass, jlong);
6369
6370 /*
6371  * Class:     org_ldk_impl_bindings
6372  * Method:    ChannelUpdate_get_signature
6373  * Signature: (J)[B
6374  */
6375 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1get_1signature
6376   (JNIEnv *, jclass, jlong);
6377
6378 /*
6379  * Class:     org_ldk_impl_bindings
6380  * Method:    ChannelUpdate_set_signature
6381  * Signature: (J[B)V
6382  */
6383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1set_1signature
6384   (JNIEnv *, jclass, jlong, jbyteArray);
6385
6386 /*
6387  * Class:     org_ldk_impl_bindings
6388  * Method:    ChannelUpdate_get_contents
6389  * Signature: (J)J
6390  */
6391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1get_1contents
6392   (JNIEnv *, jclass, jlong);
6393
6394 /*
6395  * Class:     org_ldk_impl_bindings
6396  * Method:    ChannelUpdate_set_contents
6397  * Signature: (JJ)V
6398  */
6399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1set_1contents
6400   (JNIEnv *, jclass, jlong, jlong);
6401
6402 /*
6403  * Class:     org_ldk_impl_bindings
6404  * Method:    ChannelUpdate_new
6405  * Signature: ([BJ)J
6406  */
6407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1new
6408   (JNIEnv *, jclass, jbyteArray, jlong);
6409
6410 /*
6411  * Class:     org_ldk_impl_bindings
6412  * Method:    QueryChannelRange_free
6413  * Signature: (J)V
6414  */
6415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1free
6416   (JNIEnv *, jclass, jlong);
6417
6418 /*
6419  * Class:     org_ldk_impl_bindings
6420  * Method:    QueryChannelRange_clone
6421  * Signature: (J)J
6422  */
6423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1clone
6424   (JNIEnv *, jclass, jlong);
6425
6426 /*
6427  * Class:     org_ldk_impl_bindings
6428  * Method:    QueryChannelRange_get_chain_hash
6429  * Signature: (J)[B
6430  */
6431 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1get_1chain_1hash
6432   (JNIEnv *, jclass, jlong);
6433
6434 /*
6435  * Class:     org_ldk_impl_bindings
6436  * Method:    QueryChannelRange_set_chain_hash
6437  * Signature: (J[B)V
6438  */
6439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1set_1chain_1hash
6440   (JNIEnv *, jclass, jlong, jbyteArray);
6441
6442 /*
6443  * Class:     org_ldk_impl_bindings
6444  * Method:    QueryChannelRange_get_first_blocknum
6445  * Signature: (J)I
6446  */
6447 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1get_1first_1blocknum
6448   (JNIEnv *, jclass, jlong);
6449
6450 /*
6451  * Class:     org_ldk_impl_bindings
6452  * Method:    QueryChannelRange_set_first_blocknum
6453  * Signature: (JI)V
6454  */
6455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1set_1first_1blocknum
6456   (JNIEnv *, jclass, jlong, jint);
6457
6458 /*
6459  * Class:     org_ldk_impl_bindings
6460  * Method:    QueryChannelRange_get_number_of_blocks
6461  * Signature: (J)I
6462  */
6463 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1get_1number_1of_1blocks
6464   (JNIEnv *, jclass, jlong);
6465
6466 /*
6467  * Class:     org_ldk_impl_bindings
6468  * Method:    QueryChannelRange_set_number_of_blocks
6469  * Signature: (JI)V
6470  */
6471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1set_1number_1of_1blocks
6472   (JNIEnv *, jclass, jlong, jint);
6473
6474 /*
6475  * Class:     org_ldk_impl_bindings
6476  * Method:    QueryChannelRange_new
6477  * Signature: ([BII)J
6478  */
6479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1new
6480   (JNIEnv *, jclass, jbyteArray, jint, jint);
6481
6482 /*
6483  * Class:     org_ldk_impl_bindings
6484  * Method:    ReplyChannelRange_free
6485  * Signature: (J)V
6486  */
6487 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1free
6488   (JNIEnv *, jclass, jlong);
6489
6490 /*
6491  * Class:     org_ldk_impl_bindings
6492  * Method:    ReplyChannelRange_clone
6493  * Signature: (J)J
6494  */
6495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1clone
6496   (JNIEnv *, jclass, jlong);
6497
6498 /*
6499  * Class:     org_ldk_impl_bindings
6500  * Method:    ReplyChannelRange_get_chain_hash
6501  * Signature: (J)[B
6502  */
6503 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1chain_1hash
6504   (JNIEnv *, jclass, jlong);
6505
6506 /*
6507  * Class:     org_ldk_impl_bindings
6508  * Method:    ReplyChannelRange_set_chain_hash
6509  * Signature: (J[B)V
6510  */
6511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1chain_1hash
6512   (JNIEnv *, jclass, jlong, jbyteArray);
6513
6514 /*
6515  * Class:     org_ldk_impl_bindings
6516  * Method:    ReplyChannelRange_get_first_blocknum
6517  * Signature: (J)I
6518  */
6519 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1first_1blocknum
6520   (JNIEnv *, jclass, jlong);
6521
6522 /*
6523  * Class:     org_ldk_impl_bindings
6524  * Method:    ReplyChannelRange_set_first_blocknum
6525  * Signature: (JI)V
6526  */
6527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1first_1blocknum
6528   (JNIEnv *, jclass, jlong, jint);
6529
6530 /*
6531  * Class:     org_ldk_impl_bindings
6532  * Method:    ReplyChannelRange_get_number_of_blocks
6533  * Signature: (J)I
6534  */
6535 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1number_1of_1blocks
6536   (JNIEnv *, jclass, jlong);
6537
6538 /*
6539  * Class:     org_ldk_impl_bindings
6540  * Method:    ReplyChannelRange_set_number_of_blocks
6541  * Signature: (JI)V
6542  */
6543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1number_1of_1blocks
6544   (JNIEnv *, jclass, jlong, jint);
6545
6546 /*
6547  * Class:     org_ldk_impl_bindings
6548  * Method:    ReplyChannelRange_get_full_information
6549  * Signature: (J)Z
6550  */
6551 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1full_1information
6552   (JNIEnv *, jclass, jlong);
6553
6554 /*
6555  * Class:     org_ldk_impl_bindings
6556  * Method:    ReplyChannelRange_set_full_information
6557  * Signature: (JZ)V
6558  */
6559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1full_1information
6560   (JNIEnv *, jclass, jlong, jboolean);
6561
6562 /*
6563  * Class:     org_ldk_impl_bindings
6564  * Method:    ReplyChannelRange_set_short_channel_ids
6565  * Signature: (J[J)V
6566  */
6567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1short_1channel_1ids
6568   (JNIEnv *, jclass, jlong, jlongArray);
6569
6570 /*
6571  * Class:     org_ldk_impl_bindings
6572  * Method:    ReplyChannelRange_new
6573  * Signature: ([BIIZ[J)J
6574  */
6575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1new
6576   (JNIEnv *, jclass, jbyteArray, jint, jint, jboolean, jlongArray);
6577
6578 /*
6579  * Class:     org_ldk_impl_bindings
6580  * Method:    QueryShortChannelIds_free
6581  * Signature: (J)V
6582  */
6583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1free
6584   (JNIEnv *, jclass, jlong);
6585
6586 /*
6587  * Class:     org_ldk_impl_bindings
6588  * Method:    QueryShortChannelIds_clone
6589  * Signature: (J)J
6590  */
6591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1clone
6592   (JNIEnv *, jclass, jlong);
6593
6594 /*
6595  * Class:     org_ldk_impl_bindings
6596  * Method:    QueryShortChannelIds_get_chain_hash
6597  * Signature: (J)[B
6598  */
6599 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1get_1chain_1hash
6600   (JNIEnv *, jclass, jlong);
6601
6602 /*
6603  * Class:     org_ldk_impl_bindings
6604  * Method:    QueryShortChannelIds_set_chain_hash
6605  * Signature: (J[B)V
6606  */
6607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1set_1chain_1hash
6608   (JNIEnv *, jclass, jlong, jbyteArray);
6609
6610 /*
6611  * Class:     org_ldk_impl_bindings
6612  * Method:    QueryShortChannelIds_set_short_channel_ids
6613  * Signature: (J[J)V
6614  */
6615 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1set_1short_1channel_1ids
6616   (JNIEnv *, jclass, jlong, jlongArray);
6617
6618 /*
6619  * Class:     org_ldk_impl_bindings
6620  * Method:    QueryShortChannelIds_new
6621  * Signature: ([B[J)J
6622  */
6623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1new
6624   (JNIEnv *, jclass, jbyteArray, jlongArray);
6625
6626 /*
6627  * Class:     org_ldk_impl_bindings
6628  * Method:    ReplyShortChannelIdsEnd_free
6629  * Signature: (J)V
6630  */
6631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1free
6632   (JNIEnv *, jclass, jlong);
6633
6634 /*
6635  * Class:     org_ldk_impl_bindings
6636  * Method:    ReplyShortChannelIdsEnd_clone
6637  * Signature: (J)J
6638  */
6639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1clone
6640   (JNIEnv *, jclass, jlong);
6641
6642 /*
6643  * Class:     org_ldk_impl_bindings
6644  * Method:    ReplyShortChannelIdsEnd_get_chain_hash
6645  * Signature: (J)[B
6646  */
6647 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1get_1chain_1hash
6648   (JNIEnv *, jclass, jlong);
6649
6650 /*
6651  * Class:     org_ldk_impl_bindings
6652  * Method:    ReplyShortChannelIdsEnd_set_chain_hash
6653  * Signature: (J[B)V
6654  */
6655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1set_1chain_1hash
6656   (JNIEnv *, jclass, jlong, jbyteArray);
6657
6658 /*
6659  * Class:     org_ldk_impl_bindings
6660  * Method:    ReplyShortChannelIdsEnd_get_full_information
6661  * Signature: (J)Z
6662  */
6663 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1get_1full_1information
6664   (JNIEnv *, jclass, jlong);
6665
6666 /*
6667  * Class:     org_ldk_impl_bindings
6668  * Method:    ReplyShortChannelIdsEnd_set_full_information
6669  * Signature: (JZ)V
6670  */
6671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1set_1full_1information
6672   (JNIEnv *, jclass, jlong, jboolean);
6673
6674 /*
6675  * Class:     org_ldk_impl_bindings
6676  * Method:    ReplyShortChannelIdsEnd_new
6677  * Signature: ([BZ)J
6678  */
6679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1new
6680   (JNIEnv *, jclass, jbyteArray, jboolean);
6681
6682 /*
6683  * Class:     org_ldk_impl_bindings
6684  * Method:    GossipTimestampFilter_free
6685  * Signature: (J)V
6686  */
6687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1free
6688   (JNIEnv *, jclass, jlong);
6689
6690 /*
6691  * Class:     org_ldk_impl_bindings
6692  * Method:    GossipTimestampFilter_clone
6693  * Signature: (J)J
6694  */
6695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1clone
6696   (JNIEnv *, jclass, jlong);
6697
6698 /*
6699  * Class:     org_ldk_impl_bindings
6700  * Method:    GossipTimestampFilter_get_chain_hash
6701  * Signature: (J)[B
6702  */
6703 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1get_1chain_1hash
6704   (JNIEnv *, jclass, jlong);
6705
6706 /*
6707  * Class:     org_ldk_impl_bindings
6708  * Method:    GossipTimestampFilter_set_chain_hash
6709  * Signature: (J[B)V
6710  */
6711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1set_1chain_1hash
6712   (JNIEnv *, jclass, jlong, jbyteArray);
6713
6714 /*
6715  * Class:     org_ldk_impl_bindings
6716  * Method:    GossipTimestampFilter_get_first_timestamp
6717  * Signature: (J)I
6718  */
6719 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1get_1first_1timestamp
6720   (JNIEnv *, jclass, jlong);
6721
6722 /*
6723  * Class:     org_ldk_impl_bindings
6724  * Method:    GossipTimestampFilter_set_first_timestamp
6725  * Signature: (JI)V
6726  */
6727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1set_1first_1timestamp
6728   (JNIEnv *, jclass, jlong, jint);
6729
6730 /*
6731  * Class:     org_ldk_impl_bindings
6732  * Method:    GossipTimestampFilter_get_timestamp_range
6733  * Signature: (J)I
6734  */
6735 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1get_1timestamp_1range
6736   (JNIEnv *, jclass, jlong);
6737
6738 /*
6739  * Class:     org_ldk_impl_bindings
6740  * Method:    GossipTimestampFilter_set_timestamp_range
6741  * Signature: (JI)V
6742  */
6743 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1set_1timestamp_1range
6744   (JNIEnv *, jclass, jlong, jint);
6745
6746 /*
6747  * Class:     org_ldk_impl_bindings
6748  * Method:    GossipTimestampFilter_new
6749  * Signature: ([BII)J
6750  */
6751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1new
6752   (JNIEnv *, jclass, jbyteArray, jint, jint);
6753
6754 /*
6755  * Class:     org_ldk_impl_bindings
6756  * Method:    ErrorAction_free
6757  * Signature: (J)V
6758  */
6759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErrorAction_1free
6760   (JNIEnv *, jclass, jlong);
6761
6762 /*
6763  * Class:     org_ldk_impl_bindings
6764  * Method:    ErrorAction_clone
6765  * Signature: (J)J
6766  */
6767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorAction_1clone
6768   (JNIEnv *, jclass, jlong);
6769
6770 /*
6771  * Class:     org_ldk_impl_bindings
6772  * Method:    LightningError_free
6773  * Signature: (J)V
6774  */
6775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LightningError_1free
6776   (JNIEnv *, jclass, jlong);
6777
6778 /*
6779  * Class:     org_ldk_impl_bindings
6780  * Method:    LightningError_get_err
6781  * Signature: (J)Ljava/lang/String;
6782  */
6783 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_LightningError_1get_1err
6784   (JNIEnv *, jclass, jlong);
6785
6786 /*
6787  * Class:     org_ldk_impl_bindings
6788  * Method:    LightningError_set_err
6789  * Signature: (J[B)V
6790  */
6791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LightningError_1set_1err
6792   (JNIEnv *, jclass, jlong, jbyteArray);
6793
6794 /*
6795  * Class:     org_ldk_impl_bindings
6796  * Method:    LightningError_get_action
6797  * Signature: (J)J
6798  */
6799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LightningError_1get_1action
6800   (JNIEnv *, jclass, jlong);
6801
6802 /*
6803  * Class:     org_ldk_impl_bindings
6804  * Method:    LightningError_set_action
6805  * Signature: (JJ)V
6806  */
6807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LightningError_1set_1action
6808   (JNIEnv *, jclass, jlong, jlong);
6809
6810 /*
6811  * Class:     org_ldk_impl_bindings
6812  * Method:    LightningError_new
6813  * Signature: ([BJ)J
6814  */
6815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LightningError_1new
6816   (JNIEnv *, jclass, jbyteArray, jlong);
6817
6818 /*
6819  * Class:     org_ldk_impl_bindings
6820  * Method:    CommitmentUpdate_free
6821  * Signature: (J)V
6822  */
6823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1free
6824   (JNIEnv *, jclass, jlong);
6825
6826 /*
6827  * Class:     org_ldk_impl_bindings
6828  * Method:    CommitmentUpdate_clone
6829  * Signature: (J)J
6830  */
6831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1clone
6832   (JNIEnv *, jclass, jlong);
6833
6834 /*
6835  * Class:     org_ldk_impl_bindings
6836  * Method:    CommitmentUpdate_set_update_add_htlcs
6837  * Signature: (J[J)V
6838  */
6839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1add_1htlcs
6840   (JNIEnv *, jclass, jlong, jlongArray);
6841
6842 /*
6843  * Class:     org_ldk_impl_bindings
6844  * Method:    CommitmentUpdate_set_update_fulfill_htlcs
6845  * Signature: (J[J)V
6846  */
6847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1fulfill_1htlcs
6848   (JNIEnv *, jclass, jlong, jlongArray);
6849
6850 /*
6851  * Class:     org_ldk_impl_bindings
6852  * Method:    CommitmentUpdate_set_update_fail_htlcs
6853  * Signature: (J[J)V
6854  */
6855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1fail_1htlcs
6856   (JNIEnv *, jclass, jlong, jlongArray);
6857
6858 /*
6859  * Class:     org_ldk_impl_bindings
6860  * Method:    CommitmentUpdate_set_update_fail_malformed_htlcs
6861  * Signature: (J[J)V
6862  */
6863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1fail_1malformed_1htlcs
6864   (JNIEnv *, jclass, jlong, jlongArray);
6865
6866 /*
6867  * Class:     org_ldk_impl_bindings
6868  * Method:    CommitmentUpdate_get_update_fee
6869  * Signature: (J)J
6870  */
6871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1get_1update_1fee
6872   (JNIEnv *, jclass, jlong);
6873
6874 /*
6875  * Class:     org_ldk_impl_bindings
6876  * Method:    CommitmentUpdate_set_update_fee
6877  * Signature: (JJ)V
6878  */
6879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1fee
6880   (JNIEnv *, jclass, jlong, jlong);
6881
6882 /*
6883  * Class:     org_ldk_impl_bindings
6884  * Method:    CommitmentUpdate_get_commitment_signed
6885  * Signature: (J)J
6886  */
6887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1get_1commitment_1signed
6888   (JNIEnv *, jclass, jlong);
6889
6890 /*
6891  * Class:     org_ldk_impl_bindings
6892  * Method:    CommitmentUpdate_set_commitment_signed
6893  * Signature: (JJ)V
6894  */
6895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1commitment_1signed
6896   (JNIEnv *, jclass, jlong, jlong);
6897
6898 /*
6899  * Class:     org_ldk_impl_bindings
6900  * Method:    CommitmentUpdate_new
6901  * Signature: ([J[J[J[JJJ)J
6902  */
6903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1new
6904   (JNIEnv *, jclass, jlongArray, jlongArray, jlongArray, jlongArray, jlong, jlong);
6905
6906 /*
6907  * Class:     org_ldk_impl_bindings
6908  * Method:    HTLCFailChannelUpdate_free
6909  * Signature: (J)V
6910  */
6911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCFailChannelUpdate_1free
6912   (JNIEnv *, jclass, jlong);
6913
6914 /*
6915  * Class:     org_ldk_impl_bindings
6916  * Method:    HTLCFailChannelUpdate_clone
6917  * Signature: (J)J
6918  */
6919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCFailChannelUpdate_1clone
6920   (JNIEnv *, jclass, jlong);
6921
6922 /*
6923  * Class:     org_ldk_impl_bindings
6924  * Method:    ChannelMessageHandler_free
6925  * Signature: (J)V
6926  */
6927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1free
6928   (JNIEnv *, jclass, jlong);
6929
6930 /*
6931  * Class:     org_ldk_impl_bindings
6932  * Method:    RoutingMessageHandler_free
6933  * Signature: (J)V
6934  */
6935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1free
6936   (JNIEnv *, jclass, jlong);
6937
6938 /*
6939  * Class:     org_ldk_impl_bindings
6940  * Method:    AcceptChannel_write
6941  * Signature: (J)[B
6942  */
6943 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1write
6944   (JNIEnv *, jclass, jlong);
6945
6946 /*
6947  * Class:     org_ldk_impl_bindings
6948  * Method:    AcceptChannel_read
6949  * Signature: ([B)J
6950  */
6951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1read
6952   (JNIEnv *, jclass, jbyteArray);
6953
6954 /*
6955  * Class:     org_ldk_impl_bindings
6956  * Method:    AnnouncementSignatures_write
6957  * Signature: (J)[B
6958  */
6959 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1write
6960   (JNIEnv *, jclass, jlong);
6961
6962 /*
6963  * Class:     org_ldk_impl_bindings
6964  * Method:    AnnouncementSignatures_read
6965  * Signature: ([B)J
6966  */
6967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1read
6968   (JNIEnv *, jclass, jbyteArray);
6969
6970 /*
6971  * Class:     org_ldk_impl_bindings
6972  * Method:    ChannelReestablish_write
6973  * Signature: (J)[B
6974  */
6975 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1write
6976   (JNIEnv *, jclass, jlong);
6977
6978 /*
6979  * Class:     org_ldk_impl_bindings
6980  * Method:    ChannelReestablish_read
6981  * Signature: ([B)J
6982  */
6983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1read
6984   (JNIEnv *, jclass, jbyteArray);
6985
6986 /*
6987  * Class:     org_ldk_impl_bindings
6988  * Method:    ClosingSigned_write
6989  * Signature: (J)[B
6990  */
6991 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1write
6992   (JNIEnv *, jclass, jlong);
6993
6994 /*
6995  * Class:     org_ldk_impl_bindings
6996  * Method:    ClosingSigned_read
6997  * Signature: ([B)J
6998  */
6999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1read
7000   (JNIEnv *, jclass, jbyteArray);
7001
7002 /*
7003  * Class:     org_ldk_impl_bindings
7004  * Method:    CommitmentSigned_write
7005  * Signature: (J)[B
7006  */
7007 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1write
7008   (JNIEnv *, jclass, jlong);
7009
7010 /*
7011  * Class:     org_ldk_impl_bindings
7012  * Method:    CommitmentSigned_read
7013  * Signature: ([B)J
7014  */
7015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1read
7016   (JNIEnv *, jclass, jbyteArray);
7017
7018 /*
7019  * Class:     org_ldk_impl_bindings
7020  * Method:    FundingCreated_write
7021  * Signature: (J)[B
7022  */
7023 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingCreated_1write
7024   (JNIEnv *, jclass, jlong);
7025
7026 /*
7027  * Class:     org_ldk_impl_bindings
7028  * Method:    FundingCreated_read
7029  * Signature: ([B)J
7030  */
7031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingCreated_1read
7032   (JNIEnv *, jclass, jbyteArray);
7033
7034 /*
7035  * Class:     org_ldk_impl_bindings
7036  * Method:    FundingSigned_write
7037  * Signature: (J)[B
7038  */
7039 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingSigned_1write
7040   (JNIEnv *, jclass, jlong);
7041
7042 /*
7043  * Class:     org_ldk_impl_bindings
7044  * Method:    FundingSigned_read
7045  * Signature: ([B)J
7046  */
7047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingSigned_1read
7048   (JNIEnv *, jclass, jbyteArray);
7049
7050 /*
7051  * Class:     org_ldk_impl_bindings
7052  * Method:    FundingLocked_write
7053  * Signature: (J)[B
7054  */
7055 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingLocked_1write
7056   (JNIEnv *, jclass, jlong);
7057
7058 /*
7059  * Class:     org_ldk_impl_bindings
7060  * Method:    FundingLocked_read
7061  * Signature: ([B)J
7062  */
7063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingLocked_1read
7064   (JNIEnv *, jclass, jbyteArray);
7065
7066 /*
7067  * Class:     org_ldk_impl_bindings
7068  * Method:    Init_write
7069  * Signature: (J)[B
7070  */
7071 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Init_1write
7072   (JNIEnv *, jclass, jlong);
7073
7074 /*
7075  * Class:     org_ldk_impl_bindings
7076  * Method:    Init_read
7077  * Signature: ([B)J
7078  */
7079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Init_1read
7080   (JNIEnv *, jclass, jbyteArray);
7081
7082 /*
7083  * Class:     org_ldk_impl_bindings
7084  * Method:    OpenChannel_write
7085  * Signature: (J)[B
7086  */
7087 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1write
7088   (JNIEnv *, jclass, jlong);
7089
7090 /*
7091  * Class:     org_ldk_impl_bindings
7092  * Method:    OpenChannel_read
7093  * Signature: ([B)J
7094  */
7095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1read
7096   (JNIEnv *, jclass, jbyteArray);
7097
7098 /*
7099  * Class:     org_ldk_impl_bindings
7100  * Method:    RevokeAndACK_write
7101  * Signature: (J)[B
7102  */
7103 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1write
7104   (JNIEnv *, jclass, jlong);
7105
7106 /*
7107  * Class:     org_ldk_impl_bindings
7108  * Method:    RevokeAndACK_read
7109  * Signature: ([B)J
7110  */
7111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1read
7112   (JNIEnv *, jclass, jbyteArray);
7113
7114 /*
7115  * Class:     org_ldk_impl_bindings
7116  * Method:    Shutdown_write
7117  * Signature: (J)[B
7118  */
7119 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Shutdown_1write
7120   (JNIEnv *, jclass, jlong);
7121
7122 /*
7123  * Class:     org_ldk_impl_bindings
7124  * Method:    Shutdown_read
7125  * Signature: ([B)J
7126  */
7127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Shutdown_1read
7128   (JNIEnv *, jclass, jbyteArray);
7129
7130 /*
7131  * Class:     org_ldk_impl_bindings
7132  * Method:    UpdateFailHTLC_write
7133  * Signature: (J)[B
7134  */
7135 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1write
7136   (JNIEnv *, jclass, jlong);
7137
7138 /*
7139  * Class:     org_ldk_impl_bindings
7140  * Method:    UpdateFailHTLC_read
7141  * Signature: ([B)J
7142  */
7143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1read
7144   (JNIEnv *, jclass, jbyteArray);
7145
7146 /*
7147  * Class:     org_ldk_impl_bindings
7148  * Method:    UpdateFailMalformedHTLC_write
7149  * Signature: (J)[B
7150  */
7151 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1write
7152   (JNIEnv *, jclass, jlong);
7153
7154 /*
7155  * Class:     org_ldk_impl_bindings
7156  * Method:    UpdateFailMalformedHTLC_read
7157  * Signature: ([B)J
7158  */
7159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1read
7160   (JNIEnv *, jclass, jbyteArray);
7161
7162 /*
7163  * Class:     org_ldk_impl_bindings
7164  * Method:    UpdateFee_write
7165  * Signature: (J)[B
7166  */
7167 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFee_1write
7168   (JNIEnv *, jclass, jlong);
7169
7170 /*
7171  * Class:     org_ldk_impl_bindings
7172  * Method:    UpdateFee_read
7173  * Signature: ([B)J
7174  */
7175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFee_1read
7176   (JNIEnv *, jclass, jbyteArray);
7177
7178 /*
7179  * Class:     org_ldk_impl_bindings
7180  * Method:    UpdateFulfillHTLC_write
7181  * Signature: (J)[B
7182  */
7183 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1write
7184   (JNIEnv *, jclass, jlong);
7185
7186 /*
7187  * Class:     org_ldk_impl_bindings
7188  * Method:    UpdateFulfillHTLC_read
7189  * Signature: ([B)J
7190  */
7191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1read
7192   (JNIEnv *, jclass, jbyteArray);
7193
7194 /*
7195  * Class:     org_ldk_impl_bindings
7196  * Method:    UpdateAddHTLC_write
7197  * Signature: (J)[B
7198  */
7199 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1write
7200   (JNIEnv *, jclass, jlong);
7201
7202 /*
7203  * Class:     org_ldk_impl_bindings
7204  * Method:    UpdateAddHTLC_read
7205  * Signature: ([B)J
7206  */
7207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1read
7208   (JNIEnv *, jclass, jbyteArray);
7209
7210 /*
7211  * Class:     org_ldk_impl_bindings
7212  * Method:    Ping_write
7213  * Signature: (J)[B
7214  */
7215 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Ping_1write
7216   (JNIEnv *, jclass, jlong);
7217
7218 /*
7219  * Class:     org_ldk_impl_bindings
7220  * Method:    Ping_read
7221  * Signature: ([B)J
7222  */
7223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Ping_1read
7224   (JNIEnv *, jclass, jbyteArray);
7225
7226 /*
7227  * Class:     org_ldk_impl_bindings
7228  * Method:    Pong_write
7229  * Signature: (J)[B
7230  */
7231 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Pong_1write
7232   (JNIEnv *, jclass, jlong);
7233
7234 /*
7235  * Class:     org_ldk_impl_bindings
7236  * Method:    Pong_read
7237  * Signature: ([B)J
7238  */
7239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Pong_1read
7240   (JNIEnv *, jclass, jbyteArray);
7241
7242 /*
7243  * Class:     org_ldk_impl_bindings
7244  * Method:    UnsignedChannelAnnouncement_write
7245  * Signature: (J)[B
7246  */
7247 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1write
7248   (JNIEnv *, jclass, jlong);
7249
7250 /*
7251  * Class:     org_ldk_impl_bindings
7252  * Method:    UnsignedChannelAnnouncement_read
7253  * Signature: ([B)J
7254  */
7255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1read
7256   (JNIEnv *, jclass, jbyteArray);
7257
7258 /*
7259  * Class:     org_ldk_impl_bindings
7260  * Method:    ChannelAnnouncement_write
7261  * Signature: (J)[B
7262  */
7263 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1write
7264   (JNIEnv *, jclass, jlong);
7265
7266 /*
7267  * Class:     org_ldk_impl_bindings
7268  * Method:    ChannelAnnouncement_read
7269  * Signature: ([B)J
7270  */
7271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1read
7272   (JNIEnv *, jclass, jbyteArray);
7273
7274 /*
7275  * Class:     org_ldk_impl_bindings
7276  * Method:    UnsignedChannelUpdate_write
7277  * Signature: (J)[B
7278  */
7279 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1write
7280   (JNIEnv *, jclass, jlong);
7281
7282 /*
7283  * Class:     org_ldk_impl_bindings
7284  * Method:    UnsignedChannelUpdate_read
7285  * Signature: ([B)J
7286  */
7287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1read
7288   (JNIEnv *, jclass, jbyteArray);
7289
7290 /*
7291  * Class:     org_ldk_impl_bindings
7292  * Method:    ChannelUpdate_write
7293  * Signature: (J)[B
7294  */
7295 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1write
7296   (JNIEnv *, jclass, jlong);
7297
7298 /*
7299  * Class:     org_ldk_impl_bindings
7300  * Method:    ChannelUpdate_read
7301  * Signature: ([B)J
7302  */
7303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1read
7304   (JNIEnv *, jclass, jbyteArray);
7305
7306 /*
7307  * Class:     org_ldk_impl_bindings
7308  * Method:    ErrorMessage_write
7309  * Signature: (J)[B
7310  */
7311 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1write
7312   (JNIEnv *, jclass, jlong);
7313
7314 /*
7315  * Class:     org_ldk_impl_bindings
7316  * Method:    ErrorMessage_read
7317  * Signature: ([B)J
7318  */
7319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1read
7320   (JNIEnv *, jclass, jbyteArray);
7321
7322 /*
7323  * Class:     org_ldk_impl_bindings
7324  * Method:    UnsignedNodeAnnouncement_write
7325  * Signature: (J)[B
7326  */
7327 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1write
7328   (JNIEnv *, jclass, jlong);
7329
7330 /*
7331  * Class:     org_ldk_impl_bindings
7332  * Method:    UnsignedNodeAnnouncement_read
7333  * Signature: ([B)J
7334  */
7335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1read
7336   (JNIEnv *, jclass, jbyteArray);
7337
7338 /*
7339  * Class:     org_ldk_impl_bindings
7340  * Method:    NodeAnnouncement_write
7341  * Signature: (J)[B
7342  */
7343 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1write
7344   (JNIEnv *, jclass, jlong);
7345
7346 /*
7347  * Class:     org_ldk_impl_bindings
7348  * Method:    NodeAnnouncement_read
7349  * Signature: ([B)J
7350  */
7351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1read
7352   (JNIEnv *, jclass, jbyteArray);
7353
7354 /*
7355  * Class:     org_ldk_impl_bindings
7356  * Method:    QueryShortChannelIds_read
7357  * Signature: ([B)J
7358  */
7359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1read
7360   (JNIEnv *, jclass, jbyteArray);
7361
7362 /*
7363  * Class:     org_ldk_impl_bindings
7364  * Method:    QueryShortChannelIds_write
7365  * Signature: (J)[B
7366  */
7367 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1write
7368   (JNIEnv *, jclass, jlong);
7369
7370 /*
7371  * Class:     org_ldk_impl_bindings
7372  * Method:    ReplyShortChannelIdsEnd_read
7373  * Signature: ([B)J
7374  */
7375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1read
7376   (JNIEnv *, jclass, jbyteArray);
7377
7378 /*
7379  * Class:     org_ldk_impl_bindings
7380  * Method:    ReplyShortChannelIdsEnd_write
7381  * Signature: (J)[B
7382  */
7383 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1write
7384   (JNIEnv *, jclass, jlong);
7385
7386 /*
7387  * Class:     org_ldk_impl_bindings
7388  * Method:    QueryChannelRange_read
7389  * Signature: ([B)J
7390  */
7391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1read
7392   (JNIEnv *, jclass, jbyteArray);
7393
7394 /*
7395  * Class:     org_ldk_impl_bindings
7396  * Method:    QueryChannelRange_write
7397  * Signature: (J)[B
7398  */
7399 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1write
7400   (JNIEnv *, jclass, jlong);
7401
7402 /*
7403  * Class:     org_ldk_impl_bindings
7404  * Method:    ReplyChannelRange_read
7405  * Signature: ([B)J
7406  */
7407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1read
7408   (JNIEnv *, jclass, jbyteArray);
7409
7410 /*
7411  * Class:     org_ldk_impl_bindings
7412  * Method:    ReplyChannelRange_write
7413  * Signature: (J)[B
7414  */
7415 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1write
7416   (JNIEnv *, jclass, jlong);
7417
7418 /*
7419  * Class:     org_ldk_impl_bindings
7420  * Method:    GossipTimestampFilter_read
7421  * Signature: ([B)J
7422  */
7423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1read
7424   (JNIEnv *, jclass, jbyteArray);
7425
7426 /*
7427  * Class:     org_ldk_impl_bindings
7428  * Method:    GossipTimestampFilter_write
7429  * Signature: (J)[B
7430  */
7431 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1write
7432   (JNIEnv *, jclass, jlong);
7433
7434 /*
7435  * Class:     org_ldk_impl_bindings
7436  * Method:    MessageHandler_free
7437  * Signature: (J)V
7438  */
7439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageHandler_1free
7440   (JNIEnv *, jclass, jlong);
7441
7442 /*
7443  * Class:     org_ldk_impl_bindings
7444  * Method:    MessageHandler_get_chan_handler
7445  * Signature: (J)J
7446  */
7447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageHandler_1get_1chan_1handler
7448   (JNIEnv *, jclass, jlong);
7449
7450 /*
7451  * Class:     org_ldk_impl_bindings
7452  * Method:    MessageHandler_set_chan_handler
7453  * Signature: (JJ)V
7454  */
7455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageHandler_1set_1chan_1handler
7456   (JNIEnv *, jclass, jlong, jlong);
7457
7458 /*
7459  * Class:     org_ldk_impl_bindings
7460  * Method:    MessageHandler_get_route_handler
7461  * Signature: (J)J
7462  */
7463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageHandler_1get_1route_1handler
7464   (JNIEnv *, jclass, jlong);
7465
7466 /*
7467  * Class:     org_ldk_impl_bindings
7468  * Method:    MessageHandler_set_route_handler
7469  * Signature: (JJ)V
7470  */
7471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageHandler_1set_1route_1handler
7472   (JNIEnv *, jclass, jlong, jlong);
7473
7474 /*
7475  * Class:     org_ldk_impl_bindings
7476  * Method:    MessageHandler_new
7477  * Signature: (JJ)J
7478  */
7479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageHandler_1new
7480   (JNIEnv *, jclass, jlong, jlong);
7481
7482 /*
7483  * Class:     org_ldk_impl_bindings
7484  * Method:    SocketDescriptor_clone
7485  * Signature: (J)J
7486  */
7487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1clone
7488   (JNIEnv *, jclass, jlong);
7489
7490 /*
7491  * Class:     org_ldk_impl_bindings
7492  * Method:    SocketDescriptor_free
7493  * Signature: (J)V
7494  */
7495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1free
7496   (JNIEnv *, jclass, jlong);
7497
7498 /*
7499  * Class:     org_ldk_impl_bindings
7500  * Method:    PeerHandleError_free
7501  * Signature: (J)V
7502  */
7503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1free
7504   (JNIEnv *, jclass, jlong);
7505
7506 /*
7507  * Class:     org_ldk_impl_bindings
7508  * Method:    PeerHandleError_get_no_connection_possible
7509  * Signature: (J)Z
7510  */
7511 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1get_1no_1connection_1possible
7512   (JNIEnv *, jclass, jlong);
7513
7514 /*
7515  * Class:     org_ldk_impl_bindings
7516  * Method:    PeerHandleError_set_no_connection_possible
7517  * Signature: (JZ)V
7518  */
7519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1set_1no_1connection_1possible
7520   (JNIEnv *, jclass, jlong, jboolean);
7521
7522 /*
7523  * Class:     org_ldk_impl_bindings
7524  * Method:    PeerHandleError_new
7525  * Signature: (Z)J
7526  */
7527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1new
7528   (JNIEnv *, jclass, jboolean);
7529
7530 /*
7531  * Class:     org_ldk_impl_bindings
7532  * Method:    PeerManager_free
7533  * Signature: (J)V
7534  */
7535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1free
7536   (JNIEnv *, jclass, jlong);
7537
7538 /*
7539  * Class:     org_ldk_impl_bindings
7540  * Method:    PeerManager_new
7541  * Signature: (J[B[BJ)J
7542  */
7543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1new
7544   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jlong);
7545
7546 /*
7547  * Class:     org_ldk_impl_bindings
7548  * Method:    PeerManager_get_peer_node_ids
7549  * Signature: (J)[[B
7550  */
7551 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_PeerManager_1get_1peer_1node_1ids
7552   (JNIEnv *, jclass, jlong);
7553
7554 /*
7555  * Class:     org_ldk_impl_bindings
7556  * Method:    PeerManager_new_outbound_connection
7557  * Signature: (J[BJ)J
7558  */
7559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1new_1outbound_1connection
7560   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
7561
7562 /*
7563  * Class:     org_ldk_impl_bindings
7564  * Method:    PeerManager_new_inbound_connection
7565  * Signature: (JJ)J
7566  */
7567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1new_1inbound_1connection
7568   (JNIEnv *, jclass, jlong, jlong);
7569
7570 /*
7571  * Class:     org_ldk_impl_bindings
7572  * Method:    PeerManager_write_buffer_space_avail
7573  * Signature: (JJ)J
7574  */
7575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1write_1buffer_1space_1avail
7576   (JNIEnv *, jclass, jlong, jlong);
7577
7578 /*
7579  * Class:     org_ldk_impl_bindings
7580  * Method:    PeerManager_read_event
7581  * Signature: (JJ[B)J
7582  */
7583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1read_1event
7584   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
7585
7586 /*
7587  * Class:     org_ldk_impl_bindings
7588  * Method:    PeerManager_process_events
7589  * Signature: (J)V
7590  */
7591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1process_1events
7592   (JNIEnv *, jclass, jlong);
7593
7594 /*
7595  * Class:     org_ldk_impl_bindings
7596  * Method:    PeerManager_socket_disconnected
7597  * Signature: (JJ)V
7598  */
7599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1socket_1disconnected
7600   (JNIEnv *, jclass, jlong, jlong);
7601
7602 /*
7603  * Class:     org_ldk_impl_bindings
7604  * Method:    PeerManager_timer_tick_occured
7605  * Signature: (J)V
7606  */
7607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1timer_1tick_1occured
7608   (JNIEnv *, jclass, jlong);
7609
7610 /*
7611  * Class:     org_ldk_impl_bindings
7612  * Method:    build_commitment_secret
7613  * Signature: ([BJ)[B
7614  */
7615 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_build_1commitment_1secret
7616   (JNIEnv *, jclass, jbyteArray, jlong);
7617
7618 /*
7619  * Class:     org_ldk_impl_bindings
7620  * Method:    derive_private_key
7621  * Signature: ([B[B)J
7622  */
7623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_derive_1private_1key
7624   (JNIEnv *, jclass, jbyteArray, jbyteArray);
7625
7626 /*
7627  * Class:     org_ldk_impl_bindings
7628  * Method:    derive_public_key
7629  * Signature: ([B[B)J
7630  */
7631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_derive_1public_1key
7632   (JNIEnv *, jclass, jbyteArray, jbyteArray);
7633
7634 /*
7635  * Class:     org_ldk_impl_bindings
7636  * Method:    derive_private_revocation_key
7637  * Signature: ([B[B)J
7638  */
7639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_derive_1private_1revocation_1key
7640   (JNIEnv *, jclass, jbyteArray, jbyteArray);
7641
7642 /*
7643  * Class:     org_ldk_impl_bindings
7644  * Method:    derive_public_revocation_key
7645  * Signature: ([B[B)J
7646  */
7647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_derive_1public_1revocation_1key
7648   (JNIEnv *, jclass, jbyteArray, jbyteArray);
7649
7650 /*
7651  * Class:     org_ldk_impl_bindings
7652  * Method:    TxCreationKeys_free
7653  * Signature: (J)V
7654  */
7655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1free
7656   (JNIEnv *, jclass, jlong);
7657
7658 /*
7659  * Class:     org_ldk_impl_bindings
7660  * Method:    TxCreationKeys_clone
7661  * Signature: (J)J
7662  */
7663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1clone
7664   (JNIEnv *, jclass, jlong);
7665
7666 /*
7667  * Class:     org_ldk_impl_bindings
7668  * Method:    TxCreationKeys_get_per_commitment_point
7669  * Signature: (J)[B
7670  */
7671 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1per_1commitment_1point
7672   (JNIEnv *, jclass, jlong);
7673
7674 /*
7675  * Class:     org_ldk_impl_bindings
7676  * Method:    TxCreationKeys_set_per_commitment_point
7677  * Signature: (J[B)V
7678  */
7679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1per_1commitment_1point
7680   (JNIEnv *, jclass, jlong, jbyteArray);
7681
7682 /*
7683  * Class:     org_ldk_impl_bindings
7684  * Method:    TxCreationKeys_get_revocation_key
7685  * Signature: (J)[B
7686  */
7687 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1revocation_1key
7688   (JNIEnv *, jclass, jlong);
7689
7690 /*
7691  * Class:     org_ldk_impl_bindings
7692  * Method:    TxCreationKeys_set_revocation_key
7693  * Signature: (J[B)V
7694  */
7695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1revocation_1key
7696   (JNIEnv *, jclass, jlong, jbyteArray);
7697
7698 /*
7699  * Class:     org_ldk_impl_bindings
7700  * Method:    TxCreationKeys_get_broadcaster_htlc_key
7701  * Signature: (J)[B
7702  */
7703 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1broadcaster_1htlc_1key
7704   (JNIEnv *, jclass, jlong);
7705
7706 /*
7707  * Class:     org_ldk_impl_bindings
7708  * Method:    TxCreationKeys_set_broadcaster_htlc_key
7709  * Signature: (J[B)V
7710  */
7711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1broadcaster_1htlc_1key
7712   (JNIEnv *, jclass, jlong, jbyteArray);
7713
7714 /*
7715  * Class:     org_ldk_impl_bindings
7716  * Method:    TxCreationKeys_get_countersignatory_htlc_key
7717  * Signature: (J)[B
7718  */
7719 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1countersignatory_1htlc_1key
7720   (JNIEnv *, jclass, jlong);
7721
7722 /*
7723  * Class:     org_ldk_impl_bindings
7724  * Method:    TxCreationKeys_set_countersignatory_htlc_key
7725  * Signature: (J[B)V
7726  */
7727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1countersignatory_1htlc_1key
7728   (JNIEnv *, jclass, jlong, jbyteArray);
7729
7730 /*
7731  * Class:     org_ldk_impl_bindings
7732  * Method:    TxCreationKeys_get_broadcaster_delayed_payment_key
7733  * Signature: (J)[B
7734  */
7735 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1broadcaster_1delayed_1payment_1key
7736   (JNIEnv *, jclass, jlong);
7737
7738 /*
7739  * Class:     org_ldk_impl_bindings
7740  * Method:    TxCreationKeys_set_broadcaster_delayed_payment_key
7741  * Signature: (J[B)V
7742  */
7743 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1broadcaster_1delayed_1payment_1key
7744   (JNIEnv *, jclass, jlong, jbyteArray);
7745
7746 /*
7747  * Class:     org_ldk_impl_bindings
7748  * Method:    TxCreationKeys_new
7749  * Signature: ([B[B[B[B[B)J
7750  */
7751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1new
7752   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray);
7753
7754 /*
7755  * Class:     org_ldk_impl_bindings
7756  * Method:    TxCreationKeys_write
7757  * Signature: (J)[B
7758  */
7759 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1write
7760   (JNIEnv *, jclass, jlong);
7761
7762 /*
7763  * Class:     org_ldk_impl_bindings
7764  * Method:    TxCreationKeys_read
7765  * Signature: ([B)J
7766  */
7767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1read
7768   (JNIEnv *, jclass, jbyteArray);
7769
7770 /*
7771  * Class:     org_ldk_impl_bindings
7772  * Method:    PreCalculatedTxCreationKeys_free
7773  * Signature: (J)V
7774  */
7775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PreCalculatedTxCreationKeys_1free
7776   (JNIEnv *, jclass, jlong);
7777
7778 /*
7779  * Class:     org_ldk_impl_bindings
7780  * Method:    PreCalculatedTxCreationKeys_clone
7781  * Signature: (J)J
7782  */
7783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PreCalculatedTxCreationKeys_1clone
7784   (JNIEnv *, jclass, jlong);
7785
7786 /*
7787  * Class:     org_ldk_impl_bindings
7788  * Method:    PreCalculatedTxCreationKeys_new
7789  * Signature: (J)J
7790  */
7791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PreCalculatedTxCreationKeys_1new
7792   (JNIEnv *, jclass, jlong);
7793
7794 /*
7795  * Class:     org_ldk_impl_bindings
7796  * Method:    PreCalculatedTxCreationKeys_trust_key_derivation
7797  * Signature: (J)J
7798  */
7799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PreCalculatedTxCreationKeys_1trust_1key_1derivation
7800   (JNIEnv *, jclass, jlong);
7801
7802 /*
7803  * Class:     org_ldk_impl_bindings
7804  * Method:    PreCalculatedTxCreationKeys_per_commitment_point
7805  * Signature: (J)[B
7806  */
7807 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_PreCalculatedTxCreationKeys_1per_1commitment_1point
7808   (JNIEnv *, jclass, jlong);
7809
7810 /*
7811  * Class:     org_ldk_impl_bindings
7812  * Method:    ChannelPublicKeys_free
7813  * Signature: (J)V
7814  */
7815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1free
7816   (JNIEnv *, jclass, jlong);
7817
7818 /*
7819  * Class:     org_ldk_impl_bindings
7820  * Method:    ChannelPublicKeys_clone
7821  * Signature: (J)J
7822  */
7823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1clone
7824   (JNIEnv *, jclass, jlong);
7825
7826 /*
7827  * Class:     org_ldk_impl_bindings
7828  * Method:    ChannelPublicKeys_get_funding_pubkey
7829  * Signature: (J)[B
7830  */
7831 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1funding_1pubkey
7832   (JNIEnv *, jclass, jlong);
7833
7834 /*
7835  * Class:     org_ldk_impl_bindings
7836  * Method:    ChannelPublicKeys_set_funding_pubkey
7837  * Signature: (J[B)V
7838  */
7839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1funding_1pubkey
7840   (JNIEnv *, jclass, jlong, jbyteArray);
7841
7842 /*
7843  * Class:     org_ldk_impl_bindings
7844  * Method:    ChannelPublicKeys_get_revocation_basepoint
7845  * Signature: (J)[B
7846  */
7847 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1revocation_1basepoint
7848   (JNIEnv *, jclass, jlong);
7849
7850 /*
7851  * Class:     org_ldk_impl_bindings
7852  * Method:    ChannelPublicKeys_set_revocation_basepoint
7853  * Signature: (J[B)V
7854  */
7855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1revocation_1basepoint
7856   (JNIEnv *, jclass, jlong, jbyteArray);
7857
7858 /*
7859  * Class:     org_ldk_impl_bindings
7860  * Method:    ChannelPublicKeys_get_payment_point
7861  * Signature: (J)[B
7862  */
7863 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1payment_1point
7864   (JNIEnv *, jclass, jlong);
7865
7866 /*
7867  * Class:     org_ldk_impl_bindings
7868  * Method:    ChannelPublicKeys_set_payment_point
7869  * Signature: (J[B)V
7870  */
7871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1payment_1point
7872   (JNIEnv *, jclass, jlong, jbyteArray);
7873
7874 /*
7875  * Class:     org_ldk_impl_bindings
7876  * Method:    ChannelPublicKeys_get_delayed_payment_basepoint
7877  * Signature: (J)[B
7878  */
7879 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1delayed_1payment_1basepoint
7880   (JNIEnv *, jclass, jlong);
7881
7882 /*
7883  * Class:     org_ldk_impl_bindings
7884  * Method:    ChannelPublicKeys_set_delayed_payment_basepoint
7885  * Signature: (J[B)V
7886  */
7887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1delayed_1payment_1basepoint
7888   (JNIEnv *, jclass, jlong, jbyteArray);
7889
7890 /*
7891  * Class:     org_ldk_impl_bindings
7892  * Method:    ChannelPublicKeys_get_htlc_basepoint
7893  * Signature: (J)[B
7894  */
7895 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1htlc_1basepoint
7896   (JNIEnv *, jclass, jlong);
7897
7898 /*
7899  * Class:     org_ldk_impl_bindings
7900  * Method:    ChannelPublicKeys_set_htlc_basepoint
7901  * Signature: (J[B)V
7902  */
7903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1htlc_1basepoint
7904   (JNIEnv *, jclass, jlong, jbyteArray);
7905
7906 /*
7907  * Class:     org_ldk_impl_bindings
7908  * Method:    ChannelPublicKeys_new
7909  * Signature: ([B[B[B[B[B)J
7910  */
7911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1new
7912   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray);
7913
7914 /*
7915  * Class:     org_ldk_impl_bindings
7916  * Method:    ChannelPublicKeys_write
7917  * Signature: (J)[B
7918  */
7919 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1write
7920   (JNIEnv *, jclass, jlong);
7921
7922 /*
7923  * Class:     org_ldk_impl_bindings
7924  * Method:    ChannelPublicKeys_read
7925  * Signature: ([B)J
7926  */
7927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1read
7928   (JNIEnv *, jclass, jbyteArray);
7929
7930 /*
7931  * Class:     org_ldk_impl_bindings
7932  * Method:    TxCreationKeys_derive_new
7933  * Signature: ([B[B[B[B[B)J
7934  */
7935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1derive_1new
7936   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray);
7937
7938 /*
7939  * Class:     org_ldk_impl_bindings
7940  * Method:    get_revokeable_redeemscript
7941  * Signature: ([BS[B)[B
7942  */
7943 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_get_1revokeable_1redeemscript
7944   (JNIEnv *, jclass, jbyteArray, jshort, jbyteArray);
7945
7946 /*
7947  * Class:     org_ldk_impl_bindings
7948  * Method:    HTLCOutputInCommitment_free
7949  * Signature: (J)V
7950  */
7951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1free
7952   (JNIEnv *, jclass, jlong);
7953
7954 /*
7955  * Class:     org_ldk_impl_bindings
7956  * Method:    HTLCOutputInCommitment_clone
7957  * Signature: (J)J
7958  */
7959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1clone
7960   (JNIEnv *, jclass, jlong);
7961
7962 /*
7963  * Class:     org_ldk_impl_bindings
7964  * Method:    HTLCOutputInCommitment_get_offered
7965  * Signature: (J)Z
7966  */
7967 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1offered
7968   (JNIEnv *, jclass, jlong);
7969
7970 /*
7971  * Class:     org_ldk_impl_bindings
7972  * Method:    HTLCOutputInCommitment_set_offered
7973  * Signature: (JZ)V
7974  */
7975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1offered
7976   (JNIEnv *, jclass, jlong, jboolean);
7977
7978 /*
7979  * Class:     org_ldk_impl_bindings
7980  * Method:    HTLCOutputInCommitment_get_amount_msat
7981  * Signature: (J)J
7982  */
7983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1amount_1msat
7984   (JNIEnv *, jclass, jlong);
7985
7986 /*
7987  * Class:     org_ldk_impl_bindings
7988  * Method:    HTLCOutputInCommitment_set_amount_msat
7989  * Signature: (JJ)V
7990  */
7991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1amount_1msat
7992   (JNIEnv *, jclass, jlong, jlong);
7993
7994 /*
7995  * Class:     org_ldk_impl_bindings
7996  * Method:    HTLCOutputInCommitment_get_cltv_expiry
7997  * Signature: (J)I
7998  */
7999 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1cltv_1expiry
8000   (JNIEnv *, jclass, jlong);
8001
8002 /*
8003  * Class:     org_ldk_impl_bindings
8004  * Method:    HTLCOutputInCommitment_set_cltv_expiry
8005  * Signature: (JI)V
8006  */
8007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1cltv_1expiry
8008   (JNIEnv *, jclass, jlong, jint);
8009
8010 /*
8011  * Class:     org_ldk_impl_bindings
8012  * Method:    HTLCOutputInCommitment_get_payment_hash
8013  * Signature: (J)[B
8014  */
8015 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1payment_1hash
8016   (JNIEnv *, jclass, jlong);
8017
8018 /*
8019  * Class:     org_ldk_impl_bindings
8020  * Method:    HTLCOutputInCommitment_set_payment_hash
8021  * Signature: (J[B)V
8022  */
8023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1payment_1hash
8024   (JNIEnv *, jclass, jlong, jbyteArray);
8025
8026 /*
8027  * Class:     org_ldk_impl_bindings
8028  * Method:    HTLCOutputInCommitment_write
8029  * Signature: (J)[B
8030  */
8031 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1write
8032   (JNIEnv *, jclass, jlong);
8033
8034 /*
8035  * Class:     org_ldk_impl_bindings
8036  * Method:    HTLCOutputInCommitment_read
8037  * Signature: ([B)J
8038  */
8039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1read
8040   (JNIEnv *, jclass, jbyteArray);
8041
8042 /*
8043  * Class:     org_ldk_impl_bindings
8044  * Method:    get_htlc_redeemscript
8045  * Signature: (JJ)[B
8046  */
8047 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_get_1htlc_1redeemscript
8048   (JNIEnv *, jclass, jlong, jlong);
8049
8050 /*
8051  * Class:     org_ldk_impl_bindings
8052  * Method:    make_funding_redeemscript
8053  * Signature: ([B[B)[B
8054  */
8055 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_make_1funding_1redeemscript
8056   (JNIEnv *, jclass, jbyteArray, jbyteArray);
8057
8058 /*
8059  * Class:     org_ldk_impl_bindings
8060  * Method:    build_htlc_transaction
8061  * Signature: ([BISJ[B[B)[B
8062  */
8063 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_build_1htlc_1transaction
8064   (JNIEnv *, jclass, jbyteArray, jint, jshort, jlong, jbyteArray, jbyteArray);
8065
8066 /*
8067  * Class:     org_ldk_impl_bindings
8068  * Method:    HolderCommitmentTransaction_free
8069  * Signature: (J)V
8070  */
8071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1free
8072   (JNIEnv *, jclass, jlong);
8073
8074 /*
8075  * Class:     org_ldk_impl_bindings
8076  * Method:    HolderCommitmentTransaction_clone
8077  * Signature: (J)J
8078  */
8079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1clone
8080   (JNIEnv *, jclass, jlong);
8081
8082 /*
8083  * Class:     org_ldk_impl_bindings
8084  * Method:    HolderCommitmentTransaction_get_unsigned_tx
8085  * Signature: (J)[B
8086  */
8087 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1get_1unsigned_1tx
8088   (JNIEnv *, jclass, jlong);
8089
8090 /*
8091  * Class:     org_ldk_impl_bindings
8092  * Method:    HolderCommitmentTransaction_set_unsigned_tx
8093  * Signature: (J[B)V
8094  */
8095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1set_1unsigned_1tx
8096   (JNIEnv *, jclass, jlong, jbyteArray);
8097
8098 /*
8099  * Class:     org_ldk_impl_bindings
8100  * Method:    HolderCommitmentTransaction_get_counterparty_sig
8101  * Signature: (J)[B
8102  */
8103 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1get_1counterparty_1sig
8104   (JNIEnv *, jclass, jlong);
8105
8106 /*
8107  * Class:     org_ldk_impl_bindings
8108  * Method:    HolderCommitmentTransaction_set_counterparty_sig
8109  * Signature: (J[B)V
8110  */
8111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1set_1counterparty_1sig
8112   (JNIEnv *, jclass, jlong, jbyteArray);
8113
8114 /*
8115  * Class:     org_ldk_impl_bindings
8116  * Method:    HolderCommitmentTransaction_get_feerate_per_kw
8117  * Signature: (J)I
8118  */
8119 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1get_1feerate_1per_1kw
8120   (JNIEnv *, jclass, jlong);
8121
8122 /*
8123  * Class:     org_ldk_impl_bindings
8124  * Method:    HolderCommitmentTransaction_set_feerate_per_kw
8125  * Signature: (JI)V
8126  */
8127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1set_1feerate_1per_1kw
8128   (JNIEnv *, jclass, jlong, jint);
8129
8130 /*
8131  * Class:     org_ldk_impl_bindings
8132  * Method:    HolderCommitmentTransaction_set_per_htlc
8133  * Signature: (J[J)V
8134  */
8135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1set_1per_1htlc
8136   (JNIEnv *, jclass, jlong, jlongArray);
8137
8138 /*
8139  * Class:     org_ldk_impl_bindings
8140  * Method:    HolderCommitmentTransaction_new_missing_holder_sig
8141  * Signature: ([B[B[B[BJI[J)J
8142  */
8143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1new_1missing_1holder_1sig
8144   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jlong, jint, jlongArray);
8145
8146 /*
8147  * Class:     org_ldk_impl_bindings
8148  * Method:    HolderCommitmentTransaction_trust_key_derivation
8149  * Signature: (J)J
8150  */
8151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1trust_1key_1derivation
8152   (JNIEnv *, jclass, jlong);
8153
8154 /*
8155  * Class:     org_ldk_impl_bindings
8156  * Method:    HolderCommitmentTransaction_txid
8157  * Signature: (J)[B
8158  */
8159 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1txid
8160   (JNIEnv *, jclass, jlong);
8161
8162 /*
8163  * Class:     org_ldk_impl_bindings
8164  * Method:    HolderCommitmentTransaction_get_holder_sig
8165  * Signature: (J[B[BJ)[B
8166  */
8167 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1get_1holder_1sig
8168   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jlong);
8169
8170 /*
8171  * Class:     org_ldk_impl_bindings
8172  * Method:    HolderCommitmentTransaction_get_htlc_sigs
8173  * Signature: (J[BS)J
8174  */
8175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1get_1htlc_1sigs
8176   (JNIEnv *, jclass, jlong, jbyteArray, jshort);
8177
8178 /*
8179  * Class:     org_ldk_impl_bindings
8180  * Method:    HolderCommitmentTransaction_write
8181  * Signature: (J)[B
8182  */
8183 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1write
8184   (JNIEnv *, jclass, jlong);
8185
8186 /*
8187  * Class:     org_ldk_impl_bindings
8188  * Method:    HolderCommitmentTransaction_read
8189  * Signature: ([B)J
8190  */
8191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1read
8192   (JNIEnv *, jclass, jbyteArray);
8193
8194 /*
8195  * Class:     org_ldk_impl_bindings
8196  * Method:    InitFeatures_free
8197  * Signature: (J)V
8198  */
8199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1free
8200   (JNIEnv *, jclass, jlong);
8201
8202 /*
8203  * Class:     org_ldk_impl_bindings
8204  * Method:    NodeFeatures_free
8205  * Signature: (J)V
8206  */
8207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1free
8208   (JNIEnv *, jclass, jlong);
8209
8210 /*
8211  * Class:     org_ldk_impl_bindings
8212  * Method:    ChannelFeatures_free
8213  * Signature: (J)V
8214  */
8215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1free
8216   (JNIEnv *, jclass, jlong);
8217
8218 /*
8219  * Class:     org_ldk_impl_bindings
8220  * Method:    RouteHop_free
8221  * Signature: (J)V
8222  */
8223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1free
8224   (JNIEnv *, jclass, jlong);
8225
8226 /*
8227  * Class:     org_ldk_impl_bindings
8228  * Method:    RouteHop_clone
8229  * Signature: (J)J
8230  */
8231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1clone
8232   (JNIEnv *, jclass, jlong);
8233
8234 /*
8235  * Class:     org_ldk_impl_bindings
8236  * Method:    RouteHop_get_pubkey
8237  * Signature: (J)[B
8238  */
8239 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1pubkey
8240   (JNIEnv *, jclass, jlong);
8241
8242 /*
8243  * Class:     org_ldk_impl_bindings
8244  * Method:    RouteHop_set_pubkey
8245  * Signature: (J[B)V
8246  */
8247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1pubkey
8248   (JNIEnv *, jclass, jlong, jbyteArray);
8249
8250 /*
8251  * Class:     org_ldk_impl_bindings
8252  * Method:    RouteHop_get_node_features
8253  * Signature: (J)J
8254  */
8255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1node_1features
8256   (JNIEnv *, jclass, jlong);
8257
8258 /*
8259  * Class:     org_ldk_impl_bindings
8260  * Method:    RouteHop_set_node_features
8261  * Signature: (JJ)V
8262  */
8263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1node_1features
8264   (JNIEnv *, jclass, jlong, jlong);
8265
8266 /*
8267  * Class:     org_ldk_impl_bindings
8268  * Method:    RouteHop_get_short_channel_id
8269  * Signature: (J)J
8270  */
8271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1short_1channel_1id
8272   (JNIEnv *, jclass, jlong);
8273
8274 /*
8275  * Class:     org_ldk_impl_bindings
8276  * Method:    RouteHop_set_short_channel_id
8277  * Signature: (JJ)V
8278  */
8279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1short_1channel_1id
8280   (JNIEnv *, jclass, jlong, jlong);
8281
8282 /*
8283  * Class:     org_ldk_impl_bindings
8284  * Method:    RouteHop_get_channel_features
8285  * Signature: (J)J
8286  */
8287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1channel_1features
8288   (JNIEnv *, jclass, jlong);
8289
8290 /*
8291  * Class:     org_ldk_impl_bindings
8292  * Method:    RouteHop_set_channel_features
8293  * Signature: (JJ)V
8294  */
8295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1channel_1features
8296   (JNIEnv *, jclass, jlong, jlong);
8297
8298 /*
8299  * Class:     org_ldk_impl_bindings
8300  * Method:    RouteHop_get_fee_msat
8301  * Signature: (J)J
8302  */
8303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1fee_1msat
8304   (JNIEnv *, jclass, jlong);
8305
8306 /*
8307  * Class:     org_ldk_impl_bindings
8308  * Method:    RouteHop_set_fee_msat
8309  * Signature: (JJ)V
8310  */
8311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1fee_1msat
8312   (JNIEnv *, jclass, jlong, jlong);
8313
8314 /*
8315  * Class:     org_ldk_impl_bindings
8316  * Method:    RouteHop_get_cltv_expiry_delta
8317  * Signature: (J)I
8318  */
8319 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1cltv_1expiry_1delta
8320   (JNIEnv *, jclass, jlong);
8321
8322 /*
8323  * Class:     org_ldk_impl_bindings
8324  * Method:    RouteHop_set_cltv_expiry_delta
8325  * Signature: (JI)V
8326  */
8327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1cltv_1expiry_1delta
8328   (JNIEnv *, jclass, jlong, jint);
8329
8330 /*
8331  * Class:     org_ldk_impl_bindings
8332  * Method:    RouteHop_new
8333  * Signature: ([BJJJJI)J
8334  */
8335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1new
8336   (JNIEnv *, jclass, jbyteArray, jlong, jlong, jlong, jlong, jint);
8337
8338 /*
8339  * Class:     org_ldk_impl_bindings
8340  * Method:    Route_free
8341  * Signature: (J)V
8342  */
8343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Route_1free
8344   (JNIEnv *, jclass, jlong);
8345
8346 /*
8347  * Class:     org_ldk_impl_bindings
8348  * Method:    Route_clone
8349  * Signature: (J)J
8350  */
8351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1clone
8352   (JNIEnv *, jclass, jlong);
8353
8354 /*
8355  * Class:     org_ldk_impl_bindings
8356  * Method:    Route_set_paths
8357  * Signature: (J[[J)V
8358  */
8359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Route_1set_1paths
8360   (JNIEnv *, jclass, jlong, jobjectArray);
8361
8362 /*
8363  * Class:     org_ldk_impl_bindings
8364  * Method:    Route_new
8365  * Signature: ([[J)J
8366  */
8367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1new
8368   (JNIEnv *, jclass, jobjectArray);
8369
8370 /*
8371  * Class:     org_ldk_impl_bindings
8372  * Method:    Route_write
8373  * Signature: (J)[B
8374  */
8375 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Route_1write
8376   (JNIEnv *, jclass, jlong);
8377
8378 /*
8379  * Class:     org_ldk_impl_bindings
8380  * Method:    Route_read
8381  * Signature: ([B)J
8382  */
8383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1read
8384   (JNIEnv *, jclass, jbyteArray);
8385
8386 /*
8387  * Class:     org_ldk_impl_bindings
8388  * Method:    RouteHint_free
8389  * Signature: (J)V
8390  */
8391 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1free
8392   (JNIEnv *, jclass, jlong);
8393
8394 /*
8395  * Class:     org_ldk_impl_bindings
8396  * Method:    RouteHint_clone
8397  * Signature: (J)J
8398  */
8399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1clone
8400   (JNIEnv *, jclass, jlong);
8401
8402 /*
8403  * Class:     org_ldk_impl_bindings
8404  * Method:    RouteHint_get_src_node_id
8405  * Signature: (J)[B
8406  */
8407 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RouteHint_1get_1src_1node_1id
8408   (JNIEnv *, jclass, jlong);
8409
8410 /*
8411  * Class:     org_ldk_impl_bindings
8412  * Method:    RouteHint_set_src_node_id
8413  * Signature: (J[B)V
8414  */
8415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1set_1src_1node_1id
8416   (JNIEnv *, jclass, jlong, jbyteArray);
8417
8418 /*
8419  * Class:     org_ldk_impl_bindings
8420  * Method:    RouteHint_get_short_channel_id
8421  * Signature: (J)J
8422  */
8423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1get_1short_1channel_1id
8424   (JNIEnv *, jclass, jlong);
8425
8426 /*
8427  * Class:     org_ldk_impl_bindings
8428  * Method:    RouteHint_set_short_channel_id
8429  * Signature: (JJ)V
8430  */
8431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1set_1short_1channel_1id
8432   (JNIEnv *, jclass, jlong, jlong);
8433
8434 /*
8435  * Class:     org_ldk_impl_bindings
8436  * Method:    RouteHint_get_fees
8437  * Signature: (J)J
8438  */
8439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1get_1fees
8440   (JNIEnv *, jclass, jlong);
8441
8442 /*
8443  * Class:     org_ldk_impl_bindings
8444  * Method:    RouteHint_set_fees
8445  * Signature: (JJ)V
8446  */
8447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1set_1fees
8448   (JNIEnv *, jclass, jlong, jlong);
8449
8450 /*
8451  * Class:     org_ldk_impl_bindings
8452  * Method:    RouteHint_get_cltv_expiry_delta
8453  * Signature: (J)S
8454  */
8455 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_RouteHint_1get_1cltv_1expiry_1delta
8456   (JNIEnv *, jclass, jlong);
8457
8458 /*
8459  * Class:     org_ldk_impl_bindings
8460  * Method:    RouteHint_set_cltv_expiry_delta
8461  * Signature: (JS)V
8462  */
8463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1set_1cltv_1expiry_1delta
8464   (JNIEnv *, jclass, jlong, jshort);
8465
8466 /*
8467  * Class:     org_ldk_impl_bindings
8468  * Method:    RouteHint_get_htlc_minimum_msat
8469  * Signature: (J)J
8470  */
8471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1get_1htlc_1minimum_1msat
8472   (JNIEnv *, jclass, jlong);
8473
8474 /*
8475  * Class:     org_ldk_impl_bindings
8476  * Method:    RouteHint_set_htlc_minimum_msat
8477  * Signature: (JJ)V
8478  */
8479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1set_1htlc_1minimum_1msat
8480   (JNIEnv *, jclass, jlong, jlong);
8481
8482 /*
8483  * Class:     org_ldk_impl_bindings
8484  * Method:    RouteHint_new
8485  * Signature: ([BJJSJ)J
8486  */
8487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1new
8488   (JNIEnv *, jclass, jbyteArray, jlong, jlong, jshort, jlong);
8489
8490 /*
8491  * Class:     org_ldk_impl_bindings
8492  * Method:    get_route
8493  * Signature: ([BJ[B[J[JJIJ)J
8494  */
8495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_get_1route
8496   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray, jlongArray, jlongArray, jlong, jint, jlong);
8497
8498 /*
8499  * Class:     org_ldk_impl_bindings
8500  * Method:    NetworkGraph_free
8501  * Signature: (J)V
8502  */
8503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1free
8504   (JNIEnv *, jclass, jlong);
8505
8506 /*
8507  * Class:     org_ldk_impl_bindings
8508  * Method:    LockedNetworkGraph_free
8509  * Signature: (J)V
8510  */
8511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LockedNetworkGraph_1free
8512   (JNIEnv *, jclass, jlong);
8513
8514 /*
8515  * Class:     org_ldk_impl_bindings
8516  * Method:    NetGraphMsgHandler_free
8517  * Signature: (J)V
8518  */
8519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1free
8520   (JNIEnv *, jclass, jlong);
8521
8522 /*
8523  * Class:     org_ldk_impl_bindings
8524  * Method:    NetGraphMsgHandler_new
8525  * Signature: (JJ)J
8526  */
8527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1new
8528   (JNIEnv *, jclass, jlong, jlong);
8529
8530 /*
8531  * Class:     org_ldk_impl_bindings
8532  * Method:    NetGraphMsgHandler_from_net_graph
8533  * Signature: (JJJ)J
8534  */
8535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1from_1net_1graph
8536   (JNIEnv *, jclass, jlong, jlong, jlong);
8537
8538 /*
8539  * Class:     org_ldk_impl_bindings
8540  * Method:    NetGraphMsgHandler_read_locked_graph
8541  * Signature: (J)J
8542  */
8543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1read_1locked_1graph
8544   (JNIEnv *, jclass, jlong);
8545
8546 /*
8547  * Class:     org_ldk_impl_bindings
8548  * Method:    LockedNetworkGraph_graph
8549  * Signature: (J)J
8550  */
8551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LockedNetworkGraph_1graph
8552   (JNIEnv *, jclass, jlong);
8553
8554 /*
8555  * Class:     org_ldk_impl_bindings
8556  * Method:    NetGraphMsgHandler_as_RoutingMessageHandler
8557  * Signature: (J)J
8558  */
8559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1as_1RoutingMessageHandler
8560   (JNIEnv *, jclass, jlong);
8561
8562 /*
8563  * Class:     org_ldk_impl_bindings
8564  * Method:    DirectionalChannelInfo_free
8565  * Signature: (J)V
8566  */
8567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1free
8568   (JNIEnv *, jclass, jlong);
8569
8570 /*
8571  * Class:     org_ldk_impl_bindings
8572  * Method:    DirectionalChannelInfo_get_last_update
8573  * Signature: (J)I
8574  */
8575 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1last_1update
8576   (JNIEnv *, jclass, jlong);
8577
8578 /*
8579  * Class:     org_ldk_impl_bindings
8580  * Method:    DirectionalChannelInfo_set_last_update
8581  * Signature: (JI)V
8582  */
8583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1last_1update
8584   (JNIEnv *, jclass, jlong, jint);
8585
8586 /*
8587  * Class:     org_ldk_impl_bindings
8588  * Method:    DirectionalChannelInfo_get_enabled
8589  * Signature: (J)Z
8590  */
8591 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1enabled
8592   (JNIEnv *, jclass, jlong);
8593
8594 /*
8595  * Class:     org_ldk_impl_bindings
8596  * Method:    DirectionalChannelInfo_set_enabled
8597  * Signature: (JZ)V
8598  */
8599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1enabled
8600   (JNIEnv *, jclass, jlong, jboolean);
8601
8602 /*
8603  * Class:     org_ldk_impl_bindings
8604  * Method:    DirectionalChannelInfo_get_cltv_expiry_delta
8605  * Signature: (J)S
8606  */
8607 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1cltv_1expiry_1delta
8608   (JNIEnv *, jclass, jlong);
8609
8610 /*
8611  * Class:     org_ldk_impl_bindings
8612  * Method:    DirectionalChannelInfo_set_cltv_expiry_delta
8613  * Signature: (JS)V
8614  */
8615 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1cltv_1expiry_1delta
8616   (JNIEnv *, jclass, jlong, jshort);
8617
8618 /*
8619  * Class:     org_ldk_impl_bindings
8620  * Method:    DirectionalChannelInfo_get_htlc_minimum_msat
8621  * Signature: (J)J
8622  */
8623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1htlc_1minimum_1msat
8624   (JNIEnv *, jclass, jlong);
8625
8626 /*
8627  * Class:     org_ldk_impl_bindings
8628  * Method:    DirectionalChannelInfo_set_htlc_minimum_msat
8629  * Signature: (JJ)V
8630  */
8631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1htlc_1minimum_1msat
8632   (JNIEnv *, jclass, jlong, jlong);
8633
8634 /*
8635  * Class:     org_ldk_impl_bindings
8636  * Method:    DirectionalChannelInfo_get_last_update_message
8637  * Signature: (J)J
8638  */
8639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1last_1update_1message
8640   (JNIEnv *, jclass, jlong);
8641
8642 /*
8643  * Class:     org_ldk_impl_bindings
8644  * Method:    DirectionalChannelInfo_set_last_update_message
8645  * Signature: (JJ)V
8646  */
8647 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1last_1update_1message
8648   (JNIEnv *, jclass, jlong, jlong);
8649
8650 /*
8651  * Class:     org_ldk_impl_bindings
8652  * Method:    DirectionalChannelInfo_write
8653  * Signature: (J)[B
8654  */
8655 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1write
8656   (JNIEnv *, jclass, jlong);
8657
8658 /*
8659  * Class:     org_ldk_impl_bindings
8660  * Method:    DirectionalChannelInfo_read
8661  * Signature: ([B)J
8662  */
8663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1read
8664   (JNIEnv *, jclass, jbyteArray);
8665
8666 /*
8667  * Class:     org_ldk_impl_bindings
8668  * Method:    ChannelInfo_free
8669  * Signature: (J)V
8670  */
8671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1free
8672   (JNIEnv *, jclass, jlong);
8673
8674 /*
8675  * Class:     org_ldk_impl_bindings
8676  * Method:    ChannelInfo_get_features
8677  * Signature: (J)J
8678  */
8679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1features
8680   (JNIEnv *, jclass, jlong);
8681
8682 /*
8683  * Class:     org_ldk_impl_bindings
8684  * Method:    ChannelInfo_set_features
8685  * Signature: (JJ)V
8686  */
8687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1features
8688   (JNIEnv *, jclass, jlong, jlong);
8689
8690 /*
8691  * Class:     org_ldk_impl_bindings
8692  * Method:    ChannelInfo_get_node_one
8693  * Signature: (J)[B
8694  */
8695 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1node_1one
8696   (JNIEnv *, jclass, jlong);
8697
8698 /*
8699  * Class:     org_ldk_impl_bindings
8700  * Method:    ChannelInfo_set_node_one
8701  * Signature: (J[B)V
8702  */
8703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1node_1one
8704   (JNIEnv *, jclass, jlong, jbyteArray);
8705
8706 /*
8707  * Class:     org_ldk_impl_bindings
8708  * Method:    ChannelInfo_get_one_to_two
8709  * Signature: (J)J
8710  */
8711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1one_1to_1two
8712   (JNIEnv *, jclass, jlong);
8713
8714 /*
8715  * Class:     org_ldk_impl_bindings
8716  * Method:    ChannelInfo_set_one_to_two
8717  * Signature: (JJ)V
8718  */
8719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1one_1to_1two
8720   (JNIEnv *, jclass, jlong, jlong);
8721
8722 /*
8723  * Class:     org_ldk_impl_bindings
8724  * Method:    ChannelInfo_get_node_two
8725  * Signature: (J)[B
8726  */
8727 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1node_1two
8728   (JNIEnv *, jclass, jlong);
8729
8730 /*
8731  * Class:     org_ldk_impl_bindings
8732  * Method:    ChannelInfo_set_node_two
8733  * Signature: (J[B)V
8734  */
8735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1node_1two
8736   (JNIEnv *, jclass, jlong, jbyteArray);
8737
8738 /*
8739  * Class:     org_ldk_impl_bindings
8740  * Method:    ChannelInfo_get_two_to_one
8741  * Signature: (J)J
8742  */
8743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1two_1to_1one
8744   (JNIEnv *, jclass, jlong);
8745
8746 /*
8747  * Class:     org_ldk_impl_bindings
8748  * Method:    ChannelInfo_set_two_to_one
8749  * Signature: (JJ)V
8750  */
8751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1two_1to_1one
8752   (JNIEnv *, jclass, jlong, jlong);
8753
8754 /*
8755  * Class:     org_ldk_impl_bindings
8756  * Method:    ChannelInfo_get_announcement_message
8757  * Signature: (J)J
8758  */
8759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1announcement_1message
8760   (JNIEnv *, jclass, jlong);
8761
8762 /*
8763  * Class:     org_ldk_impl_bindings
8764  * Method:    ChannelInfo_set_announcement_message
8765  * Signature: (JJ)V
8766  */
8767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1announcement_1message
8768   (JNIEnv *, jclass, jlong, jlong);
8769
8770 /*
8771  * Class:     org_ldk_impl_bindings
8772  * Method:    ChannelInfo_write
8773  * Signature: (J)[B
8774  */
8775 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1write
8776   (JNIEnv *, jclass, jlong);
8777
8778 /*
8779  * Class:     org_ldk_impl_bindings
8780  * Method:    ChannelInfo_read
8781  * Signature: ([B)J
8782  */
8783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1read
8784   (JNIEnv *, jclass, jbyteArray);
8785
8786 /*
8787  * Class:     org_ldk_impl_bindings
8788  * Method:    RoutingFees_free
8789  * Signature: (J)V
8790  */
8791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingFees_1free
8792   (JNIEnv *, jclass, jlong);
8793
8794 /*
8795  * Class:     org_ldk_impl_bindings
8796  * Method:    RoutingFees_clone
8797  * Signature: (J)J
8798  */
8799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingFees_1clone
8800   (JNIEnv *, jclass, jlong);
8801
8802 /*
8803  * Class:     org_ldk_impl_bindings
8804  * Method:    RoutingFees_get_base_msat
8805  * Signature: (J)I
8806  */
8807 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_RoutingFees_1get_1base_1msat
8808   (JNIEnv *, jclass, jlong);
8809
8810 /*
8811  * Class:     org_ldk_impl_bindings
8812  * Method:    RoutingFees_set_base_msat
8813  * Signature: (JI)V
8814  */
8815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingFees_1set_1base_1msat
8816   (JNIEnv *, jclass, jlong, jint);
8817
8818 /*
8819  * Class:     org_ldk_impl_bindings
8820  * Method:    RoutingFees_get_proportional_millionths
8821  * Signature: (J)I
8822  */
8823 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_RoutingFees_1get_1proportional_1millionths
8824   (JNIEnv *, jclass, jlong);
8825
8826 /*
8827  * Class:     org_ldk_impl_bindings
8828  * Method:    RoutingFees_set_proportional_millionths
8829  * Signature: (JI)V
8830  */
8831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingFees_1set_1proportional_1millionths
8832   (JNIEnv *, jclass, jlong, jint);
8833
8834 /*
8835  * Class:     org_ldk_impl_bindings
8836  * Method:    RoutingFees_new
8837  * Signature: (II)J
8838  */
8839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingFees_1new
8840   (JNIEnv *, jclass, jint, jint);
8841
8842 /*
8843  * Class:     org_ldk_impl_bindings
8844  * Method:    RoutingFees_read
8845  * Signature: ([B)J
8846  */
8847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingFees_1read
8848   (JNIEnv *, jclass, jbyteArray);
8849
8850 /*
8851  * Class:     org_ldk_impl_bindings
8852  * Method:    RoutingFees_write
8853  * Signature: (J)[B
8854  */
8855 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RoutingFees_1write
8856   (JNIEnv *, jclass, jlong);
8857
8858 /*
8859  * Class:     org_ldk_impl_bindings
8860  * Method:    NodeAnnouncementInfo_free
8861  * Signature: (J)V
8862  */
8863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1free
8864   (JNIEnv *, jclass, jlong);
8865
8866 /*
8867  * Class:     org_ldk_impl_bindings
8868  * Method:    NodeAnnouncementInfo_get_features
8869  * Signature: (J)J
8870  */
8871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1features
8872   (JNIEnv *, jclass, jlong);
8873
8874 /*
8875  * Class:     org_ldk_impl_bindings
8876  * Method:    NodeAnnouncementInfo_set_features
8877  * Signature: (JJ)V
8878  */
8879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1features
8880   (JNIEnv *, jclass, jlong, jlong);
8881
8882 /*
8883  * Class:     org_ldk_impl_bindings
8884  * Method:    NodeAnnouncementInfo_get_last_update
8885  * Signature: (J)I
8886  */
8887 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1last_1update
8888   (JNIEnv *, jclass, jlong);
8889
8890 /*
8891  * Class:     org_ldk_impl_bindings
8892  * Method:    NodeAnnouncementInfo_set_last_update
8893  * Signature: (JI)V
8894  */
8895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1last_1update
8896   (JNIEnv *, jclass, jlong, jint);
8897
8898 /*
8899  * Class:     org_ldk_impl_bindings
8900  * Method:    NodeAnnouncementInfo_get_rgb
8901  * Signature: (J)[B
8902  */
8903 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1rgb
8904   (JNIEnv *, jclass, jlong);
8905
8906 /*
8907  * Class:     org_ldk_impl_bindings
8908  * Method:    NodeAnnouncementInfo_set_rgb
8909  * Signature: (J[B)V
8910  */
8911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1rgb
8912   (JNIEnv *, jclass, jlong, jbyteArray);
8913
8914 /*
8915  * Class:     org_ldk_impl_bindings
8916  * Method:    NodeAnnouncementInfo_get_alias
8917  * Signature: (J)[B
8918  */
8919 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1alias
8920   (JNIEnv *, jclass, jlong);
8921
8922 /*
8923  * Class:     org_ldk_impl_bindings
8924  * Method:    NodeAnnouncementInfo_set_alias
8925  * Signature: (J[B)V
8926  */
8927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1alias
8928   (JNIEnv *, jclass, jlong, jbyteArray);
8929
8930 /*
8931  * Class:     org_ldk_impl_bindings
8932  * Method:    NodeAnnouncementInfo_set_addresses
8933  * Signature: (J[J)V
8934  */
8935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1addresses
8936   (JNIEnv *, jclass, jlong, jlongArray);
8937
8938 /*
8939  * Class:     org_ldk_impl_bindings
8940  * Method:    NodeAnnouncementInfo_get_announcement_message
8941  * Signature: (J)J
8942  */
8943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1announcement_1message
8944   (JNIEnv *, jclass, jlong);
8945
8946 /*
8947  * Class:     org_ldk_impl_bindings
8948  * Method:    NodeAnnouncementInfo_set_announcement_message
8949  * Signature: (JJ)V
8950  */
8951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1announcement_1message
8952   (JNIEnv *, jclass, jlong, jlong);
8953
8954 /*
8955  * Class:     org_ldk_impl_bindings
8956  * Method:    NodeAnnouncementInfo_new
8957  * Signature: (JI[B[B[JJ)J
8958  */
8959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1new
8960   (JNIEnv *, jclass, jlong, jint, jbyteArray, jbyteArray, jlongArray, jlong);
8961
8962 /*
8963  * Class:     org_ldk_impl_bindings
8964  * Method:    NodeAnnouncementInfo_write
8965  * Signature: (J)[B
8966  */
8967 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1write
8968   (JNIEnv *, jclass, jlong);
8969
8970 /*
8971  * Class:     org_ldk_impl_bindings
8972  * Method:    NodeAnnouncementInfo_read
8973  * Signature: ([B)J
8974  */
8975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1read
8976   (JNIEnv *, jclass, jbyteArray);
8977
8978 /*
8979  * Class:     org_ldk_impl_bindings
8980  * Method:    NodeInfo_free
8981  * Signature: (J)V
8982  */
8983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeInfo_1free
8984   (JNIEnv *, jclass, jlong);
8985
8986 /*
8987  * Class:     org_ldk_impl_bindings
8988  * Method:    NodeInfo_set_channels
8989  * Signature: (J[J)V
8990  */
8991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeInfo_1set_1channels
8992   (JNIEnv *, jclass, jlong, jlongArray);
8993
8994 /*
8995  * Class:     org_ldk_impl_bindings
8996  * Method:    NodeInfo_get_lowest_inbound_channel_fees
8997  * Signature: (J)J
8998  */
8999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1get_1lowest_1inbound_1channel_1fees
9000   (JNIEnv *, jclass, jlong);
9001
9002 /*
9003  * Class:     org_ldk_impl_bindings
9004  * Method:    NodeInfo_set_lowest_inbound_channel_fees
9005  * Signature: (JJ)V
9006  */
9007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeInfo_1set_1lowest_1inbound_1channel_1fees
9008   (JNIEnv *, jclass, jlong, jlong);
9009
9010 /*
9011  * Class:     org_ldk_impl_bindings
9012  * Method:    NodeInfo_get_announcement_info
9013  * Signature: (J)J
9014  */
9015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1get_1announcement_1info
9016   (JNIEnv *, jclass, jlong);
9017
9018 /*
9019  * Class:     org_ldk_impl_bindings
9020  * Method:    NodeInfo_set_announcement_info
9021  * Signature: (JJ)V
9022  */
9023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeInfo_1set_1announcement_1info
9024   (JNIEnv *, jclass, jlong, jlong);
9025
9026 /*
9027  * Class:     org_ldk_impl_bindings
9028  * Method:    NodeInfo_new
9029  * Signature: ([JJJ)J
9030  */
9031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1new
9032   (JNIEnv *, jclass, jlongArray, jlong, jlong);
9033
9034 /*
9035  * Class:     org_ldk_impl_bindings
9036  * Method:    NodeInfo_write
9037  * Signature: (J)[B
9038  */
9039 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeInfo_1write
9040   (JNIEnv *, jclass, jlong);
9041
9042 /*
9043  * Class:     org_ldk_impl_bindings
9044  * Method:    NodeInfo_read
9045  * Signature: ([B)J
9046  */
9047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1read
9048   (JNIEnv *, jclass, jbyteArray);
9049
9050 /*
9051  * Class:     org_ldk_impl_bindings
9052  * Method:    NetworkGraph_write
9053  * Signature: (J)[B
9054  */
9055 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1write
9056   (JNIEnv *, jclass, jlong);
9057
9058 /*
9059  * Class:     org_ldk_impl_bindings
9060  * Method:    NetworkGraph_read
9061  * Signature: ([B)J
9062  */
9063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1read
9064   (JNIEnv *, jclass, jbyteArray);
9065
9066 /*
9067  * Class:     org_ldk_impl_bindings
9068  * Method:    NetworkGraph_new
9069  * Signature: ()J
9070  */
9071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1new
9072   (JNIEnv *, jclass);
9073
9074 /*
9075  * Class:     org_ldk_impl_bindings
9076  * Method:    NetworkGraph_close_channel_from_update
9077  * Signature: (JJZ)V
9078  */
9079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1close_1channel_1from_1update
9080   (JNIEnv *, jclass, jlong, jlong, jboolean);
9081
9082 #ifdef __cplusplus
9083 }
9084 #endif
9085 #endif