Update auto-generated bindings to 0.0.103
[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:    get_lib_version_string
29  * Signature: ()Ljava/lang/String;
30  */
31 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_get_1lib_1version_1string
32   (JNIEnv *, jclass);
33
34 /*
35  * Class:     org_ldk_impl_bindings
36  * Method:    get_ldk_c_bindings_version
37  * Signature: ()Ljava/lang/String;
38  */
39 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_get_1ldk_1c_1bindings_1version
40   (JNIEnv *, jclass);
41
42 /*
43  * Class:     org_ldk_impl_bindings
44  * Method:    get_ldk_version
45  * Signature: ()Ljava/lang/String;
46  */
47 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_get_1ldk_1version
48   (JNIEnv *, jclass);
49
50 /*
51  * Class:     org_ldk_impl_bindings
52  * Method:    deref_bool
53  * Signature: (J)Z
54  */
55 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_deref_1bool
56   (JNIEnv *, jclass, jlong);
57
58 /*
59  * Class:     org_ldk_impl_bindings
60  * Method:    deref_long
61  * Signature: (J)J
62  */
63 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_deref_1long
64   (JNIEnv *, jclass, jlong);
65
66 /*
67  * Class:     org_ldk_impl_bindings
68  * Method:    free_heap_ptr
69  * Signature: (J)V
70  */
71 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_free_1heap_1ptr
72   (JNIEnv *, jclass, jlong);
73
74 /*
75  * Class:     org_ldk_impl_bindings
76  * Method:    read_bytes
77  * Signature: (JJ)[B
78  */
79 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_read_1bytes
80   (JNIEnv *, jclass, jlong, jlong);
81
82 /*
83  * Class:     org_ldk_impl_bindings
84  * Method:    get_u8_slice_bytes
85  * Signature: (J)[B
86  */
87 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_get_1u8_1slice_1bytes
88   (JNIEnv *, jclass, jlong);
89
90 /*
91  * Class:     org_ldk_impl_bindings
92  * Method:    bytes_to_u8_vec
93  * Signature: ([B)J
94  */
95 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_bytes_1to_1u8_1vec
96   (JNIEnv *, jclass, jbyteArray);
97
98 /*
99  * Class:     org_ldk_impl_bindings
100  * Method:    new_txpointer_copy_data
101  * Signature: ([B)J
102  */
103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_new_1txpointer_1copy_1data
104   (JNIEnv *, jclass, jbyteArray);
105
106 /*
107  * Class:     org_ldk_impl_bindings
108  * Method:    txpointer_free
109  * Signature: (J)V
110  */
111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_txpointer_1free
112   (JNIEnv *, jclass, jlong);
113
114 /*
115  * Class:     org_ldk_impl_bindings
116  * Method:    txpointer_get_buffer
117  * Signature: (J)[B
118  */
119 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_txpointer_1get_1buffer
120   (JNIEnv *, jclass, jlong);
121
122 /*
123  * Class:     org_ldk_impl_bindings
124  * Method:    vec_slice_len
125  * Signature: (J)J
126  */
127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_vec_1slice_1len
128   (JNIEnv *, jclass, jlong);
129
130 /*
131  * Class:     org_ldk_impl_bindings
132  * Method:    new_empty_slice_vec
133  * Signature: ()J
134  */
135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_new_1empty_1slice_1vec
136   (JNIEnv *, jclass);
137
138 /*
139  * Class:     org_ldk_impl_bindings
140  * Method:    LDKCVec_u8Z_new
141  * Signature: ([B)J
142  */
143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1u8Z_1new
144   (JNIEnv *, jclass, jbyteArray);
145
146 /*
147  * Class:     org_ldk_impl_bindings
148  * Method:    TxOut_get_script_pubkey
149  * Signature: (J)[B
150  */
151 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxOut_1get_1script_1pubkey
152   (JNIEnv *, jclass, jlong);
153
154 /*
155  * Class:     org_ldk_impl_bindings
156  * Method:    TxOut_get_value
157  * Signature: (J)J
158  */
159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxOut_1get_1value
160   (JNIEnv *, jclass, jlong);
161
162 /*
163  * Class:     org_ldk_impl_bindings
164  * Method:    LDKCResult_SecretKeyErrorZ_result_ok
165  * Signature: (J)Z
166  */
167 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SecretKeyErrorZ_1result_1ok
168   (JNIEnv *, jclass, jlong);
169
170 /*
171  * Class:     org_ldk_impl_bindings
172  * Method:    LDKCResult_SecretKeyErrorZ_get_ok
173  * Signature: (J)[B
174  */
175 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SecretKeyErrorZ_1get_1ok
176   (JNIEnv *, jclass, jlong);
177
178 /*
179  * Class:     org_ldk_impl_bindings
180  * Method:    LDKCResult_SecretKeyErrorZ_get_err
181  * Signature: (J)Lorg/ldk/enums/Secp256k1Error;
182  */
183 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SecretKeyErrorZ_1get_1err
184   (JNIEnv *, jclass, jlong);
185
186 /*
187  * Class:     org_ldk_impl_bindings
188  * Method:    LDKCResult_PublicKeyErrorZ_result_ok
189  * Signature: (J)Z
190  */
191 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PublicKeyErrorZ_1result_1ok
192   (JNIEnv *, jclass, jlong);
193
194 /*
195  * Class:     org_ldk_impl_bindings
196  * Method:    LDKCResult_PublicKeyErrorZ_get_ok
197  * Signature: (J)[B
198  */
199 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PublicKeyErrorZ_1get_1ok
200   (JNIEnv *, jclass, jlong);
201
202 /*
203  * Class:     org_ldk_impl_bindings
204  * Method:    LDKCResult_PublicKeyErrorZ_get_err
205  * Signature: (J)Lorg/ldk/enums/Secp256k1Error;
206  */
207 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PublicKeyErrorZ_1get_1err
208   (JNIEnv *, jclass, jlong);
209
210 /*
211  * Class:     org_ldk_impl_bindings
212  * Method:    LDKCResult_TxCreationKeysDecodeErrorZ_result_ok
213  * Signature: (J)Z
214  */
215 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxCreationKeysDecodeErrorZ_1result_1ok
216   (JNIEnv *, jclass, jlong);
217
218 /*
219  * Class:     org_ldk_impl_bindings
220  * Method:    LDKCResult_TxCreationKeysDecodeErrorZ_get_ok
221  * Signature: (J)J
222  */
223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxCreationKeysDecodeErrorZ_1get_1ok
224   (JNIEnv *, jclass, jlong);
225
226 /*
227  * Class:     org_ldk_impl_bindings
228  * Method:    LDKCResult_TxCreationKeysDecodeErrorZ_get_err
229  * Signature: (J)J
230  */
231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxCreationKeysDecodeErrorZ_1get_1err
232   (JNIEnv *, jclass, jlong);
233
234 /*
235  * Class:     org_ldk_impl_bindings
236  * Method:    LDKCResult_ChannelPublicKeysDecodeErrorZ_result_ok
237  * Signature: (J)Z
238  */
239 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelPublicKeysDecodeErrorZ_1result_1ok
240   (JNIEnv *, jclass, jlong);
241
242 /*
243  * Class:     org_ldk_impl_bindings
244  * Method:    LDKCResult_ChannelPublicKeysDecodeErrorZ_get_ok
245  * Signature: (J)J
246  */
247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelPublicKeysDecodeErrorZ_1get_1ok
248   (JNIEnv *, jclass, jlong);
249
250 /*
251  * Class:     org_ldk_impl_bindings
252  * Method:    LDKCResult_ChannelPublicKeysDecodeErrorZ_get_err
253  * Signature: (J)J
254  */
255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelPublicKeysDecodeErrorZ_1get_1err
256   (JNIEnv *, jclass, jlong);
257
258 /*
259  * Class:     org_ldk_impl_bindings
260  * Method:    LDKCResult_TxCreationKeysErrorZ_result_ok
261  * Signature: (J)Z
262  */
263 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxCreationKeysErrorZ_1result_1ok
264   (JNIEnv *, jclass, jlong);
265
266 /*
267  * Class:     org_ldk_impl_bindings
268  * Method:    LDKCResult_TxCreationKeysErrorZ_get_ok
269  * Signature: (J)J
270  */
271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxCreationKeysErrorZ_1get_1ok
272   (JNIEnv *, jclass, jlong);
273
274 /*
275  * Class:     org_ldk_impl_bindings
276  * Method:    LDKCResult_TxCreationKeysErrorZ_get_err
277  * Signature: (J)Lorg/ldk/enums/Secp256k1Error;
278  */
279 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxCreationKeysErrorZ_1get_1err
280   (JNIEnv *, jclass, jlong);
281
282 /*
283  * Class:     org_ldk_impl_bindings
284  * Method:    LDKCOption_u32Z_ref_from_ptr
285  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_u32Z;
286  */
287 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1u32Z_1ref_1from_1ptr
288   (JNIEnv *, jclass, jlong);
289
290 /*
291  * Class:     org_ldk_impl_bindings
292  * Method:    LDKCResult_HTLCOutputInCommitmentDecodeErrorZ_result_ok
293  * Signature: (J)Z
294  */
295 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HTLCOutputInCommitmentDecodeErrorZ_1result_1ok
296   (JNIEnv *, jclass, jlong);
297
298 /*
299  * Class:     org_ldk_impl_bindings
300  * Method:    LDKCResult_HTLCOutputInCommitmentDecodeErrorZ_get_ok
301  * Signature: (J)J
302  */
303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HTLCOutputInCommitmentDecodeErrorZ_1get_1ok
304   (JNIEnv *, jclass, jlong);
305
306 /*
307  * Class:     org_ldk_impl_bindings
308  * Method:    LDKCResult_HTLCOutputInCommitmentDecodeErrorZ_get_err
309  * Signature: (J)J
310  */
311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HTLCOutputInCommitmentDecodeErrorZ_1get_1err
312   (JNIEnv *, jclass, jlong);
313
314 /*
315  * Class:     org_ldk_impl_bindings
316  * Method:    LDKCResult_CounterpartyChannelTransactionParametersDecodeErrorZ_result_ok
317  * Signature: (J)Z
318  */
319 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1result_1ok
320   (JNIEnv *, jclass, jlong);
321
322 /*
323  * Class:     org_ldk_impl_bindings
324  * Method:    LDKCResult_CounterpartyChannelTransactionParametersDecodeErrorZ_get_ok
325  * Signature: (J)J
326  */
327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1get_1ok
328   (JNIEnv *, jclass, jlong);
329
330 /*
331  * Class:     org_ldk_impl_bindings
332  * Method:    LDKCResult_CounterpartyChannelTransactionParametersDecodeErrorZ_get_err
333  * Signature: (J)J
334  */
335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1get_1err
336   (JNIEnv *, jclass, jlong);
337
338 /*
339  * Class:     org_ldk_impl_bindings
340  * Method:    LDKCResult_ChannelTransactionParametersDecodeErrorZ_result_ok
341  * Signature: (J)Z
342  */
343 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelTransactionParametersDecodeErrorZ_1result_1ok
344   (JNIEnv *, jclass, jlong);
345
346 /*
347  * Class:     org_ldk_impl_bindings
348  * Method:    LDKCResult_ChannelTransactionParametersDecodeErrorZ_get_ok
349  * Signature: (J)J
350  */
351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelTransactionParametersDecodeErrorZ_1get_1ok
352   (JNIEnv *, jclass, jlong);
353
354 /*
355  * Class:     org_ldk_impl_bindings
356  * Method:    LDKCResult_ChannelTransactionParametersDecodeErrorZ_get_err
357  * Signature: (J)J
358  */
359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelTransactionParametersDecodeErrorZ_1get_1err
360   (JNIEnv *, jclass, jlong);
361
362 /*
363  * Class:     org_ldk_impl_bindings
364  * Method:    LDKCResult_HolderCommitmentTransactionDecodeErrorZ_result_ok
365  * Signature: (J)Z
366  */
367 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HolderCommitmentTransactionDecodeErrorZ_1result_1ok
368   (JNIEnv *, jclass, jlong);
369
370 /*
371  * Class:     org_ldk_impl_bindings
372  * Method:    LDKCResult_HolderCommitmentTransactionDecodeErrorZ_get_ok
373  * Signature: (J)J
374  */
375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HolderCommitmentTransactionDecodeErrorZ_1get_1ok
376   (JNIEnv *, jclass, jlong);
377
378 /*
379  * Class:     org_ldk_impl_bindings
380  * Method:    LDKCResult_HolderCommitmentTransactionDecodeErrorZ_get_err
381  * Signature: (J)J
382  */
383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HolderCommitmentTransactionDecodeErrorZ_1get_1err
384   (JNIEnv *, jclass, jlong);
385
386 /*
387  * Class:     org_ldk_impl_bindings
388  * Method:    LDKCResult_BuiltCommitmentTransactionDecodeErrorZ_result_ok
389  * Signature: (J)Z
390  */
391 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1BuiltCommitmentTransactionDecodeErrorZ_1result_1ok
392   (JNIEnv *, jclass, jlong);
393
394 /*
395  * Class:     org_ldk_impl_bindings
396  * Method:    LDKCResult_BuiltCommitmentTransactionDecodeErrorZ_get_ok
397  * Signature: (J)J
398  */
399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1BuiltCommitmentTransactionDecodeErrorZ_1get_1ok
400   (JNIEnv *, jclass, jlong);
401
402 /*
403  * Class:     org_ldk_impl_bindings
404  * Method:    LDKCResult_BuiltCommitmentTransactionDecodeErrorZ_get_err
405  * Signature: (J)J
406  */
407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1BuiltCommitmentTransactionDecodeErrorZ_1get_1err
408   (JNIEnv *, jclass, jlong);
409
410 /*
411  * Class:     org_ldk_impl_bindings
412  * Method:    LDKCResult_TrustedClosingTransactionNoneZ_result_ok
413  * Signature: (J)Z
414  */
415 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TrustedClosingTransactionNoneZ_1result_1ok
416   (JNIEnv *, jclass, jlong);
417
418 /*
419  * Class:     org_ldk_impl_bindings
420  * Method:    LDKCResult_TrustedClosingTransactionNoneZ_get_ok
421  * Signature: (J)J
422  */
423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TrustedClosingTransactionNoneZ_1get_1ok
424   (JNIEnv *, jclass, jlong);
425
426 /*
427  * Class:     org_ldk_impl_bindings
428  * Method:    LDKCResult_TrustedClosingTransactionNoneZ_get_err
429  * Signature: (J)V
430  */
431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TrustedClosingTransactionNoneZ_1get_1err
432   (JNIEnv *, jclass, jlong);
433
434 /*
435  * Class:     org_ldk_impl_bindings
436  * Method:    LDKCResult_CommitmentTransactionDecodeErrorZ_result_ok
437  * Signature: (J)Z
438  */
439 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CommitmentTransactionDecodeErrorZ_1result_1ok
440   (JNIEnv *, jclass, jlong);
441
442 /*
443  * Class:     org_ldk_impl_bindings
444  * Method:    LDKCResult_CommitmentTransactionDecodeErrorZ_get_ok
445  * Signature: (J)J
446  */
447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CommitmentTransactionDecodeErrorZ_1get_1ok
448   (JNIEnv *, jclass, jlong);
449
450 /*
451  * Class:     org_ldk_impl_bindings
452  * Method:    LDKCResult_CommitmentTransactionDecodeErrorZ_get_err
453  * Signature: (J)J
454  */
455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CommitmentTransactionDecodeErrorZ_1get_1err
456   (JNIEnv *, jclass, jlong);
457
458 /*
459  * Class:     org_ldk_impl_bindings
460  * Method:    LDKCResult_TrustedCommitmentTransactionNoneZ_result_ok
461  * Signature: (J)Z
462  */
463 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TrustedCommitmentTransactionNoneZ_1result_1ok
464   (JNIEnv *, jclass, jlong);
465
466 /*
467  * Class:     org_ldk_impl_bindings
468  * Method:    LDKCResult_TrustedCommitmentTransactionNoneZ_get_ok
469  * Signature: (J)J
470  */
471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TrustedCommitmentTransactionNoneZ_1get_1ok
472   (JNIEnv *, jclass, jlong);
473
474 /*
475  * Class:     org_ldk_impl_bindings
476  * Method:    LDKCResult_TrustedCommitmentTransactionNoneZ_get_err
477  * Signature: (J)V
478  */
479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TrustedCommitmentTransactionNoneZ_1get_1err
480   (JNIEnv *, jclass, jlong);
481
482 /*
483  * Class:     org_ldk_impl_bindings
484  * Method:    LDKCResult_CVec_SignatureZNoneZ_result_ok
485  * Signature: (J)Z
486  */
487 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1SignatureZNoneZ_1result_1ok
488   (JNIEnv *, jclass, jlong);
489
490 /*
491  * Class:     org_ldk_impl_bindings
492  * Method:    LDKCResult_CVec_SignatureZNoneZ_get_ok
493  * Signature: (J)[[B
494  */
495 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1SignatureZNoneZ_1get_1ok
496   (JNIEnv *, jclass, jlong);
497
498 /*
499  * Class:     org_ldk_impl_bindings
500  * Method:    LDKCResult_CVec_SignatureZNoneZ_get_err
501  * Signature: (J)V
502  */
503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1SignatureZNoneZ_1get_1err
504   (JNIEnv *, jclass, jlong);
505
506 /*
507  * Class:     org_ldk_impl_bindings
508  * Method:    LDKCResult_ShutdownScriptDecodeErrorZ_result_ok
509  * Signature: (J)Z
510  */
511 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ShutdownScriptDecodeErrorZ_1result_1ok
512   (JNIEnv *, jclass, jlong);
513
514 /*
515  * Class:     org_ldk_impl_bindings
516  * Method:    LDKCResult_ShutdownScriptDecodeErrorZ_get_ok
517  * Signature: (J)J
518  */
519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ShutdownScriptDecodeErrorZ_1get_1ok
520   (JNIEnv *, jclass, jlong);
521
522 /*
523  * Class:     org_ldk_impl_bindings
524  * Method:    LDKCResult_ShutdownScriptDecodeErrorZ_get_err
525  * Signature: (J)J
526  */
527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ShutdownScriptDecodeErrorZ_1get_1err
528   (JNIEnv *, jclass, jlong);
529
530 /*
531  * Class:     org_ldk_impl_bindings
532  * Method:    LDKCResult_ShutdownScriptInvalidShutdownScriptZ_result_ok
533  * Signature: (J)Z
534  */
535 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ShutdownScriptInvalidShutdownScriptZ_1result_1ok
536   (JNIEnv *, jclass, jlong);
537
538 /*
539  * Class:     org_ldk_impl_bindings
540  * Method:    LDKCResult_ShutdownScriptInvalidShutdownScriptZ_get_ok
541  * Signature: (J)J
542  */
543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ShutdownScriptInvalidShutdownScriptZ_1get_1ok
544   (JNIEnv *, jclass, jlong);
545
546 /*
547  * Class:     org_ldk_impl_bindings
548  * Method:    LDKCResult_ShutdownScriptInvalidShutdownScriptZ_get_err
549  * Signature: (J)J
550  */
551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ShutdownScriptInvalidShutdownScriptZ_1get_1err
552   (JNIEnv *, jclass, jlong);
553
554 /*
555  * Class:     org_ldk_impl_bindings
556  * Method:    LDKCResult_NoneErrorZ_result_ok
557  * Signature: (J)Z
558  */
559 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneErrorZ_1result_1ok
560   (JNIEnv *, jclass, jlong);
561
562 /*
563  * Class:     org_ldk_impl_bindings
564  * Method:    LDKCResult_NoneErrorZ_get_ok
565  * Signature: (J)V
566  */
567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneErrorZ_1get_1ok
568   (JNIEnv *, jclass, jlong);
569
570 /*
571  * Class:     org_ldk_impl_bindings
572  * Method:    LDKCResult_NoneErrorZ_get_err
573  * Signature: (J)Lorg/ldk/enums/IOError;
574  */
575 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneErrorZ_1get_1err
576   (JNIEnv *, jclass, jlong);
577
578 /*
579  * Class:     org_ldk_impl_bindings
580  * Method:    LDKCResult_RouteHopDecodeErrorZ_result_ok
581  * Signature: (J)Z
582  */
583 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteHopDecodeErrorZ_1result_1ok
584   (JNIEnv *, jclass, jlong);
585
586 /*
587  * Class:     org_ldk_impl_bindings
588  * Method:    LDKCResult_RouteHopDecodeErrorZ_get_ok
589  * Signature: (J)J
590  */
591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteHopDecodeErrorZ_1get_1ok
592   (JNIEnv *, jclass, jlong);
593
594 /*
595  * Class:     org_ldk_impl_bindings
596  * Method:    LDKCResult_RouteHopDecodeErrorZ_get_err
597  * Signature: (J)J
598  */
599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteHopDecodeErrorZ_1get_1err
600   (JNIEnv *, jclass, jlong);
601
602 /*
603  * Class:     org_ldk_impl_bindings
604  * Method:    LDKCVec_RouteHopZ_new
605  * Signature: ([J)J
606  */
607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1RouteHopZ_1new
608   (JNIEnv *, jclass, jlongArray);
609
610 /*
611  * Class:     org_ldk_impl_bindings
612  * Method:    LDKCResult_RouteDecodeErrorZ_result_ok
613  * Signature: (J)Z
614  */
615 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteDecodeErrorZ_1result_1ok
616   (JNIEnv *, jclass, jlong);
617
618 /*
619  * Class:     org_ldk_impl_bindings
620  * Method:    LDKCResult_RouteDecodeErrorZ_get_ok
621  * Signature: (J)J
622  */
623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteDecodeErrorZ_1get_1ok
624   (JNIEnv *, jclass, jlong);
625
626 /*
627  * Class:     org_ldk_impl_bindings
628  * Method:    LDKCResult_RouteDecodeErrorZ_get_err
629  * Signature: (J)J
630  */
631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteDecodeErrorZ_1get_1err
632   (JNIEnv *, jclass, jlong);
633
634 /*
635  * Class:     org_ldk_impl_bindings
636  * Method:    LDKCResult_RouteParametersDecodeErrorZ_result_ok
637  * Signature: (J)Z
638  */
639 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteParametersDecodeErrorZ_1result_1ok
640   (JNIEnv *, jclass, jlong);
641
642 /*
643  * Class:     org_ldk_impl_bindings
644  * Method:    LDKCResult_RouteParametersDecodeErrorZ_get_ok
645  * Signature: (J)J
646  */
647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteParametersDecodeErrorZ_1get_1ok
648   (JNIEnv *, jclass, jlong);
649
650 /*
651  * Class:     org_ldk_impl_bindings
652  * Method:    LDKCResult_RouteParametersDecodeErrorZ_get_err
653  * Signature: (J)J
654  */
655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteParametersDecodeErrorZ_1get_1err
656   (JNIEnv *, jclass, jlong);
657
658 /*
659  * Class:     org_ldk_impl_bindings
660  * Method:    LDKCVec_RouteHintZ_new
661  * Signature: ([J)J
662  */
663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1RouteHintZ_1new
664   (JNIEnv *, jclass, jlongArray);
665
666 /*
667  * Class:     org_ldk_impl_bindings
668  * Method:    LDKCOption_u64Z_ref_from_ptr
669  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_u64Z;
670  */
671 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1u64Z_1ref_1from_1ptr
672   (JNIEnv *, jclass, jlong);
673
674 /*
675  * Class:     org_ldk_impl_bindings
676  * Method:    LDKCResult_PayeeDecodeErrorZ_result_ok
677  * Signature: (J)Z
678  */
679 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PayeeDecodeErrorZ_1result_1ok
680   (JNIEnv *, jclass, jlong);
681
682 /*
683  * Class:     org_ldk_impl_bindings
684  * Method:    LDKCResult_PayeeDecodeErrorZ_get_ok
685  * Signature: (J)J
686  */
687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PayeeDecodeErrorZ_1get_1ok
688   (JNIEnv *, jclass, jlong);
689
690 /*
691  * Class:     org_ldk_impl_bindings
692  * Method:    LDKCResult_PayeeDecodeErrorZ_get_err
693  * Signature: (J)J
694  */
695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PayeeDecodeErrorZ_1get_1err
696   (JNIEnv *, jclass, jlong);
697
698 /*
699  * Class:     org_ldk_impl_bindings
700  * Method:    LDKCVec_RouteHintHopZ_new
701  * Signature: ([J)J
702  */
703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1RouteHintHopZ_1new
704   (JNIEnv *, jclass, jlongArray);
705
706 /*
707  * Class:     org_ldk_impl_bindings
708  * Method:    LDKCResult_RouteHintDecodeErrorZ_result_ok
709  * Signature: (J)Z
710  */
711 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteHintDecodeErrorZ_1result_1ok
712   (JNIEnv *, jclass, jlong);
713
714 /*
715  * Class:     org_ldk_impl_bindings
716  * Method:    LDKCResult_RouteHintDecodeErrorZ_get_ok
717  * Signature: (J)J
718  */
719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteHintDecodeErrorZ_1get_1ok
720   (JNIEnv *, jclass, jlong);
721
722 /*
723  * Class:     org_ldk_impl_bindings
724  * Method:    LDKCResult_RouteHintDecodeErrorZ_get_err
725  * Signature: (J)J
726  */
727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteHintDecodeErrorZ_1get_1err
728   (JNIEnv *, jclass, jlong);
729
730 /*
731  * Class:     org_ldk_impl_bindings
732  * Method:    LDKCResult_RouteHintHopDecodeErrorZ_result_ok
733  * Signature: (J)Z
734  */
735 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteHintHopDecodeErrorZ_1result_1ok
736   (JNIEnv *, jclass, jlong);
737
738 /*
739  * Class:     org_ldk_impl_bindings
740  * Method:    LDKCResult_RouteHintHopDecodeErrorZ_get_ok
741  * Signature: (J)J
742  */
743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteHintHopDecodeErrorZ_1get_1ok
744   (JNIEnv *, jclass, jlong);
745
746 /*
747  * Class:     org_ldk_impl_bindings
748  * Method:    LDKCResult_RouteHintHopDecodeErrorZ_get_err
749  * Signature: (J)J
750  */
751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteHintHopDecodeErrorZ_1get_1err
752   (JNIEnv *, jclass, jlong);
753
754 /*
755  * Class:     org_ldk_impl_bindings
756  * Method:    LDKCVec_ChannelDetailsZ_new
757  * Signature: ([J)J
758  */
759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1ChannelDetailsZ_1new
760   (JNIEnv *, jclass, jlongArray);
761
762 /*
763  * Class:     org_ldk_impl_bindings
764  * Method:    LDKCResult_RouteLightningErrorZ_result_ok
765  * Signature: (J)Z
766  */
767 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteLightningErrorZ_1result_1ok
768   (JNIEnv *, jclass, jlong);
769
770 /*
771  * Class:     org_ldk_impl_bindings
772  * Method:    LDKCResult_RouteLightningErrorZ_get_ok
773  * Signature: (J)J
774  */
775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteLightningErrorZ_1get_1ok
776   (JNIEnv *, jclass, jlong);
777
778 /*
779  * Class:     org_ldk_impl_bindings
780  * Method:    LDKCResult_RouteLightningErrorZ_get_err
781  * Signature: (J)J
782  */
783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RouteLightningErrorZ_1get_1err
784   (JNIEnv *, jclass, jlong);
785
786 /*
787  * Class:     org_ldk_impl_bindings
788  * Method:    LDKCResult_TxOutAccessErrorZ_result_ok
789  * Signature: (J)Z
790  */
791 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxOutAccessErrorZ_1result_1ok
792   (JNIEnv *, jclass, jlong);
793
794 /*
795  * Class:     org_ldk_impl_bindings
796  * Method:    LDKCResult_TxOutAccessErrorZ_get_ok
797  * Signature: (J)J
798  */
799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxOutAccessErrorZ_1get_1ok
800   (JNIEnv *, jclass, jlong);
801
802 /*
803  * Class:     org_ldk_impl_bindings
804  * Method:    LDKCResult_TxOutAccessErrorZ_get_err
805  * Signature: (J)Lorg/ldk/enums/AccessError;
806  */
807 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TxOutAccessErrorZ_1get_1err
808   (JNIEnv *, jclass, jlong);
809
810 /*
811  * Class:     org_ldk_impl_bindings
812  * Method:    C2Tuple_usizeTransactionZ_get_a
813  * Signature: (J)J
814  */
815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1usizeTransactionZ_1get_1a
816   (JNIEnv *, jclass, jlong);
817
818 /*
819  * Class:     org_ldk_impl_bindings
820  * Method:    C2Tuple_usizeTransactionZ_get_b
821  * Signature: (J)[B
822  */
823 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1usizeTransactionZ_1get_1b
824   (JNIEnv *, jclass, jlong);
825
826 /*
827  * Class:     org_ldk_impl_bindings
828  * Method:    LDKCVec_C2Tuple_usizeTransactionZZ_new
829  * Signature: ([J)J
830  */
831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1C2Tuple_1usizeTransactionZZ_1new
832   (JNIEnv *, jclass, jlongArray);
833
834 /*
835  * Class:     org_ldk_impl_bindings
836  * Method:    LDKCResult_NoneChannelMonitorUpdateErrZ_result_ok
837  * Signature: (J)Z
838  */
839 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneChannelMonitorUpdateErrZ_1result_1ok
840   (JNIEnv *, jclass, jlong);
841
842 /*
843  * Class:     org_ldk_impl_bindings
844  * Method:    LDKCResult_NoneChannelMonitorUpdateErrZ_get_ok
845  * Signature: (J)V
846  */
847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneChannelMonitorUpdateErrZ_1get_1ok
848   (JNIEnv *, jclass, jlong);
849
850 /*
851  * Class:     org_ldk_impl_bindings
852  * Method:    LDKCResult_NoneChannelMonitorUpdateErrZ_get_err
853  * Signature: (J)Lorg/ldk/enums/ChannelMonitorUpdateErr;
854  */
855 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneChannelMonitorUpdateErrZ_1get_1err
856   (JNIEnv *, jclass, jlong);
857
858 /*
859  * Class:     org_ldk_impl_bindings
860  * Method:    LDKMonitorEvent_ref_from_ptr
861  * Signature: (J)Lorg/ldk/impl/bindings/LDKMonitorEvent;
862  */
863 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKMonitorEvent_1ref_1from_1ptr
864   (JNIEnv *, jclass, jlong);
865
866 /*
867  * Class:     org_ldk_impl_bindings
868  * Method:    LDKCVec_MonitorEventZ_new
869  * Signature: ([J)J
870  */
871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1MonitorEventZ_1new
872   (JNIEnv *, jclass, jlongArray);
873
874 /*
875  * Class:     org_ldk_impl_bindings
876  * Method:    LDKCOption_C2Tuple_usizeTransactionZZ_ref_from_ptr
877  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_C2Tuple_usizeTransactionZZ;
878  */
879 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1C2Tuple_1usizeTransactionZZ_1ref_1from_1ptr
880   (JNIEnv *, jclass, jlong);
881
882 /*
883  * Class:     org_ldk_impl_bindings
884  * Method:    LDKNetworkUpdate_ref_from_ptr
885  * Signature: (J)Lorg/ldk/impl/bindings/LDKNetworkUpdate;
886  */
887 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKNetworkUpdate_1ref_1from_1ptr
888   (JNIEnv *, jclass, jlong);
889
890 /*
891  * Class:     org_ldk_impl_bindings
892  * Method:    LDKCOption_NetworkUpdateZ_ref_from_ptr
893  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_NetworkUpdateZ;
894  */
895 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1NetworkUpdateZ_1ref_1from_1ptr
896   (JNIEnv *, jclass, jlong);
897
898 /*
899  * Class:     org_ldk_impl_bindings
900  * Method:    LDKSpendableOutputDescriptor_ref_from_ptr
901  * Signature: (J)Lorg/ldk/impl/bindings/LDKSpendableOutputDescriptor;
902  */
903 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKSpendableOutputDescriptor_1ref_1from_1ptr
904   (JNIEnv *, jclass, jlong);
905
906 /*
907  * Class:     org_ldk_impl_bindings
908  * Method:    LDKCVec_SpendableOutputDescriptorZ_new
909  * Signature: ([J)J
910  */
911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1SpendableOutputDescriptorZ_1new
912   (JNIEnv *, jclass, jlongArray);
913
914 /*
915  * Class:     org_ldk_impl_bindings
916  * Method:    LDKErrorAction_ref_from_ptr
917  * Signature: (J)Lorg/ldk/impl/bindings/LDKErrorAction;
918  */
919 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKErrorAction_1ref_1from_1ptr
920   (JNIEnv *, jclass, jlong);
921
922 /*
923  * Class:     org_ldk_impl_bindings
924  * Method:    LDKMessageSendEvent_ref_from_ptr
925  * Signature: (J)Lorg/ldk/impl/bindings/LDKMessageSendEvent;
926  */
927 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKMessageSendEvent_1ref_1from_1ptr
928   (JNIEnv *, jclass, jlong);
929
930 /*
931  * Class:     org_ldk_impl_bindings
932  * Method:    LDKCVec_MessageSendEventZ_new
933  * Signature: ([J)J
934  */
935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1MessageSendEventZ_1new
936   (JNIEnv *, jclass, jlongArray);
937
938 /*
939  * Class:     org_ldk_impl_bindings
940  * Method:    LDKCResult_InitFeaturesDecodeErrorZ_result_ok
941  * Signature: (J)Z
942  */
943 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InitFeaturesDecodeErrorZ_1result_1ok
944   (JNIEnv *, jclass, jlong);
945
946 /*
947  * Class:     org_ldk_impl_bindings
948  * Method:    LDKCResult_InitFeaturesDecodeErrorZ_get_ok
949  * Signature: (J)J
950  */
951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InitFeaturesDecodeErrorZ_1get_1ok
952   (JNIEnv *, jclass, jlong);
953
954 /*
955  * Class:     org_ldk_impl_bindings
956  * Method:    LDKCResult_InitFeaturesDecodeErrorZ_get_err
957  * Signature: (J)J
958  */
959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InitFeaturesDecodeErrorZ_1get_1err
960   (JNIEnv *, jclass, jlong);
961
962 /*
963  * Class:     org_ldk_impl_bindings
964  * Method:    LDKCResult_NodeFeaturesDecodeErrorZ_result_ok
965  * Signature: (J)Z
966  */
967 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeFeaturesDecodeErrorZ_1result_1ok
968   (JNIEnv *, jclass, jlong);
969
970 /*
971  * Class:     org_ldk_impl_bindings
972  * Method:    LDKCResult_NodeFeaturesDecodeErrorZ_get_ok
973  * Signature: (J)J
974  */
975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeFeaturesDecodeErrorZ_1get_1ok
976   (JNIEnv *, jclass, jlong);
977
978 /*
979  * Class:     org_ldk_impl_bindings
980  * Method:    LDKCResult_NodeFeaturesDecodeErrorZ_get_err
981  * Signature: (J)J
982  */
983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeFeaturesDecodeErrorZ_1get_1err
984   (JNIEnv *, jclass, jlong);
985
986 /*
987  * Class:     org_ldk_impl_bindings
988  * Method:    LDKCResult_ChannelFeaturesDecodeErrorZ_result_ok
989  * Signature: (J)Z
990  */
991 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelFeaturesDecodeErrorZ_1result_1ok
992   (JNIEnv *, jclass, jlong);
993
994 /*
995  * Class:     org_ldk_impl_bindings
996  * Method:    LDKCResult_ChannelFeaturesDecodeErrorZ_get_ok
997  * Signature: (J)J
998  */
999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelFeaturesDecodeErrorZ_1get_1ok
1000   (JNIEnv *, jclass, jlong);
1001
1002 /*
1003  * Class:     org_ldk_impl_bindings
1004  * Method:    LDKCResult_ChannelFeaturesDecodeErrorZ_get_err
1005  * Signature: (J)J
1006  */
1007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelFeaturesDecodeErrorZ_1get_1err
1008   (JNIEnv *, jclass, jlong);
1009
1010 /*
1011  * Class:     org_ldk_impl_bindings
1012  * Method:    LDKCResult_InvoiceFeaturesDecodeErrorZ_result_ok
1013  * Signature: (J)Z
1014  */
1015 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InvoiceFeaturesDecodeErrorZ_1result_1ok
1016   (JNIEnv *, jclass, jlong);
1017
1018 /*
1019  * Class:     org_ldk_impl_bindings
1020  * Method:    LDKCResult_InvoiceFeaturesDecodeErrorZ_get_ok
1021  * Signature: (J)J
1022  */
1023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InvoiceFeaturesDecodeErrorZ_1get_1ok
1024   (JNIEnv *, jclass, jlong);
1025
1026 /*
1027  * Class:     org_ldk_impl_bindings
1028  * Method:    LDKCResult_InvoiceFeaturesDecodeErrorZ_get_err
1029  * Signature: (J)J
1030  */
1031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InvoiceFeaturesDecodeErrorZ_1get_1err
1032   (JNIEnv *, jclass, jlong);
1033
1034 /*
1035  * Class:     org_ldk_impl_bindings
1036  * Method:    LDKCResult_ScoringParametersDecodeErrorZ_result_ok
1037  * Signature: (J)Z
1038  */
1039 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ScoringParametersDecodeErrorZ_1result_1ok
1040   (JNIEnv *, jclass, jlong);
1041
1042 /*
1043  * Class:     org_ldk_impl_bindings
1044  * Method:    LDKCResult_ScoringParametersDecodeErrorZ_get_ok
1045  * Signature: (J)J
1046  */
1047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ScoringParametersDecodeErrorZ_1get_1ok
1048   (JNIEnv *, jclass, jlong);
1049
1050 /*
1051  * Class:     org_ldk_impl_bindings
1052  * Method:    LDKCResult_ScoringParametersDecodeErrorZ_get_err
1053  * Signature: (J)J
1054  */
1055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ScoringParametersDecodeErrorZ_1get_1err
1056   (JNIEnv *, jclass, jlong);
1057
1058 /*
1059  * Class:     org_ldk_impl_bindings
1060  * Method:    LDKCResult_ScorerDecodeErrorZ_result_ok
1061  * Signature: (J)Z
1062  */
1063 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ScorerDecodeErrorZ_1result_1ok
1064   (JNIEnv *, jclass, jlong);
1065
1066 /*
1067  * Class:     org_ldk_impl_bindings
1068  * Method:    LDKCResult_ScorerDecodeErrorZ_get_ok
1069  * Signature: (J)J
1070  */
1071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ScorerDecodeErrorZ_1get_1ok
1072   (JNIEnv *, jclass, jlong);
1073
1074 /*
1075  * Class:     org_ldk_impl_bindings
1076  * Method:    LDKCResult_ScorerDecodeErrorZ_get_err
1077  * Signature: (J)J
1078  */
1079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ScorerDecodeErrorZ_1get_1err
1080   (JNIEnv *, jclass, jlong);
1081
1082 /*
1083  * Class:     org_ldk_impl_bindings
1084  * Method:    LDKCResult_DelayedPaymentOutputDescriptorDecodeErrorZ_result_ok
1085  * Signature: (J)Z
1086  */
1087 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1DelayedPaymentOutputDescriptorDecodeErrorZ_1result_1ok
1088   (JNIEnv *, jclass, jlong);
1089
1090 /*
1091  * Class:     org_ldk_impl_bindings
1092  * Method:    LDKCResult_DelayedPaymentOutputDescriptorDecodeErrorZ_get_ok
1093  * Signature: (J)J
1094  */
1095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1DelayedPaymentOutputDescriptorDecodeErrorZ_1get_1ok
1096   (JNIEnv *, jclass, jlong);
1097
1098 /*
1099  * Class:     org_ldk_impl_bindings
1100  * Method:    LDKCResult_DelayedPaymentOutputDescriptorDecodeErrorZ_get_err
1101  * Signature: (J)J
1102  */
1103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1DelayedPaymentOutputDescriptorDecodeErrorZ_1get_1err
1104   (JNIEnv *, jclass, jlong);
1105
1106 /*
1107  * Class:     org_ldk_impl_bindings
1108  * Method:    LDKCResult_StaticPaymentOutputDescriptorDecodeErrorZ_result_ok
1109  * Signature: (J)Z
1110  */
1111 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1StaticPaymentOutputDescriptorDecodeErrorZ_1result_1ok
1112   (JNIEnv *, jclass, jlong);
1113
1114 /*
1115  * Class:     org_ldk_impl_bindings
1116  * Method:    LDKCResult_StaticPaymentOutputDescriptorDecodeErrorZ_get_ok
1117  * Signature: (J)J
1118  */
1119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1StaticPaymentOutputDescriptorDecodeErrorZ_1get_1ok
1120   (JNIEnv *, jclass, jlong);
1121
1122 /*
1123  * Class:     org_ldk_impl_bindings
1124  * Method:    LDKCResult_StaticPaymentOutputDescriptorDecodeErrorZ_get_err
1125  * Signature: (J)J
1126  */
1127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1StaticPaymentOutputDescriptorDecodeErrorZ_1get_1err
1128   (JNIEnv *, jclass, jlong);
1129
1130 /*
1131  * Class:     org_ldk_impl_bindings
1132  * Method:    LDKCResult_SpendableOutputDescriptorDecodeErrorZ_result_ok
1133  * Signature: (J)Z
1134  */
1135 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SpendableOutputDescriptorDecodeErrorZ_1result_1ok
1136   (JNIEnv *, jclass, jlong);
1137
1138 /*
1139  * Class:     org_ldk_impl_bindings
1140  * Method:    LDKCResult_SpendableOutputDescriptorDecodeErrorZ_get_ok
1141  * Signature: (J)J
1142  */
1143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SpendableOutputDescriptorDecodeErrorZ_1get_1ok
1144   (JNIEnv *, jclass, jlong);
1145
1146 /*
1147  * Class:     org_ldk_impl_bindings
1148  * Method:    LDKCResult_SpendableOutputDescriptorDecodeErrorZ_get_err
1149  * Signature: (J)J
1150  */
1151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SpendableOutputDescriptorDecodeErrorZ_1get_1err
1152   (JNIEnv *, jclass, jlong);
1153
1154 /*
1155  * Class:     org_ldk_impl_bindings
1156  * Method:    LDKCResult_NoneNoneZ_result_ok
1157  * Signature: (J)Z
1158  */
1159 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneNoneZ_1result_1ok
1160   (JNIEnv *, jclass, jlong);
1161
1162 /*
1163  * Class:     org_ldk_impl_bindings
1164  * Method:    LDKCResult_NoneNoneZ_get_ok
1165  * Signature: (J)V
1166  */
1167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneNoneZ_1get_1ok
1168   (JNIEnv *, jclass, jlong);
1169
1170 /*
1171  * Class:     org_ldk_impl_bindings
1172  * Method:    LDKCResult_NoneNoneZ_get_err
1173  * Signature: (J)V
1174  */
1175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneNoneZ_1get_1err
1176   (JNIEnv *, jclass, jlong);
1177
1178 /*
1179  * Class:     org_ldk_impl_bindings
1180  * Method:    C2Tuple_SignatureCVec_SignatureZZ_get_a
1181  * Signature: (J)[B
1182  */
1183 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1SignatureCVec_1SignatureZZ_1get_1a
1184   (JNIEnv *, jclass, jlong);
1185
1186 /*
1187  * Class:     org_ldk_impl_bindings
1188  * Method:    C2Tuple_SignatureCVec_SignatureZZ_get_b
1189  * Signature: (J)[[B
1190  */
1191 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1SignatureCVec_1SignatureZZ_1get_1b
1192   (JNIEnv *, jclass, jlong);
1193
1194 /*
1195  * Class:     org_ldk_impl_bindings
1196  * Method:    LDKCResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_result_ok
1197  * Signature: (J)Z
1198  */
1199 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1result_1ok
1200   (JNIEnv *, jclass, jlong);
1201
1202 /*
1203  * Class:     org_ldk_impl_bindings
1204  * Method:    LDKCResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_get_ok
1205  * Signature: (J)J
1206  */
1207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1get_1ok
1208   (JNIEnv *, jclass, jlong);
1209
1210 /*
1211  * Class:     org_ldk_impl_bindings
1212  * Method:    LDKCResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_get_err
1213  * Signature: (J)V
1214  */
1215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1get_1err
1216   (JNIEnv *, jclass, jlong);
1217
1218 /*
1219  * Class:     org_ldk_impl_bindings
1220  * Method:    LDKCResult_SignatureNoneZ_result_ok
1221  * Signature: (J)Z
1222  */
1223 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignatureNoneZ_1result_1ok
1224   (JNIEnv *, jclass, jlong);
1225
1226 /*
1227  * Class:     org_ldk_impl_bindings
1228  * Method:    LDKCResult_SignatureNoneZ_get_ok
1229  * Signature: (J)[B
1230  */
1231 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignatureNoneZ_1get_1ok
1232   (JNIEnv *, jclass, jlong);
1233
1234 /*
1235  * Class:     org_ldk_impl_bindings
1236  * Method:    LDKCResult_SignatureNoneZ_get_err
1237  * Signature: (J)V
1238  */
1239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignatureNoneZ_1get_1err
1240   (JNIEnv *, jclass, jlong);
1241
1242 /*
1243  * Class:     org_ldk_impl_bindings
1244  * Method:    LDKBaseSign_new
1245  * Signature: (Lorg/ldk/impl/bindings/LDKBaseSign;J)J
1246  */
1247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKBaseSign_1new
1248   (JNIEnv *, jclass, jobject, jlong);
1249
1250 /*
1251  * Class:     org_ldk_impl_bindings
1252  * Method:    BaseSign_get_per_commitment_point
1253  * Signature: (JJ)[B
1254  */
1255 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BaseSign_1get_1per_1commitment_1point
1256   (JNIEnv *, jclass, jlong, jlong);
1257
1258 /*
1259  * Class:     org_ldk_impl_bindings
1260  * Method:    BaseSign_release_commitment_secret
1261  * Signature: (JJ)[B
1262  */
1263 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BaseSign_1release_1commitment_1secret
1264   (JNIEnv *, jclass, jlong, jlong);
1265
1266 /*
1267  * Class:     org_ldk_impl_bindings
1268  * Method:    BaseSign_validate_holder_commitment
1269  * Signature: (JJ)J
1270  */
1271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BaseSign_1validate_1holder_1commitment
1272   (JNIEnv *, jclass, jlong, jlong);
1273
1274 /*
1275  * Class:     org_ldk_impl_bindings
1276  * Method:    BaseSign_channel_keys_id
1277  * Signature: (J)[B
1278  */
1279 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BaseSign_1channel_1keys_1id
1280   (JNIEnv *, jclass, jlong);
1281
1282 /*
1283  * Class:     org_ldk_impl_bindings
1284  * Method:    BaseSign_sign_counterparty_commitment
1285  * Signature: (JJ)J
1286  */
1287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BaseSign_1sign_1counterparty_1commitment
1288   (JNIEnv *, jclass, jlong, jlong);
1289
1290 /*
1291  * Class:     org_ldk_impl_bindings
1292  * Method:    BaseSign_validate_counterparty_revocation
1293  * Signature: (JJ[B)J
1294  */
1295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BaseSign_1validate_1counterparty_1revocation
1296   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
1297
1298 /*
1299  * Class:     org_ldk_impl_bindings
1300  * Method:    BaseSign_sign_holder_commitment_and_htlcs
1301  * Signature: (JJ)J
1302  */
1303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BaseSign_1sign_1holder_1commitment_1and_1htlcs
1304   (JNIEnv *, jclass, jlong, jlong);
1305
1306 /*
1307  * Class:     org_ldk_impl_bindings
1308  * Method:    BaseSign_sign_justice_revoked_output
1309  * Signature: (J[BJJ[B)J
1310  */
1311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BaseSign_1sign_1justice_1revoked_1output
1312   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong, jbyteArray);
1313
1314 /*
1315  * Class:     org_ldk_impl_bindings
1316  * Method:    BaseSign_sign_justice_revoked_htlc
1317  * Signature: (J[BJJ[BJ)J
1318  */
1319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BaseSign_1sign_1justice_1revoked_1htlc
1320   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong, jbyteArray, jlong);
1321
1322 /*
1323  * Class:     org_ldk_impl_bindings
1324  * Method:    BaseSign_sign_counterparty_htlc_transaction
1325  * Signature: (J[BJJ[BJ)J
1326  */
1327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BaseSign_1sign_1counterparty_1htlc_1transaction
1328   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong, jbyteArray, jlong);
1329
1330 /*
1331  * Class:     org_ldk_impl_bindings
1332  * Method:    BaseSign_sign_closing_transaction
1333  * Signature: (JJ)J
1334  */
1335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BaseSign_1sign_1closing_1transaction
1336   (JNIEnv *, jclass, jlong, jlong);
1337
1338 /*
1339  * Class:     org_ldk_impl_bindings
1340  * Method:    BaseSign_sign_channel_announcement
1341  * Signature: (JJ)J
1342  */
1343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BaseSign_1sign_1channel_1announcement
1344   (JNIEnv *, jclass, jlong, jlong);
1345
1346 /*
1347  * Class:     org_ldk_impl_bindings
1348  * Method:    BaseSign_ready_channel
1349  * Signature: (JJ)V
1350  */
1351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BaseSign_1ready_1channel
1352   (JNIEnv *, jclass, jlong, jlong);
1353
1354 /*
1355  * Class:     org_ldk_impl_bindings
1356  * Method:    BaseSign_get_pubkeys
1357  * Signature: (J)J
1358  */
1359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BaseSign_1get_1pubkeys
1360   (JNIEnv *, jclass, jlong);
1361
1362 /*
1363  * Class:     org_ldk_impl_bindings
1364  * Method:    LDKSign_new
1365  * Signature: (Lorg/ldk/impl/bindings/LDKSign;Lorg/ldk/impl/bindings/LDKBaseSign;J)J
1366  */
1367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKSign_1new
1368   (JNIEnv *, jclass, jobject, jobject, jlong);
1369
1370 /*
1371  * Class:     org_ldk_impl_bindings
1372  * Method:    LDKSign_get_BaseSign
1373  * Signature: (J)J
1374  */
1375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKSign_1get_1BaseSign
1376   (JNIEnv *, jclass, jlong);
1377
1378 /*
1379  * Class:     org_ldk_impl_bindings
1380  * Method:    Sign_write
1381  * Signature: (J)[B
1382  */
1383 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Sign_1write
1384   (JNIEnv *, jclass, jlong);
1385
1386 /*
1387  * Class:     org_ldk_impl_bindings
1388  * Method:    LDKCResult_SignDecodeErrorZ_result_ok
1389  * Signature: (J)Z
1390  */
1391 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignDecodeErrorZ_1result_1ok
1392   (JNIEnv *, jclass, jlong);
1393
1394 /*
1395  * Class:     org_ldk_impl_bindings
1396  * Method:    LDKCResult_SignDecodeErrorZ_get_ok
1397  * Signature: (J)J
1398  */
1399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignDecodeErrorZ_1get_1ok
1400   (JNIEnv *, jclass, jlong);
1401
1402 /*
1403  * Class:     org_ldk_impl_bindings
1404  * Method:    LDKCResult_SignDecodeErrorZ_get_err
1405  * Signature: (J)J
1406  */
1407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignDecodeErrorZ_1get_1err
1408   (JNIEnv *, jclass, jlong);
1409
1410 /*
1411  * Class:     org_ldk_impl_bindings
1412  * Method:    LDKCResult_RecoverableSignatureNoneZ_result_ok
1413  * Signature: (J)Z
1414  */
1415 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RecoverableSignatureNoneZ_1result_1ok
1416   (JNIEnv *, jclass, jlong);
1417
1418 /*
1419  * Class:     org_ldk_impl_bindings
1420  * Method:    LDKCResult_RecoverableSignatureNoneZ_get_ok
1421  * Signature: (J)[B
1422  */
1423 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RecoverableSignatureNoneZ_1get_1ok
1424   (JNIEnv *, jclass, jlong);
1425
1426 /*
1427  * Class:     org_ldk_impl_bindings
1428  * Method:    LDKCResult_RecoverableSignatureNoneZ_get_err
1429  * Signature: (J)V
1430  */
1431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RecoverableSignatureNoneZ_1get_1err
1432   (JNIEnv *, jclass, jlong);
1433
1434 /*
1435  * Class:     org_ldk_impl_bindings
1436  * Method:    LDKCResult_CVec_CVec_u8ZZNoneZ_result_ok
1437  * Signature: (J)Z
1438  */
1439 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1CVec_1u8ZZNoneZ_1result_1ok
1440   (JNIEnv *, jclass, jlong);
1441
1442 /*
1443  * Class:     org_ldk_impl_bindings
1444  * Method:    LDKCResult_CVec_CVec_u8ZZNoneZ_get_ok
1445  * Signature: (J)[[B
1446  */
1447 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1CVec_1u8ZZNoneZ_1get_1ok
1448   (JNIEnv *, jclass, jlong);
1449
1450 /*
1451  * Class:     org_ldk_impl_bindings
1452  * Method:    LDKCResult_CVec_CVec_u8ZZNoneZ_get_err
1453  * Signature: (J)V
1454  */
1455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1CVec_1u8ZZNoneZ_1get_1err
1456   (JNIEnv *, jclass, jlong);
1457
1458 /*
1459  * Class:     org_ldk_impl_bindings
1460  * Method:    LDKCResult_InMemorySignerDecodeErrorZ_result_ok
1461  * Signature: (J)Z
1462  */
1463 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InMemorySignerDecodeErrorZ_1result_1ok
1464   (JNIEnv *, jclass, jlong);
1465
1466 /*
1467  * Class:     org_ldk_impl_bindings
1468  * Method:    LDKCResult_InMemorySignerDecodeErrorZ_get_ok
1469  * Signature: (J)J
1470  */
1471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InMemorySignerDecodeErrorZ_1get_1ok
1472   (JNIEnv *, jclass, jlong);
1473
1474 /*
1475  * Class:     org_ldk_impl_bindings
1476  * Method:    LDKCResult_InMemorySignerDecodeErrorZ_get_err
1477  * Signature: (J)J
1478  */
1479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InMemorySignerDecodeErrorZ_1get_1err
1480   (JNIEnv *, jclass, jlong);
1481
1482 /*
1483  * Class:     org_ldk_impl_bindings
1484  * Method:    LDKCVec_TxOutZ_new
1485  * Signature: ([J)J
1486  */
1487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1TxOutZ_1new
1488   (JNIEnv *, jclass, jlongArray);
1489
1490 /*
1491  * Class:     org_ldk_impl_bindings
1492  * Method:    LDKCResult_TransactionNoneZ_result_ok
1493  * Signature: (J)Z
1494  */
1495 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TransactionNoneZ_1result_1ok
1496   (JNIEnv *, jclass, jlong);
1497
1498 /*
1499  * Class:     org_ldk_impl_bindings
1500  * Method:    LDKCResult_TransactionNoneZ_get_ok
1501  * Signature: (J)[B
1502  */
1503 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TransactionNoneZ_1get_1ok
1504   (JNIEnv *, jclass, jlong);
1505
1506 /*
1507  * Class:     org_ldk_impl_bindings
1508  * Method:    LDKCResult_TransactionNoneZ_get_err
1509  * Signature: (J)V
1510  */
1511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1TransactionNoneZ_1get_1err
1512   (JNIEnv *, jclass, jlong);
1513
1514 /*
1515  * Class:     org_ldk_impl_bindings
1516  * Method:    C2Tuple_BlockHashChannelMonitorZ_get_a
1517  * Signature: (J)[B
1518  */
1519 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelMonitorZ_1get_1a
1520   (JNIEnv *, jclass, jlong);
1521
1522 /*
1523  * Class:     org_ldk_impl_bindings
1524  * Method:    C2Tuple_BlockHashChannelMonitorZ_get_b
1525  * Signature: (J)J
1526  */
1527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelMonitorZ_1get_1b
1528   (JNIEnv *, jclass, jlong);
1529
1530 /*
1531  * Class:     org_ldk_impl_bindings
1532  * Method:    LDKCVec_C2Tuple_BlockHashChannelMonitorZZ_new
1533  * Signature: ([J)J
1534  */
1535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1C2Tuple_1BlockHashChannelMonitorZZ_1new
1536   (JNIEnv *, jclass, jlongArray);
1537
1538 /*
1539  * Class:     org_ldk_impl_bindings
1540  * Method:    LDKCResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_result_ok
1541  * Signature: (J)Z
1542  */
1543 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1C2Tuple_1BlockHashChannelMonitorZZErrorZ_1result_1ok
1544   (JNIEnv *, jclass, jlong);
1545
1546 /*
1547  * Class:     org_ldk_impl_bindings
1548  * Method:    LDKCResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_get_ok
1549  * Signature: (J)[J
1550  */
1551 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1C2Tuple_1BlockHashChannelMonitorZZErrorZ_1get_1ok
1552   (JNIEnv *, jclass, jlong);
1553
1554 /*
1555  * Class:     org_ldk_impl_bindings
1556  * Method:    LDKCResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_get_err
1557  * Signature: (J)Lorg/ldk/enums/IOError;
1558  */
1559 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1C2Tuple_1BlockHashChannelMonitorZZErrorZ_1get_1err
1560   (JNIEnv *, jclass, jlong);
1561
1562 /*
1563  * Class:     org_ldk_impl_bindings
1564  * Method:    LDKCOption_u16Z_ref_from_ptr
1565  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_u16Z;
1566  */
1567 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1u16Z_1ref_1from_1ptr
1568   (JNIEnv *, jclass, jlong);
1569
1570 /*
1571  * Class:     org_ldk_impl_bindings
1572  * Method:    LDKAPIError_ref_from_ptr
1573  * Signature: (J)Lorg/ldk/impl/bindings/LDKAPIError;
1574  */
1575 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKAPIError_1ref_1from_1ptr
1576   (JNIEnv *, jclass, jlong);
1577
1578 /*
1579  * Class:     org_ldk_impl_bindings
1580  * Method:    LDKCResult_NoneAPIErrorZ_result_ok
1581  * Signature: (J)Z
1582  */
1583 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneAPIErrorZ_1result_1ok
1584   (JNIEnv *, jclass, jlong);
1585
1586 /*
1587  * Class:     org_ldk_impl_bindings
1588  * Method:    LDKCResult_NoneAPIErrorZ_get_ok
1589  * Signature: (J)V
1590  */
1591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneAPIErrorZ_1get_1ok
1592   (JNIEnv *, jclass, jlong);
1593
1594 /*
1595  * Class:     org_ldk_impl_bindings
1596  * Method:    LDKCResult_NoneAPIErrorZ_get_err
1597  * Signature: (J)J
1598  */
1599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneAPIErrorZ_1get_1err
1600   (JNIEnv *, jclass, jlong);
1601
1602 /*
1603  * Class:     org_ldk_impl_bindings
1604  * Method:    LDKCVec_CResult_NoneAPIErrorZZ_new
1605  * Signature: ([J)J
1606  */
1607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1CResult_1NoneAPIErrorZZ_1new
1608   (JNIEnv *, jclass, jlongArray);
1609
1610 /*
1611  * Class:     org_ldk_impl_bindings
1612  * Method:    LDKCVec_APIErrorZ_new
1613  * Signature: ([J)J
1614  */
1615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1APIErrorZ_1new
1616   (JNIEnv *, jclass, jlongArray);
1617
1618 /*
1619  * Class:     org_ldk_impl_bindings
1620  * Method:    LDKCResult__u832APIErrorZ_result_ok
1621  * Signature: (J)Z
1622  */
1623 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1_1u832APIErrorZ_1result_1ok
1624   (JNIEnv *, jclass, jlong);
1625
1626 /*
1627  * Class:     org_ldk_impl_bindings
1628  * Method:    LDKCResult__u832APIErrorZ_get_ok
1629  * Signature: (J)[B
1630  */
1631 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1_1u832APIErrorZ_1get_1ok
1632   (JNIEnv *, jclass, jlong);
1633
1634 /*
1635  * Class:     org_ldk_impl_bindings
1636  * Method:    LDKCResult__u832APIErrorZ_get_err
1637  * Signature: (J)J
1638  */
1639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1_1u832APIErrorZ_1get_1err
1640   (JNIEnv *, jclass, jlong);
1641
1642 /*
1643  * Class:     org_ldk_impl_bindings
1644  * Method:    LDKPaymentSendFailure_ref_from_ptr
1645  * Signature: (J)Lorg/ldk/impl/bindings/LDKPaymentSendFailure;
1646  */
1647 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKPaymentSendFailure_1ref_1from_1ptr
1648   (JNIEnv *, jclass, jlong);
1649
1650 /*
1651  * Class:     org_ldk_impl_bindings
1652  * Method:    LDKCResult_PaymentIdPaymentSendFailureZ_result_ok
1653  * Signature: (J)Z
1654  */
1655 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PaymentIdPaymentSendFailureZ_1result_1ok
1656   (JNIEnv *, jclass, jlong);
1657
1658 /*
1659  * Class:     org_ldk_impl_bindings
1660  * Method:    LDKCResult_PaymentIdPaymentSendFailureZ_get_ok
1661  * Signature: (J)[B
1662  */
1663 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PaymentIdPaymentSendFailureZ_1get_1ok
1664   (JNIEnv *, jclass, jlong);
1665
1666 /*
1667  * Class:     org_ldk_impl_bindings
1668  * Method:    LDKCResult_PaymentIdPaymentSendFailureZ_get_err
1669  * Signature: (J)J
1670  */
1671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PaymentIdPaymentSendFailureZ_1get_1err
1672   (JNIEnv *, jclass, jlong);
1673
1674 /*
1675  * Class:     org_ldk_impl_bindings
1676  * Method:    LDKCResult_NonePaymentSendFailureZ_result_ok
1677  * Signature: (J)Z
1678  */
1679 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePaymentSendFailureZ_1result_1ok
1680   (JNIEnv *, jclass, jlong);
1681
1682 /*
1683  * Class:     org_ldk_impl_bindings
1684  * Method:    LDKCResult_NonePaymentSendFailureZ_get_ok
1685  * Signature: (J)V
1686  */
1687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePaymentSendFailureZ_1get_1ok
1688   (JNIEnv *, jclass, jlong);
1689
1690 /*
1691  * Class:     org_ldk_impl_bindings
1692  * Method:    LDKCResult_NonePaymentSendFailureZ_get_err
1693  * Signature: (J)J
1694  */
1695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePaymentSendFailureZ_1get_1err
1696   (JNIEnv *, jclass, jlong);
1697
1698 /*
1699  * Class:     org_ldk_impl_bindings
1700  * Method:    C2Tuple_PaymentHashPaymentIdZ_get_a
1701  * Signature: (J)[B
1702  */
1703 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentIdZ_1get_1a
1704   (JNIEnv *, jclass, jlong);
1705
1706 /*
1707  * Class:     org_ldk_impl_bindings
1708  * Method:    C2Tuple_PaymentHashPaymentIdZ_get_b
1709  * Signature: (J)[B
1710  */
1711 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentIdZ_1get_1b
1712   (JNIEnv *, jclass, jlong);
1713
1714 /*
1715  * Class:     org_ldk_impl_bindings
1716  * Method:    LDKCResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_result_ok
1717  * Signature: (J)Z
1718  */
1719 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1PaymentHashPaymentIdZPaymentSendFailureZ_1result_1ok
1720   (JNIEnv *, jclass, jlong);
1721
1722 /*
1723  * Class:     org_ldk_impl_bindings
1724  * Method:    LDKCResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_get_ok
1725  * Signature: (J)J
1726  */
1727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1PaymentHashPaymentIdZPaymentSendFailureZ_1get_1ok
1728   (JNIEnv *, jclass, jlong);
1729
1730 /*
1731  * Class:     org_ldk_impl_bindings
1732  * Method:    LDKCResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_get_err
1733  * Signature: (J)J
1734  */
1735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1PaymentHashPaymentIdZPaymentSendFailureZ_1get_1err
1736   (JNIEnv *, jclass, jlong);
1737
1738 /*
1739  * Class:     org_ldk_impl_bindings
1740  * Method:    LDKNetAddress_ref_from_ptr
1741  * Signature: (J)Lorg/ldk/impl/bindings/LDKNetAddress;
1742  */
1743 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKNetAddress_1ref_1from_1ptr
1744   (JNIEnv *, jclass, jlong);
1745
1746 /*
1747  * Class:     org_ldk_impl_bindings
1748  * Method:    LDKCVec_NetAddressZ_new
1749  * Signature: ([J)J
1750  */
1751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1NetAddressZ_1new
1752   (JNIEnv *, jclass, jlongArray);
1753
1754 /*
1755  * Class:     org_ldk_impl_bindings
1756  * Method:    C2Tuple_PaymentHashPaymentSecretZ_get_a
1757  * Signature: (J)[B
1758  */
1759 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentSecretZ_1get_1a
1760   (JNIEnv *, jclass, jlong);
1761
1762 /*
1763  * Class:     org_ldk_impl_bindings
1764  * Method:    C2Tuple_PaymentHashPaymentSecretZ_get_b
1765  * Signature: (J)[B
1766  */
1767 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentSecretZ_1get_1b
1768   (JNIEnv *, jclass, jlong);
1769
1770 /*
1771  * Class:     org_ldk_impl_bindings
1772  * Method:    LDKCResult_PaymentSecretAPIErrorZ_result_ok
1773  * Signature: (J)Z
1774  */
1775 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PaymentSecretAPIErrorZ_1result_1ok
1776   (JNIEnv *, jclass, jlong);
1777
1778 /*
1779  * Class:     org_ldk_impl_bindings
1780  * Method:    LDKCResult_PaymentSecretAPIErrorZ_get_ok
1781  * Signature: (J)[B
1782  */
1783 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PaymentSecretAPIErrorZ_1get_1ok
1784   (JNIEnv *, jclass, jlong);
1785
1786 /*
1787  * Class:     org_ldk_impl_bindings
1788  * Method:    LDKCResult_PaymentSecretAPIErrorZ_get_err
1789  * Signature: (J)J
1790  */
1791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PaymentSecretAPIErrorZ_1get_1err
1792   (JNIEnv *, jclass, jlong);
1793
1794 /*
1795  * Class:     org_ldk_impl_bindings
1796  * Method:    LDKCVec_ChannelMonitorZ_new
1797  * Signature: ([J)J
1798  */
1799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1ChannelMonitorZ_1new
1800   (JNIEnv *, jclass, jlongArray);
1801
1802 /*
1803  * Class:     org_ldk_impl_bindings
1804  * Method:    LDKWatch_new
1805  * Signature: (Lorg/ldk/impl/bindings/LDKWatch;)J
1806  */
1807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKWatch_1new
1808   (JNIEnv *, jclass, jobject);
1809
1810 /*
1811  * Class:     org_ldk_impl_bindings
1812  * Method:    Watch_watch_channel
1813  * Signature: (JJJ)J
1814  */
1815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Watch_1watch_1channel
1816   (JNIEnv *, jclass, jlong, jlong, jlong);
1817
1818 /*
1819  * Class:     org_ldk_impl_bindings
1820  * Method:    Watch_update_channel
1821  * Signature: (JJJ)J
1822  */
1823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Watch_1update_1channel
1824   (JNIEnv *, jclass, jlong, jlong, jlong);
1825
1826 /*
1827  * Class:     org_ldk_impl_bindings
1828  * Method:    Watch_release_pending_monitor_events
1829  * Signature: (J)[J
1830  */
1831 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_Watch_1release_1pending_1monitor_1events
1832   (JNIEnv *, jclass, jlong);
1833
1834 /*
1835  * Class:     org_ldk_impl_bindings
1836  * Method:    LDKBroadcasterInterface_new
1837  * Signature: (Lorg/ldk/impl/bindings/LDKBroadcasterInterface;)J
1838  */
1839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKBroadcasterInterface_1new
1840   (JNIEnv *, jclass, jobject);
1841
1842 /*
1843  * Class:     org_ldk_impl_bindings
1844  * Method:    BroadcasterInterface_broadcast_transaction
1845  * Signature: (J[B)V
1846  */
1847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BroadcasterInterface_1broadcast_1transaction
1848   (JNIEnv *, jclass, jlong, jbyteArray);
1849
1850 /*
1851  * Class:     org_ldk_impl_bindings
1852  * Method:    LDKKeysInterface_new
1853  * Signature: (Lorg/ldk/impl/bindings/LDKKeysInterface;)J
1854  */
1855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKKeysInterface_1new
1856   (JNIEnv *, jclass, jobject);
1857
1858 /*
1859  * Class:     org_ldk_impl_bindings
1860  * Method:    KeysInterface_get_node_secret
1861  * Signature: (J)[B
1862  */
1863 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_KeysInterface_1get_1node_1secret
1864   (JNIEnv *, jclass, jlong);
1865
1866 /*
1867  * Class:     org_ldk_impl_bindings
1868  * Method:    KeysInterface_get_destination_script
1869  * Signature: (J)[B
1870  */
1871 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_KeysInterface_1get_1destination_1script
1872   (JNIEnv *, jclass, jlong);
1873
1874 /*
1875  * Class:     org_ldk_impl_bindings
1876  * Method:    KeysInterface_get_shutdown_scriptpubkey
1877  * Signature: (J)J
1878  */
1879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysInterface_1get_1shutdown_1scriptpubkey
1880   (JNIEnv *, jclass, jlong);
1881
1882 /*
1883  * Class:     org_ldk_impl_bindings
1884  * Method:    KeysInterface_get_channel_signer
1885  * Signature: (JZJ)J
1886  */
1887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysInterface_1get_1channel_1signer
1888   (JNIEnv *, jclass, jlong, jboolean, jlong);
1889
1890 /*
1891  * Class:     org_ldk_impl_bindings
1892  * Method:    KeysInterface_get_secure_random_bytes
1893  * Signature: (J)[B
1894  */
1895 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_KeysInterface_1get_1secure_1random_1bytes
1896   (JNIEnv *, jclass, jlong);
1897
1898 /*
1899  * Class:     org_ldk_impl_bindings
1900  * Method:    KeysInterface_read_chan_signer
1901  * Signature: (J[B)J
1902  */
1903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysInterface_1read_1chan_1signer
1904   (JNIEnv *, jclass, jlong, jbyteArray);
1905
1906 /*
1907  * Class:     org_ldk_impl_bindings
1908  * Method:    KeysInterface_sign_invoice
1909  * Signature: (J[B)J
1910  */
1911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysInterface_1sign_1invoice
1912   (JNIEnv *, jclass, jlong, jbyteArray);
1913
1914 /*
1915  * Class:     org_ldk_impl_bindings
1916  * Method:    LDKFeeEstimator_new
1917  * Signature: (Lorg/ldk/impl/bindings/LDKFeeEstimator;)J
1918  */
1919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKFeeEstimator_1new
1920   (JNIEnv *, jclass, jobject);
1921
1922 /*
1923  * Class:     org_ldk_impl_bindings
1924  * Method:    FeeEstimator_get_est_sat_per_1000_weight
1925  * Signature: (JLorg/ldk/enums/ConfirmationTarget;)I
1926  */
1927 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_FeeEstimator_1get_1est_1sat_1per_11000_1weight
1928   (JNIEnv *, jclass, jlong, jobject);
1929
1930 /*
1931  * Class:     org_ldk_impl_bindings
1932  * Method:    LDKLogger_new
1933  * Signature: (Lorg/ldk/impl/bindings/LDKLogger;)J
1934  */
1935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKLogger_1new
1936   (JNIEnv *, jclass, jobject);
1937
1938 /*
1939  * Class:     org_ldk_impl_bindings
1940  * Method:    C2Tuple_BlockHashChannelManagerZ_get_a
1941  * Signature: (J)[B
1942  */
1943 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelManagerZ_1get_1a
1944   (JNIEnv *, jclass, jlong);
1945
1946 /*
1947  * Class:     org_ldk_impl_bindings
1948  * Method:    C2Tuple_BlockHashChannelManagerZ_get_b
1949  * Signature: (J)J
1950  */
1951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelManagerZ_1get_1b
1952   (JNIEnv *, jclass, jlong);
1953
1954 /*
1955  * Class:     org_ldk_impl_bindings
1956  * Method:    LDKCResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_result_ok
1957  * Signature: (J)Z
1958  */
1959 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1result_1ok
1960   (JNIEnv *, jclass, jlong);
1961
1962 /*
1963  * Class:     org_ldk_impl_bindings
1964  * Method:    LDKCResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_get_ok
1965  * Signature: (J)J
1966  */
1967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1get_1ok
1968   (JNIEnv *, jclass, jlong);
1969
1970 /*
1971  * Class:     org_ldk_impl_bindings
1972  * Method:    LDKCResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_get_err
1973  * Signature: (J)J
1974  */
1975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1get_1err
1976   (JNIEnv *, jclass, jlong);
1977
1978 /*
1979  * Class:     org_ldk_impl_bindings
1980  * Method:    LDKCResult_ChannelConfigDecodeErrorZ_result_ok
1981  * Signature: (J)Z
1982  */
1983 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelConfigDecodeErrorZ_1result_1ok
1984   (JNIEnv *, jclass, jlong);
1985
1986 /*
1987  * Class:     org_ldk_impl_bindings
1988  * Method:    LDKCResult_ChannelConfigDecodeErrorZ_get_ok
1989  * Signature: (J)J
1990  */
1991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelConfigDecodeErrorZ_1get_1ok
1992   (JNIEnv *, jclass, jlong);
1993
1994 /*
1995  * Class:     org_ldk_impl_bindings
1996  * Method:    LDKCResult_ChannelConfigDecodeErrorZ_get_err
1997  * Signature: (J)J
1998  */
1999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelConfigDecodeErrorZ_1get_1err
2000   (JNIEnv *, jclass, jlong);
2001
2002 /*
2003  * Class:     org_ldk_impl_bindings
2004  * Method:    LDKCResult_OutPointDecodeErrorZ_result_ok
2005  * Signature: (J)Z
2006  */
2007 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1OutPointDecodeErrorZ_1result_1ok
2008   (JNIEnv *, jclass, jlong);
2009
2010 /*
2011  * Class:     org_ldk_impl_bindings
2012  * Method:    LDKCResult_OutPointDecodeErrorZ_get_ok
2013  * Signature: (J)J
2014  */
2015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1OutPointDecodeErrorZ_1get_1ok
2016   (JNIEnv *, jclass, jlong);
2017
2018 /*
2019  * Class:     org_ldk_impl_bindings
2020  * Method:    LDKCResult_OutPointDecodeErrorZ_get_err
2021  * Signature: (J)J
2022  */
2023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1OutPointDecodeErrorZ_1get_1err
2024   (JNIEnv *, jclass, jlong);
2025
2026 /*
2027  * Class:     org_ldk_impl_bindings
2028  * Method:    LDKType_new
2029  * Signature: (Lorg/ldk/impl/bindings/LDKType;)J
2030  */
2031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKType_1new
2032   (JNIEnv *, jclass, jobject);
2033
2034 /*
2035  * Class:     org_ldk_impl_bindings
2036  * Method:    Type_type_id
2037  * Signature: (J)S
2038  */
2039 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_Type_1type_1id
2040   (JNIEnv *, jclass, jlong);
2041
2042 /*
2043  * Class:     org_ldk_impl_bindings
2044  * Method:    Type_debug_str
2045  * Signature: (J)Ljava/lang/String;
2046  */
2047 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_Type_1debug_1str
2048   (JNIEnv *, jclass, jlong);
2049
2050 /*
2051  * Class:     org_ldk_impl_bindings
2052  * Method:    Type_write
2053  * Signature: (J)[B
2054  */
2055 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Type_1write
2056   (JNIEnv *, jclass, jlong);
2057
2058 /*
2059  * Class:     org_ldk_impl_bindings
2060  * Method:    LDKCOption_TypeZ_ref_from_ptr
2061  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_TypeZ;
2062  */
2063 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1TypeZ_1ref_1from_1ptr
2064   (JNIEnv *, jclass, jlong);
2065
2066 /*
2067  * Class:     org_ldk_impl_bindings
2068  * Method:    LDKCResult_COption_TypeZDecodeErrorZ_result_ok
2069  * Signature: (J)Z
2070  */
2071 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1COption_1TypeZDecodeErrorZ_1result_1ok
2072   (JNIEnv *, jclass, jlong);
2073
2074 /*
2075  * Class:     org_ldk_impl_bindings
2076  * Method:    LDKCResult_COption_TypeZDecodeErrorZ_get_ok
2077  * Signature: (J)J
2078  */
2079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1COption_1TypeZDecodeErrorZ_1get_1ok
2080   (JNIEnv *, jclass, jlong);
2081
2082 /*
2083  * Class:     org_ldk_impl_bindings
2084  * Method:    LDKCResult_COption_TypeZDecodeErrorZ_get_err
2085  * Signature: (J)J
2086  */
2087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1COption_1TypeZDecodeErrorZ_1get_1err
2088   (JNIEnv *, jclass, jlong);
2089
2090 /*
2091  * Class:     org_ldk_impl_bindings
2092  * Method:    LDKPaymentError_ref_from_ptr
2093  * Signature: (J)Lorg/ldk/impl/bindings/LDKPaymentError;
2094  */
2095 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKPaymentError_1ref_1from_1ptr
2096   (JNIEnv *, jclass, jlong);
2097
2098 /*
2099  * Class:     org_ldk_impl_bindings
2100  * Method:    LDKCResult_PaymentIdPaymentErrorZ_result_ok
2101  * Signature: (J)Z
2102  */
2103 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PaymentIdPaymentErrorZ_1result_1ok
2104   (JNIEnv *, jclass, jlong);
2105
2106 /*
2107  * Class:     org_ldk_impl_bindings
2108  * Method:    LDKCResult_PaymentIdPaymentErrorZ_get_ok
2109  * Signature: (J)[B
2110  */
2111 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PaymentIdPaymentErrorZ_1get_1ok
2112   (JNIEnv *, jclass, jlong);
2113
2114 /*
2115  * Class:     org_ldk_impl_bindings
2116  * Method:    LDKCResult_PaymentIdPaymentErrorZ_get_err
2117  * Signature: (J)J
2118  */
2119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PaymentIdPaymentErrorZ_1get_1err
2120   (JNIEnv *, jclass, jlong);
2121
2122 /*
2123  * Class:     org_ldk_impl_bindings
2124  * Method:    LDKCResult_SiPrefixNoneZ_result_ok
2125  * Signature: (J)Z
2126  */
2127 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SiPrefixNoneZ_1result_1ok
2128   (JNIEnv *, jclass, jlong);
2129
2130 /*
2131  * Class:     org_ldk_impl_bindings
2132  * Method:    LDKCResult_SiPrefixNoneZ_get_ok
2133  * Signature: (J)Lorg/ldk/enums/SiPrefix;
2134  */
2135 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SiPrefixNoneZ_1get_1ok
2136   (JNIEnv *, jclass, jlong);
2137
2138 /*
2139  * Class:     org_ldk_impl_bindings
2140  * Method:    LDKCResult_SiPrefixNoneZ_get_err
2141  * Signature: (J)V
2142  */
2143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SiPrefixNoneZ_1get_1err
2144   (JNIEnv *, jclass, jlong);
2145
2146 /*
2147  * Class:     org_ldk_impl_bindings
2148  * Method:    LDKCResult_InvoiceNoneZ_result_ok
2149  * Signature: (J)Z
2150  */
2151 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InvoiceNoneZ_1result_1ok
2152   (JNIEnv *, jclass, jlong);
2153
2154 /*
2155  * Class:     org_ldk_impl_bindings
2156  * Method:    LDKCResult_InvoiceNoneZ_get_ok
2157  * Signature: (J)J
2158  */
2159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InvoiceNoneZ_1get_1ok
2160   (JNIEnv *, jclass, jlong);
2161
2162 /*
2163  * Class:     org_ldk_impl_bindings
2164  * Method:    LDKCResult_InvoiceNoneZ_get_err
2165  * Signature: (J)V
2166  */
2167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InvoiceNoneZ_1get_1err
2168   (JNIEnv *, jclass, jlong);
2169
2170 /*
2171  * Class:     org_ldk_impl_bindings
2172  * Method:    LDKCResult_SignedRawInvoiceNoneZ_result_ok
2173  * Signature: (J)Z
2174  */
2175 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignedRawInvoiceNoneZ_1result_1ok
2176   (JNIEnv *, jclass, jlong);
2177
2178 /*
2179  * Class:     org_ldk_impl_bindings
2180  * Method:    LDKCResult_SignedRawInvoiceNoneZ_get_ok
2181  * Signature: (J)J
2182  */
2183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignedRawInvoiceNoneZ_1get_1ok
2184   (JNIEnv *, jclass, jlong);
2185
2186 /*
2187  * Class:     org_ldk_impl_bindings
2188  * Method:    LDKCResult_SignedRawInvoiceNoneZ_get_err
2189  * Signature: (J)V
2190  */
2191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1SignedRawInvoiceNoneZ_1get_1err
2192   (JNIEnv *, jclass, jlong);
2193
2194 /*
2195  * Class:     org_ldk_impl_bindings
2196  * Method:    C3Tuple_RawInvoice_u832InvoiceSignatureZ_get_a
2197  * Signature: (J)J
2198  */
2199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1RawInvoice_1u832InvoiceSignatureZ_1get_1a
2200   (JNIEnv *, jclass, jlong);
2201
2202 /*
2203  * Class:     org_ldk_impl_bindings
2204  * Method:    C3Tuple_RawInvoice_u832InvoiceSignatureZ_get_b
2205  * Signature: (J)[B
2206  */
2207 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C3Tuple_1RawInvoice_1u832InvoiceSignatureZ_1get_1b
2208   (JNIEnv *, jclass, jlong);
2209
2210 /*
2211  * Class:     org_ldk_impl_bindings
2212  * Method:    C3Tuple_RawInvoice_u832InvoiceSignatureZ_get_c
2213  * Signature: (J)J
2214  */
2215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1RawInvoice_1u832InvoiceSignatureZ_1get_1c
2216   (JNIEnv *, jclass, jlong);
2217
2218 /*
2219  * Class:     org_ldk_impl_bindings
2220  * Method:    LDKCResult_PayeePubKeyErrorZ_result_ok
2221  * Signature: (J)Z
2222  */
2223 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PayeePubKeyErrorZ_1result_1ok
2224   (JNIEnv *, jclass, jlong);
2225
2226 /*
2227  * Class:     org_ldk_impl_bindings
2228  * Method:    LDKCResult_PayeePubKeyErrorZ_get_ok
2229  * Signature: (J)J
2230  */
2231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PayeePubKeyErrorZ_1get_1ok
2232   (JNIEnv *, jclass, jlong);
2233
2234 /*
2235  * Class:     org_ldk_impl_bindings
2236  * Method:    LDKCResult_PayeePubKeyErrorZ_get_err
2237  * Signature: (J)Lorg/ldk/enums/Secp256k1Error;
2238  */
2239 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PayeePubKeyErrorZ_1get_1err
2240   (JNIEnv *, jclass, jlong);
2241
2242 /*
2243  * Class:     org_ldk_impl_bindings
2244  * Method:    LDKCVec_PrivateRouteZ_new
2245  * Signature: ([J)J
2246  */
2247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1PrivateRouteZ_1new
2248   (JNIEnv *, jclass, jlongArray);
2249
2250 /*
2251  * Class:     org_ldk_impl_bindings
2252  * Method:    LDKCResult_PositiveTimestampCreationErrorZ_result_ok
2253  * Signature: (J)Z
2254  */
2255 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PositiveTimestampCreationErrorZ_1result_1ok
2256   (JNIEnv *, jclass, jlong);
2257
2258 /*
2259  * Class:     org_ldk_impl_bindings
2260  * Method:    LDKCResult_PositiveTimestampCreationErrorZ_get_ok
2261  * Signature: (J)J
2262  */
2263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PositiveTimestampCreationErrorZ_1get_1ok
2264   (JNIEnv *, jclass, jlong);
2265
2266 /*
2267  * Class:     org_ldk_impl_bindings
2268  * Method:    LDKCResult_PositiveTimestampCreationErrorZ_get_err
2269  * Signature: (J)Lorg/ldk/enums/CreationError;
2270  */
2271 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PositiveTimestampCreationErrorZ_1get_1err
2272   (JNIEnv *, jclass, jlong);
2273
2274 /*
2275  * Class:     org_ldk_impl_bindings
2276  * Method:    LDKCResult_NoneSemanticErrorZ_result_ok
2277  * Signature: (J)Z
2278  */
2279 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneSemanticErrorZ_1result_1ok
2280   (JNIEnv *, jclass, jlong);
2281
2282 /*
2283  * Class:     org_ldk_impl_bindings
2284  * Method:    LDKCResult_NoneSemanticErrorZ_get_ok
2285  * Signature: (J)V
2286  */
2287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneSemanticErrorZ_1get_1ok
2288   (JNIEnv *, jclass, jlong);
2289
2290 /*
2291  * Class:     org_ldk_impl_bindings
2292  * Method:    LDKCResult_NoneSemanticErrorZ_get_err
2293  * Signature: (J)Lorg/ldk/enums/SemanticError;
2294  */
2295 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneSemanticErrorZ_1get_1err
2296   (JNIEnv *, jclass, jlong);
2297
2298 /*
2299  * Class:     org_ldk_impl_bindings
2300  * Method:    LDKCResult_InvoiceSemanticErrorZ_result_ok
2301  * Signature: (J)Z
2302  */
2303 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InvoiceSemanticErrorZ_1result_1ok
2304   (JNIEnv *, jclass, jlong);
2305
2306 /*
2307  * Class:     org_ldk_impl_bindings
2308  * Method:    LDKCResult_InvoiceSemanticErrorZ_get_ok
2309  * Signature: (J)J
2310  */
2311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InvoiceSemanticErrorZ_1get_1ok
2312   (JNIEnv *, jclass, jlong);
2313
2314 /*
2315  * Class:     org_ldk_impl_bindings
2316  * Method:    LDKCResult_InvoiceSemanticErrorZ_get_err
2317  * Signature: (J)Lorg/ldk/enums/SemanticError;
2318  */
2319 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InvoiceSemanticErrorZ_1get_1err
2320   (JNIEnv *, jclass, jlong);
2321
2322 /*
2323  * Class:     org_ldk_impl_bindings
2324  * Method:    LDKCResult_DescriptionCreationErrorZ_result_ok
2325  * Signature: (J)Z
2326  */
2327 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1DescriptionCreationErrorZ_1result_1ok
2328   (JNIEnv *, jclass, jlong);
2329
2330 /*
2331  * Class:     org_ldk_impl_bindings
2332  * Method:    LDKCResult_DescriptionCreationErrorZ_get_ok
2333  * Signature: (J)J
2334  */
2335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1DescriptionCreationErrorZ_1get_1ok
2336   (JNIEnv *, jclass, jlong);
2337
2338 /*
2339  * Class:     org_ldk_impl_bindings
2340  * Method:    LDKCResult_DescriptionCreationErrorZ_get_err
2341  * Signature: (J)Lorg/ldk/enums/CreationError;
2342  */
2343 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1DescriptionCreationErrorZ_1get_1err
2344   (JNIEnv *, jclass, jlong);
2345
2346 /*
2347  * Class:     org_ldk_impl_bindings
2348  * Method:    LDKCResult_ExpiryTimeCreationErrorZ_result_ok
2349  * Signature: (J)Z
2350  */
2351 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ExpiryTimeCreationErrorZ_1result_1ok
2352   (JNIEnv *, jclass, jlong);
2353
2354 /*
2355  * Class:     org_ldk_impl_bindings
2356  * Method:    LDKCResult_ExpiryTimeCreationErrorZ_get_ok
2357  * Signature: (J)J
2358  */
2359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ExpiryTimeCreationErrorZ_1get_1ok
2360   (JNIEnv *, jclass, jlong);
2361
2362 /*
2363  * Class:     org_ldk_impl_bindings
2364  * Method:    LDKCResult_ExpiryTimeCreationErrorZ_get_err
2365  * Signature: (J)Lorg/ldk/enums/CreationError;
2366  */
2367 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ExpiryTimeCreationErrorZ_1get_1err
2368   (JNIEnv *, jclass, jlong);
2369
2370 /*
2371  * Class:     org_ldk_impl_bindings
2372  * Method:    LDKCResult_PrivateRouteCreationErrorZ_result_ok
2373  * Signature: (J)Z
2374  */
2375 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PrivateRouteCreationErrorZ_1result_1ok
2376   (JNIEnv *, jclass, jlong);
2377
2378 /*
2379  * Class:     org_ldk_impl_bindings
2380  * Method:    LDKCResult_PrivateRouteCreationErrorZ_get_ok
2381  * Signature: (J)J
2382  */
2383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PrivateRouteCreationErrorZ_1get_1ok
2384   (JNIEnv *, jclass, jlong);
2385
2386 /*
2387  * Class:     org_ldk_impl_bindings
2388  * Method:    LDKCResult_PrivateRouteCreationErrorZ_get_err
2389  * Signature: (J)Lorg/ldk/enums/CreationError;
2390  */
2391 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PrivateRouteCreationErrorZ_1get_1err
2392   (JNIEnv *, jclass, jlong);
2393
2394 /*
2395  * Class:     org_ldk_impl_bindings
2396  * Method:    LDKCResult_StringErrorZ_result_ok
2397  * Signature: (J)Z
2398  */
2399 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1StringErrorZ_1result_1ok
2400   (JNIEnv *, jclass, jlong);
2401
2402 /*
2403  * Class:     org_ldk_impl_bindings
2404  * Method:    LDKCResult_StringErrorZ_get_ok
2405  * Signature: (J)Ljava/lang/String;
2406  */
2407 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_LDKCResult_1StringErrorZ_1get_1ok
2408   (JNIEnv *, jclass, jlong);
2409
2410 /*
2411  * Class:     org_ldk_impl_bindings
2412  * Method:    LDKCResult_StringErrorZ_get_err
2413  * Signature: (J)Lorg/ldk/enums/Secp256k1Error;
2414  */
2415 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCResult_1StringErrorZ_1get_1err
2416   (JNIEnv *, jclass, jlong);
2417
2418 /*
2419  * Class:     org_ldk_impl_bindings
2420  * Method:    LDKCResult_ChannelMonitorUpdateDecodeErrorZ_result_ok
2421  * Signature: (J)Z
2422  */
2423 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelMonitorUpdateDecodeErrorZ_1result_1ok
2424   (JNIEnv *, jclass, jlong);
2425
2426 /*
2427  * Class:     org_ldk_impl_bindings
2428  * Method:    LDKCResult_ChannelMonitorUpdateDecodeErrorZ_get_ok
2429  * Signature: (J)J
2430  */
2431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelMonitorUpdateDecodeErrorZ_1get_1ok
2432   (JNIEnv *, jclass, jlong);
2433
2434 /*
2435  * Class:     org_ldk_impl_bindings
2436  * Method:    LDKCResult_ChannelMonitorUpdateDecodeErrorZ_get_err
2437  * Signature: (J)J
2438  */
2439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelMonitorUpdateDecodeErrorZ_1get_1err
2440   (JNIEnv *, jclass, jlong);
2441
2442 /*
2443  * Class:     org_ldk_impl_bindings
2444  * Method:    LDKCResult_HTLCUpdateDecodeErrorZ_result_ok
2445  * Signature: (J)Z
2446  */
2447 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HTLCUpdateDecodeErrorZ_1result_1ok
2448   (JNIEnv *, jclass, jlong);
2449
2450 /*
2451  * Class:     org_ldk_impl_bindings
2452  * Method:    LDKCResult_HTLCUpdateDecodeErrorZ_get_ok
2453  * Signature: (J)J
2454  */
2455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HTLCUpdateDecodeErrorZ_1get_1ok
2456   (JNIEnv *, jclass, jlong);
2457
2458 /*
2459  * Class:     org_ldk_impl_bindings
2460  * Method:    LDKCResult_HTLCUpdateDecodeErrorZ_get_err
2461  * Signature: (J)J
2462  */
2463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1HTLCUpdateDecodeErrorZ_1get_1err
2464   (JNIEnv *, jclass, jlong);
2465
2466 /*
2467  * Class:     org_ldk_impl_bindings
2468  * Method:    LDKCResult_NoneMonitorUpdateErrorZ_result_ok
2469  * Signature: (J)Z
2470  */
2471 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneMonitorUpdateErrorZ_1result_1ok
2472   (JNIEnv *, jclass, jlong);
2473
2474 /*
2475  * Class:     org_ldk_impl_bindings
2476  * Method:    LDKCResult_NoneMonitorUpdateErrorZ_get_ok
2477  * Signature: (J)V
2478  */
2479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneMonitorUpdateErrorZ_1get_1ok
2480   (JNIEnv *, jclass, jlong);
2481
2482 /*
2483  * Class:     org_ldk_impl_bindings
2484  * Method:    LDKCResult_NoneMonitorUpdateErrorZ_get_err
2485  * Signature: (J)J
2486  */
2487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneMonitorUpdateErrorZ_1get_1err
2488   (JNIEnv *, jclass, jlong);
2489
2490 /*
2491  * Class:     org_ldk_impl_bindings
2492  * Method:    C2Tuple_OutPointScriptZ_get_a
2493  * Signature: (J)J
2494  */
2495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointScriptZ_1get_1a
2496   (JNIEnv *, jclass, jlong);
2497
2498 /*
2499  * Class:     org_ldk_impl_bindings
2500  * Method:    C2Tuple_OutPointScriptZ_get_b
2501  * Signature: (J)[B
2502  */
2503 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointScriptZ_1get_1b
2504   (JNIEnv *, jclass, jlong);
2505
2506 /*
2507  * Class:     org_ldk_impl_bindings
2508  * Method:    C2Tuple_u32ScriptZ_get_a
2509  * Signature: (J)I
2510  */
2511 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32ScriptZ_1get_1a
2512   (JNIEnv *, jclass, jlong);
2513
2514 /*
2515  * Class:     org_ldk_impl_bindings
2516  * Method:    C2Tuple_u32ScriptZ_get_b
2517  * Signature: (J)[B
2518  */
2519 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32ScriptZ_1get_1b
2520   (JNIEnv *, jclass, jlong);
2521
2522 /*
2523  * Class:     org_ldk_impl_bindings
2524  * Method:    LDKCVec_C2Tuple_u32ScriptZZ_new
2525  * Signature: ([J)J
2526  */
2527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1C2Tuple_1u32ScriptZZ_1new
2528   (JNIEnv *, jclass, jlongArray);
2529
2530 /*
2531  * Class:     org_ldk_impl_bindings
2532  * Method:    C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZ_get_a
2533  * Signature: (J)[B
2534  */
2535 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZ_1get_1a
2536   (JNIEnv *, jclass, jlong);
2537
2538 /*
2539  * Class:     org_ldk_impl_bindings
2540  * Method:    C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZ_get_b
2541  * Signature: (J)[J
2542  */
2543 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZ_1get_1b
2544   (JNIEnv *, jclass, jlong);
2545
2546 /*
2547  * Class:     org_ldk_impl_bindings
2548  * Method:    LDKCVec_C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZZ_new
2549  * Signature: ([J)J
2550  */
2551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZZ_1new
2552   (JNIEnv *, jclass, jlongArray);
2553
2554 /*
2555  * Class:     org_ldk_impl_bindings
2556  * Method:    LDKPaymentPurpose_ref_from_ptr
2557  * Signature: (J)Lorg/ldk/impl/bindings/LDKPaymentPurpose;
2558  */
2559 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKPaymentPurpose_1ref_1from_1ptr
2560   (JNIEnv *, jclass, jlong);
2561
2562 /*
2563  * Class:     org_ldk_impl_bindings
2564  * Method:    LDKClosureReason_ref_from_ptr
2565  * Signature: (J)Lorg/ldk/impl/bindings/LDKClosureReason;
2566  */
2567 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKClosureReason_1ref_1from_1ptr
2568   (JNIEnv *, jclass, jlong);
2569
2570 /*
2571  * Class:     org_ldk_impl_bindings
2572  * Method:    LDKEvent_ref_from_ptr
2573  * Signature: (J)Lorg/ldk/impl/bindings/LDKEvent;
2574  */
2575 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKEvent_1ref_1from_1ptr
2576   (JNIEnv *, jclass, jlong);
2577
2578 /*
2579  * Class:     org_ldk_impl_bindings
2580  * Method:    LDKCVec_EventZ_new
2581  * Signature: ([J)J
2582  */
2583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1EventZ_1new
2584   (JNIEnv *, jclass, jlongArray);
2585
2586 /*
2587  * Class:     org_ldk_impl_bindings
2588  * Method:    C2Tuple_u32TxOutZ_get_a
2589  * Signature: (J)I
2590  */
2591 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32TxOutZ_1get_1a
2592   (JNIEnv *, jclass, jlong);
2593
2594 /*
2595  * Class:     org_ldk_impl_bindings
2596  * Method:    C2Tuple_u32TxOutZ_get_b
2597  * Signature: (J)J
2598  */
2599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32TxOutZ_1get_1b
2600   (JNIEnv *, jclass, jlong);
2601
2602 /*
2603  * Class:     org_ldk_impl_bindings
2604  * Method:    LDKCVec_C2Tuple_u32TxOutZZ_new
2605  * Signature: ([J)J
2606  */
2607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1C2Tuple_1u32TxOutZZ_1new
2608   (JNIEnv *, jclass, jlongArray);
2609
2610 /*
2611  * Class:     org_ldk_impl_bindings
2612  * Method:    C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ_get_a
2613  * Signature: (J)[B
2614  */
2615 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZ_1get_1a
2616   (JNIEnv *, jclass, jlong);
2617
2618 /*
2619  * Class:     org_ldk_impl_bindings
2620  * Method:    C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ_get_b
2621  * Signature: (J)[J
2622  */
2623 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZ_1get_1b
2624   (JNIEnv *, jclass, jlong);
2625
2626 /*
2627  * Class:     org_ldk_impl_bindings
2628  * Method:    LDKCVec_C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZZ_new
2629  * Signature: ([J)J
2630  */
2631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZZ_1new
2632   (JNIEnv *, jclass, jlongArray);
2633
2634 /*
2635  * Class:     org_ldk_impl_bindings
2636  * Method:    LDKBalance_ref_from_ptr
2637  * Signature: (J)Lorg/ldk/impl/bindings/LDKBalance;
2638  */
2639 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKBalance_1ref_1from_1ptr
2640   (JNIEnv *, jclass, jlong);
2641
2642 /*
2643  * Class:     org_ldk_impl_bindings
2644  * Method:    LDKCVec_BalanceZ_new
2645  * Signature: ([J)J
2646  */
2647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1BalanceZ_1new
2648   (JNIEnv *, jclass, jlongArray);
2649
2650 /*
2651  * Class:     org_ldk_impl_bindings
2652  * Method:    LDKCResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_result_ok
2653  * Signature: (J)Z
2654  */
2655 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1result_1ok
2656   (JNIEnv *, jclass, jlong);
2657
2658 /*
2659  * Class:     org_ldk_impl_bindings
2660  * Method:    LDKCResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_get_ok
2661  * Signature: (J)J
2662  */
2663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1get_1ok
2664   (JNIEnv *, jclass, jlong);
2665
2666 /*
2667  * Class:     org_ldk_impl_bindings
2668  * Method:    LDKCResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_get_err
2669  * Signature: (J)J
2670  */
2671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1get_1err
2672   (JNIEnv *, jclass, jlong);
2673
2674 /*
2675  * Class:     org_ldk_impl_bindings
2676  * Method:    LDKCResult_NoneLightningErrorZ_result_ok
2677  * Signature: (J)Z
2678  */
2679 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneLightningErrorZ_1result_1ok
2680   (JNIEnv *, jclass, jlong);
2681
2682 /*
2683  * Class:     org_ldk_impl_bindings
2684  * Method:    LDKCResult_NoneLightningErrorZ_get_ok
2685  * Signature: (J)V
2686  */
2687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneLightningErrorZ_1get_1ok
2688   (JNIEnv *, jclass, jlong);
2689
2690 /*
2691  * Class:     org_ldk_impl_bindings
2692  * Method:    LDKCResult_NoneLightningErrorZ_get_err
2693  * Signature: (J)J
2694  */
2695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NoneLightningErrorZ_1get_1err
2696   (JNIEnv *, jclass, jlong);
2697
2698 /*
2699  * Class:     org_ldk_impl_bindings
2700  * Method:    C2Tuple_PublicKeyTypeZ_get_a
2701  * Signature: (J)[B
2702  */
2703 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyTypeZ_1get_1a
2704   (JNIEnv *, jclass, jlong);
2705
2706 /*
2707  * Class:     org_ldk_impl_bindings
2708  * Method:    C2Tuple_PublicKeyTypeZ_get_b
2709  * Signature: (J)J
2710  */
2711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyTypeZ_1get_1b
2712   (JNIEnv *, jclass, jlong);
2713
2714 /*
2715  * Class:     org_ldk_impl_bindings
2716  * Method:    LDKCVec_C2Tuple_PublicKeyTypeZZ_new
2717  * Signature: ([J)J
2718  */
2719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1C2Tuple_1PublicKeyTypeZZ_1new
2720   (JNIEnv *, jclass, jlongArray);
2721
2722 /*
2723  * Class:     org_ldk_impl_bindings
2724  * Method:    LDKCResult_boolLightningErrorZ_result_ok
2725  * Signature: (J)Z
2726  */
2727 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolLightningErrorZ_1result_1ok
2728   (JNIEnv *, jclass, jlong);
2729
2730 /*
2731  * Class:     org_ldk_impl_bindings
2732  * Method:    LDKCResult_boolLightningErrorZ_get_ok
2733  * Signature: (J)Z
2734  */
2735 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolLightningErrorZ_1get_1ok
2736   (JNIEnv *, jclass, jlong);
2737
2738 /*
2739  * Class:     org_ldk_impl_bindings
2740  * Method:    LDKCResult_boolLightningErrorZ_get_err
2741  * Signature: (J)J
2742  */
2743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolLightningErrorZ_1get_1err
2744   (JNIEnv *, jclass, jlong);
2745
2746 /*
2747  * Class:     org_ldk_impl_bindings
2748  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_get_a
2749  * Signature: (J)J
2750  */
2751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1get_1a
2752   (JNIEnv *, jclass, jlong);
2753
2754 /*
2755  * Class:     org_ldk_impl_bindings
2756  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_get_b
2757  * Signature: (J)J
2758  */
2759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1get_1b
2760   (JNIEnv *, jclass, jlong);
2761
2762 /*
2763  * Class:     org_ldk_impl_bindings
2764  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_get_c
2765  * Signature: (J)J
2766  */
2767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1get_1c
2768   (JNIEnv *, jclass, jlong);
2769
2770 /*
2771  * Class:     org_ldk_impl_bindings
2772  * Method:    LDKCVec_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ_new
2773  * Signature: ([J)J
2774  */
2775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZZ_1new
2776   (JNIEnv *, jclass, jlongArray);
2777
2778 /*
2779  * Class:     org_ldk_impl_bindings
2780  * Method:    LDKCVec_NodeAnnouncementZ_new
2781  * Signature: ([J)J
2782  */
2783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1NodeAnnouncementZ_1new
2784   (JNIEnv *, jclass, jlongArray);
2785
2786 /*
2787  * Class:     org_ldk_impl_bindings
2788  * Method:    LDKCResult_CVec_u8ZPeerHandleErrorZ_result_ok
2789  * Signature: (J)Z
2790  */
2791 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1u8ZPeerHandleErrorZ_1result_1ok
2792   (JNIEnv *, jclass, jlong);
2793
2794 /*
2795  * Class:     org_ldk_impl_bindings
2796  * Method:    LDKCResult_CVec_u8ZPeerHandleErrorZ_get_ok
2797  * Signature: (J)[B
2798  */
2799 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1u8ZPeerHandleErrorZ_1get_1ok
2800   (JNIEnv *, jclass, jlong);
2801
2802 /*
2803  * Class:     org_ldk_impl_bindings
2804  * Method:    LDKCResult_CVec_u8ZPeerHandleErrorZ_get_err
2805  * Signature: (J)J
2806  */
2807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CVec_1u8ZPeerHandleErrorZ_1get_1err
2808   (JNIEnv *, jclass, jlong);
2809
2810 /*
2811  * Class:     org_ldk_impl_bindings
2812  * Method:    LDKCResult_NonePeerHandleErrorZ_result_ok
2813  * Signature: (J)Z
2814  */
2815 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePeerHandleErrorZ_1result_1ok
2816   (JNIEnv *, jclass, jlong);
2817
2818 /*
2819  * Class:     org_ldk_impl_bindings
2820  * Method:    LDKCResult_NonePeerHandleErrorZ_get_ok
2821  * Signature: (J)V
2822  */
2823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePeerHandleErrorZ_1get_1ok
2824   (JNIEnv *, jclass, jlong);
2825
2826 /*
2827  * Class:     org_ldk_impl_bindings
2828  * Method:    LDKCResult_NonePeerHandleErrorZ_get_err
2829  * Signature: (J)J
2830  */
2831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NonePeerHandleErrorZ_1get_1err
2832   (JNIEnv *, jclass, jlong);
2833
2834 /*
2835  * Class:     org_ldk_impl_bindings
2836  * Method:    LDKCResult_boolPeerHandleErrorZ_result_ok
2837  * Signature: (J)Z
2838  */
2839 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolPeerHandleErrorZ_1result_1ok
2840   (JNIEnv *, jclass, jlong);
2841
2842 /*
2843  * Class:     org_ldk_impl_bindings
2844  * Method:    LDKCResult_boolPeerHandleErrorZ_get_ok
2845  * Signature: (J)Z
2846  */
2847 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolPeerHandleErrorZ_1get_1ok
2848   (JNIEnv *, jclass, jlong);
2849
2850 /*
2851  * Class:     org_ldk_impl_bindings
2852  * Method:    LDKCResult_boolPeerHandleErrorZ_get_err
2853  * Signature: (J)J
2854  */
2855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1boolPeerHandleErrorZ_1get_1err
2856   (JNIEnv *, jclass, jlong);
2857
2858 /*
2859  * Class:     org_ldk_impl_bindings
2860  * Method:    LDKCResult_NodeIdDecodeErrorZ_result_ok
2861  * Signature: (J)Z
2862  */
2863 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeIdDecodeErrorZ_1result_1ok
2864   (JNIEnv *, jclass, jlong);
2865
2866 /*
2867  * Class:     org_ldk_impl_bindings
2868  * Method:    LDKCResult_NodeIdDecodeErrorZ_get_ok
2869  * Signature: (J)J
2870  */
2871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeIdDecodeErrorZ_1get_1ok
2872   (JNIEnv *, jclass, jlong);
2873
2874 /*
2875  * Class:     org_ldk_impl_bindings
2876  * Method:    LDKCResult_NodeIdDecodeErrorZ_get_err
2877  * Signature: (J)J
2878  */
2879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeIdDecodeErrorZ_1get_1err
2880   (JNIEnv *, jclass, jlong);
2881
2882 /*
2883  * Class:     org_ldk_impl_bindings
2884  * Method:    LDKAccess_new
2885  * Signature: (Lorg/ldk/impl/bindings/LDKAccess;)J
2886  */
2887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKAccess_1new
2888   (JNIEnv *, jclass, jobject);
2889
2890 /*
2891  * Class:     org_ldk_impl_bindings
2892  * Method:    Access_get_utxo
2893  * Signature: (J[BJ)J
2894  */
2895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Access_1get_1utxo
2896   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
2897
2898 /*
2899  * Class:     org_ldk_impl_bindings
2900  * Method:    LDKCOption_AccessZ_ref_from_ptr
2901  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_AccessZ;
2902  */
2903 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1AccessZ_1ref_1from_1ptr
2904   (JNIEnv *, jclass, jlong);
2905
2906 /*
2907  * Class:     org_ldk_impl_bindings
2908  * Method:    LDKCResult_DirectionalChannelInfoDecodeErrorZ_result_ok
2909  * Signature: (J)Z
2910  */
2911 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1DirectionalChannelInfoDecodeErrorZ_1result_1ok
2912   (JNIEnv *, jclass, jlong);
2913
2914 /*
2915  * Class:     org_ldk_impl_bindings
2916  * Method:    LDKCResult_DirectionalChannelInfoDecodeErrorZ_get_ok
2917  * Signature: (J)J
2918  */
2919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1DirectionalChannelInfoDecodeErrorZ_1get_1ok
2920   (JNIEnv *, jclass, jlong);
2921
2922 /*
2923  * Class:     org_ldk_impl_bindings
2924  * Method:    LDKCResult_DirectionalChannelInfoDecodeErrorZ_get_err
2925  * Signature: (J)J
2926  */
2927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1DirectionalChannelInfoDecodeErrorZ_1get_1err
2928   (JNIEnv *, jclass, jlong);
2929
2930 /*
2931  * Class:     org_ldk_impl_bindings
2932  * Method:    LDKCResult_ChannelInfoDecodeErrorZ_result_ok
2933  * Signature: (J)Z
2934  */
2935 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelInfoDecodeErrorZ_1result_1ok
2936   (JNIEnv *, jclass, jlong);
2937
2938 /*
2939  * Class:     org_ldk_impl_bindings
2940  * Method:    LDKCResult_ChannelInfoDecodeErrorZ_get_ok
2941  * Signature: (J)J
2942  */
2943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelInfoDecodeErrorZ_1get_1ok
2944   (JNIEnv *, jclass, jlong);
2945
2946 /*
2947  * Class:     org_ldk_impl_bindings
2948  * Method:    LDKCResult_ChannelInfoDecodeErrorZ_get_err
2949  * Signature: (J)J
2950  */
2951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelInfoDecodeErrorZ_1get_1err
2952   (JNIEnv *, jclass, jlong);
2953
2954 /*
2955  * Class:     org_ldk_impl_bindings
2956  * Method:    LDKCResult_RoutingFeesDecodeErrorZ_result_ok
2957  * Signature: (J)Z
2958  */
2959 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RoutingFeesDecodeErrorZ_1result_1ok
2960   (JNIEnv *, jclass, jlong);
2961
2962 /*
2963  * Class:     org_ldk_impl_bindings
2964  * Method:    LDKCResult_RoutingFeesDecodeErrorZ_get_ok
2965  * Signature: (J)J
2966  */
2967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RoutingFeesDecodeErrorZ_1get_1ok
2968   (JNIEnv *, jclass, jlong);
2969
2970 /*
2971  * Class:     org_ldk_impl_bindings
2972  * Method:    LDKCResult_RoutingFeesDecodeErrorZ_get_err
2973  * Signature: (J)J
2974  */
2975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RoutingFeesDecodeErrorZ_1get_1err
2976   (JNIEnv *, jclass, jlong);
2977
2978 /*
2979  * Class:     org_ldk_impl_bindings
2980  * Method:    LDKCResult_NodeAnnouncementInfoDecodeErrorZ_result_ok
2981  * Signature: (J)Z
2982  */
2983 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeAnnouncementInfoDecodeErrorZ_1result_1ok
2984   (JNIEnv *, jclass, jlong);
2985
2986 /*
2987  * Class:     org_ldk_impl_bindings
2988  * Method:    LDKCResult_NodeAnnouncementInfoDecodeErrorZ_get_ok
2989  * Signature: (J)J
2990  */
2991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeAnnouncementInfoDecodeErrorZ_1get_1ok
2992   (JNIEnv *, jclass, jlong);
2993
2994 /*
2995  * Class:     org_ldk_impl_bindings
2996  * Method:    LDKCResult_NodeAnnouncementInfoDecodeErrorZ_get_err
2997  * Signature: (J)J
2998  */
2999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeAnnouncementInfoDecodeErrorZ_1get_1err
3000   (JNIEnv *, jclass, jlong);
3001
3002 /*
3003  * Class:     org_ldk_impl_bindings
3004  * Method:    LDKCVec_u64Z_new
3005  * Signature: ([J)J
3006  */
3007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1u64Z_1new
3008   (JNIEnv *, jclass, jlongArray);
3009
3010 /*
3011  * Class:     org_ldk_impl_bindings
3012  * Method:    LDKCResult_NodeInfoDecodeErrorZ_result_ok
3013  * Signature: (J)Z
3014  */
3015 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeInfoDecodeErrorZ_1result_1ok
3016   (JNIEnv *, jclass, jlong);
3017
3018 /*
3019  * Class:     org_ldk_impl_bindings
3020  * Method:    LDKCResult_NodeInfoDecodeErrorZ_get_ok
3021  * Signature: (J)J
3022  */
3023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeInfoDecodeErrorZ_1get_1ok
3024   (JNIEnv *, jclass, jlong);
3025
3026 /*
3027  * Class:     org_ldk_impl_bindings
3028  * Method:    LDKCResult_NodeInfoDecodeErrorZ_get_err
3029  * Signature: (J)J
3030  */
3031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeInfoDecodeErrorZ_1get_1err
3032   (JNIEnv *, jclass, jlong);
3033
3034 /*
3035  * Class:     org_ldk_impl_bindings
3036  * Method:    LDKCResult_NetworkGraphDecodeErrorZ_result_ok
3037  * Signature: (J)Z
3038  */
3039 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NetworkGraphDecodeErrorZ_1result_1ok
3040   (JNIEnv *, jclass, jlong);
3041
3042 /*
3043  * Class:     org_ldk_impl_bindings
3044  * Method:    LDKCResult_NetworkGraphDecodeErrorZ_get_ok
3045  * Signature: (J)J
3046  */
3047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NetworkGraphDecodeErrorZ_1get_1ok
3048   (JNIEnv *, jclass, jlong);
3049
3050 /*
3051  * Class:     org_ldk_impl_bindings
3052  * Method:    LDKCResult_NetworkGraphDecodeErrorZ_get_err
3053  * Signature: (J)J
3054  */
3055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NetworkGraphDecodeErrorZ_1get_1err
3056   (JNIEnv *, jclass, jlong);
3057
3058 /*
3059  * Class:     org_ldk_impl_bindings
3060  * Method:    LDKCOption_CVec_NetAddressZZ_ref_from_ptr
3061  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_CVec_NetAddressZZ;
3062  */
3063 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1CVec_1NetAddressZZ_1ref_1from_1ptr
3064   (JNIEnv *, jclass, jlong);
3065
3066 /*
3067  * Class:     org_ldk_impl_bindings
3068  * Method:    LDKCResult_NetAddressDecodeErrorZ_result_ok
3069  * Signature: (J)Z
3070  */
3071 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NetAddressDecodeErrorZ_1result_1ok
3072   (JNIEnv *, jclass, jlong);
3073
3074 /*
3075  * Class:     org_ldk_impl_bindings
3076  * Method:    LDKCResult_NetAddressDecodeErrorZ_get_ok
3077  * Signature: (J)J
3078  */
3079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NetAddressDecodeErrorZ_1get_1ok
3080   (JNIEnv *, jclass, jlong);
3081
3082 /*
3083  * Class:     org_ldk_impl_bindings
3084  * Method:    LDKCResult_NetAddressDecodeErrorZ_get_err
3085  * Signature: (J)J
3086  */
3087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NetAddressDecodeErrorZ_1get_1err
3088   (JNIEnv *, jclass, jlong);
3089
3090 /*
3091  * Class:     org_ldk_impl_bindings
3092  * Method:    LDKCVec_UpdateAddHTLCZ_new
3093  * Signature: ([J)J
3094  */
3095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1UpdateAddHTLCZ_1new
3096   (JNIEnv *, jclass, jlongArray);
3097
3098 /*
3099  * Class:     org_ldk_impl_bindings
3100  * Method:    LDKCVec_UpdateFulfillHTLCZ_new
3101  * Signature: ([J)J
3102  */
3103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1UpdateFulfillHTLCZ_1new
3104   (JNIEnv *, jclass, jlongArray);
3105
3106 /*
3107  * Class:     org_ldk_impl_bindings
3108  * Method:    LDKCVec_UpdateFailHTLCZ_new
3109  * Signature: ([J)J
3110  */
3111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1UpdateFailHTLCZ_1new
3112   (JNIEnv *, jclass, jlongArray);
3113
3114 /*
3115  * Class:     org_ldk_impl_bindings
3116  * Method:    LDKCVec_UpdateFailMalformedHTLCZ_new
3117  * Signature: ([J)J
3118  */
3119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1UpdateFailMalformedHTLCZ_1new
3120   (JNIEnv *, jclass, jlongArray);
3121
3122 /*
3123  * Class:     org_ldk_impl_bindings
3124  * Method:    LDKCResult_AcceptChannelDecodeErrorZ_result_ok
3125  * Signature: (J)Z
3126  */
3127 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1AcceptChannelDecodeErrorZ_1result_1ok
3128   (JNIEnv *, jclass, jlong);
3129
3130 /*
3131  * Class:     org_ldk_impl_bindings
3132  * Method:    LDKCResult_AcceptChannelDecodeErrorZ_get_ok
3133  * Signature: (J)J
3134  */
3135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1AcceptChannelDecodeErrorZ_1get_1ok
3136   (JNIEnv *, jclass, jlong);
3137
3138 /*
3139  * Class:     org_ldk_impl_bindings
3140  * Method:    LDKCResult_AcceptChannelDecodeErrorZ_get_err
3141  * Signature: (J)J
3142  */
3143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1AcceptChannelDecodeErrorZ_1get_1err
3144   (JNIEnv *, jclass, jlong);
3145
3146 /*
3147  * Class:     org_ldk_impl_bindings
3148  * Method:    LDKCResult_AnnouncementSignaturesDecodeErrorZ_result_ok
3149  * Signature: (J)Z
3150  */
3151 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1AnnouncementSignaturesDecodeErrorZ_1result_1ok
3152   (JNIEnv *, jclass, jlong);
3153
3154 /*
3155  * Class:     org_ldk_impl_bindings
3156  * Method:    LDKCResult_AnnouncementSignaturesDecodeErrorZ_get_ok
3157  * Signature: (J)J
3158  */
3159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1AnnouncementSignaturesDecodeErrorZ_1get_1ok
3160   (JNIEnv *, jclass, jlong);
3161
3162 /*
3163  * Class:     org_ldk_impl_bindings
3164  * Method:    LDKCResult_AnnouncementSignaturesDecodeErrorZ_get_err
3165  * Signature: (J)J
3166  */
3167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1AnnouncementSignaturesDecodeErrorZ_1get_1err
3168   (JNIEnv *, jclass, jlong);
3169
3170 /*
3171  * Class:     org_ldk_impl_bindings
3172  * Method:    LDKCResult_ChannelReestablishDecodeErrorZ_result_ok
3173  * Signature: (J)Z
3174  */
3175 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelReestablishDecodeErrorZ_1result_1ok
3176   (JNIEnv *, jclass, jlong);
3177
3178 /*
3179  * Class:     org_ldk_impl_bindings
3180  * Method:    LDKCResult_ChannelReestablishDecodeErrorZ_get_ok
3181  * Signature: (J)J
3182  */
3183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelReestablishDecodeErrorZ_1get_1ok
3184   (JNIEnv *, jclass, jlong);
3185
3186 /*
3187  * Class:     org_ldk_impl_bindings
3188  * Method:    LDKCResult_ChannelReestablishDecodeErrorZ_get_err
3189  * Signature: (J)J
3190  */
3191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelReestablishDecodeErrorZ_1get_1err
3192   (JNIEnv *, jclass, jlong);
3193
3194 /*
3195  * Class:     org_ldk_impl_bindings
3196  * Method:    LDKCResult_ClosingSignedDecodeErrorZ_result_ok
3197  * Signature: (J)Z
3198  */
3199 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ClosingSignedDecodeErrorZ_1result_1ok
3200   (JNIEnv *, jclass, jlong);
3201
3202 /*
3203  * Class:     org_ldk_impl_bindings
3204  * Method:    LDKCResult_ClosingSignedDecodeErrorZ_get_ok
3205  * Signature: (J)J
3206  */
3207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ClosingSignedDecodeErrorZ_1get_1ok
3208   (JNIEnv *, jclass, jlong);
3209
3210 /*
3211  * Class:     org_ldk_impl_bindings
3212  * Method:    LDKCResult_ClosingSignedDecodeErrorZ_get_err
3213  * Signature: (J)J
3214  */
3215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ClosingSignedDecodeErrorZ_1get_1err
3216   (JNIEnv *, jclass, jlong);
3217
3218 /*
3219  * Class:     org_ldk_impl_bindings
3220  * Method:    LDKCResult_ClosingSignedFeeRangeDecodeErrorZ_result_ok
3221  * Signature: (J)Z
3222  */
3223 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ClosingSignedFeeRangeDecodeErrorZ_1result_1ok
3224   (JNIEnv *, jclass, jlong);
3225
3226 /*
3227  * Class:     org_ldk_impl_bindings
3228  * Method:    LDKCResult_ClosingSignedFeeRangeDecodeErrorZ_get_ok
3229  * Signature: (J)J
3230  */
3231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ClosingSignedFeeRangeDecodeErrorZ_1get_1ok
3232   (JNIEnv *, jclass, jlong);
3233
3234 /*
3235  * Class:     org_ldk_impl_bindings
3236  * Method:    LDKCResult_ClosingSignedFeeRangeDecodeErrorZ_get_err
3237  * Signature: (J)J
3238  */
3239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ClosingSignedFeeRangeDecodeErrorZ_1get_1err
3240   (JNIEnv *, jclass, jlong);
3241
3242 /*
3243  * Class:     org_ldk_impl_bindings
3244  * Method:    LDKCResult_CommitmentSignedDecodeErrorZ_result_ok
3245  * Signature: (J)Z
3246  */
3247 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CommitmentSignedDecodeErrorZ_1result_1ok
3248   (JNIEnv *, jclass, jlong);
3249
3250 /*
3251  * Class:     org_ldk_impl_bindings
3252  * Method:    LDKCResult_CommitmentSignedDecodeErrorZ_get_ok
3253  * Signature: (J)J
3254  */
3255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CommitmentSignedDecodeErrorZ_1get_1ok
3256   (JNIEnv *, jclass, jlong);
3257
3258 /*
3259  * Class:     org_ldk_impl_bindings
3260  * Method:    LDKCResult_CommitmentSignedDecodeErrorZ_get_err
3261  * Signature: (J)J
3262  */
3263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1CommitmentSignedDecodeErrorZ_1get_1err
3264   (JNIEnv *, jclass, jlong);
3265
3266 /*
3267  * Class:     org_ldk_impl_bindings
3268  * Method:    LDKCResult_FundingCreatedDecodeErrorZ_result_ok
3269  * Signature: (J)Z
3270  */
3271 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingCreatedDecodeErrorZ_1result_1ok
3272   (JNIEnv *, jclass, jlong);
3273
3274 /*
3275  * Class:     org_ldk_impl_bindings
3276  * Method:    LDKCResult_FundingCreatedDecodeErrorZ_get_ok
3277  * Signature: (J)J
3278  */
3279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingCreatedDecodeErrorZ_1get_1ok
3280   (JNIEnv *, jclass, jlong);
3281
3282 /*
3283  * Class:     org_ldk_impl_bindings
3284  * Method:    LDKCResult_FundingCreatedDecodeErrorZ_get_err
3285  * Signature: (J)J
3286  */
3287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingCreatedDecodeErrorZ_1get_1err
3288   (JNIEnv *, jclass, jlong);
3289
3290 /*
3291  * Class:     org_ldk_impl_bindings
3292  * Method:    LDKCResult_FundingSignedDecodeErrorZ_result_ok
3293  * Signature: (J)Z
3294  */
3295 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingSignedDecodeErrorZ_1result_1ok
3296   (JNIEnv *, jclass, jlong);
3297
3298 /*
3299  * Class:     org_ldk_impl_bindings
3300  * Method:    LDKCResult_FundingSignedDecodeErrorZ_get_ok
3301  * Signature: (J)J
3302  */
3303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingSignedDecodeErrorZ_1get_1ok
3304   (JNIEnv *, jclass, jlong);
3305
3306 /*
3307  * Class:     org_ldk_impl_bindings
3308  * Method:    LDKCResult_FundingSignedDecodeErrorZ_get_err
3309  * Signature: (J)J
3310  */
3311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingSignedDecodeErrorZ_1get_1err
3312   (JNIEnv *, jclass, jlong);
3313
3314 /*
3315  * Class:     org_ldk_impl_bindings
3316  * Method:    LDKCResult_FundingLockedDecodeErrorZ_result_ok
3317  * Signature: (J)Z
3318  */
3319 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingLockedDecodeErrorZ_1result_1ok
3320   (JNIEnv *, jclass, jlong);
3321
3322 /*
3323  * Class:     org_ldk_impl_bindings
3324  * Method:    LDKCResult_FundingLockedDecodeErrorZ_get_ok
3325  * Signature: (J)J
3326  */
3327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingLockedDecodeErrorZ_1get_1ok
3328   (JNIEnv *, jclass, jlong);
3329
3330 /*
3331  * Class:     org_ldk_impl_bindings
3332  * Method:    LDKCResult_FundingLockedDecodeErrorZ_get_err
3333  * Signature: (J)J
3334  */
3335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1FundingLockedDecodeErrorZ_1get_1err
3336   (JNIEnv *, jclass, jlong);
3337
3338 /*
3339  * Class:     org_ldk_impl_bindings
3340  * Method:    LDKCResult_InitDecodeErrorZ_result_ok
3341  * Signature: (J)Z
3342  */
3343 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InitDecodeErrorZ_1result_1ok
3344   (JNIEnv *, jclass, jlong);
3345
3346 /*
3347  * Class:     org_ldk_impl_bindings
3348  * Method:    LDKCResult_InitDecodeErrorZ_get_ok
3349  * Signature: (J)J
3350  */
3351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InitDecodeErrorZ_1get_1ok
3352   (JNIEnv *, jclass, jlong);
3353
3354 /*
3355  * Class:     org_ldk_impl_bindings
3356  * Method:    LDKCResult_InitDecodeErrorZ_get_err
3357  * Signature: (J)J
3358  */
3359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InitDecodeErrorZ_1get_1err
3360   (JNIEnv *, jclass, jlong);
3361
3362 /*
3363  * Class:     org_ldk_impl_bindings
3364  * Method:    LDKCResult_OpenChannelDecodeErrorZ_result_ok
3365  * Signature: (J)Z
3366  */
3367 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1OpenChannelDecodeErrorZ_1result_1ok
3368   (JNIEnv *, jclass, jlong);
3369
3370 /*
3371  * Class:     org_ldk_impl_bindings
3372  * Method:    LDKCResult_OpenChannelDecodeErrorZ_get_ok
3373  * Signature: (J)J
3374  */
3375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1OpenChannelDecodeErrorZ_1get_1ok
3376   (JNIEnv *, jclass, jlong);
3377
3378 /*
3379  * Class:     org_ldk_impl_bindings
3380  * Method:    LDKCResult_OpenChannelDecodeErrorZ_get_err
3381  * Signature: (J)J
3382  */
3383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1OpenChannelDecodeErrorZ_1get_1err
3384   (JNIEnv *, jclass, jlong);
3385
3386 /*
3387  * Class:     org_ldk_impl_bindings
3388  * Method:    LDKCResult_RevokeAndACKDecodeErrorZ_result_ok
3389  * Signature: (J)Z
3390  */
3391 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RevokeAndACKDecodeErrorZ_1result_1ok
3392   (JNIEnv *, jclass, jlong);
3393
3394 /*
3395  * Class:     org_ldk_impl_bindings
3396  * Method:    LDKCResult_RevokeAndACKDecodeErrorZ_get_ok
3397  * Signature: (J)J
3398  */
3399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RevokeAndACKDecodeErrorZ_1get_1ok
3400   (JNIEnv *, jclass, jlong);
3401
3402 /*
3403  * Class:     org_ldk_impl_bindings
3404  * Method:    LDKCResult_RevokeAndACKDecodeErrorZ_get_err
3405  * Signature: (J)J
3406  */
3407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1RevokeAndACKDecodeErrorZ_1get_1err
3408   (JNIEnv *, jclass, jlong);
3409
3410 /*
3411  * Class:     org_ldk_impl_bindings
3412  * Method:    LDKCResult_ShutdownDecodeErrorZ_result_ok
3413  * Signature: (J)Z
3414  */
3415 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ShutdownDecodeErrorZ_1result_1ok
3416   (JNIEnv *, jclass, jlong);
3417
3418 /*
3419  * Class:     org_ldk_impl_bindings
3420  * Method:    LDKCResult_ShutdownDecodeErrorZ_get_ok
3421  * Signature: (J)J
3422  */
3423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ShutdownDecodeErrorZ_1get_1ok
3424   (JNIEnv *, jclass, jlong);
3425
3426 /*
3427  * Class:     org_ldk_impl_bindings
3428  * Method:    LDKCResult_ShutdownDecodeErrorZ_get_err
3429  * Signature: (J)J
3430  */
3431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ShutdownDecodeErrorZ_1get_1err
3432   (JNIEnv *, jclass, jlong);
3433
3434 /*
3435  * Class:     org_ldk_impl_bindings
3436  * Method:    LDKCResult_UpdateFailHTLCDecodeErrorZ_result_ok
3437  * Signature: (J)Z
3438  */
3439 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFailHTLCDecodeErrorZ_1result_1ok
3440   (JNIEnv *, jclass, jlong);
3441
3442 /*
3443  * Class:     org_ldk_impl_bindings
3444  * Method:    LDKCResult_UpdateFailHTLCDecodeErrorZ_get_ok
3445  * Signature: (J)J
3446  */
3447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFailHTLCDecodeErrorZ_1get_1ok
3448   (JNIEnv *, jclass, jlong);
3449
3450 /*
3451  * Class:     org_ldk_impl_bindings
3452  * Method:    LDKCResult_UpdateFailHTLCDecodeErrorZ_get_err
3453  * Signature: (J)J
3454  */
3455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFailHTLCDecodeErrorZ_1get_1err
3456   (JNIEnv *, jclass, jlong);
3457
3458 /*
3459  * Class:     org_ldk_impl_bindings
3460  * Method:    LDKCResult_UpdateFailMalformedHTLCDecodeErrorZ_result_ok
3461  * Signature: (J)Z
3462  */
3463 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFailMalformedHTLCDecodeErrorZ_1result_1ok
3464   (JNIEnv *, jclass, jlong);
3465
3466 /*
3467  * Class:     org_ldk_impl_bindings
3468  * Method:    LDKCResult_UpdateFailMalformedHTLCDecodeErrorZ_get_ok
3469  * Signature: (J)J
3470  */
3471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFailMalformedHTLCDecodeErrorZ_1get_1ok
3472   (JNIEnv *, jclass, jlong);
3473
3474 /*
3475  * Class:     org_ldk_impl_bindings
3476  * Method:    LDKCResult_UpdateFailMalformedHTLCDecodeErrorZ_get_err
3477  * Signature: (J)J
3478  */
3479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFailMalformedHTLCDecodeErrorZ_1get_1err
3480   (JNIEnv *, jclass, jlong);
3481
3482 /*
3483  * Class:     org_ldk_impl_bindings
3484  * Method:    LDKCResult_UpdateFeeDecodeErrorZ_result_ok
3485  * Signature: (J)Z
3486  */
3487 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFeeDecodeErrorZ_1result_1ok
3488   (JNIEnv *, jclass, jlong);
3489
3490 /*
3491  * Class:     org_ldk_impl_bindings
3492  * Method:    LDKCResult_UpdateFeeDecodeErrorZ_get_ok
3493  * Signature: (J)J
3494  */
3495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFeeDecodeErrorZ_1get_1ok
3496   (JNIEnv *, jclass, jlong);
3497
3498 /*
3499  * Class:     org_ldk_impl_bindings
3500  * Method:    LDKCResult_UpdateFeeDecodeErrorZ_get_err
3501  * Signature: (J)J
3502  */
3503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFeeDecodeErrorZ_1get_1err
3504   (JNIEnv *, jclass, jlong);
3505
3506 /*
3507  * Class:     org_ldk_impl_bindings
3508  * Method:    LDKCResult_UpdateFulfillHTLCDecodeErrorZ_result_ok
3509  * Signature: (J)Z
3510  */
3511 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFulfillHTLCDecodeErrorZ_1result_1ok
3512   (JNIEnv *, jclass, jlong);
3513
3514 /*
3515  * Class:     org_ldk_impl_bindings
3516  * Method:    LDKCResult_UpdateFulfillHTLCDecodeErrorZ_get_ok
3517  * Signature: (J)J
3518  */
3519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFulfillHTLCDecodeErrorZ_1get_1ok
3520   (JNIEnv *, jclass, jlong);
3521
3522 /*
3523  * Class:     org_ldk_impl_bindings
3524  * Method:    LDKCResult_UpdateFulfillHTLCDecodeErrorZ_get_err
3525  * Signature: (J)J
3526  */
3527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateFulfillHTLCDecodeErrorZ_1get_1err
3528   (JNIEnv *, jclass, jlong);
3529
3530 /*
3531  * Class:     org_ldk_impl_bindings
3532  * Method:    LDKCResult_UpdateAddHTLCDecodeErrorZ_result_ok
3533  * Signature: (J)Z
3534  */
3535 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateAddHTLCDecodeErrorZ_1result_1ok
3536   (JNIEnv *, jclass, jlong);
3537
3538 /*
3539  * Class:     org_ldk_impl_bindings
3540  * Method:    LDKCResult_UpdateAddHTLCDecodeErrorZ_get_ok
3541  * Signature: (J)J
3542  */
3543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateAddHTLCDecodeErrorZ_1get_1ok
3544   (JNIEnv *, jclass, jlong);
3545
3546 /*
3547  * Class:     org_ldk_impl_bindings
3548  * Method:    LDKCResult_UpdateAddHTLCDecodeErrorZ_get_err
3549  * Signature: (J)J
3550  */
3551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UpdateAddHTLCDecodeErrorZ_1get_1err
3552   (JNIEnv *, jclass, jlong);
3553
3554 /*
3555  * Class:     org_ldk_impl_bindings
3556  * Method:    LDKCResult_PingDecodeErrorZ_result_ok
3557  * Signature: (J)Z
3558  */
3559 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PingDecodeErrorZ_1result_1ok
3560   (JNIEnv *, jclass, jlong);
3561
3562 /*
3563  * Class:     org_ldk_impl_bindings
3564  * Method:    LDKCResult_PingDecodeErrorZ_get_ok
3565  * Signature: (J)J
3566  */
3567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PingDecodeErrorZ_1get_1ok
3568   (JNIEnv *, jclass, jlong);
3569
3570 /*
3571  * Class:     org_ldk_impl_bindings
3572  * Method:    LDKCResult_PingDecodeErrorZ_get_err
3573  * Signature: (J)J
3574  */
3575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PingDecodeErrorZ_1get_1err
3576   (JNIEnv *, jclass, jlong);
3577
3578 /*
3579  * Class:     org_ldk_impl_bindings
3580  * Method:    LDKCResult_PongDecodeErrorZ_result_ok
3581  * Signature: (J)Z
3582  */
3583 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PongDecodeErrorZ_1result_1ok
3584   (JNIEnv *, jclass, jlong);
3585
3586 /*
3587  * Class:     org_ldk_impl_bindings
3588  * Method:    LDKCResult_PongDecodeErrorZ_get_ok
3589  * Signature: (J)J
3590  */
3591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PongDecodeErrorZ_1get_1ok
3592   (JNIEnv *, jclass, jlong);
3593
3594 /*
3595  * Class:     org_ldk_impl_bindings
3596  * Method:    LDKCResult_PongDecodeErrorZ_get_err
3597  * Signature: (J)J
3598  */
3599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1PongDecodeErrorZ_1get_1err
3600   (JNIEnv *, jclass, jlong);
3601
3602 /*
3603  * Class:     org_ldk_impl_bindings
3604  * Method:    LDKCResult_UnsignedChannelAnnouncementDecodeErrorZ_result_ok
3605  * Signature: (J)Z
3606  */
3607 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedChannelAnnouncementDecodeErrorZ_1result_1ok
3608   (JNIEnv *, jclass, jlong);
3609
3610 /*
3611  * Class:     org_ldk_impl_bindings
3612  * Method:    LDKCResult_UnsignedChannelAnnouncementDecodeErrorZ_get_ok
3613  * Signature: (J)J
3614  */
3615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedChannelAnnouncementDecodeErrorZ_1get_1ok
3616   (JNIEnv *, jclass, jlong);
3617
3618 /*
3619  * Class:     org_ldk_impl_bindings
3620  * Method:    LDKCResult_UnsignedChannelAnnouncementDecodeErrorZ_get_err
3621  * Signature: (J)J
3622  */
3623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedChannelAnnouncementDecodeErrorZ_1get_1err
3624   (JNIEnv *, jclass, jlong);
3625
3626 /*
3627  * Class:     org_ldk_impl_bindings
3628  * Method:    LDKCResult_ChannelAnnouncementDecodeErrorZ_result_ok
3629  * Signature: (J)Z
3630  */
3631 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelAnnouncementDecodeErrorZ_1result_1ok
3632   (JNIEnv *, jclass, jlong);
3633
3634 /*
3635  * Class:     org_ldk_impl_bindings
3636  * Method:    LDKCResult_ChannelAnnouncementDecodeErrorZ_get_ok
3637  * Signature: (J)J
3638  */
3639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelAnnouncementDecodeErrorZ_1get_1ok
3640   (JNIEnv *, jclass, jlong);
3641
3642 /*
3643  * Class:     org_ldk_impl_bindings
3644  * Method:    LDKCResult_ChannelAnnouncementDecodeErrorZ_get_err
3645  * Signature: (J)J
3646  */
3647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelAnnouncementDecodeErrorZ_1get_1err
3648   (JNIEnv *, jclass, jlong);
3649
3650 /*
3651  * Class:     org_ldk_impl_bindings
3652  * Method:    LDKCResult_UnsignedChannelUpdateDecodeErrorZ_result_ok
3653  * Signature: (J)Z
3654  */
3655 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedChannelUpdateDecodeErrorZ_1result_1ok
3656   (JNIEnv *, jclass, jlong);
3657
3658 /*
3659  * Class:     org_ldk_impl_bindings
3660  * Method:    LDKCResult_UnsignedChannelUpdateDecodeErrorZ_get_ok
3661  * Signature: (J)J
3662  */
3663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedChannelUpdateDecodeErrorZ_1get_1ok
3664   (JNIEnv *, jclass, jlong);
3665
3666 /*
3667  * Class:     org_ldk_impl_bindings
3668  * Method:    LDKCResult_UnsignedChannelUpdateDecodeErrorZ_get_err
3669  * Signature: (J)J
3670  */
3671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedChannelUpdateDecodeErrorZ_1get_1err
3672   (JNIEnv *, jclass, jlong);
3673
3674 /*
3675  * Class:     org_ldk_impl_bindings
3676  * Method:    LDKCResult_ChannelUpdateDecodeErrorZ_result_ok
3677  * Signature: (J)Z
3678  */
3679 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelUpdateDecodeErrorZ_1result_1ok
3680   (JNIEnv *, jclass, jlong);
3681
3682 /*
3683  * Class:     org_ldk_impl_bindings
3684  * Method:    LDKCResult_ChannelUpdateDecodeErrorZ_get_ok
3685  * Signature: (J)J
3686  */
3687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelUpdateDecodeErrorZ_1get_1ok
3688   (JNIEnv *, jclass, jlong);
3689
3690 /*
3691  * Class:     org_ldk_impl_bindings
3692  * Method:    LDKCResult_ChannelUpdateDecodeErrorZ_get_err
3693  * Signature: (J)J
3694  */
3695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ChannelUpdateDecodeErrorZ_1get_1err
3696   (JNIEnv *, jclass, jlong);
3697
3698 /*
3699  * Class:     org_ldk_impl_bindings
3700  * Method:    LDKCResult_ErrorMessageDecodeErrorZ_result_ok
3701  * Signature: (J)Z
3702  */
3703 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ErrorMessageDecodeErrorZ_1result_1ok
3704   (JNIEnv *, jclass, jlong);
3705
3706 /*
3707  * Class:     org_ldk_impl_bindings
3708  * Method:    LDKCResult_ErrorMessageDecodeErrorZ_get_ok
3709  * Signature: (J)J
3710  */
3711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ErrorMessageDecodeErrorZ_1get_1ok
3712   (JNIEnv *, jclass, jlong);
3713
3714 /*
3715  * Class:     org_ldk_impl_bindings
3716  * Method:    LDKCResult_ErrorMessageDecodeErrorZ_get_err
3717  * Signature: (J)J
3718  */
3719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ErrorMessageDecodeErrorZ_1get_1err
3720   (JNIEnv *, jclass, jlong);
3721
3722 /*
3723  * Class:     org_ldk_impl_bindings
3724  * Method:    LDKCResult_UnsignedNodeAnnouncementDecodeErrorZ_result_ok
3725  * Signature: (J)Z
3726  */
3727 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedNodeAnnouncementDecodeErrorZ_1result_1ok
3728   (JNIEnv *, jclass, jlong);
3729
3730 /*
3731  * Class:     org_ldk_impl_bindings
3732  * Method:    LDKCResult_UnsignedNodeAnnouncementDecodeErrorZ_get_ok
3733  * Signature: (J)J
3734  */
3735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedNodeAnnouncementDecodeErrorZ_1get_1ok
3736   (JNIEnv *, jclass, jlong);
3737
3738 /*
3739  * Class:     org_ldk_impl_bindings
3740  * Method:    LDKCResult_UnsignedNodeAnnouncementDecodeErrorZ_get_err
3741  * Signature: (J)J
3742  */
3743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1UnsignedNodeAnnouncementDecodeErrorZ_1get_1err
3744   (JNIEnv *, jclass, jlong);
3745
3746 /*
3747  * Class:     org_ldk_impl_bindings
3748  * Method:    LDKCResult_NodeAnnouncementDecodeErrorZ_result_ok
3749  * Signature: (J)Z
3750  */
3751 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeAnnouncementDecodeErrorZ_1result_1ok
3752   (JNIEnv *, jclass, jlong);
3753
3754 /*
3755  * Class:     org_ldk_impl_bindings
3756  * Method:    LDKCResult_NodeAnnouncementDecodeErrorZ_get_ok
3757  * Signature: (J)J
3758  */
3759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeAnnouncementDecodeErrorZ_1get_1ok
3760   (JNIEnv *, jclass, jlong);
3761
3762 /*
3763  * Class:     org_ldk_impl_bindings
3764  * Method:    LDKCResult_NodeAnnouncementDecodeErrorZ_get_err
3765  * Signature: (J)J
3766  */
3767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1NodeAnnouncementDecodeErrorZ_1get_1err
3768   (JNIEnv *, jclass, jlong);
3769
3770 /*
3771  * Class:     org_ldk_impl_bindings
3772  * Method:    LDKCResult_QueryShortChannelIdsDecodeErrorZ_result_ok
3773  * Signature: (J)Z
3774  */
3775 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1QueryShortChannelIdsDecodeErrorZ_1result_1ok
3776   (JNIEnv *, jclass, jlong);
3777
3778 /*
3779  * Class:     org_ldk_impl_bindings
3780  * Method:    LDKCResult_QueryShortChannelIdsDecodeErrorZ_get_ok
3781  * Signature: (J)J
3782  */
3783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1QueryShortChannelIdsDecodeErrorZ_1get_1ok
3784   (JNIEnv *, jclass, jlong);
3785
3786 /*
3787  * Class:     org_ldk_impl_bindings
3788  * Method:    LDKCResult_QueryShortChannelIdsDecodeErrorZ_get_err
3789  * Signature: (J)J
3790  */
3791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1QueryShortChannelIdsDecodeErrorZ_1get_1err
3792   (JNIEnv *, jclass, jlong);
3793
3794 /*
3795  * Class:     org_ldk_impl_bindings
3796  * Method:    LDKCResult_ReplyShortChannelIdsEndDecodeErrorZ_result_ok
3797  * Signature: (J)Z
3798  */
3799 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ReplyShortChannelIdsEndDecodeErrorZ_1result_1ok
3800   (JNIEnv *, jclass, jlong);
3801
3802 /*
3803  * Class:     org_ldk_impl_bindings
3804  * Method:    LDKCResult_ReplyShortChannelIdsEndDecodeErrorZ_get_ok
3805  * Signature: (J)J
3806  */
3807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ReplyShortChannelIdsEndDecodeErrorZ_1get_1ok
3808   (JNIEnv *, jclass, jlong);
3809
3810 /*
3811  * Class:     org_ldk_impl_bindings
3812  * Method:    LDKCResult_ReplyShortChannelIdsEndDecodeErrorZ_get_err
3813  * Signature: (J)J
3814  */
3815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ReplyShortChannelIdsEndDecodeErrorZ_1get_1err
3816   (JNIEnv *, jclass, jlong);
3817
3818 /*
3819  * Class:     org_ldk_impl_bindings
3820  * Method:    LDKCResult_QueryChannelRangeDecodeErrorZ_result_ok
3821  * Signature: (J)Z
3822  */
3823 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1QueryChannelRangeDecodeErrorZ_1result_1ok
3824   (JNIEnv *, jclass, jlong);
3825
3826 /*
3827  * Class:     org_ldk_impl_bindings
3828  * Method:    LDKCResult_QueryChannelRangeDecodeErrorZ_get_ok
3829  * Signature: (J)J
3830  */
3831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1QueryChannelRangeDecodeErrorZ_1get_1ok
3832   (JNIEnv *, jclass, jlong);
3833
3834 /*
3835  * Class:     org_ldk_impl_bindings
3836  * Method:    LDKCResult_QueryChannelRangeDecodeErrorZ_get_err
3837  * Signature: (J)J
3838  */
3839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1QueryChannelRangeDecodeErrorZ_1get_1err
3840   (JNIEnv *, jclass, jlong);
3841
3842 /*
3843  * Class:     org_ldk_impl_bindings
3844  * Method:    LDKCResult_ReplyChannelRangeDecodeErrorZ_result_ok
3845  * Signature: (J)Z
3846  */
3847 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ReplyChannelRangeDecodeErrorZ_1result_1ok
3848   (JNIEnv *, jclass, jlong);
3849
3850 /*
3851  * Class:     org_ldk_impl_bindings
3852  * Method:    LDKCResult_ReplyChannelRangeDecodeErrorZ_get_ok
3853  * Signature: (J)J
3854  */
3855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ReplyChannelRangeDecodeErrorZ_1get_1ok
3856   (JNIEnv *, jclass, jlong);
3857
3858 /*
3859  * Class:     org_ldk_impl_bindings
3860  * Method:    LDKCResult_ReplyChannelRangeDecodeErrorZ_get_err
3861  * Signature: (J)J
3862  */
3863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1ReplyChannelRangeDecodeErrorZ_1get_1err
3864   (JNIEnv *, jclass, jlong);
3865
3866 /*
3867  * Class:     org_ldk_impl_bindings
3868  * Method:    LDKCResult_GossipTimestampFilterDecodeErrorZ_result_ok
3869  * Signature: (J)Z
3870  */
3871 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1GossipTimestampFilterDecodeErrorZ_1result_1ok
3872   (JNIEnv *, jclass, jlong);
3873
3874 /*
3875  * Class:     org_ldk_impl_bindings
3876  * Method:    LDKCResult_GossipTimestampFilterDecodeErrorZ_get_ok
3877  * Signature: (J)J
3878  */
3879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1GossipTimestampFilterDecodeErrorZ_1get_1ok
3880   (JNIEnv *, jclass, jlong);
3881
3882 /*
3883  * Class:     org_ldk_impl_bindings
3884  * Method:    LDKCResult_GossipTimestampFilterDecodeErrorZ_get_err
3885  * Signature: (J)J
3886  */
3887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1GossipTimestampFilterDecodeErrorZ_1get_1err
3888   (JNIEnv *, jclass, jlong);
3889
3890 /*
3891  * Class:     org_ldk_impl_bindings
3892  * Method:    LDKSignOrCreationError_ref_from_ptr
3893  * Signature: (J)Lorg/ldk/impl/bindings/LDKSignOrCreationError;
3894  */
3895 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKSignOrCreationError_1ref_1from_1ptr
3896   (JNIEnv *, jclass, jlong);
3897
3898 /*
3899  * Class:     org_ldk_impl_bindings
3900  * Method:    LDKCResult_InvoiceSignOrCreationErrorZ_result_ok
3901  * Signature: (J)Z
3902  */
3903 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InvoiceSignOrCreationErrorZ_1result_1ok
3904   (JNIEnv *, jclass, jlong);
3905
3906 /*
3907  * Class:     org_ldk_impl_bindings
3908  * Method:    LDKCResult_InvoiceSignOrCreationErrorZ_get_ok
3909  * Signature: (J)J
3910  */
3911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InvoiceSignOrCreationErrorZ_1get_1ok
3912   (JNIEnv *, jclass, jlong);
3913
3914 /*
3915  * Class:     org_ldk_impl_bindings
3916  * Method:    LDKCResult_InvoiceSignOrCreationErrorZ_get_err
3917  * Signature: (J)J
3918  */
3919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1InvoiceSignOrCreationErrorZ_1get_1err
3920   (JNIEnv *, jclass, jlong);
3921
3922 /*
3923  * Class:     org_ldk_impl_bindings
3924  * Method:    LDKFilter_new
3925  * Signature: (Lorg/ldk/impl/bindings/LDKFilter;)J
3926  */
3927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKFilter_1new
3928   (JNIEnv *, jclass, jobject);
3929
3930 /*
3931  * Class:     org_ldk_impl_bindings
3932  * Method:    Filter_register_tx
3933  * Signature: (J[B[B)V
3934  */
3935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Filter_1register_1tx
3936   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray);
3937
3938 /*
3939  * Class:     org_ldk_impl_bindings
3940  * Method:    Filter_register_output
3941  * Signature: (JJ)J
3942  */
3943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Filter_1register_1output
3944   (JNIEnv *, jclass, jlong, jlong);
3945
3946 /*
3947  * Class:     org_ldk_impl_bindings
3948  * Method:    LDKCOption_FilterZ_ref_from_ptr
3949  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_FilterZ;
3950  */
3951 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1FilterZ_1ref_1from_1ptr
3952   (JNIEnv *, jclass, jlong);
3953
3954 /*
3955  * Class:     org_ldk_impl_bindings
3956  * Method:    LDKCResult_LockedChannelMonitorNoneZ_result_ok
3957  * Signature: (J)Z
3958  */
3959 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_LDKCResult_1LockedChannelMonitorNoneZ_1result_1ok
3960   (JNIEnv *, jclass, jlong);
3961
3962 /*
3963  * Class:     org_ldk_impl_bindings
3964  * Method:    LDKCResult_LockedChannelMonitorNoneZ_get_ok
3965  * Signature: (J)J
3966  */
3967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCResult_1LockedChannelMonitorNoneZ_1get_1ok
3968   (JNIEnv *, jclass, jlong);
3969
3970 /*
3971  * Class:     org_ldk_impl_bindings
3972  * Method:    LDKCResult_LockedChannelMonitorNoneZ_get_err
3973  * Signature: (J)V
3974  */
3975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LDKCResult_1LockedChannelMonitorNoneZ_1get_1err
3976   (JNIEnv *, jclass, jlong);
3977
3978 /*
3979  * Class:     org_ldk_impl_bindings
3980  * Method:    LDKCVec_OutPointZ_new
3981  * Signature: ([J)J
3982  */
3983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCVec_1OutPointZ_1new
3984   (JNIEnv *, jclass, jlongArray);
3985
3986 /*
3987  * Class:     org_ldk_impl_bindings
3988  * Method:    LDKMessageSendEventsProvider_new
3989  * Signature: (Lorg/ldk/impl/bindings/LDKMessageSendEventsProvider;)J
3990  */
3991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKMessageSendEventsProvider_1new
3992   (JNIEnv *, jclass, jobject);
3993
3994 /*
3995  * Class:     org_ldk_impl_bindings
3996  * Method:    MessageSendEventsProvider_get_and_clear_pending_msg_events
3997  * Signature: (J)[J
3998  */
3999 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_MessageSendEventsProvider_1get_1and_1clear_1pending_1msg_1events
4000   (JNIEnv *, jclass, jlong);
4001
4002 /*
4003  * Class:     org_ldk_impl_bindings
4004  * Method:    LDKEventHandler_new
4005  * Signature: (Lorg/ldk/impl/bindings/LDKEventHandler;)J
4006  */
4007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKEventHandler_1new
4008   (JNIEnv *, jclass, jobject);
4009
4010 /*
4011  * Class:     org_ldk_impl_bindings
4012  * Method:    EventHandler_handle_event
4013  * Signature: (JJ)V
4014  */
4015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_EventHandler_1handle_1event
4016   (JNIEnv *, jclass, jlong, jlong);
4017
4018 /*
4019  * Class:     org_ldk_impl_bindings
4020  * Method:    LDKEventsProvider_new
4021  * Signature: (Lorg/ldk/impl/bindings/LDKEventsProvider;)J
4022  */
4023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKEventsProvider_1new
4024   (JNIEnv *, jclass, jobject);
4025
4026 /*
4027  * Class:     org_ldk_impl_bindings
4028  * Method:    EventsProvider_process_pending_events
4029  * Signature: (JJ)V
4030  */
4031 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_EventsProvider_1process_1pending_1events
4032   (JNIEnv *, jclass, jlong, jlong);
4033
4034 /*
4035  * Class:     org_ldk_impl_bindings
4036  * Method:    LDKListen_new
4037  * Signature: (Lorg/ldk/impl/bindings/LDKListen;)J
4038  */
4039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKListen_1new
4040   (JNIEnv *, jclass, jobject);
4041
4042 /*
4043  * Class:     org_ldk_impl_bindings
4044  * Method:    Listen_block_connected
4045  * Signature: (J[BI)V
4046  */
4047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Listen_1block_1connected
4048   (JNIEnv *, jclass, jlong, jbyteArray, jint);
4049
4050 /*
4051  * Class:     org_ldk_impl_bindings
4052  * Method:    Listen_block_disconnected
4053  * Signature: (J[BI)V
4054  */
4055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Listen_1block_1disconnected
4056   (JNIEnv *, jclass, jlong, jbyteArray, jint);
4057
4058 /*
4059  * Class:     org_ldk_impl_bindings
4060  * Method:    LDKConfirm_new
4061  * Signature: (Lorg/ldk/impl/bindings/LDKConfirm;)J
4062  */
4063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKConfirm_1new
4064   (JNIEnv *, jclass, jobject);
4065
4066 /*
4067  * Class:     org_ldk_impl_bindings
4068  * Method:    Confirm_transactions_confirmed
4069  * Signature: (J[B[JI)V
4070  */
4071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Confirm_1transactions_1confirmed
4072   (JNIEnv *, jclass, jlong, jbyteArray, jlongArray, jint);
4073
4074 /*
4075  * Class:     org_ldk_impl_bindings
4076  * Method:    Confirm_transaction_unconfirmed
4077  * Signature: (J[B)V
4078  */
4079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Confirm_1transaction_1unconfirmed
4080   (JNIEnv *, jclass, jlong, jbyteArray);
4081
4082 /*
4083  * Class:     org_ldk_impl_bindings
4084  * Method:    Confirm_best_block_updated
4085  * Signature: (J[BI)V
4086  */
4087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Confirm_1best_1block_1updated
4088   (JNIEnv *, jclass, jlong, jbyteArray, jint);
4089
4090 /*
4091  * Class:     org_ldk_impl_bindings
4092  * Method:    Confirm_get_relevant_txids
4093  * Signature: (J)[[B
4094  */
4095 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_Confirm_1get_1relevant_1txids
4096   (JNIEnv *, jclass, jlong);
4097
4098 /*
4099  * Class:     org_ldk_impl_bindings
4100  * Method:    LDKPersist_new
4101  * Signature: (Lorg/ldk/impl/bindings/LDKPersist;)J
4102  */
4103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKPersist_1new
4104   (JNIEnv *, jclass, jobject);
4105
4106 /*
4107  * Class:     org_ldk_impl_bindings
4108  * Method:    Persist_persist_new_channel
4109  * Signature: (JJJJ)J
4110  */
4111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Persist_1persist_1new_1channel
4112   (JNIEnv *, jclass, jlong, jlong, jlong, jlong);
4113
4114 /*
4115  * Class:     org_ldk_impl_bindings
4116  * Method:    Persist_update_persisted_channel
4117  * Signature: (JJJJJ)J
4118  */
4119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Persist_1update_1persisted_1channel
4120   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong);
4121
4122 /*
4123  * Class:     org_ldk_impl_bindings
4124  * Method:    LDKChannelMessageHandler_new
4125  * Signature: (Lorg/ldk/impl/bindings/LDKChannelMessageHandler;Lorg/ldk/impl/bindings/LDKMessageSendEventsProvider;)J
4126  */
4127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKChannelMessageHandler_1new
4128   (JNIEnv *, jclass, jobject, jobject);
4129
4130 /*
4131  * Class:     org_ldk_impl_bindings
4132  * Method:    LDKChannelMessageHandler_get_MessageSendEventsProvider
4133  * Signature: (J)J
4134  */
4135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKChannelMessageHandler_1get_1MessageSendEventsProvider
4136   (JNIEnv *, jclass, jlong);
4137
4138 /*
4139  * Class:     org_ldk_impl_bindings
4140  * Method:    ChannelMessageHandler_handle_open_channel
4141  * Signature: (J[BJJ)V
4142  */
4143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1open_1channel
4144   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
4145
4146 /*
4147  * Class:     org_ldk_impl_bindings
4148  * Method:    ChannelMessageHandler_handle_accept_channel
4149  * Signature: (J[BJJ)V
4150  */
4151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1accept_1channel
4152   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
4153
4154 /*
4155  * Class:     org_ldk_impl_bindings
4156  * Method:    ChannelMessageHandler_handle_funding_created
4157  * Signature: (J[BJ)V
4158  */
4159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1funding_1created
4160   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4161
4162 /*
4163  * Class:     org_ldk_impl_bindings
4164  * Method:    ChannelMessageHandler_handle_funding_signed
4165  * Signature: (J[BJ)V
4166  */
4167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1funding_1signed
4168   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4169
4170 /*
4171  * Class:     org_ldk_impl_bindings
4172  * Method:    ChannelMessageHandler_handle_funding_locked
4173  * Signature: (J[BJ)V
4174  */
4175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1funding_1locked
4176   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4177
4178 /*
4179  * Class:     org_ldk_impl_bindings
4180  * Method:    ChannelMessageHandler_handle_shutdown
4181  * Signature: (J[BJJ)V
4182  */
4183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1shutdown
4184   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
4185
4186 /*
4187  * Class:     org_ldk_impl_bindings
4188  * Method:    ChannelMessageHandler_handle_closing_signed
4189  * Signature: (J[BJ)V
4190  */
4191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1closing_1signed
4192   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4193
4194 /*
4195  * Class:     org_ldk_impl_bindings
4196  * Method:    ChannelMessageHandler_handle_update_add_htlc
4197  * Signature: (J[BJ)V
4198  */
4199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1add_1htlc
4200   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4201
4202 /*
4203  * Class:     org_ldk_impl_bindings
4204  * Method:    ChannelMessageHandler_handle_update_fulfill_htlc
4205  * Signature: (J[BJ)V
4206  */
4207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1fulfill_1htlc
4208   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4209
4210 /*
4211  * Class:     org_ldk_impl_bindings
4212  * Method:    ChannelMessageHandler_handle_update_fail_htlc
4213  * Signature: (J[BJ)V
4214  */
4215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1fail_1htlc
4216   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4217
4218 /*
4219  * Class:     org_ldk_impl_bindings
4220  * Method:    ChannelMessageHandler_handle_update_fail_malformed_htlc
4221  * Signature: (J[BJ)V
4222  */
4223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1fail_1malformed_1htlc
4224   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4225
4226 /*
4227  * Class:     org_ldk_impl_bindings
4228  * Method:    ChannelMessageHandler_handle_commitment_signed
4229  * Signature: (J[BJ)V
4230  */
4231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1commitment_1signed
4232   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4233
4234 /*
4235  * Class:     org_ldk_impl_bindings
4236  * Method:    ChannelMessageHandler_handle_revoke_and_ack
4237  * Signature: (J[BJ)V
4238  */
4239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1revoke_1and_1ack
4240   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4241
4242 /*
4243  * Class:     org_ldk_impl_bindings
4244  * Method:    ChannelMessageHandler_handle_update_fee
4245  * Signature: (J[BJ)V
4246  */
4247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1fee
4248   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4249
4250 /*
4251  * Class:     org_ldk_impl_bindings
4252  * Method:    ChannelMessageHandler_handle_announcement_signatures
4253  * Signature: (J[BJ)V
4254  */
4255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1announcement_1signatures
4256   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4257
4258 /*
4259  * Class:     org_ldk_impl_bindings
4260  * Method:    ChannelMessageHandler_peer_disconnected
4261  * Signature: (J[BZ)V
4262  */
4263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1peer_1disconnected
4264   (JNIEnv *, jclass, jlong, jbyteArray, jboolean);
4265
4266 /*
4267  * Class:     org_ldk_impl_bindings
4268  * Method:    ChannelMessageHandler_peer_connected
4269  * Signature: (J[BJ)V
4270  */
4271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1peer_1connected
4272   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4273
4274 /*
4275  * Class:     org_ldk_impl_bindings
4276  * Method:    ChannelMessageHandler_handle_channel_reestablish
4277  * Signature: (J[BJ)V
4278  */
4279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1channel_1reestablish
4280   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4281
4282 /*
4283  * Class:     org_ldk_impl_bindings
4284  * Method:    ChannelMessageHandler_handle_channel_update
4285  * Signature: (J[BJ)V
4286  */
4287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1channel_1update
4288   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4289
4290 /*
4291  * Class:     org_ldk_impl_bindings
4292  * Method:    ChannelMessageHandler_handle_error
4293  * Signature: (J[BJ)V
4294  */
4295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1error
4296   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4297
4298 /*
4299  * Class:     org_ldk_impl_bindings
4300  * Method:    LDKRoutingMessageHandler_new
4301  * Signature: (Lorg/ldk/impl/bindings/LDKRoutingMessageHandler;Lorg/ldk/impl/bindings/LDKMessageSendEventsProvider;)J
4302  */
4303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKRoutingMessageHandler_1new
4304   (JNIEnv *, jclass, jobject, jobject);
4305
4306 /*
4307  * Class:     org_ldk_impl_bindings
4308  * Method:    LDKRoutingMessageHandler_get_MessageSendEventsProvider
4309  * Signature: (J)J
4310  */
4311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKRoutingMessageHandler_1get_1MessageSendEventsProvider
4312   (JNIEnv *, jclass, jlong);
4313
4314 /*
4315  * Class:     org_ldk_impl_bindings
4316  * Method:    RoutingMessageHandler_handle_node_announcement
4317  * Signature: (JJ)J
4318  */
4319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1node_1announcement
4320   (JNIEnv *, jclass, jlong, jlong);
4321
4322 /*
4323  * Class:     org_ldk_impl_bindings
4324  * Method:    RoutingMessageHandler_handle_channel_announcement
4325  * Signature: (JJ)J
4326  */
4327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1channel_1announcement
4328   (JNIEnv *, jclass, jlong, jlong);
4329
4330 /*
4331  * Class:     org_ldk_impl_bindings
4332  * Method:    RoutingMessageHandler_handle_channel_update
4333  * Signature: (JJ)J
4334  */
4335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1channel_1update
4336   (JNIEnv *, jclass, jlong, jlong);
4337
4338 /*
4339  * Class:     org_ldk_impl_bindings
4340  * Method:    RoutingMessageHandler_get_next_channel_announcements
4341  * Signature: (JJB)[J
4342  */
4343 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1get_1next_1channel_1announcements
4344   (JNIEnv *, jclass, jlong, jlong, jbyte);
4345
4346 /*
4347  * Class:     org_ldk_impl_bindings
4348  * Method:    RoutingMessageHandler_get_next_node_announcements
4349  * Signature: (J[BB)[J
4350  */
4351 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1get_1next_1node_1announcements
4352   (JNIEnv *, jclass, jlong, jbyteArray, jbyte);
4353
4354 /*
4355  * Class:     org_ldk_impl_bindings
4356  * Method:    RoutingMessageHandler_sync_routing_table
4357  * Signature: (J[BJ)V
4358  */
4359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1sync_1routing_1table
4360   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4361
4362 /*
4363  * Class:     org_ldk_impl_bindings
4364  * Method:    RoutingMessageHandler_handle_reply_channel_range
4365  * Signature: (J[BJ)J
4366  */
4367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1reply_1channel_1range
4368   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4369
4370 /*
4371  * Class:     org_ldk_impl_bindings
4372  * Method:    RoutingMessageHandler_handle_reply_short_channel_ids_end
4373  * Signature: (J[BJ)J
4374  */
4375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1reply_1short_1channel_1ids_1end
4376   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4377
4378 /*
4379  * Class:     org_ldk_impl_bindings
4380  * Method:    RoutingMessageHandler_handle_query_channel_range
4381  * Signature: (J[BJ)J
4382  */
4383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1query_1channel_1range
4384   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4385
4386 /*
4387  * Class:     org_ldk_impl_bindings
4388  * Method:    RoutingMessageHandler_handle_query_short_channel_ids
4389  * Signature: (J[BJ)J
4390  */
4391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1query_1short_1channel_1ids
4392   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4393
4394 /*
4395  * Class:     org_ldk_impl_bindings
4396  * Method:    LDKCustomMessageReader_new
4397  * Signature: (Lorg/ldk/impl/bindings/LDKCustomMessageReader;)J
4398  */
4399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCustomMessageReader_1new
4400   (JNIEnv *, jclass, jobject);
4401
4402 /*
4403  * Class:     org_ldk_impl_bindings
4404  * Method:    CustomMessageReader_read
4405  * Signature: (JS[B)J
4406  */
4407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CustomMessageReader_1read
4408   (JNIEnv *, jclass, jlong, jshort, jbyteArray);
4409
4410 /*
4411  * Class:     org_ldk_impl_bindings
4412  * Method:    LDKCustomMessageHandler_new
4413  * Signature: (Lorg/ldk/impl/bindings/LDKCustomMessageHandler;Lorg/ldk/impl/bindings/LDKCustomMessageReader;)J
4414  */
4415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCustomMessageHandler_1new
4416   (JNIEnv *, jclass, jobject, jobject);
4417
4418 /*
4419  * Class:     org_ldk_impl_bindings
4420  * Method:    LDKCustomMessageHandler_get_CustomMessageReader
4421  * Signature: (J)J
4422  */
4423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCustomMessageHandler_1get_1CustomMessageReader
4424   (JNIEnv *, jclass, jlong);
4425
4426 /*
4427  * Class:     org_ldk_impl_bindings
4428  * Method:    CustomMessageHandler_handle_custom_message
4429  * Signature: (JJ[B)J
4430  */
4431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CustomMessageHandler_1handle_1custom_1message
4432   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
4433
4434 /*
4435  * Class:     org_ldk_impl_bindings
4436  * Method:    CustomMessageHandler_get_and_clear_pending_msg
4437  * Signature: (J)[J
4438  */
4439 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_CustomMessageHandler_1get_1and_1clear_1pending_1msg
4440   (JNIEnv *, jclass, jlong);
4441
4442 /*
4443  * Class:     org_ldk_impl_bindings
4444  * Method:    LDKSocketDescriptor_new
4445  * Signature: (Lorg/ldk/impl/bindings/LDKSocketDescriptor;)J
4446  */
4447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKSocketDescriptor_1new
4448   (JNIEnv *, jclass, jobject);
4449
4450 /*
4451  * Class:     org_ldk_impl_bindings
4452  * Method:    SocketDescriptor_send_data
4453  * Signature: (J[BZ)J
4454  */
4455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1send_1data
4456   (JNIEnv *, jclass, jlong, jbyteArray, jboolean);
4457
4458 /*
4459  * Class:     org_ldk_impl_bindings
4460  * Method:    SocketDescriptor_disconnect_socket
4461  * Signature: (J)V
4462  */
4463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1disconnect_1socket
4464   (JNIEnv *, jclass, jlong);
4465
4466 /*
4467  * Class:     org_ldk_impl_bindings
4468  * Method:    SocketDescriptor_hash
4469  * Signature: (J)J
4470  */
4471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1hash
4472   (JNIEnv *, jclass, jlong);
4473
4474 /*
4475  * Class:     org_ldk_impl_bindings
4476  * Method:    LDKScore_new
4477  * Signature: (Lorg/ldk/impl/bindings/LDKScore;)J
4478  */
4479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKScore_1new
4480   (JNIEnv *, jclass, jobject);
4481
4482 /*
4483  * Class:     org_ldk_impl_bindings
4484  * Method:    Score_channel_penalty_msat
4485  * Signature: (JJJJ)J
4486  */
4487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Score_1channel_1penalty_1msat
4488   (JNIEnv *, jclass, jlong, jlong, jlong, jlong);
4489
4490 /*
4491  * Class:     org_ldk_impl_bindings
4492  * Method:    Score_payment_path_failed
4493  * Signature: (J[JJ)V
4494  */
4495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Score_1payment_1path_1failed
4496   (JNIEnv *, jclass, jlong, jlongArray, jlong);
4497
4498 /*
4499  * Class:     org_ldk_impl_bindings
4500  * Method:    Score_write
4501  * Signature: (J)[B
4502  */
4503 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Score_1write
4504   (JNIEnv *, jclass, jlong);
4505
4506 /*
4507  * Class:     org_ldk_impl_bindings
4508  * Method:    LDKChannelManagerPersister_new
4509  * Signature: (Lorg/ldk/impl/bindings/LDKChannelManagerPersister;)J
4510  */
4511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKChannelManagerPersister_1new
4512   (JNIEnv *, jclass, jobject);
4513
4514 /*
4515  * Class:     org_ldk_impl_bindings
4516  * Method:    ChannelManagerPersister_persist_manager
4517  * Signature: (JJ)J
4518  */
4519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerPersister_1persist_1manager
4520   (JNIEnv *, jclass, jlong, jlong);
4521
4522 /*
4523  * Class:     org_ldk_impl_bindings
4524  * Method:    LDKFallback_ref_from_ptr
4525  * Signature: (J)Lorg/ldk/impl/bindings/LDKFallback;
4526  */
4527 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKFallback_1ref_1from_1ptr
4528   (JNIEnv *, jclass, jlong);
4529
4530 /*
4531  * Class:     org_ldk_impl_bindings
4532  * Method:    LDKPayer_new
4533  * Signature: (Lorg/ldk/impl/bindings/LDKPayer;)J
4534  */
4535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKPayer_1new
4536   (JNIEnv *, jclass, jobject);
4537
4538 /*
4539  * Class:     org_ldk_impl_bindings
4540  * Method:    Payer_node_id
4541  * Signature: (J)[B
4542  */
4543 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Payer_1node_1id
4544   (JNIEnv *, jclass, jlong);
4545
4546 /*
4547  * Class:     org_ldk_impl_bindings
4548  * Method:    Payer_first_hops
4549  * Signature: (J)[J
4550  */
4551 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_Payer_1first_1hops
4552   (JNIEnv *, jclass, jlong);
4553
4554 /*
4555  * Class:     org_ldk_impl_bindings
4556  * Method:    Payer_send_payment
4557  * Signature: (JJ[B[B)J
4558  */
4559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Payer_1send_1payment
4560   (JNIEnv *, jclass, jlong, jlong, jbyteArray, jbyteArray);
4561
4562 /*
4563  * Class:     org_ldk_impl_bindings
4564  * Method:    Payer_retry_payment
4565  * Signature: (JJ[B)J
4566  */
4567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Payer_1retry_1payment
4568   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
4569
4570 /*
4571  * Class:     org_ldk_impl_bindings
4572  * Method:    LDKRouter_new
4573  * Signature: (Lorg/ldk/impl/bindings/LDKRouter;)J
4574  */
4575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKRouter_1new
4576   (JNIEnv *, jclass, jobject);
4577
4578 /*
4579  * Class:     org_ldk_impl_bindings
4580  * Method:    Router_find_route
4581  * Signature: (J[BJ[JJ)J
4582  */
4583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Router_1find_1route
4584   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlongArray, jlong);
4585
4586 /*
4587  * Class:     org_ldk_impl_bindings
4588  * Method:    _ldk_get_compiled_version
4589  * Signature: ()Ljava/lang/String;
4590  */
4591 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings__1ldk_1get_1compiled_1version
4592   (JNIEnv *, jclass);
4593
4594 /*
4595  * Class:     org_ldk_impl_bindings
4596  * Method:    _ldk_c_bindings_get_compiled_version
4597  * Signature: ()Ljava/lang/String;
4598  */
4599 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings__1ldk_1c_1bindings_1get_1compiled_1version
4600   (JNIEnv *, jclass);
4601
4602 /*
4603  * Class:     org_ldk_impl_bindings
4604  * Method:    Transaction_free
4605  * Signature: ([B)V
4606  */
4607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Transaction_1free
4608   (JNIEnv *, jclass, jbyteArray);
4609
4610 /*
4611  * Class:     org_ldk_impl_bindings
4612  * Method:    TxOut_new
4613  * Signature: ([BJ)J
4614  */
4615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxOut_1new
4616   (JNIEnv *, jclass, jbyteArray, jlong);
4617
4618 /*
4619  * Class:     org_ldk_impl_bindings
4620  * Method:    TxOut_free
4621  * Signature: (J)V
4622  */
4623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxOut_1free
4624   (JNIEnv *, jclass, jlong);
4625
4626 /*
4627  * Class:     org_ldk_impl_bindings
4628  * Method:    TxOut_clone
4629  * Signature: (J)J
4630  */
4631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxOut_1clone
4632   (JNIEnv *, jclass, jlong);
4633
4634 /*
4635  * Class:     org_ldk_impl_bindings
4636  * Method:    Str_free
4637  * Signature: (Ljava/lang/String;)V
4638  */
4639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Str_1free
4640   (JNIEnv *, jclass, jstring);
4641
4642 /*
4643  * Class:     org_ldk_impl_bindings
4644  * Method:    CResult_SecretKeyErrorZ_ok
4645  * Signature: ([B)J
4646  */
4647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SecretKeyErrorZ_1ok
4648   (JNIEnv *, jclass, jbyteArray);
4649
4650 /*
4651  * Class:     org_ldk_impl_bindings
4652  * Method:    CResult_SecretKeyErrorZ_err
4653  * Signature: (Lorg/ldk/enums/Secp256k1Error;)J
4654  */
4655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SecretKeyErrorZ_1err
4656   (JNIEnv *, jclass, jobject);
4657
4658 /*
4659  * Class:     org_ldk_impl_bindings
4660  * Method:    CResult_SecretKeyErrorZ_free
4661  * Signature: (J)V
4662  */
4663 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SecretKeyErrorZ_1free
4664   (JNIEnv *, jclass, jlong);
4665
4666 /*
4667  * Class:     org_ldk_impl_bindings
4668  * Method:    CResult_PublicKeyErrorZ_ok
4669  * Signature: ([B)J
4670  */
4671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyErrorZ_1ok
4672   (JNIEnv *, jclass, jbyteArray);
4673
4674 /*
4675  * Class:     org_ldk_impl_bindings
4676  * Method:    CResult_PublicKeyErrorZ_err
4677  * Signature: (Lorg/ldk/enums/Secp256k1Error;)J
4678  */
4679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyErrorZ_1err
4680   (JNIEnv *, jclass, jobject);
4681
4682 /*
4683  * Class:     org_ldk_impl_bindings
4684  * Method:    CResult_PublicKeyErrorZ_free
4685  * Signature: (J)V
4686  */
4687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyErrorZ_1free
4688   (JNIEnv *, jclass, jlong);
4689
4690 /*
4691  * Class:     org_ldk_impl_bindings
4692  * Method:    CResult_PublicKeyErrorZ_clone
4693  * Signature: (J)J
4694  */
4695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyErrorZ_1clone
4696   (JNIEnv *, jclass, jlong);
4697
4698 /*
4699  * Class:     org_ldk_impl_bindings
4700  * Method:    CResult_TxCreationKeysDecodeErrorZ_ok
4701  * Signature: (J)J
4702  */
4703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysDecodeErrorZ_1ok
4704   (JNIEnv *, jclass, jlong);
4705
4706 /*
4707  * Class:     org_ldk_impl_bindings
4708  * Method:    CResult_TxCreationKeysDecodeErrorZ_err
4709  * Signature: (J)J
4710  */
4711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysDecodeErrorZ_1err
4712   (JNIEnv *, jclass, jlong);
4713
4714 /*
4715  * Class:     org_ldk_impl_bindings
4716  * Method:    CResult_TxCreationKeysDecodeErrorZ_free
4717  * Signature: (J)V
4718  */
4719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysDecodeErrorZ_1free
4720   (JNIEnv *, jclass, jlong);
4721
4722 /*
4723  * Class:     org_ldk_impl_bindings
4724  * Method:    CResult_TxCreationKeysDecodeErrorZ_clone
4725  * Signature: (J)J
4726  */
4727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysDecodeErrorZ_1clone
4728   (JNIEnv *, jclass, jlong);
4729
4730 /*
4731  * Class:     org_ldk_impl_bindings
4732  * Method:    CResult_ChannelPublicKeysDecodeErrorZ_ok
4733  * Signature: (J)J
4734  */
4735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelPublicKeysDecodeErrorZ_1ok
4736   (JNIEnv *, jclass, jlong);
4737
4738 /*
4739  * Class:     org_ldk_impl_bindings
4740  * Method:    CResult_ChannelPublicKeysDecodeErrorZ_err
4741  * Signature: (J)J
4742  */
4743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelPublicKeysDecodeErrorZ_1err
4744   (JNIEnv *, jclass, jlong);
4745
4746 /*
4747  * Class:     org_ldk_impl_bindings
4748  * Method:    CResult_ChannelPublicKeysDecodeErrorZ_free
4749  * Signature: (J)V
4750  */
4751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelPublicKeysDecodeErrorZ_1free
4752   (JNIEnv *, jclass, jlong);
4753
4754 /*
4755  * Class:     org_ldk_impl_bindings
4756  * Method:    CResult_ChannelPublicKeysDecodeErrorZ_clone
4757  * Signature: (J)J
4758  */
4759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelPublicKeysDecodeErrorZ_1clone
4760   (JNIEnv *, jclass, jlong);
4761
4762 /*
4763  * Class:     org_ldk_impl_bindings
4764  * Method:    CResult_TxCreationKeysErrorZ_ok
4765  * Signature: (J)J
4766  */
4767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysErrorZ_1ok
4768   (JNIEnv *, jclass, jlong);
4769
4770 /*
4771  * Class:     org_ldk_impl_bindings
4772  * Method:    CResult_TxCreationKeysErrorZ_err
4773  * Signature: (Lorg/ldk/enums/Secp256k1Error;)J
4774  */
4775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysErrorZ_1err
4776   (JNIEnv *, jclass, jobject);
4777
4778 /*
4779  * Class:     org_ldk_impl_bindings
4780  * Method:    CResult_TxCreationKeysErrorZ_free
4781  * Signature: (J)V
4782  */
4783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysErrorZ_1free
4784   (JNIEnv *, jclass, jlong);
4785
4786 /*
4787  * Class:     org_ldk_impl_bindings
4788  * Method:    CResult_TxCreationKeysErrorZ_clone
4789  * Signature: (J)J
4790  */
4791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysErrorZ_1clone
4792   (JNIEnv *, jclass, jlong);
4793
4794 /*
4795  * Class:     org_ldk_impl_bindings
4796  * Method:    COption_u32Z_some
4797  * Signature: (I)J
4798  */
4799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u32Z_1some
4800   (JNIEnv *, jclass, jint);
4801
4802 /*
4803  * Class:     org_ldk_impl_bindings
4804  * Method:    COption_u32Z_none
4805  * Signature: ()J
4806  */
4807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u32Z_1none
4808   (JNIEnv *, jclass);
4809
4810 /*
4811  * Class:     org_ldk_impl_bindings
4812  * Method:    COption_u32Z_free
4813  * Signature: (J)V
4814  */
4815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1u32Z_1free
4816   (JNIEnv *, jclass, jlong);
4817
4818 /*
4819  * Class:     org_ldk_impl_bindings
4820  * Method:    COption_u32Z_clone
4821  * Signature: (J)J
4822  */
4823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u32Z_1clone
4824   (JNIEnv *, jclass, jlong);
4825
4826 /*
4827  * Class:     org_ldk_impl_bindings
4828  * Method:    CResult_HTLCOutputInCommitmentDecodeErrorZ_ok
4829  * Signature: (J)J
4830  */
4831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCOutputInCommitmentDecodeErrorZ_1ok
4832   (JNIEnv *, jclass, jlong);
4833
4834 /*
4835  * Class:     org_ldk_impl_bindings
4836  * Method:    CResult_HTLCOutputInCommitmentDecodeErrorZ_err
4837  * Signature: (J)J
4838  */
4839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCOutputInCommitmentDecodeErrorZ_1err
4840   (JNIEnv *, jclass, jlong);
4841
4842 /*
4843  * Class:     org_ldk_impl_bindings
4844  * Method:    CResult_HTLCOutputInCommitmentDecodeErrorZ_free
4845  * Signature: (J)V
4846  */
4847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCOutputInCommitmentDecodeErrorZ_1free
4848   (JNIEnv *, jclass, jlong);
4849
4850 /*
4851  * Class:     org_ldk_impl_bindings
4852  * Method:    CResult_HTLCOutputInCommitmentDecodeErrorZ_clone
4853  * Signature: (J)J
4854  */
4855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCOutputInCommitmentDecodeErrorZ_1clone
4856   (JNIEnv *, jclass, jlong);
4857
4858 /*
4859  * Class:     org_ldk_impl_bindings
4860  * Method:    CResult_CounterpartyChannelTransactionParametersDecodeErrorZ_ok
4861  * Signature: (J)J
4862  */
4863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1ok
4864   (JNIEnv *, jclass, jlong);
4865
4866 /*
4867  * Class:     org_ldk_impl_bindings
4868  * Method:    CResult_CounterpartyChannelTransactionParametersDecodeErrorZ_err
4869  * Signature: (J)J
4870  */
4871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1err
4872   (JNIEnv *, jclass, jlong);
4873
4874 /*
4875  * Class:     org_ldk_impl_bindings
4876  * Method:    CResult_CounterpartyChannelTransactionParametersDecodeErrorZ_free
4877  * Signature: (J)V
4878  */
4879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1free
4880   (JNIEnv *, jclass, jlong);
4881
4882 /*
4883  * Class:     org_ldk_impl_bindings
4884  * Method:    CResult_CounterpartyChannelTransactionParametersDecodeErrorZ_clone
4885  * Signature: (J)J
4886  */
4887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1clone
4888   (JNIEnv *, jclass, jlong);
4889
4890 /*
4891  * Class:     org_ldk_impl_bindings
4892  * Method:    CResult_ChannelTransactionParametersDecodeErrorZ_ok
4893  * Signature: (J)J
4894  */
4895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTransactionParametersDecodeErrorZ_1ok
4896   (JNIEnv *, jclass, jlong);
4897
4898 /*
4899  * Class:     org_ldk_impl_bindings
4900  * Method:    CResult_ChannelTransactionParametersDecodeErrorZ_err
4901  * Signature: (J)J
4902  */
4903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTransactionParametersDecodeErrorZ_1err
4904   (JNIEnv *, jclass, jlong);
4905
4906 /*
4907  * Class:     org_ldk_impl_bindings
4908  * Method:    CResult_ChannelTransactionParametersDecodeErrorZ_free
4909  * Signature: (J)V
4910  */
4911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTransactionParametersDecodeErrorZ_1free
4912   (JNIEnv *, jclass, jlong);
4913
4914 /*
4915  * Class:     org_ldk_impl_bindings
4916  * Method:    CResult_ChannelTransactionParametersDecodeErrorZ_clone
4917  * Signature: (J)J
4918  */
4919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTransactionParametersDecodeErrorZ_1clone
4920   (JNIEnv *, jclass, jlong);
4921
4922 /*
4923  * Class:     org_ldk_impl_bindings
4924  * Method:    CVec_SignatureZ_free
4925  * Signature: ([[B)V
4926  */
4927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1SignatureZ_1free
4928   (JNIEnv *, jclass, jobjectArray);
4929
4930 /*
4931  * Class:     org_ldk_impl_bindings
4932  * Method:    CResult_HolderCommitmentTransactionDecodeErrorZ_ok
4933  * Signature: (J)J
4934  */
4935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HolderCommitmentTransactionDecodeErrorZ_1ok
4936   (JNIEnv *, jclass, jlong);
4937
4938 /*
4939  * Class:     org_ldk_impl_bindings
4940  * Method:    CResult_HolderCommitmentTransactionDecodeErrorZ_err
4941  * Signature: (J)J
4942  */
4943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HolderCommitmentTransactionDecodeErrorZ_1err
4944   (JNIEnv *, jclass, jlong);
4945
4946 /*
4947  * Class:     org_ldk_impl_bindings
4948  * Method:    CResult_HolderCommitmentTransactionDecodeErrorZ_free
4949  * Signature: (J)V
4950  */
4951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1HolderCommitmentTransactionDecodeErrorZ_1free
4952   (JNIEnv *, jclass, jlong);
4953
4954 /*
4955  * Class:     org_ldk_impl_bindings
4956  * Method:    CResult_HolderCommitmentTransactionDecodeErrorZ_clone
4957  * Signature: (J)J
4958  */
4959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HolderCommitmentTransactionDecodeErrorZ_1clone
4960   (JNIEnv *, jclass, jlong);
4961
4962 /*
4963  * Class:     org_ldk_impl_bindings
4964  * Method:    CResult_BuiltCommitmentTransactionDecodeErrorZ_ok
4965  * Signature: (J)J
4966  */
4967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BuiltCommitmentTransactionDecodeErrorZ_1ok
4968   (JNIEnv *, jclass, jlong);
4969
4970 /*
4971  * Class:     org_ldk_impl_bindings
4972  * Method:    CResult_BuiltCommitmentTransactionDecodeErrorZ_err
4973  * Signature: (J)J
4974  */
4975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BuiltCommitmentTransactionDecodeErrorZ_1err
4976   (JNIEnv *, jclass, jlong);
4977
4978 /*
4979  * Class:     org_ldk_impl_bindings
4980  * Method:    CResult_BuiltCommitmentTransactionDecodeErrorZ_free
4981  * Signature: (J)V
4982  */
4983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1BuiltCommitmentTransactionDecodeErrorZ_1free
4984   (JNIEnv *, jclass, jlong);
4985
4986 /*
4987  * Class:     org_ldk_impl_bindings
4988  * Method:    CResult_BuiltCommitmentTransactionDecodeErrorZ_clone
4989  * Signature: (J)J
4990  */
4991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BuiltCommitmentTransactionDecodeErrorZ_1clone
4992   (JNIEnv *, jclass, jlong);
4993
4994 /*
4995  * Class:     org_ldk_impl_bindings
4996  * Method:    CResult_TrustedClosingTransactionNoneZ_ok
4997  * Signature: (J)J
4998  */
4999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedClosingTransactionNoneZ_1ok
5000   (JNIEnv *, jclass, jlong);
5001
5002 /*
5003  * Class:     org_ldk_impl_bindings
5004  * Method:    CResult_TrustedClosingTransactionNoneZ_err
5005  * Signature: ()J
5006  */
5007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedClosingTransactionNoneZ_1err
5008   (JNIEnv *, jclass);
5009
5010 /*
5011  * Class:     org_ldk_impl_bindings
5012  * Method:    CResult_TrustedClosingTransactionNoneZ_free
5013  * Signature: (J)V
5014  */
5015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedClosingTransactionNoneZ_1free
5016   (JNIEnv *, jclass, jlong);
5017
5018 /*
5019  * Class:     org_ldk_impl_bindings
5020  * Method:    CResult_CommitmentTransactionDecodeErrorZ_ok
5021  * Signature: (J)J
5022  */
5023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentTransactionDecodeErrorZ_1ok
5024   (JNIEnv *, jclass, jlong);
5025
5026 /*
5027  * Class:     org_ldk_impl_bindings
5028  * Method:    CResult_CommitmentTransactionDecodeErrorZ_err
5029  * Signature: (J)J
5030  */
5031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentTransactionDecodeErrorZ_1err
5032   (JNIEnv *, jclass, jlong);
5033
5034 /*
5035  * Class:     org_ldk_impl_bindings
5036  * Method:    CResult_CommitmentTransactionDecodeErrorZ_free
5037  * Signature: (J)V
5038  */
5039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentTransactionDecodeErrorZ_1free
5040   (JNIEnv *, jclass, jlong);
5041
5042 /*
5043  * Class:     org_ldk_impl_bindings
5044  * Method:    CResult_CommitmentTransactionDecodeErrorZ_clone
5045  * Signature: (J)J
5046  */
5047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentTransactionDecodeErrorZ_1clone
5048   (JNIEnv *, jclass, jlong);
5049
5050 /*
5051  * Class:     org_ldk_impl_bindings
5052  * Method:    CResult_TrustedCommitmentTransactionNoneZ_ok
5053  * Signature: (J)J
5054  */
5055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedCommitmentTransactionNoneZ_1ok
5056   (JNIEnv *, jclass, jlong);
5057
5058 /*
5059  * Class:     org_ldk_impl_bindings
5060  * Method:    CResult_TrustedCommitmentTransactionNoneZ_err
5061  * Signature: ()J
5062  */
5063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedCommitmentTransactionNoneZ_1err
5064   (JNIEnv *, jclass);
5065
5066 /*
5067  * Class:     org_ldk_impl_bindings
5068  * Method:    CResult_TrustedCommitmentTransactionNoneZ_free
5069  * Signature: (J)V
5070  */
5071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedCommitmentTransactionNoneZ_1free
5072   (JNIEnv *, jclass, jlong);
5073
5074 /*
5075  * Class:     org_ldk_impl_bindings
5076  * Method:    CResult_CVec_SignatureZNoneZ_ok
5077  * Signature: ([[B)J
5078  */
5079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1ok
5080   (JNIEnv *, jclass, jobjectArray);
5081
5082 /*
5083  * Class:     org_ldk_impl_bindings
5084  * Method:    CResult_CVec_SignatureZNoneZ_err
5085  * Signature: ()J
5086  */
5087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1err
5088   (JNIEnv *, jclass);
5089
5090 /*
5091  * Class:     org_ldk_impl_bindings
5092  * Method:    CResult_CVec_SignatureZNoneZ_free
5093  * Signature: (J)V
5094  */
5095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1free
5096   (JNIEnv *, jclass, jlong);
5097
5098 /*
5099  * Class:     org_ldk_impl_bindings
5100  * Method:    CResult_CVec_SignatureZNoneZ_clone
5101  * Signature: (J)J
5102  */
5103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1clone
5104   (JNIEnv *, jclass, jlong);
5105
5106 /*
5107  * Class:     org_ldk_impl_bindings
5108  * Method:    CResult_ShutdownScriptDecodeErrorZ_ok
5109  * Signature: (J)J
5110  */
5111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptDecodeErrorZ_1ok
5112   (JNIEnv *, jclass, jlong);
5113
5114 /*
5115  * Class:     org_ldk_impl_bindings
5116  * Method:    CResult_ShutdownScriptDecodeErrorZ_err
5117  * Signature: (J)J
5118  */
5119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptDecodeErrorZ_1err
5120   (JNIEnv *, jclass, jlong);
5121
5122 /*
5123  * Class:     org_ldk_impl_bindings
5124  * Method:    CResult_ShutdownScriptDecodeErrorZ_free
5125  * Signature: (J)V
5126  */
5127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptDecodeErrorZ_1free
5128   (JNIEnv *, jclass, jlong);
5129
5130 /*
5131  * Class:     org_ldk_impl_bindings
5132  * Method:    CResult_ShutdownScriptDecodeErrorZ_clone
5133  * Signature: (J)J
5134  */
5135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptDecodeErrorZ_1clone
5136   (JNIEnv *, jclass, jlong);
5137
5138 /*
5139  * Class:     org_ldk_impl_bindings
5140  * Method:    CResult_ShutdownScriptInvalidShutdownScriptZ_ok
5141  * Signature: (J)J
5142  */
5143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptInvalidShutdownScriptZ_1ok
5144   (JNIEnv *, jclass, jlong);
5145
5146 /*
5147  * Class:     org_ldk_impl_bindings
5148  * Method:    CResult_ShutdownScriptInvalidShutdownScriptZ_err
5149  * Signature: (J)J
5150  */
5151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptInvalidShutdownScriptZ_1err
5152   (JNIEnv *, jclass, jlong);
5153
5154 /*
5155  * Class:     org_ldk_impl_bindings
5156  * Method:    CResult_ShutdownScriptInvalidShutdownScriptZ_free
5157  * Signature: (J)V
5158  */
5159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptInvalidShutdownScriptZ_1free
5160   (JNIEnv *, jclass, jlong);
5161
5162 /*
5163  * Class:     org_ldk_impl_bindings
5164  * Method:    CResult_ShutdownScriptInvalidShutdownScriptZ_clone
5165  * Signature: (J)J
5166  */
5167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptInvalidShutdownScriptZ_1clone
5168   (JNIEnv *, jclass, jlong);
5169
5170 /*
5171  * Class:     org_ldk_impl_bindings
5172  * Method:    CResult_NoneErrorZ_ok
5173  * Signature: ()J
5174  */
5175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneErrorZ_1ok
5176   (JNIEnv *, jclass);
5177
5178 /*
5179  * Class:     org_ldk_impl_bindings
5180  * Method:    CResult_NoneErrorZ_err
5181  * Signature: (Lorg/ldk/enums/IOError;)J
5182  */
5183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneErrorZ_1err
5184   (JNIEnv *, jclass, jobject);
5185
5186 /*
5187  * Class:     org_ldk_impl_bindings
5188  * Method:    CResult_NoneErrorZ_free
5189  * Signature: (J)V
5190  */
5191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneErrorZ_1free
5192   (JNIEnv *, jclass, jlong);
5193
5194 /*
5195  * Class:     org_ldk_impl_bindings
5196  * Method:    CResult_NoneErrorZ_clone
5197  * Signature: (J)J
5198  */
5199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneErrorZ_1clone
5200   (JNIEnv *, jclass, jlong);
5201
5202 /*
5203  * Class:     org_ldk_impl_bindings
5204  * Method:    CResult_RouteHopDecodeErrorZ_ok
5205  * Signature: (J)J
5206  */
5207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHopDecodeErrorZ_1ok
5208   (JNIEnv *, jclass, jlong);
5209
5210 /*
5211  * Class:     org_ldk_impl_bindings
5212  * Method:    CResult_RouteHopDecodeErrorZ_err
5213  * Signature: (J)J
5214  */
5215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHopDecodeErrorZ_1err
5216   (JNIEnv *, jclass, jlong);
5217
5218 /*
5219  * Class:     org_ldk_impl_bindings
5220  * Method:    CResult_RouteHopDecodeErrorZ_free
5221  * Signature: (J)V
5222  */
5223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHopDecodeErrorZ_1free
5224   (JNIEnv *, jclass, jlong);
5225
5226 /*
5227  * Class:     org_ldk_impl_bindings
5228  * Method:    CResult_RouteHopDecodeErrorZ_clone
5229  * Signature: (J)J
5230  */
5231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHopDecodeErrorZ_1clone
5232   (JNIEnv *, jclass, jlong);
5233
5234 /*
5235  * Class:     org_ldk_impl_bindings
5236  * Method:    CVec_RouteHopZ_free
5237  * Signature: ([J)V
5238  */
5239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1RouteHopZ_1free
5240   (JNIEnv *, jclass, jlongArray);
5241
5242 /*
5243  * Class:     org_ldk_impl_bindings
5244  * Method:    CVec_CVec_RouteHopZZ_free
5245  * Signature: ([[J)V
5246  */
5247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1CVec_1RouteHopZZ_1free
5248   (JNIEnv *, jclass, jobjectArray);
5249
5250 /*
5251  * Class:     org_ldk_impl_bindings
5252  * Method:    CResult_RouteDecodeErrorZ_ok
5253  * Signature: (J)J
5254  */
5255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteDecodeErrorZ_1ok
5256   (JNIEnv *, jclass, jlong);
5257
5258 /*
5259  * Class:     org_ldk_impl_bindings
5260  * Method:    CResult_RouteDecodeErrorZ_err
5261  * Signature: (J)J
5262  */
5263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteDecodeErrorZ_1err
5264   (JNIEnv *, jclass, jlong);
5265
5266 /*
5267  * Class:     org_ldk_impl_bindings
5268  * Method:    CResult_RouteDecodeErrorZ_free
5269  * Signature: (J)V
5270  */
5271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RouteDecodeErrorZ_1free
5272   (JNIEnv *, jclass, jlong);
5273
5274 /*
5275  * Class:     org_ldk_impl_bindings
5276  * Method:    CResult_RouteDecodeErrorZ_clone
5277  * Signature: (J)J
5278  */
5279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteDecodeErrorZ_1clone
5280   (JNIEnv *, jclass, jlong);
5281
5282 /*
5283  * Class:     org_ldk_impl_bindings
5284  * Method:    CResult_RouteParametersDecodeErrorZ_ok
5285  * Signature: (J)J
5286  */
5287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteParametersDecodeErrorZ_1ok
5288   (JNIEnv *, jclass, jlong);
5289
5290 /*
5291  * Class:     org_ldk_impl_bindings
5292  * Method:    CResult_RouteParametersDecodeErrorZ_err
5293  * Signature: (J)J
5294  */
5295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteParametersDecodeErrorZ_1err
5296   (JNIEnv *, jclass, jlong);
5297
5298 /*
5299  * Class:     org_ldk_impl_bindings
5300  * Method:    CResult_RouteParametersDecodeErrorZ_free
5301  * Signature: (J)V
5302  */
5303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RouteParametersDecodeErrorZ_1free
5304   (JNIEnv *, jclass, jlong);
5305
5306 /*
5307  * Class:     org_ldk_impl_bindings
5308  * Method:    CResult_RouteParametersDecodeErrorZ_clone
5309  * Signature: (J)J
5310  */
5311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteParametersDecodeErrorZ_1clone
5312   (JNIEnv *, jclass, jlong);
5313
5314 /*
5315  * Class:     org_ldk_impl_bindings
5316  * Method:    CVec_RouteHintZ_free
5317  * Signature: ([J)V
5318  */
5319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1RouteHintZ_1free
5320   (JNIEnv *, jclass, jlongArray);
5321
5322 /*
5323  * Class:     org_ldk_impl_bindings
5324  * Method:    COption_u64Z_some
5325  * Signature: (J)J
5326  */
5327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u64Z_1some
5328   (JNIEnv *, jclass, jlong);
5329
5330 /*
5331  * Class:     org_ldk_impl_bindings
5332  * Method:    COption_u64Z_none
5333  * Signature: ()J
5334  */
5335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u64Z_1none
5336   (JNIEnv *, jclass);
5337
5338 /*
5339  * Class:     org_ldk_impl_bindings
5340  * Method:    COption_u64Z_free
5341  * Signature: (J)V
5342  */
5343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1u64Z_1free
5344   (JNIEnv *, jclass, jlong);
5345
5346 /*
5347  * Class:     org_ldk_impl_bindings
5348  * Method:    COption_u64Z_clone
5349  * Signature: (J)J
5350  */
5351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u64Z_1clone
5352   (JNIEnv *, jclass, jlong);
5353
5354 /*
5355  * Class:     org_ldk_impl_bindings
5356  * Method:    CResult_PayeeDecodeErrorZ_ok
5357  * Signature: (J)J
5358  */
5359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PayeeDecodeErrorZ_1ok
5360   (JNIEnv *, jclass, jlong);
5361
5362 /*
5363  * Class:     org_ldk_impl_bindings
5364  * Method:    CResult_PayeeDecodeErrorZ_err
5365  * Signature: (J)J
5366  */
5367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PayeeDecodeErrorZ_1err
5368   (JNIEnv *, jclass, jlong);
5369
5370 /*
5371  * Class:     org_ldk_impl_bindings
5372  * Method:    CResult_PayeeDecodeErrorZ_free
5373  * Signature: (J)V
5374  */
5375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PayeeDecodeErrorZ_1free
5376   (JNIEnv *, jclass, jlong);
5377
5378 /*
5379  * Class:     org_ldk_impl_bindings
5380  * Method:    CResult_PayeeDecodeErrorZ_clone
5381  * Signature: (J)J
5382  */
5383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PayeeDecodeErrorZ_1clone
5384   (JNIEnv *, jclass, jlong);
5385
5386 /*
5387  * Class:     org_ldk_impl_bindings
5388  * Method:    CVec_RouteHintHopZ_free
5389  * Signature: ([J)V
5390  */
5391 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1RouteHintHopZ_1free
5392   (JNIEnv *, jclass, jlongArray);
5393
5394 /*
5395  * Class:     org_ldk_impl_bindings
5396  * Method:    CResult_RouteHintDecodeErrorZ_ok
5397  * Signature: (J)J
5398  */
5399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintDecodeErrorZ_1ok
5400   (JNIEnv *, jclass, jlong);
5401
5402 /*
5403  * Class:     org_ldk_impl_bindings
5404  * Method:    CResult_RouteHintDecodeErrorZ_err
5405  * Signature: (J)J
5406  */
5407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintDecodeErrorZ_1err
5408   (JNIEnv *, jclass, jlong);
5409
5410 /*
5411  * Class:     org_ldk_impl_bindings
5412  * Method:    CResult_RouteHintDecodeErrorZ_free
5413  * Signature: (J)V
5414  */
5415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintDecodeErrorZ_1free
5416   (JNIEnv *, jclass, jlong);
5417
5418 /*
5419  * Class:     org_ldk_impl_bindings
5420  * Method:    CResult_RouteHintDecodeErrorZ_clone
5421  * Signature: (J)J
5422  */
5423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintDecodeErrorZ_1clone
5424   (JNIEnv *, jclass, jlong);
5425
5426 /*
5427  * Class:     org_ldk_impl_bindings
5428  * Method:    CResult_RouteHintHopDecodeErrorZ_ok
5429  * Signature: (J)J
5430  */
5431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintHopDecodeErrorZ_1ok
5432   (JNIEnv *, jclass, jlong);
5433
5434 /*
5435  * Class:     org_ldk_impl_bindings
5436  * Method:    CResult_RouteHintHopDecodeErrorZ_err
5437  * Signature: (J)J
5438  */
5439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintHopDecodeErrorZ_1err
5440   (JNIEnv *, jclass, jlong);
5441
5442 /*
5443  * Class:     org_ldk_impl_bindings
5444  * Method:    CResult_RouteHintHopDecodeErrorZ_free
5445  * Signature: (J)V
5446  */
5447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintHopDecodeErrorZ_1free
5448   (JNIEnv *, jclass, jlong);
5449
5450 /*
5451  * Class:     org_ldk_impl_bindings
5452  * Method:    CResult_RouteHintHopDecodeErrorZ_clone
5453  * Signature: (J)J
5454  */
5455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintHopDecodeErrorZ_1clone
5456   (JNIEnv *, jclass, jlong);
5457
5458 /*
5459  * Class:     org_ldk_impl_bindings
5460  * Method:    CVec_ChannelDetailsZ_free
5461  * Signature: ([J)V
5462  */
5463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1ChannelDetailsZ_1free
5464   (JNIEnv *, jclass, jlongArray);
5465
5466 /*
5467  * Class:     org_ldk_impl_bindings
5468  * Method:    CResult_RouteLightningErrorZ_ok
5469  * Signature: (J)J
5470  */
5471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1ok
5472   (JNIEnv *, jclass, jlong);
5473
5474 /*
5475  * Class:     org_ldk_impl_bindings
5476  * Method:    CResult_RouteLightningErrorZ_err
5477  * Signature: (J)J
5478  */
5479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1err
5480   (JNIEnv *, jclass, jlong);
5481
5482 /*
5483  * Class:     org_ldk_impl_bindings
5484  * Method:    CResult_RouteLightningErrorZ_free
5485  * Signature: (J)V
5486  */
5487 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1free
5488   (JNIEnv *, jclass, jlong);
5489
5490 /*
5491  * Class:     org_ldk_impl_bindings
5492  * Method:    CResult_RouteLightningErrorZ_clone
5493  * Signature: (J)J
5494  */
5495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1clone
5496   (JNIEnv *, jclass, jlong);
5497
5498 /*
5499  * Class:     org_ldk_impl_bindings
5500  * Method:    CResult_TxOutAccessErrorZ_ok
5501  * Signature: (J)J
5502  */
5503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutAccessErrorZ_1ok
5504   (JNIEnv *, jclass, jlong);
5505
5506 /*
5507  * Class:     org_ldk_impl_bindings
5508  * Method:    CResult_TxOutAccessErrorZ_err
5509  * Signature: (Lorg/ldk/enums/AccessError;)J
5510  */
5511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutAccessErrorZ_1err
5512   (JNIEnv *, jclass, jobject);
5513
5514 /*
5515  * Class:     org_ldk_impl_bindings
5516  * Method:    CResult_TxOutAccessErrorZ_free
5517  * Signature: (J)V
5518  */
5519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutAccessErrorZ_1free
5520   (JNIEnv *, jclass, jlong);
5521
5522 /*
5523  * Class:     org_ldk_impl_bindings
5524  * Method:    CResult_TxOutAccessErrorZ_clone
5525  * Signature: (J)J
5526  */
5527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutAccessErrorZ_1clone
5528   (JNIEnv *, jclass, jlong);
5529
5530 /*
5531  * Class:     org_ldk_impl_bindings
5532  * Method:    C2Tuple_usizeTransactionZ_clone
5533  * Signature: (J)J
5534  */
5535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1usizeTransactionZ_1clone
5536   (JNIEnv *, jclass, jlong);
5537
5538 /*
5539  * Class:     org_ldk_impl_bindings
5540  * Method:    C2Tuple_usizeTransactionZ_new
5541  * Signature: (J[B)J
5542  */
5543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1usizeTransactionZ_1new
5544   (JNIEnv *, jclass, jlong, jbyteArray);
5545
5546 /*
5547  * Class:     org_ldk_impl_bindings
5548  * Method:    C2Tuple_usizeTransactionZ_free
5549  * Signature: (J)V
5550  */
5551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1usizeTransactionZ_1free
5552   (JNIEnv *, jclass, jlong);
5553
5554 /*
5555  * Class:     org_ldk_impl_bindings
5556  * Method:    CVec_C2Tuple_usizeTransactionZZ_free
5557  * Signature: ([J)V
5558  */
5559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1usizeTransactionZZ_1free
5560   (JNIEnv *, jclass, jlongArray);
5561
5562 /*
5563  * Class:     org_ldk_impl_bindings
5564  * Method:    CVec_TxidZ_free
5565  * Signature: ([[B)V
5566  */
5567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1TxidZ_1free
5568   (JNIEnv *, jclass, jobjectArray);
5569
5570 /*
5571  * Class:     org_ldk_impl_bindings
5572  * Method:    CResult_NoneChannelMonitorUpdateErrZ_ok
5573  * Signature: ()J
5574  */
5575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneChannelMonitorUpdateErrZ_1ok
5576   (JNIEnv *, jclass);
5577
5578 /*
5579  * Class:     org_ldk_impl_bindings
5580  * Method:    CResult_NoneChannelMonitorUpdateErrZ_err
5581  * Signature: (Lorg/ldk/enums/ChannelMonitorUpdateErr;)J
5582  */
5583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneChannelMonitorUpdateErrZ_1err
5584   (JNIEnv *, jclass, jobject);
5585
5586 /*
5587  * Class:     org_ldk_impl_bindings
5588  * Method:    CResult_NoneChannelMonitorUpdateErrZ_free
5589  * Signature: (J)V
5590  */
5591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneChannelMonitorUpdateErrZ_1free
5592   (JNIEnv *, jclass, jlong);
5593
5594 /*
5595  * Class:     org_ldk_impl_bindings
5596  * Method:    CResult_NoneChannelMonitorUpdateErrZ_clone
5597  * Signature: (J)J
5598  */
5599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneChannelMonitorUpdateErrZ_1clone
5600   (JNIEnv *, jclass, jlong);
5601
5602 /*
5603  * Class:     org_ldk_impl_bindings
5604  * Method:    CVec_MonitorEventZ_free
5605  * Signature: ([J)V
5606  */
5607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1MonitorEventZ_1free
5608   (JNIEnv *, jclass, jlongArray);
5609
5610 /*
5611  * Class:     org_ldk_impl_bindings
5612  * Method:    COption_C2Tuple_usizeTransactionZZ_some
5613  * Signature: (J)J
5614  */
5615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1usizeTransactionZZ_1some
5616   (JNIEnv *, jclass, jlong);
5617
5618 /*
5619  * Class:     org_ldk_impl_bindings
5620  * Method:    COption_C2Tuple_usizeTransactionZZ_none
5621  * Signature: ()J
5622  */
5623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1usizeTransactionZZ_1none
5624   (JNIEnv *, jclass);
5625
5626 /*
5627  * Class:     org_ldk_impl_bindings
5628  * Method:    COption_C2Tuple_usizeTransactionZZ_free
5629  * Signature: (J)V
5630  */
5631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1usizeTransactionZZ_1free
5632   (JNIEnv *, jclass, jlong);
5633
5634 /*
5635  * Class:     org_ldk_impl_bindings
5636  * Method:    COption_C2Tuple_usizeTransactionZZ_clone
5637  * Signature: (J)J
5638  */
5639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1usizeTransactionZZ_1clone
5640   (JNIEnv *, jclass, jlong);
5641
5642 /*
5643  * Class:     org_ldk_impl_bindings
5644  * Method:    COption_NetworkUpdateZ_some
5645  * Signature: (J)J
5646  */
5647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1NetworkUpdateZ_1some
5648   (JNIEnv *, jclass, jlong);
5649
5650 /*
5651  * Class:     org_ldk_impl_bindings
5652  * Method:    COption_NetworkUpdateZ_none
5653  * Signature: ()J
5654  */
5655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1NetworkUpdateZ_1none
5656   (JNIEnv *, jclass);
5657
5658 /*
5659  * Class:     org_ldk_impl_bindings
5660  * Method:    COption_NetworkUpdateZ_free
5661  * Signature: (J)V
5662  */
5663 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1NetworkUpdateZ_1free
5664   (JNIEnv *, jclass, jlong);
5665
5666 /*
5667  * Class:     org_ldk_impl_bindings
5668  * Method:    COption_NetworkUpdateZ_clone
5669  * Signature: (J)J
5670  */
5671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1NetworkUpdateZ_1clone
5672   (JNIEnv *, jclass, jlong);
5673
5674 /*
5675  * Class:     org_ldk_impl_bindings
5676  * Method:    CVec_SpendableOutputDescriptorZ_free
5677  * Signature: ([J)V
5678  */
5679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1SpendableOutputDescriptorZ_1free
5680   (JNIEnv *, jclass, jlongArray);
5681
5682 /*
5683  * Class:     org_ldk_impl_bindings
5684  * Method:    CVec_MessageSendEventZ_free
5685  * Signature: ([J)V
5686  */
5687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1MessageSendEventZ_1free
5688   (JNIEnv *, jclass, jlongArray);
5689
5690 /*
5691  * Class:     org_ldk_impl_bindings
5692  * Method:    CResult_InitFeaturesDecodeErrorZ_ok
5693  * Signature: (J)J
5694  */
5695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitFeaturesDecodeErrorZ_1ok
5696   (JNIEnv *, jclass, jlong);
5697
5698 /*
5699  * Class:     org_ldk_impl_bindings
5700  * Method:    CResult_InitFeaturesDecodeErrorZ_err
5701  * Signature: (J)J
5702  */
5703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitFeaturesDecodeErrorZ_1err
5704   (JNIEnv *, jclass, jlong);
5705
5706 /*
5707  * Class:     org_ldk_impl_bindings
5708  * Method:    CResult_InitFeaturesDecodeErrorZ_free
5709  * Signature: (J)V
5710  */
5711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InitFeaturesDecodeErrorZ_1free
5712   (JNIEnv *, jclass, jlong);
5713
5714 /*
5715  * Class:     org_ldk_impl_bindings
5716  * Method:    CResult_NodeFeaturesDecodeErrorZ_ok
5717  * Signature: (J)J
5718  */
5719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeFeaturesDecodeErrorZ_1ok
5720   (JNIEnv *, jclass, jlong);
5721
5722 /*
5723  * Class:     org_ldk_impl_bindings
5724  * Method:    CResult_NodeFeaturesDecodeErrorZ_err
5725  * Signature: (J)J
5726  */
5727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeFeaturesDecodeErrorZ_1err
5728   (JNIEnv *, jclass, jlong);
5729
5730 /*
5731  * Class:     org_ldk_impl_bindings
5732  * Method:    CResult_NodeFeaturesDecodeErrorZ_free
5733  * Signature: (J)V
5734  */
5735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NodeFeaturesDecodeErrorZ_1free
5736   (JNIEnv *, jclass, jlong);
5737
5738 /*
5739  * Class:     org_ldk_impl_bindings
5740  * Method:    CResult_ChannelFeaturesDecodeErrorZ_ok
5741  * Signature: (J)J
5742  */
5743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelFeaturesDecodeErrorZ_1ok
5744   (JNIEnv *, jclass, jlong);
5745
5746 /*
5747  * Class:     org_ldk_impl_bindings
5748  * Method:    CResult_ChannelFeaturesDecodeErrorZ_err
5749  * Signature: (J)J
5750  */
5751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelFeaturesDecodeErrorZ_1err
5752   (JNIEnv *, jclass, jlong);
5753
5754 /*
5755  * Class:     org_ldk_impl_bindings
5756  * Method:    CResult_ChannelFeaturesDecodeErrorZ_free
5757  * Signature: (J)V
5758  */
5759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelFeaturesDecodeErrorZ_1free
5760   (JNIEnv *, jclass, jlong);
5761
5762 /*
5763  * Class:     org_ldk_impl_bindings
5764  * Method:    CResult_InvoiceFeaturesDecodeErrorZ_ok
5765  * Signature: (J)J
5766  */
5767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceFeaturesDecodeErrorZ_1ok
5768   (JNIEnv *, jclass, jlong);
5769
5770 /*
5771  * Class:     org_ldk_impl_bindings
5772  * Method:    CResult_InvoiceFeaturesDecodeErrorZ_err
5773  * Signature: (J)J
5774  */
5775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceFeaturesDecodeErrorZ_1err
5776   (JNIEnv *, jclass, jlong);
5777
5778 /*
5779  * Class:     org_ldk_impl_bindings
5780  * Method:    CResult_InvoiceFeaturesDecodeErrorZ_free
5781  * Signature: (J)V
5782  */
5783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceFeaturesDecodeErrorZ_1free
5784   (JNIEnv *, jclass, jlong);
5785
5786 /*
5787  * Class:     org_ldk_impl_bindings
5788  * Method:    CResult_ScoringParametersDecodeErrorZ_ok
5789  * Signature: (J)J
5790  */
5791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ScoringParametersDecodeErrorZ_1ok
5792   (JNIEnv *, jclass, jlong);
5793
5794 /*
5795  * Class:     org_ldk_impl_bindings
5796  * Method:    CResult_ScoringParametersDecodeErrorZ_err
5797  * Signature: (J)J
5798  */
5799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ScoringParametersDecodeErrorZ_1err
5800   (JNIEnv *, jclass, jlong);
5801
5802 /*
5803  * Class:     org_ldk_impl_bindings
5804  * Method:    CResult_ScoringParametersDecodeErrorZ_free
5805  * Signature: (J)V
5806  */
5807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ScoringParametersDecodeErrorZ_1free
5808   (JNIEnv *, jclass, jlong);
5809
5810 /*
5811  * Class:     org_ldk_impl_bindings
5812  * Method:    CResult_ScorerDecodeErrorZ_ok
5813  * Signature: (J)J
5814  */
5815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ScorerDecodeErrorZ_1ok
5816   (JNIEnv *, jclass, jlong);
5817
5818 /*
5819  * Class:     org_ldk_impl_bindings
5820  * Method:    CResult_ScorerDecodeErrorZ_err
5821  * Signature: (J)J
5822  */
5823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ScorerDecodeErrorZ_1err
5824   (JNIEnv *, jclass, jlong);
5825
5826 /*
5827  * Class:     org_ldk_impl_bindings
5828  * Method:    CResult_ScorerDecodeErrorZ_free
5829  * Signature: (J)V
5830  */
5831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ScorerDecodeErrorZ_1free
5832   (JNIEnv *, jclass, jlong);
5833
5834 /*
5835  * Class:     org_ldk_impl_bindings
5836  * Method:    CResult_DelayedPaymentOutputDescriptorDecodeErrorZ_ok
5837  * Signature: (J)J
5838  */
5839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DelayedPaymentOutputDescriptorDecodeErrorZ_1ok
5840   (JNIEnv *, jclass, jlong);
5841
5842 /*
5843  * Class:     org_ldk_impl_bindings
5844  * Method:    CResult_DelayedPaymentOutputDescriptorDecodeErrorZ_err
5845  * Signature: (J)J
5846  */
5847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DelayedPaymentOutputDescriptorDecodeErrorZ_1err
5848   (JNIEnv *, jclass, jlong);
5849
5850 /*
5851  * Class:     org_ldk_impl_bindings
5852  * Method:    CResult_DelayedPaymentOutputDescriptorDecodeErrorZ_free
5853  * Signature: (J)V
5854  */
5855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1DelayedPaymentOutputDescriptorDecodeErrorZ_1free
5856   (JNIEnv *, jclass, jlong);
5857
5858 /*
5859  * Class:     org_ldk_impl_bindings
5860  * Method:    CResult_DelayedPaymentOutputDescriptorDecodeErrorZ_clone
5861  * Signature: (J)J
5862  */
5863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DelayedPaymentOutputDescriptorDecodeErrorZ_1clone
5864   (JNIEnv *, jclass, jlong);
5865
5866 /*
5867  * Class:     org_ldk_impl_bindings
5868  * Method:    CResult_StaticPaymentOutputDescriptorDecodeErrorZ_ok
5869  * Signature: (J)J
5870  */
5871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1StaticPaymentOutputDescriptorDecodeErrorZ_1ok
5872   (JNIEnv *, jclass, jlong);
5873
5874 /*
5875  * Class:     org_ldk_impl_bindings
5876  * Method:    CResult_StaticPaymentOutputDescriptorDecodeErrorZ_err
5877  * Signature: (J)J
5878  */
5879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1StaticPaymentOutputDescriptorDecodeErrorZ_1err
5880   (JNIEnv *, jclass, jlong);
5881
5882 /*
5883  * Class:     org_ldk_impl_bindings
5884  * Method:    CResult_StaticPaymentOutputDescriptorDecodeErrorZ_free
5885  * Signature: (J)V
5886  */
5887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1StaticPaymentOutputDescriptorDecodeErrorZ_1free
5888   (JNIEnv *, jclass, jlong);
5889
5890 /*
5891  * Class:     org_ldk_impl_bindings
5892  * Method:    CResult_StaticPaymentOutputDescriptorDecodeErrorZ_clone
5893  * Signature: (J)J
5894  */
5895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1StaticPaymentOutputDescriptorDecodeErrorZ_1clone
5896   (JNIEnv *, jclass, jlong);
5897
5898 /*
5899  * Class:     org_ldk_impl_bindings
5900  * Method:    CResult_SpendableOutputDescriptorDecodeErrorZ_ok
5901  * Signature: (J)J
5902  */
5903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SpendableOutputDescriptorDecodeErrorZ_1ok
5904   (JNIEnv *, jclass, jlong);
5905
5906 /*
5907  * Class:     org_ldk_impl_bindings
5908  * Method:    CResult_SpendableOutputDescriptorDecodeErrorZ_err
5909  * Signature: (J)J
5910  */
5911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SpendableOutputDescriptorDecodeErrorZ_1err
5912   (JNIEnv *, jclass, jlong);
5913
5914 /*
5915  * Class:     org_ldk_impl_bindings
5916  * Method:    CResult_SpendableOutputDescriptorDecodeErrorZ_free
5917  * Signature: (J)V
5918  */
5919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SpendableOutputDescriptorDecodeErrorZ_1free
5920   (JNIEnv *, jclass, jlong);
5921
5922 /*
5923  * Class:     org_ldk_impl_bindings
5924  * Method:    CResult_SpendableOutputDescriptorDecodeErrorZ_clone
5925  * Signature: (J)J
5926  */
5927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SpendableOutputDescriptorDecodeErrorZ_1clone
5928   (JNIEnv *, jclass, jlong);
5929
5930 /*
5931  * Class:     org_ldk_impl_bindings
5932  * Method:    CResult_NoneNoneZ_ok
5933  * Signature: ()J
5934  */
5935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneNoneZ_1ok
5936   (JNIEnv *, jclass);
5937
5938 /*
5939  * Class:     org_ldk_impl_bindings
5940  * Method:    CResult_NoneNoneZ_err
5941  * Signature: ()J
5942  */
5943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneNoneZ_1err
5944   (JNIEnv *, jclass);
5945
5946 /*
5947  * Class:     org_ldk_impl_bindings
5948  * Method:    CResult_NoneNoneZ_free
5949  * Signature: (J)V
5950  */
5951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneNoneZ_1free
5952   (JNIEnv *, jclass, jlong);
5953
5954 /*
5955  * Class:     org_ldk_impl_bindings
5956  * Method:    CResult_NoneNoneZ_clone
5957  * Signature: (J)J
5958  */
5959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneNoneZ_1clone
5960   (JNIEnv *, jclass, jlong);
5961
5962 /*
5963  * Class:     org_ldk_impl_bindings
5964  * Method:    C2Tuple_SignatureCVec_SignatureZZ_clone
5965  * Signature: (J)J
5966  */
5967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1SignatureCVec_1SignatureZZ_1clone
5968   (JNIEnv *, jclass, jlong);
5969
5970 /*
5971  * Class:     org_ldk_impl_bindings
5972  * Method:    C2Tuple_SignatureCVec_SignatureZZ_new
5973  * Signature: ([B[[B)J
5974  */
5975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1SignatureCVec_1SignatureZZ_1new
5976   (JNIEnv *, jclass, jbyteArray, jobjectArray);
5977
5978 /*
5979  * Class:     org_ldk_impl_bindings
5980  * Method:    C2Tuple_SignatureCVec_SignatureZZ_free
5981  * Signature: (J)V
5982  */
5983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1SignatureCVec_1SignatureZZ_1free
5984   (JNIEnv *, jclass, jlong);
5985
5986 /*
5987  * Class:     org_ldk_impl_bindings
5988  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_ok
5989  * Signature: (J)J
5990  */
5991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1ok
5992   (JNIEnv *, jclass, jlong);
5993
5994 /*
5995  * Class:     org_ldk_impl_bindings
5996  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_err
5997  * Signature: ()J
5998  */
5999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1err
6000   (JNIEnv *, jclass);
6001
6002 /*
6003  * Class:     org_ldk_impl_bindings
6004  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_free
6005  * Signature: (J)V
6006  */
6007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1free
6008   (JNIEnv *, jclass, jlong);
6009
6010 /*
6011  * Class:     org_ldk_impl_bindings
6012  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_clone
6013  * Signature: (J)J
6014  */
6015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1clone
6016   (JNIEnv *, jclass, jlong);
6017
6018 /*
6019  * Class:     org_ldk_impl_bindings
6020  * Method:    CResult_SignatureNoneZ_ok
6021  * Signature: ([B)J
6022  */
6023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1ok
6024   (JNIEnv *, jclass, jbyteArray);
6025
6026 /*
6027  * Class:     org_ldk_impl_bindings
6028  * Method:    CResult_SignatureNoneZ_err
6029  * Signature: ()J
6030  */
6031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1err
6032   (JNIEnv *, jclass);
6033
6034 /*
6035  * Class:     org_ldk_impl_bindings
6036  * Method:    CResult_SignatureNoneZ_free
6037  * Signature: (J)V
6038  */
6039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1free
6040   (JNIEnv *, jclass, jlong);
6041
6042 /*
6043  * Class:     org_ldk_impl_bindings
6044  * Method:    CResult_SignatureNoneZ_clone
6045  * Signature: (J)J
6046  */
6047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1clone
6048   (JNIEnv *, jclass, jlong);
6049
6050 /*
6051  * Class:     org_ldk_impl_bindings
6052  * Method:    CResult_SignDecodeErrorZ_ok
6053  * Signature: (J)J
6054  */
6055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignDecodeErrorZ_1ok
6056   (JNIEnv *, jclass, jlong);
6057
6058 /*
6059  * Class:     org_ldk_impl_bindings
6060  * Method:    CResult_SignDecodeErrorZ_err
6061  * Signature: (J)J
6062  */
6063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignDecodeErrorZ_1err
6064   (JNIEnv *, jclass, jlong);
6065
6066 /*
6067  * Class:     org_ldk_impl_bindings
6068  * Method:    CResult_SignDecodeErrorZ_free
6069  * Signature: (J)V
6070  */
6071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SignDecodeErrorZ_1free
6072   (JNIEnv *, jclass, jlong);
6073
6074 /*
6075  * Class:     org_ldk_impl_bindings
6076  * Method:    CResult_SignDecodeErrorZ_clone
6077  * Signature: (J)J
6078  */
6079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignDecodeErrorZ_1clone
6080   (JNIEnv *, jclass, jlong);
6081
6082 /*
6083  * Class:     org_ldk_impl_bindings
6084  * Method:    CVec_u8Z_free
6085  * Signature: ([B)V
6086  */
6087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1u8Z_1free
6088   (JNIEnv *, jclass, jbyteArray);
6089
6090 /*
6091  * Class:     org_ldk_impl_bindings
6092  * Method:    CResult_RecoverableSignatureNoneZ_ok
6093  * Signature: ([B)J
6094  */
6095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RecoverableSignatureNoneZ_1ok
6096   (JNIEnv *, jclass, jbyteArray);
6097
6098 /*
6099  * Class:     org_ldk_impl_bindings
6100  * Method:    CResult_RecoverableSignatureNoneZ_err
6101  * Signature: ()J
6102  */
6103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RecoverableSignatureNoneZ_1err
6104   (JNIEnv *, jclass);
6105
6106 /*
6107  * Class:     org_ldk_impl_bindings
6108  * Method:    CResult_RecoverableSignatureNoneZ_free
6109  * Signature: (J)V
6110  */
6111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RecoverableSignatureNoneZ_1free
6112   (JNIEnv *, jclass, jlong);
6113
6114 /*
6115  * Class:     org_ldk_impl_bindings
6116  * Method:    CResult_RecoverableSignatureNoneZ_clone
6117  * Signature: (J)J
6118  */
6119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RecoverableSignatureNoneZ_1clone
6120   (JNIEnv *, jclass, jlong);
6121
6122 /*
6123  * Class:     org_ldk_impl_bindings
6124  * Method:    CVec_CVec_u8ZZ_free
6125  * Signature: ([[B)V
6126  */
6127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1CVec_1u8ZZ_1free
6128   (JNIEnv *, jclass, jobjectArray);
6129
6130 /*
6131  * Class:     org_ldk_impl_bindings
6132  * Method:    CResult_CVec_CVec_u8ZZNoneZ_ok
6133  * Signature: ([[B)J
6134  */
6135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1CVec_1u8ZZNoneZ_1ok
6136   (JNIEnv *, jclass, jobjectArray);
6137
6138 /*
6139  * Class:     org_ldk_impl_bindings
6140  * Method:    CResult_CVec_CVec_u8ZZNoneZ_err
6141  * Signature: ()J
6142  */
6143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1CVec_1u8ZZNoneZ_1err
6144   (JNIEnv *, jclass);
6145
6146 /*
6147  * Class:     org_ldk_impl_bindings
6148  * Method:    CResult_CVec_CVec_u8ZZNoneZ_free
6149  * Signature: (J)V
6150  */
6151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1CVec_1u8ZZNoneZ_1free
6152   (JNIEnv *, jclass, jlong);
6153
6154 /*
6155  * Class:     org_ldk_impl_bindings
6156  * Method:    CResult_CVec_CVec_u8ZZNoneZ_clone
6157  * Signature: (J)J
6158  */
6159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1CVec_1u8ZZNoneZ_1clone
6160   (JNIEnv *, jclass, jlong);
6161
6162 /*
6163  * Class:     org_ldk_impl_bindings
6164  * Method:    CResult_InMemorySignerDecodeErrorZ_ok
6165  * Signature: (J)J
6166  */
6167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InMemorySignerDecodeErrorZ_1ok
6168   (JNIEnv *, jclass, jlong);
6169
6170 /*
6171  * Class:     org_ldk_impl_bindings
6172  * Method:    CResult_InMemorySignerDecodeErrorZ_err
6173  * Signature: (J)J
6174  */
6175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InMemorySignerDecodeErrorZ_1err
6176   (JNIEnv *, jclass, jlong);
6177
6178 /*
6179  * Class:     org_ldk_impl_bindings
6180  * Method:    CResult_InMemorySignerDecodeErrorZ_free
6181  * Signature: (J)V
6182  */
6183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InMemorySignerDecodeErrorZ_1free
6184   (JNIEnv *, jclass, jlong);
6185
6186 /*
6187  * Class:     org_ldk_impl_bindings
6188  * Method:    CResult_InMemorySignerDecodeErrorZ_clone
6189  * Signature: (J)J
6190  */
6191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InMemorySignerDecodeErrorZ_1clone
6192   (JNIEnv *, jclass, jlong);
6193
6194 /*
6195  * Class:     org_ldk_impl_bindings
6196  * Method:    CVec_TxOutZ_free
6197  * Signature: ([J)V
6198  */
6199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1TxOutZ_1free
6200   (JNIEnv *, jclass, jlongArray);
6201
6202 /*
6203  * Class:     org_ldk_impl_bindings
6204  * Method:    CResult_TransactionNoneZ_ok
6205  * Signature: ([B)J
6206  */
6207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TransactionNoneZ_1ok
6208   (JNIEnv *, jclass, jbyteArray);
6209
6210 /*
6211  * Class:     org_ldk_impl_bindings
6212  * Method:    CResult_TransactionNoneZ_err
6213  * Signature: ()J
6214  */
6215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TransactionNoneZ_1err
6216   (JNIEnv *, jclass);
6217
6218 /*
6219  * Class:     org_ldk_impl_bindings
6220  * Method:    CResult_TransactionNoneZ_free
6221  * Signature: (J)V
6222  */
6223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TransactionNoneZ_1free
6224   (JNIEnv *, jclass, jlong);
6225
6226 /*
6227  * Class:     org_ldk_impl_bindings
6228  * Method:    CResult_TransactionNoneZ_clone
6229  * Signature: (J)J
6230  */
6231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TransactionNoneZ_1clone
6232   (JNIEnv *, jclass, jlong);
6233
6234 /*
6235  * Class:     org_ldk_impl_bindings
6236  * Method:    C2Tuple_BlockHashChannelMonitorZ_clone
6237  * Signature: (J)J
6238  */
6239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelMonitorZ_1clone
6240   (JNIEnv *, jclass, jlong);
6241
6242 /*
6243  * Class:     org_ldk_impl_bindings
6244  * Method:    C2Tuple_BlockHashChannelMonitorZ_new
6245  * Signature: ([BJ)J
6246  */
6247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelMonitorZ_1new
6248   (JNIEnv *, jclass, jbyteArray, jlong);
6249
6250 /*
6251  * Class:     org_ldk_impl_bindings
6252  * Method:    C2Tuple_BlockHashChannelMonitorZ_free
6253  * Signature: (J)V
6254  */
6255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelMonitorZ_1free
6256   (JNIEnv *, jclass, jlong);
6257
6258 /*
6259  * Class:     org_ldk_impl_bindings
6260  * Method:    CVec_C2Tuple_BlockHashChannelMonitorZZ_free
6261  * Signature: ([J)V
6262  */
6263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1BlockHashChannelMonitorZZ_1free
6264   (JNIEnv *, jclass, jlongArray);
6265
6266 /*
6267  * Class:     org_ldk_impl_bindings
6268  * Method:    CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_ok
6269  * Signature: ([J)J
6270  */
6271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1C2Tuple_1BlockHashChannelMonitorZZErrorZ_1ok
6272   (JNIEnv *, jclass, jlongArray);
6273
6274 /*
6275  * Class:     org_ldk_impl_bindings
6276  * Method:    CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_err
6277  * Signature: (Lorg/ldk/enums/IOError;)J
6278  */
6279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1C2Tuple_1BlockHashChannelMonitorZZErrorZ_1err
6280   (JNIEnv *, jclass, jobject);
6281
6282 /*
6283  * Class:     org_ldk_impl_bindings
6284  * Method:    CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_free
6285  * Signature: (J)V
6286  */
6287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1C2Tuple_1BlockHashChannelMonitorZZErrorZ_1free
6288   (JNIEnv *, jclass, jlong);
6289
6290 /*
6291  * Class:     org_ldk_impl_bindings
6292  * Method:    CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_clone
6293  * Signature: (J)J
6294  */
6295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1C2Tuple_1BlockHashChannelMonitorZZErrorZ_1clone
6296   (JNIEnv *, jclass, jlong);
6297
6298 /*
6299  * Class:     org_ldk_impl_bindings
6300  * Method:    COption_u16Z_some
6301  * Signature: (S)J
6302  */
6303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u16Z_1some
6304   (JNIEnv *, jclass, jshort);
6305
6306 /*
6307  * Class:     org_ldk_impl_bindings
6308  * Method:    COption_u16Z_none
6309  * Signature: ()J
6310  */
6311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u16Z_1none
6312   (JNIEnv *, jclass);
6313
6314 /*
6315  * Class:     org_ldk_impl_bindings
6316  * Method:    COption_u16Z_free
6317  * Signature: (J)V
6318  */
6319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1u16Z_1free
6320   (JNIEnv *, jclass, jlong);
6321
6322 /*
6323  * Class:     org_ldk_impl_bindings
6324  * Method:    COption_u16Z_clone
6325  * Signature: (J)J
6326  */
6327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u16Z_1clone
6328   (JNIEnv *, jclass, jlong);
6329
6330 /*
6331  * Class:     org_ldk_impl_bindings
6332  * Method:    CResult_NoneAPIErrorZ_ok
6333  * Signature: ()J
6334  */
6335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1ok
6336   (JNIEnv *, jclass);
6337
6338 /*
6339  * Class:     org_ldk_impl_bindings
6340  * Method:    CResult_NoneAPIErrorZ_err
6341  * Signature: (J)J
6342  */
6343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1err
6344   (JNIEnv *, jclass, jlong);
6345
6346 /*
6347  * Class:     org_ldk_impl_bindings
6348  * Method:    CResult_NoneAPIErrorZ_free
6349  * Signature: (J)V
6350  */
6351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1free
6352   (JNIEnv *, jclass, jlong);
6353
6354 /*
6355  * Class:     org_ldk_impl_bindings
6356  * Method:    CResult_NoneAPIErrorZ_clone
6357  * Signature: (J)J
6358  */
6359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1clone
6360   (JNIEnv *, jclass, jlong);
6361
6362 /*
6363  * Class:     org_ldk_impl_bindings
6364  * Method:    CVec_CResult_NoneAPIErrorZZ_free
6365  * Signature: ([J)V
6366  */
6367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1CResult_1NoneAPIErrorZZ_1free
6368   (JNIEnv *, jclass, jlongArray);
6369
6370 /*
6371  * Class:     org_ldk_impl_bindings
6372  * Method:    CVec_APIErrorZ_free
6373  * Signature: ([J)V
6374  */
6375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1APIErrorZ_1free
6376   (JNIEnv *, jclass, jlongArray);
6377
6378 /*
6379  * Class:     org_ldk_impl_bindings
6380  * Method:    CResult__u832APIErrorZ_ok
6381  * Signature: ([B)J
6382  */
6383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1_1u832APIErrorZ_1ok
6384   (JNIEnv *, jclass, jbyteArray);
6385
6386 /*
6387  * Class:     org_ldk_impl_bindings
6388  * Method:    CResult__u832APIErrorZ_err
6389  * Signature: (J)J
6390  */
6391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1_1u832APIErrorZ_1err
6392   (JNIEnv *, jclass, jlong);
6393
6394 /*
6395  * Class:     org_ldk_impl_bindings
6396  * Method:    CResult__u832APIErrorZ_free
6397  * Signature: (J)V
6398  */
6399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1_1u832APIErrorZ_1free
6400   (JNIEnv *, jclass, jlong);
6401
6402 /*
6403  * Class:     org_ldk_impl_bindings
6404  * Method:    CResult__u832APIErrorZ_clone
6405  * Signature: (J)J
6406  */
6407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1_1u832APIErrorZ_1clone
6408   (JNIEnv *, jclass, jlong);
6409
6410 /*
6411  * Class:     org_ldk_impl_bindings
6412  * Method:    CResult_PaymentIdPaymentSendFailureZ_ok
6413  * Signature: ([B)J
6414  */
6415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentIdPaymentSendFailureZ_1ok
6416   (JNIEnv *, jclass, jbyteArray);
6417
6418 /*
6419  * Class:     org_ldk_impl_bindings
6420  * Method:    CResult_PaymentIdPaymentSendFailureZ_err
6421  * Signature: (J)J
6422  */
6423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentIdPaymentSendFailureZ_1err
6424   (JNIEnv *, jclass, jlong);
6425
6426 /*
6427  * Class:     org_ldk_impl_bindings
6428  * Method:    CResult_PaymentIdPaymentSendFailureZ_free
6429  * Signature: (J)V
6430  */
6431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentIdPaymentSendFailureZ_1free
6432   (JNIEnv *, jclass, jlong);
6433
6434 /*
6435  * Class:     org_ldk_impl_bindings
6436  * Method:    CResult_PaymentIdPaymentSendFailureZ_clone
6437  * Signature: (J)J
6438  */
6439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentIdPaymentSendFailureZ_1clone
6440   (JNIEnv *, jclass, jlong);
6441
6442 /*
6443  * Class:     org_ldk_impl_bindings
6444  * Method:    CResult_NonePaymentSendFailureZ_ok
6445  * Signature: ()J
6446  */
6447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1ok
6448   (JNIEnv *, jclass);
6449
6450 /*
6451  * Class:     org_ldk_impl_bindings
6452  * Method:    CResult_NonePaymentSendFailureZ_err
6453  * Signature: (J)J
6454  */
6455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1err
6456   (JNIEnv *, jclass, jlong);
6457
6458 /*
6459  * Class:     org_ldk_impl_bindings
6460  * Method:    CResult_NonePaymentSendFailureZ_free
6461  * Signature: (J)V
6462  */
6463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1free
6464   (JNIEnv *, jclass, jlong);
6465
6466 /*
6467  * Class:     org_ldk_impl_bindings
6468  * Method:    CResult_NonePaymentSendFailureZ_clone
6469  * Signature: (J)J
6470  */
6471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1clone
6472   (JNIEnv *, jclass, jlong);
6473
6474 /*
6475  * Class:     org_ldk_impl_bindings
6476  * Method:    C2Tuple_PaymentHashPaymentIdZ_clone
6477  * Signature: (J)J
6478  */
6479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentIdZ_1clone
6480   (JNIEnv *, jclass, jlong);
6481
6482 /*
6483  * Class:     org_ldk_impl_bindings
6484  * Method:    C2Tuple_PaymentHashPaymentIdZ_new
6485  * Signature: ([B[B)J
6486  */
6487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentIdZ_1new
6488   (JNIEnv *, jclass, jbyteArray, jbyteArray);
6489
6490 /*
6491  * Class:     org_ldk_impl_bindings
6492  * Method:    C2Tuple_PaymentHashPaymentIdZ_free
6493  * Signature: (J)V
6494  */
6495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentIdZ_1free
6496   (JNIEnv *, jclass, jlong);
6497
6498 /*
6499  * Class:     org_ldk_impl_bindings
6500  * Method:    CResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_ok
6501  * Signature: (J)J
6502  */
6503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentIdZPaymentSendFailureZ_1ok
6504   (JNIEnv *, jclass, jlong);
6505
6506 /*
6507  * Class:     org_ldk_impl_bindings
6508  * Method:    CResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_err
6509  * Signature: (J)J
6510  */
6511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentIdZPaymentSendFailureZ_1err
6512   (JNIEnv *, jclass, jlong);
6513
6514 /*
6515  * Class:     org_ldk_impl_bindings
6516  * Method:    CResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_free
6517  * Signature: (J)V
6518  */
6519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentIdZPaymentSendFailureZ_1free
6520   (JNIEnv *, jclass, jlong);
6521
6522 /*
6523  * Class:     org_ldk_impl_bindings
6524  * Method:    CResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_clone
6525  * Signature: (J)J
6526  */
6527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentIdZPaymentSendFailureZ_1clone
6528   (JNIEnv *, jclass, jlong);
6529
6530 /*
6531  * Class:     org_ldk_impl_bindings
6532  * Method:    CVec_NetAddressZ_free
6533  * Signature: ([J)V
6534  */
6535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1NetAddressZ_1free
6536   (JNIEnv *, jclass, jlongArray);
6537
6538 /*
6539  * Class:     org_ldk_impl_bindings
6540  * Method:    C2Tuple_PaymentHashPaymentSecretZ_clone
6541  * Signature: (J)J
6542  */
6543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentSecretZ_1clone
6544   (JNIEnv *, jclass, jlong);
6545
6546 /*
6547  * Class:     org_ldk_impl_bindings
6548  * Method:    C2Tuple_PaymentHashPaymentSecretZ_new
6549  * Signature: ([B[B)J
6550  */
6551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentSecretZ_1new
6552   (JNIEnv *, jclass, jbyteArray, jbyteArray);
6553
6554 /*
6555  * Class:     org_ldk_impl_bindings
6556  * Method:    C2Tuple_PaymentHashPaymentSecretZ_free
6557  * Signature: (J)V
6558  */
6559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentSecretZ_1free
6560   (JNIEnv *, jclass, jlong);
6561
6562 /*
6563  * Class:     org_ldk_impl_bindings
6564  * Method:    CResult_PaymentSecretAPIErrorZ_ok
6565  * Signature: ([B)J
6566  */
6567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretAPIErrorZ_1ok
6568   (JNIEnv *, jclass, jbyteArray);
6569
6570 /*
6571  * Class:     org_ldk_impl_bindings
6572  * Method:    CResult_PaymentSecretAPIErrorZ_err
6573  * Signature: (J)J
6574  */
6575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretAPIErrorZ_1err
6576   (JNIEnv *, jclass, jlong);
6577
6578 /*
6579  * Class:     org_ldk_impl_bindings
6580  * Method:    CResult_PaymentSecretAPIErrorZ_free
6581  * Signature: (J)V
6582  */
6583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretAPIErrorZ_1free
6584   (JNIEnv *, jclass, jlong);
6585
6586 /*
6587  * Class:     org_ldk_impl_bindings
6588  * Method:    CResult_PaymentSecretAPIErrorZ_clone
6589  * Signature: (J)J
6590  */
6591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretAPIErrorZ_1clone
6592   (JNIEnv *, jclass, jlong);
6593
6594 /*
6595  * Class:     org_ldk_impl_bindings
6596  * Method:    CVec_ChannelMonitorZ_free
6597  * Signature: ([J)V
6598  */
6599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1ChannelMonitorZ_1free
6600   (JNIEnv *, jclass, jlongArray);
6601
6602 /*
6603  * Class:     org_ldk_impl_bindings
6604  * Method:    C2Tuple_BlockHashChannelManagerZ_new
6605  * Signature: ([BJ)J
6606  */
6607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelManagerZ_1new
6608   (JNIEnv *, jclass, jbyteArray, jlong);
6609
6610 /*
6611  * Class:     org_ldk_impl_bindings
6612  * Method:    C2Tuple_BlockHashChannelManagerZ_free
6613  * Signature: (J)V
6614  */
6615 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelManagerZ_1free
6616   (JNIEnv *, jclass, jlong);
6617
6618 /*
6619  * Class:     org_ldk_impl_bindings
6620  * Method:    CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_ok
6621  * Signature: (J)J
6622  */
6623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1ok
6624   (JNIEnv *, jclass, jlong);
6625
6626 /*
6627  * Class:     org_ldk_impl_bindings
6628  * Method:    CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_err
6629  * Signature: (J)J
6630  */
6631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1err
6632   (JNIEnv *, jclass, jlong);
6633
6634 /*
6635  * Class:     org_ldk_impl_bindings
6636  * Method:    CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_free
6637  * Signature: (J)V
6638  */
6639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1free
6640   (JNIEnv *, jclass, jlong);
6641
6642 /*
6643  * Class:     org_ldk_impl_bindings
6644  * Method:    CResult_ChannelConfigDecodeErrorZ_ok
6645  * Signature: (J)J
6646  */
6647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelConfigDecodeErrorZ_1ok
6648   (JNIEnv *, jclass, jlong);
6649
6650 /*
6651  * Class:     org_ldk_impl_bindings
6652  * Method:    CResult_ChannelConfigDecodeErrorZ_err
6653  * Signature: (J)J
6654  */
6655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelConfigDecodeErrorZ_1err
6656   (JNIEnv *, jclass, jlong);
6657
6658 /*
6659  * Class:     org_ldk_impl_bindings
6660  * Method:    CResult_ChannelConfigDecodeErrorZ_free
6661  * Signature: (J)V
6662  */
6663 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelConfigDecodeErrorZ_1free
6664   (JNIEnv *, jclass, jlong);
6665
6666 /*
6667  * Class:     org_ldk_impl_bindings
6668  * Method:    CResult_ChannelConfigDecodeErrorZ_clone
6669  * Signature: (J)J
6670  */
6671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelConfigDecodeErrorZ_1clone
6672   (JNIEnv *, jclass, jlong);
6673
6674 /*
6675  * Class:     org_ldk_impl_bindings
6676  * Method:    CResult_OutPointDecodeErrorZ_ok
6677  * Signature: (J)J
6678  */
6679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OutPointDecodeErrorZ_1ok
6680   (JNIEnv *, jclass, jlong);
6681
6682 /*
6683  * Class:     org_ldk_impl_bindings
6684  * Method:    CResult_OutPointDecodeErrorZ_err
6685  * Signature: (J)J
6686  */
6687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OutPointDecodeErrorZ_1err
6688   (JNIEnv *, jclass, jlong);
6689
6690 /*
6691  * Class:     org_ldk_impl_bindings
6692  * Method:    CResult_OutPointDecodeErrorZ_free
6693  * Signature: (J)V
6694  */
6695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1OutPointDecodeErrorZ_1free
6696   (JNIEnv *, jclass, jlong);
6697
6698 /*
6699  * Class:     org_ldk_impl_bindings
6700  * Method:    CResult_OutPointDecodeErrorZ_clone
6701  * Signature: (J)J
6702  */
6703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OutPointDecodeErrorZ_1clone
6704   (JNIEnv *, jclass, jlong);
6705
6706 /*
6707  * Class:     org_ldk_impl_bindings
6708  * Method:    COption_TypeZ_some
6709  * Signature: (J)J
6710  */
6711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1TypeZ_1some
6712   (JNIEnv *, jclass, jlong);
6713
6714 /*
6715  * Class:     org_ldk_impl_bindings
6716  * Method:    COption_TypeZ_none
6717  * Signature: ()J
6718  */
6719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1TypeZ_1none
6720   (JNIEnv *, jclass);
6721
6722 /*
6723  * Class:     org_ldk_impl_bindings
6724  * Method:    COption_TypeZ_free
6725  * Signature: (J)V
6726  */
6727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1TypeZ_1free
6728   (JNIEnv *, jclass, jlong);
6729
6730 /*
6731  * Class:     org_ldk_impl_bindings
6732  * Method:    COption_TypeZ_clone
6733  * Signature: (J)J
6734  */
6735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1TypeZ_1clone
6736   (JNIEnv *, jclass, jlong);
6737
6738 /*
6739  * Class:     org_ldk_impl_bindings
6740  * Method:    CResult_COption_TypeZDecodeErrorZ_ok
6741  * Signature: (J)J
6742  */
6743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1TypeZDecodeErrorZ_1ok
6744   (JNIEnv *, jclass, jlong);
6745
6746 /*
6747  * Class:     org_ldk_impl_bindings
6748  * Method:    CResult_COption_TypeZDecodeErrorZ_err
6749  * Signature: (J)J
6750  */
6751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1TypeZDecodeErrorZ_1err
6752   (JNIEnv *, jclass, jlong);
6753
6754 /*
6755  * Class:     org_ldk_impl_bindings
6756  * Method:    CResult_COption_TypeZDecodeErrorZ_free
6757  * Signature: (J)V
6758  */
6759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1TypeZDecodeErrorZ_1free
6760   (JNIEnv *, jclass, jlong);
6761
6762 /*
6763  * Class:     org_ldk_impl_bindings
6764  * Method:    CResult_COption_TypeZDecodeErrorZ_clone
6765  * Signature: (J)J
6766  */
6767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1TypeZDecodeErrorZ_1clone
6768   (JNIEnv *, jclass, jlong);
6769
6770 /*
6771  * Class:     org_ldk_impl_bindings
6772  * Method:    CResult_PaymentIdPaymentErrorZ_ok
6773  * Signature: ([B)J
6774  */
6775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentIdPaymentErrorZ_1ok
6776   (JNIEnv *, jclass, jbyteArray);
6777
6778 /*
6779  * Class:     org_ldk_impl_bindings
6780  * Method:    CResult_PaymentIdPaymentErrorZ_err
6781  * Signature: (J)J
6782  */
6783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentIdPaymentErrorZ_1err
6784   (JNIEnv *, jclass, jlong);
6785
6786 /*
6787  * Class:     org_ldk_impl_bindings
6788  * Method:    CResult_PaymentIdPaymentErrorZ_free
6789  * Signature: (J)V
6790  */
6791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentIdPaymentErrorZ_1free
6792   (JNIEnv *, jclass, jlong);
6793
6794 /*
6795  * Class:     org_ldk_impl_bindings
6796  * Method:    CResult_PaymentIdPaymentErrorZ_clone
6797  * Signature: (J)J
6798  */
6799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentIdPaymentErrorZ_1clone
6800   (JNIEnv *, jclass, jlong);
6801
6802 /*
6803  * Class:     org_ldk_impl_bindings
6804  * Method:    CResult_SiPrefixNoneZ_ok
6805  * Signature: (Lorg/ldk/enums/SiPrefix;)J
6806  */
6807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SiPrefixNoneZ_1ok
6808   (JNIEnv *, jclass, jobject);
6809
6810 /*
6811  * Class:     org_ldk_impl_bindings
6812  * Method:    CResult_SiPrefixNoneZ_err
6813  * Signature: ()J
6814  */
6815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SiPrefixNoneZ_1err
6816   (JNIEnv *, jclass);
6817
6818 /*
6819  * Class:     org_ldk_impl_bindings
6820  * Method:    CResult_SiPrefixNoneZ_free
6821  * Signature: (J)V
6822  */
6823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SiPrefixNoneZ_1free
6824   (JNIEnv *, jclass, jlong);
6825
6826 /*
6827  * Class:     org_ldk_impl_bindings
6828  * Method:    CResult_SiPrefixNoneZ_clone
6829  * Signature: (J)J
6830  */
6831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SiPrefixNoneZ_1clone
6832   (JNIEnv *, jclass, jlong);
6833
6834 /*
6835  * Class:     org_ldk_impl_bindings
6836  * Method:    CResult_InvoiceNoneZ_ok
6837  * Signature: (J)J
6838  */
6839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceNoneZ_1ok
6840   (JNIEnv *, jclass, jlong);
6841
6842 /*
6843  * Class:     org_ldk_impl_bindings
6844  * Method:    CResult_InvoiceNoneZ_err
6845  * Signature: ()J
6846  */
6847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceNoneZ_1err
6848   (JNIEnv *, jclass);
6849
6850 /*
6851  * Class:     org_ldk_impl_bindings
6852  * Method:    CResult_InvoiceNoneZ_free
6853  * Signature: (J)V
6854  */
6855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceNoneZ_1free
6856   (JNIEnv *, jclass, jlong);
6857
6858 /*
6859  * Class:     org_ldk_impl_bindings
6860  * Method:    CResult_InvoiceNoneZ_clone
6861  * Signature: (J)J
6862  */
6863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceNoneZ_1clone
6864   (JNIEnv *, jclass, jlong);
6865
6866 /*
6867  * Class:     org_ldk_impl_bindings
6868  * Method:    CResult_SignedRawInvoiceNoneZ_ok
6869  * Signature: (J)J
6870  */
6871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignedRawInvoiceNoneZ_1ok
6872   (JNIEnv *, jclass, jlong);
6873
6874 /*
6875  * Class:     org_ldk_impl_bindings
6876  * Method:    CResult_SignedRawInvoiceNoneZ_err
6877  * Signature: ()J
6878  */
6879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignedRawInvoiceNoneZ_1err
6880   (JNIEnv *, jclass);
6881
6882 /*
6883  * Class:     org_ldk_impl_bindings
6884  * Method:    CResult_SignedRawInvoiceNoneZ_free
6885  * Signature: (J)V
6886  */
6887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SignedRawInvoiceNoneZ_1free
6888   (JNIEnv *, jclass, jlong);
6889
6890 /*
6891  * Class:     org_ldk_impl_bindings
6892  * Method:    CResult_SignedRawInvoiceNoneZ_clone
6893  * Signature: (J)J
6894  */
6895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignedRawInvoiceNoneZ_1clone
6896   (JNIEnv *, jclass, jlong);
6897
6898 /*
6899  * Class:     org_ldk_impl_bindings
6900  * Method:    C3Tuple_RawInvoice_u832InvoiceSignatureZ_clone
6901  * Signature: (J)J
6902  */
6903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1RawInvoice_1u832InvoiceSignatureZ_1clone
6904   (JNIEnv *, jclass, jlong);
6905
6906 /*
6907  * Class:     org_ldk_impl_bindings
6908  * Method:    C3Tuple_RawInvoice_u832InvoiceSignatureZ_new
6909  * Signature: (J[BJ)J
6910  */
6911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1RawInvoice_1u832InvoiceSignatureZ_1new
6912   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
6913
6914 /*
6915  * Class:     org_ldk_impl_bindings
6916  * Method:    C3Tuple_RawInvoice_u832InvoiceSignatureZ_free
6917  * Signature: (J)V
6918  */
6919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C3Tuple_1RawInvoice_1u832InvoiceSignatureZ_1free
6920   (JNIEnv *, jclass, jlong);
6921
6922 /*
6923  * Class:     org_ldk_impl_bindings
6924  * Method:    CResult_PayeePubKeyErrorZ_ok
6925  * Signature: (J)J
6926  */
6927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PayeePubKeyErrorZ_1ok
6928   (JNIEnv *, jclass, jlong);
6929
6930 /*
6931  * Class:     org_ldk_impl_bindings
6932  * Method:    CResult_PayeePubKeyErrorZ_err
6933  * Signature: (Lorg/ldk/enums/Secp256k1Error;)J
6934  */
6935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PayeePubKeyErrorZ_1err
6936   (JNIEnv *, jclass, jobject);
6937
6938 /*
6939  * Class:     org_ldk_impl_bindings
6940  * Method:    CResult_PayeePubKeyErrorZ_free
6941  * Signature: (J)V
6942  */
6943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PayeePubKeyErrorZ_1free
6944   (JNIEnv *, jclass, jlong);
6945
6946 /*
6947  * Class:     org_ldk_impl_bindings
6948  * Method:    CResult_PayeePubKeyErrorZ_clone
6949  * Signature: (J)J
6950  */
6951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PayeePubKeyErrorZ_1clone
6952   (JNIEnv *, jclass, jlong);
6953
6954 /*
6955  * Class:     org_ldk_impl_bindings
6956  * Method:    CVec_PrivateRouteZ_free
6957  * Signature: ([J)V
6958  */
6959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1PrivateRouteZ_1free
6960   (JNIEnv *, jclass, jlongArray);
6961
6962 /*
6963  * Class:     org_ldk_impl_bindings
6964  * Method:    CResult_PositiveTimestampCreationErrorZ_ok
6965  * Signature: (J)J
6966  */
6967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PositiveTimestampCreationErrorZ_1ok
6968   (JNIEnv *, jclass, jlong);
6969
6970 /*
6971  * Class:     org_ldk_impl_bindings
6972  * Method:    CResult_PositiveTimestampCreationErrorZ_err
6973  * Signature: (Lorg/ldk/enums/CreationError;)J
6974  */
6975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PositiveTimestampCreationErrorZ_1err
6976   (JNIEnv *, jclass, jobject);
6977
6978 /*
6979  * Class:     org_ldk_impl_bindings
6980  * Method:    CResult_PositiveTimestampCreationErrorZ_free
6981  * Signature: (J)V
6982  */
6983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PositiveTimestampCreationErrorZ_1free
6984   (JNIEnv *, jclass, jlong);
6985
6986 /*
6987  * Class:     org_ldk_impl_bindings
6988  * Method:    CResult_PositiveTimestampCreationErrorZ_clone
6989  * Signature: (J)J
6990  */
6991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PositiveTimestampCreationErrorZ_1clone
6992   (JNIEnv *, jclass, jlong);
6993
6994 /*
6995  * Class:     org_ldk_impl_bindings
6996  * Method:    CResult_NoneSemanticErrorZ_ok
6997  * Signature: ()J
6998  */
6999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSemanticErrorZ_1ok
7000   (JNIEnv *, jclass);
7001
7002 /*
7003  * Class:     org_ldk_impl_bindings
7004  * Method:    CResult_NoneSemanticErrorZ_err
7005  * Signature: (Lorg/ldk/enums/SemanticError;)J
7006  */
7007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSemanticErrorZ_1err
7008   (JNIEnv *, jclass, jobject);
7009
7010 /*
7011  * Class:     org_ldk_impl_bindings
7012  * Method:    CResult_NoneSemanticErrorZ_free
7013  * Signature: (J)V
7014  */
7015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSemanticErrorZ_1free
7016   (JNIEnv *, jclass, jlong);
7017
7018 /*
7019  * Class:     org_ldk_impl_bindings
7020  * Method:    CResult_NoneSemanticErrorZ_clone
7021  * Signature: (J)J
7022  */
7023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSemanticErrorZ_1clone
7024   (JNIEnv *, jclass, jlong);
7025
7026 /*
7027  * Class:     org_ldk_impl_bindings
7028  * Method:    CResult_InvoiceSemanticErrorZ_ok
7029  * Signature: (J)J
7030  */
7031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSemanticErrorZ_1ok
7032   (JNIEnv *, jclass, jlong);
7033
7034 /*
7035  * Class:     org_ldk_impl_bindings
7036  * Method:    CResult_InvoiceSemanticErrorZ_err
7037  * Signature: (Lorg/ldk/enums/SemanticError;)J
7038  */
7039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSemanticErrorZ_1err
7040   (JNIEnv *, jclass, jobject);
7041
7042 /*
7043  * Class:     org_ldk_impl_bindings
7044  * Method:    CResult_InvoiceSemanticErrorZ_free
7045  * Signature: (J)V
7046  */
7047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSemanticErrorZ_1free
7048   (JNIEnv *, jclass, jlong);
7049
7050 /*
7051  * Class:     org_ldk_impl_bindings
7052  * Method:    CResult_InvoiceSemanticErrorZ_clone
7053  * Signature: (J)J
7054  */
7055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSemanticErrorZ_1clone
7056   (JNIEnv *, jclass, jlong);
7057
7058 /*
7059  * Class:     org_ldk_impl_bindings
7060  * Method:    CResult_DescriptionCreationErrorZ_ok
7061  * Signature: (J)J
7062  */
7063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DescriptionCreationErrorZ_1ok
7064   (JNIEnv *, jclass, jlong);
7065
7066 /*
7067  * Class:     org_ldk_impl_bindings
7068  * Method:    CResult_DescriptionCreationErrorZ_err
7069  * Signature: (Lorg/ldk/enums/CreationError;)J
7070  */
7071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DescriptionCreationErrorZ_1err
7072   (JNIEnv *, jclass, jobject);
7073
7074 /*
7075  * Class:     org_ldk_impl_bindings
7076  * Method:    CResult_DescriptionCreationErrorZ_free
7077  * Signature: (J)V
7078  */
7079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1DescriptionCreationErrorZ_1free
7080   (JNIEnv *, jclass, jlong);
7081
7082 /*
7083  * Class:     org_ldk_impl_bindings
7084  * Method:    CResult_DescriptionCreationErrorZ_clone
7085  * Signature: (J)J
7086  */
7087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DescriptionCreationErrorZ_1clone
7088   (JNIEnv *, jclass, jlong);
7089
7090 /*
7091  * Class:     org_ldk_impl_bindings
7092  * Method:    CResult_ExpiryTimeCreationErrorZ_ok
7093  * Signature: (J)J
7094  */
7095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ExpiryTimeCreationErrorZ_1ok
7096   (JNIEnv *, jclass, jlong);
7097
7098 /*
7099  * Class:     org_ldk_impl_bindings
7100  * Method:    CResult_ExpiryTimeCreationErrorZ_err
7101  * Signature: (Lorg/ldk/enums/CreationError;)J
7102  */
7103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ExpiryTimeCreationErrorZ_1err
7104   (JNIEnv *, jclass, jobject);
7105
7106 /*
7107  * Class:     org_ldk_impl_bindings
7108  * Method:    CResult_ExpiryTimeCreationErrorZ_free
7109  * Signature: (J)V
7110  */
7111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ExpiryTimeCreationErrorZ_1free
7112   (JNIEnv *, jclass, jlong);
7113
7114 /*
7115  * Class:     org_ldk_impl_bindings
7116  * Method:    CResult_ExpiryTimeCreationErrorZ_clone
7117  * Signature: (J)J
7118  */
7119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ExpiryTimeCreationErrorZ_1clone
7120   (JNIEnv *, jclass, jlong);
7121
7122 /*
7123  * Class:     org_ldk_impl_bindings
7124  * Method:    CResult_PrivateRouteCreationErrorZ_ok
7125  * Signature: (J)J
7126  */
7127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PrivateRouteCreationErrorZ_1ok
7128   (JNIEnv *, jclass, jlong);
7129
7130 /*
7131  * Class:     org_ldk_impl_bindings
7132  * Method:    CResult_PrivateRouteCreationErrorZ_err
7133  * Signature: (Lorg/ldk/enums/CreationError;)J
7134  */
7135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PrivateRouteCreationErrorZ_1err
7136   (JNIEnv *, jclass, jobject);
7137
7138 /*
7139  * Class:     org_ldk_impl_bindings
7140  * Method:    CResult_PrivateRouteCreationErrorZ_free
7141  * Signature: (J)V
7142  */
7143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PrivateRouteCreationErrorZ_1free
7144   (JNIEnv *, jclass, jlong);
7145
7146 /*
7147  * Class:     org_ldk_impl_bindings
7148  * Method:    CResult_PrivateRouteCreationErrorZ_clone
7149  * Signature: (J)J
7150  */
7151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PrivateRouteCreationErrorZ_1clone
7152   (JNIEnv *, jclass, jlong);
7153
7154 /*
7155  * Class:     org_ldk_impl_bindings
7156  * Method:    CResult_StringErrorZ_ok
7157  * Signature: (Ljava/lang/String;)J
7158  */
7159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1StringErrorZ_1ok
7160   (JNIEnv *, jclass, jstring);
7161
7162 /*
7163  * Class:     org_ldk_impl_bindings
7164  * Method:    CResult_StringErrorZ_err
7165  * Signature: (Lorg/ldk/enums/Secp256k1Error;)J
7166  */
7167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1StringErrorZ_1err
7168   (JNIEnv *, jclass, jobject);
7169
7170 /*
7171  * Class:     org_ldk_impl_bindings
7172  * Method:    CResult_StringErrorZ_free
7173  * Signature: (J)V
7174  */
7175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1StringErrorZ_1free
7176   (JNIEnv *, jclass, jlong);
7177
7178 /*
7179  * Class:     org_ldk_impl_bindings
7180  * Method:    CResult_ChannelMonitorUpdateDecodeErrorZ_ok
7181  * Signature: (J)J
7182  */
7183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelMonitorUpdateDecodeErrorZ_1ok
7184   (JNIEnv *, jclass, jlong);
7185
7186 /*
7187  * Class:     org_ldk_impl_bindings
7188  * Method:    CResult_ChannelMonitorUpdateDecodeErrorZ_err
7189  * Signature: (J)J
7190  */
7191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelMonitorUpdateDecodeErrorZ_1err
7192   (JNIEnv *, jclass, jlong);
7193
7194 /*
7195  * Class:     org_ldk_impl_bindings
7196  * Method:    CResult_ChannelMonitorUpdateDecodeErrorZ_free
7197  * Signature: (J)V
7198  */
7199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelMonitorUpdateDecodeErrorZ_1free
7200   (JNIEnv *, jclass, jlong);
7201
7202 /*
7203  * Class:     org_ldk_impl_bindings
7204  * Method:    CResult_ChannelMonitorUpdateDecodeErrorZ_clone
7205  * Signature: (J)J
7206  */
7207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelMonitorUpdateDecodeErrorZ_1clone
7208   (JNIEnv *, jclass, jlong);
7209
7210 /*
7211  * Class:     org_ldk_impl_bindings
7212  * Method:    CResult_HTLCUpdateDecodeErrorZ_ok
7213  * Signature: (J)J
7214  */
7215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCUpdateDecodeErrorZ_1ok
7216   (JNIEnv *, jclass, jlong);
7217
7218 /*
7219  * Class:     org_ldk_impl_bindings
7220  * Method:    CResult_HTLCUpdateDecodeErrorZ_err
7221  * Signature: (J)J
7222  */
7223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCUpdateDecodeErrorZ_1err
7224   (JNIEnv *, jclass, jlong);
7225
7226 /*
7227  * Class:     org_ldk_impl_bindings
7228  * Method:    CResult_HTLCUpdateDecodeErrorZ_free
7229  * Signature: (J)V
7230  */
7231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCUpdateDecodeErrorZ_1free
7232   (JNIEnv *, jclass, jlong);
7233
7234 /*
7235  * Class:     org_ldk_impl_bindings
7236  * Method:    CResult_HTLCUpdateDecodeErrorZ_clone
7237  * Signature: (J)J
7238  */
7239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCUpdateDecodeErrorZ_1clone
7240   (JNIEnv *, jclass, jlong);
7241
7242 /*
7243  * Class:     org_ldk_impl_bindings
7244  * Method:    CResult_NoneMonitorUpdateErrorZ_ok
7245  * Signature: ()J
7246  */
7247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneMonitorUpdateErrorZ_1ok
7248   (JNIEnv *, jclass);
7249
7250 /*
7251  * Class:     org_ldk_impl_bindings
7252  * Method:    CResult_NoneMonitorUpdateErrorZ_err
7253  * Signature: (J)J
7254  */
7255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneMonitorUpdateErrorZ_1err
7256   (JNIEnv *, jclass, jlong);
7257
7258 /*
7259  * Class:     org_ldk_impl_bindings
7260  * Method:    CResult_NoneMonitorUpdateErrorZ_free
7261  * Signature: (J)V
7262  */
7263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneMonitorUpdateErrorZ_1free
7264   (JNIEnv *, jclass, jlong);
7265
7266 /*
7267  * Class:     org_ldk_impl_bindings
7268  * Method:    CResult_NoneMonitorUpdateErrorZ_clone
7269  * Signature: (J)J
7270  */
7271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneMonitorUpdateErrorZ_1clone
7272   (JNIEnv *, jclass, jlong);
7273
7274 /*
7275  * Class:     org_ldk_impl_bindings
7276  * Method:    C2Tuple_OutPointScriptZ_clone
7277  * Signature: (J)J
7278  */
7279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointScriptZ_1clone
7280   (JNIEnv *, jclass, jlong);
7281
7282 /*
7283  * Class:     org_ldk_impl_bindings
7284  * Method:    C2Tuple_OutPointScriptZ_new
7285  * Signature: (J[B)J
7286  */
7287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointScriptZ_1new
7288   (JNIEnv *, jclass, jlong, jbyteArray);
7289
7290 /*
7291  * Class:     org_ldk_impl_bindings
7292  * Method:    C2Tuple_OutPointScriptZ_free
7293  * Signature: (J)V
7294  */
7295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointScriptZ_1free
7296   (JNIEnv *, jclass, jlong);
7297
7298 /*
7299  * Class:     org_ldk_impl_bindings
7300  * Method:    C2Tuple_u32ScriptZ_clone
7301  * Signature: (J)J
7302  */
7303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32ScriptZ_1clone
7304   (JNIEnv *, jclass, jlong);
7305
7306 /*
7307  * Class:     org_ldk_impl_bindings
7308  * Method:    C2Tuple_u32ScriptZ_new
7309  * Signature: (I[B)J
7310  */
7311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32ScriptZ_1new
7312   (JNIEnv *, jclass, jint, jbyteArray);
7313
7314 /*
7315  * Class:     org_ldk_impl_bindings
7316  * Method:    C2Tuple_u32ScriptZ_free
7317  * Signature: (J)V
7318  */
7319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32ScriptZ_1free
7320   (JNIEnv *, jclass, jlong);
7321
7322 /*
7323  * Class:     org_ldk_impl_bindings
7324  * Method:    CVec_C2Tuple_u32ScriptZZ_free
7325  * Signature: ([J)V
7326  */
7327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1u32ScriptZZ_1free
7328   (JNIEnv *, jclass, jlongArray);
7329
7330 /*
7331  * Class:     org_ldk_impl_bindings
7332  * Method:    C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZ_clone
7333  * Signature: (J)J
7334  */
7335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZ_1clone
7336   (JNIEnv *, jclass, jlong);
7337
7338 /*
7339  * Class:     org_ldk_impl_bindings
7340  * Method:    C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZ_new
7341  * Signature: ([B[J)J
7342  */
7343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZ_1new
7344   (JNIEnv *, jclass, jbyteArray, jlongArray);
7345
7346 /*
7347  * Class:     org_ldk_impl_bindings
7348  * Method:    C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZ_free
7349  * Signature: (J)V
7350  */
7351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZ_1free
7352   (JNIEnv *, jclass, jlong);
7353
7354 /*
7355  * Class:     org_ldk_impl_bindings
7356  * Method:    CVec_C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZZ_free
7357  * Signature: ([J)V
7358  */
7359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZZ_1free
7360   (JNIEnv *, jclass, jlongArray);
7361
7362 /*
7363  * Class:     org_ldk_impl_bindings
7364  * Method:    CVec_EventZ_free
7365  * Signature: ([J)V
7366  */
7367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1EventZ_1free
7368   (JNIEnv *, jclass, jlongArray);
7369
7370 /*
7371  * Class:     org_ldk_impl_bindings
7372  * Method:    CVec_TransactionZ_free
7373  * Signature: ([[B)V
7374  */
7375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1TransactionZ_1free
7376   (JNIEnv *, jclass, jobjectArray);
7377
7378 /*
7379  * Class:     org_ldk_impl_bindings
7380  * Method:    C2Tuple_u32TxOutZ_clone
7381  * Signature: (J)J
7382  */
7383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32TxOutZ_1clone
7384   (JNIEnv *, jclass, jlong);
7385
7386 /*
7387  * Class:     org_ldk_impl_bindings
7388  * Method:    C2Tuple_u32TxOutZ_new
7389  * Signature: (IJ)J
7390  */
7391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32TxOutZ_1new
7392   (JNIEnv *, jclass, jint, jlong);
7393
7394 /*
7395  * Class:     org_ldk_impl_bindings
7396  * Method:    C2Tuple_u32TxOutZ_free
7397  * Signature: (J)V
7398  */
7399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32TxOutZ_1free
7400   (JNIEnv *, jclass, jlong);
7401
7402 /*
7403  * Class:     org_ldk_impl_bindings
7404  * Method:    CVec_C2Tuple_u32TxOutZZ_free
7405  * Signature: ([J)V
7406  */
7407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1u32TxOutZZ_1free
7408   (JNIEnv *, jclass, jlongArray);
7409
7410 /*
7411  * Class:     org_ldk_impl_bindings
7412  * Method:    C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ_clone
7413  * Signature: (J)J
7414  */
7415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZ_1clone
7416   (JNIEnv *, jclass, jlong);
7417
7418 /*
7419  * Class:     org_ldk_impl_bindings
7420  * Method:    C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ_new
7421  * Signature: ([B[J)J
7422  */
7423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZ_1new
7424   (JNIEnv *, jclass, jbyteArray, jlongArray);
7425
7426 /*
7427  * Class:     org_ldk_impl_bindings
7428  * Method:    C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ_free
7429  * Signature: (J)V
7430  */
7431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZ_1free
7432   (JNIEnv *, jclass, jlong);
7433
7434 /*
7435  * Class:     org_ldk_impl_bindings
7436  * Method:    CVec_C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZZ_free
7437  * Signature: ([J)V
7438  */
7439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZZ_1free
7440   (JNIEnv *, jclass, jlongArray);
7441
7442 /*
7443  * Class:     org_ldk_impl_bindings
7444  * Method:    CVec_BalanceZ_free
7445  * Signature: ([J)V
7446  */
7447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1BalanceZ_1free
7448   (JNIEnv *, jclass, jlongArray);
7449
7450 /*
7451  * Class:     org_ldk_impl_bindings
7452  * Method:    CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_ok
7453  * Signature: (J)J
7454  */
7455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1ok
7456   (JNIEnv *, jclass, jlong);
7457
7458 /*
7459  * Class:     org_ldk_impl_bindings
7460  * Method:    CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_err
7461  * Signature: (J)J
7462  */
7463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1err
7464   (JNIEnv *, jclass, jlong);
7465
7466 /*
7467  * Class:     org_ldk_impl_bindings
7468  * Method:    CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_free
7469  * Signature: (J)V
7470  */
7471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1free
7472   (JNIEnv *, jclass, jlong);
7473
7474 /*
7475  * Class:     org_ldk_impl_bindings
7476  * Method:    CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_clone
7477  * Signature: (J)J
7478  */
7479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1clone
7480   (JNIEnv *, jclass, jlong);
7481
7482 /*
7483  * Class:     org_ldk_impl_bindings
7484  * Method:    CResult_NoneLightningErrorZ_ok
7485  * Signature: ()J
7486  */
7487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneLightningErrorZ_1ok
7488   (JNIEnv *, jclass);
7489
7490 /*
7491  * Class:     org_ldk_impl_bindings
7492  * Method:    CResult_NoneLightningErrorZ_err
7493  * Signature: (J)J
7494  */
7495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneLightningErrorZ_1err
7496   (JNIEnv *, jclass, jlong);
7497
7498 /*
7499  * Class:     org_ldk_impl_bindings
7500  * Method:    CResult_NoneLightningErrorZ_free
7501  * Signature: (J)V
7502  */
7503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneLightningErrorZ_1free
7504   (JNIEnv *, jclass, jlong);
7505
7506 /*
7507  * Class:     org_ldk_impl_bindings
7508  * Method:    CResult_NoneLightningErrorZ_clone
7509  * Signature: (J)J
7510  */
7511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneLightningErrorZ_1clone
7512   (JNIEnv *, jclass, jlong);
7513
7514 /*
7515  * Class:     org_ldk_impl_bindings
7516  * Method:    C2Tuple_PublicKeyTypeZ_clone
7517  * Signature: (J)J
7518  */
7519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyTypeZ_1clone
7520   (JNIEnv *, jclass, jlong);
7521
7522 /*
7523  * Class:     org_ldk_impl_bindings
7524  * Method:    C2Tuple_PublicKeyTypeZ_new
7525  * Signature: ([BJ)J
7526  */
7527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyTypeZ_1new
7528   (JNIEnv *, jclass, jbyteArray, jlong);
7529
7530 /*
7531  * Class:     org_ldk_impl_bindings
7532  * Method:    C2Tuple_PublicKeyTypeZ_free
7533  * Signature: (J)V
7534  */
7535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyTypeZ_1free
7536   (JNIEnv *, jclass, jlong);
7537
7538 /*
7539  * Class:     org_ldk_impl_bindings
7540  * Method:    CVec_C2Tuple_PublicKeyTypeZZ_free
7541  * Signature: ([J)V
7542  */
7543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1PublicKeyTypeZZ_1free
7544   (JNIEnv *, jclass, jlongArray);
7545
7546 /*
7547  * Class:     org_ldk_impl_bindings
7548  * Method:    CResult_boolLightningErrorZ_ok
7549  * Signature: (Z)J
7550  */
7551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1ok
7552   (JNIEnv *, jclass, jboolean);
7553
7554 /*
7555  * Class:     org_ldk_impl_bindings
7556  * Method:    CResult_boolLightningErrorZ_err
7557  * Signature: (J)J
7558  */
7559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1err
7560   (JNIEnv *, jclass, jlong);
7561
7562 /*
7563  * Class:     org_ldk_impl_bindings
7564  * Method:    CResult_boolLightningErrorZ_free
7565  * Signature: (J)V
7566  */
7567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1free
7568   (JNIEnv *, jclass, jlong);
7569
7570 /*
7571  * Class:     org_ldk_impl_bindings
7572  * Method:    CResult_boolLightningErrorZ_clone
7573  * Signature: (J)J
7574  */
7575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1clone
7576   (JNIEnv *, jclass, jlong);
7577
7578 /*
7579  * Class:     org_ldk_impl_bindings
7580  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_clone
7581  * Signature: (J)J
7582  */
7583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1clone
7584   (JNIEnv *, jclass, jlong);
7585
7586 /*
7587  * Class:     org_ldk_impl_bindings
7588  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_new
7589  * Signature: (JJJ)J
7590  */
7591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1new
7592   (JNIEnv *, jclass, jlong, jlong, jlong);
7593
7594 /*
7595  * Class:     org_ldk_impl_bindings
7596  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_free
7597  * Signature: (J)V
7598  */
7599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1free
7600   (JNIEnv *, jclass, jlong);
7601
7602 /*
7603  * Class:     org_ldk_impl_bindings
7604  * Method:    CVec_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ_free
7605  * Signature: ([J)V
7606  */
7607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZZ_1free
7608   (JNIEnv *, jclass, jlongArray);
7609
7610 /*
7611  * Class:     org_ldk_impl_bindings
7612  * Method:    CVec_NodeAnnouncementZ_free
7613  * Signature: ([J)V
7614  */
7615 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1NodeAnnouncementZ_1free
7616   (JNIEnv *, jclass, jlongArray);
7617
7618 /*
7619  * Class:     org_ldk_impl_bindings
7620  * Method:    CVec_PublicKeyZ_free
7621  * Signature: ([[B)V
7622  */
7623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1PublicKeyZ_1free
7624   (JNIEnv *, jclass, jobjectArray);
7625
7626 /*
7627  * Class:     org_ldk_impl_bindings
7628  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_ok
7629  * Signature: ([B)J
7630  */
7631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1ok
7632   (JNIEnv *, jclass, jbyteArray);
7633
7634 /*
7635  * Class:     org_ldk_impl_bindings
7636  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_err
7637  * Signature: (J)J
7638  */
7639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1err
7640   (JNIEnv *, jclass, jlong);
7641
7642 /*
7643  * Class:     org_ldk_impl_bindings
7644  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_free
7645  * Signature: (J)V
7646  */
7647 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1free
7648   (JNIEnv *, jclass, jlong);
7649
7650 /*
7651  * Class:     org_ldk_impl_bindings
7652  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_clone
7653  * Signature: (J)J
7654  */
7655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1clone
7656   (JNIEnv *, jclass, jlong);
7657
7658 /*
7659  * Class:     org_ldk_impl_bindings
7660  * Method:    CResult_NonePeerHandleErrorZ_ok
7661  * Signature: ()J
7662  */
7663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1ok
7664   (JNIEnv *, jclass);
7665
7666 /*
7667  * Class:     org_ldk_impl_bindings
7668  * Method:    CResult_NonePeerHandleErrorZ_err
7669  * Signature: (J)J
7670  */
7671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1err
7672   (JNIEnv *, jclass, jlong);
7673
7674 /*
7675  * Class:     org_ldk_impl_bindings
7676  * Method:    CResult_NonePeerHandleErrorZ_free
7677  * Signature: (J)V
7678  */
7679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1free
7680   (JNIEnv *, jclass, jlong);
7681
7682 /*
7683  * Class:     org_ldk_impl_bindings
7684  * Method:    CResult_NonePeerHandleErrorZ_clone
7685  * Signature: (J)J
7686  */
7687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1clone
7688   (JNIEnv *, jclass, jlong);
7689
7690 /*
7691  * Class:     org_ldk_impl_bindings
7692  * Method:    CResult_boolPeerHandleErrorZ_ok
7693  * Signature: (Z)J
7694  */
7695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1ok
7696   (JNIEnv *, jclass, jboolean);
7697
7698 /*
7699  * Class:     org_ldk_impl_bindings
7700  * Method:    CResult_boolPeerHandleErrorZ_err
7701  * Signature: (J)J
7702  */
7703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1err
7704   (JNIEnv *, jclass, jlong);
7705
7706 /*
7707  * Class:     org_ldk_impl_bindings
7708  * Method:    CResult_boolPeerHandleErrorZ_free
7709  * Signature: (J)V
7710  */
7711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1free
7712   (JNIEnv *, jclass, jlong);
7713
7714 /*
7715  * Class:     org_ldk_impl_bindings
7716  * Method:    CResult_boolPeerHandleErrorZ_clone
7717  * Signature: (J)J
7718  */
7719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1clone
7720   (JNIEnv *, jclass, jlong);
7721
7722 /*
7723  * Class:     org_ldk_impl_bindings
7724  * Method:    CResult_NodeIdDecodeErrorZ_ok
7725  * Signature: (J)J
7726  */
7727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeIdDecodeErrorZ_1ok
7728   (JNIEnv *, jclass, jlong);
7729
7730 /*
7731  * Class:     org_ldk_impl_bindings
7732  * Method:    CResult_NodeIdDecodeErrorZ_err
7733  * Signature: (J)J
7734  */
7735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeIdDecodeErrorZ_1err
7736   (JNIEnv *, jclass, jlong);
7737
7738 /*
7739  * Class:     org_ldk_impl_bindings
7740  * Method:    CResult_NodeIdDecodeErrorZ_free
7741  * Signature: (J)V
7742  */
7743 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NodeIdDecodeErrorZ_1free
7744   (JNIEnv *, jclass, jlong);
7745
7746 /*
7747  * Class:     org_ldk_impl_bindings
7748  * Method:    CResult_NodeIdDecodeErrorZ_clone
7749  * Signature: (J)J
7750  */
7751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeIdDecodeErrorZ_1clone
7752   (JNIEnv *, jclass, jlong);
7753
7754 /*
7755  * Class:     org_ldk_impl_bindings
7756  * Method:    COption_AccessZ_some
7757  * Signature: (J)J
7758  */
7759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1AccessZ_1some
7760   (JNIEnv *, jclass, jlong);
7761
7762 /*
7763  * Class:     org_ldk_impl_bindings
7764  * Method:    COption_AccessZ_none
7765  * Signature: ()J
7766  */
7767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1AccessZ_1none
7768   (JNIEnv *, jclass);
7769
7770 /*
7771  * Class:     org_ldk_impl_bindings
7772  * Method:    COption_AccessZ_free
7773  * Signature: (J)V
7774  */
7775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1AccessZ_1free
7776   (JNIEnv *, jclass, jlong);
7777
7778 /*
7779  * Class:     org_ldk_impl_bindings
7780  * Method:    CResult_DirectionalChannelInfoDecodeErrorZ_ok
7781  * Signature: (J)J
7782  */
7783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DirectionalChannelInfoDecodeErrorZ_1ok
7784   (JNIEnv *, jclass, jlong);
7785
7786 /*
7787  * Class:     org_ldk_impl_bindings
7788  * Method:    CResult_DirectionalChannelInfoDecodeErrorZ_err
7789  * Signature: (J)J
7790  */
7791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DirectionalChannelInfoDecodeErrorZ_1err
7792   (JNIEnv *, jclass, jlong);
7793
7794 /*
7795  * Class:     org_ldk_impl_bindings
7796  * Method:    CResult_DirectionalChannelInfoDecodeErrorZ_free
7797  * Signature: (J)V
7798  */
7799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1DirectionalChannelInfoDecodeErrorZ_1free
7800   (JNIEnv *, jclass, jlong);
7801
7802 /*
7803  * Class:     org_ldk_impl_bindings
7804  * Method:    CResult_DirectionalChannelInfoDecodeErrorZ_clone
7805  * Signature: (J)J
7806  */
7807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DirectionalChannelInfoDecodeErrorZ_1clone
7808   (JNIEnv *, jclass, jlong);
7809
7810 /*
7811  * Class:     org_ldk_impl_bindings
7812  * Method:    CResult_ChannelInfoDecodeErrorZ_ok
7813  * Signature: (J)J
7814  */
7815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelInfoDecodeErrorZ_1ok
7816   (JNIEnv *, jclass, jlong);
7817
7818 /*
7819  * Class:     org_ldk_impl_bindings
7820  * Method:    CResult_ChannelInfoDecodeErrorZ_err
7821  * Signature: (J)J
7822  */
7823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelInfoDecodeErrorZ_1err
7824   (JNIEnv *, jclass, jlong);
7825
7826 /*
7827  * Class:     org_ldk_impl_bindings
7828  * Method:    CResult_ChannelInfoDecodeErrorZ_free
7829  * Signature: (J)V
7830  */
7831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelInfoDecodeErrorZ_1free
7832   (JNIEnv *, jclass, jlong);
7833
7834 /*
7835  * Class:     org_ldk_impl_bindings
7836  * Method:    CResult_ChannelInfoDecodeErrorZ_clone
7837  * Signature: (J)J
7838  */
7839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelInfoDecodeErrorZ_1clone
7840   (JNIEnv *, jclass, jlong);
7841
7842 /*
7843  * Class:     org_ldk_impl_bindings
7844  * Method:    CResult_RoutingFeesDecodeErrorZ_ok
7845  * Signature: (J)J
7846  */
7847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RoutingFeesDecodeErrorZ_1ok
7848   (JNIEnv *, jclass, jlong);
7849
7850 /*
7851  * Class:     org_ldk_impl_bindings
7852  * Method:    CResult_RoutingFeesDecodeErrorZ_err
7853  * Signature: (J)J
7854  */
7855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RoutingFeesDecodeErrorZ_1err
7856   (JNIEnv *, jclass, jlong);
7857
7858 /*
7859  * Class:     org_ldk_impl_bindings
7860  * Method:    CResult_RoutingFeesDecodeErrorZ_free
7861  * Signature: (J)V
7862  */
7863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RoutingFeesDecodeErrorZ_1free
7864   (JNIEnv *, jclass, jlong);
7865
7866 /*
7867  * Class:     org_ldk_impl_bindings
7868  * Method:    CResult_RoutingFeesDecodeErrorZ_clone
7869  * Signature: (J)J
7870  */
7871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RoutingFeesDecodeErrorZ_1clone
7872   (JNIEnv *, jclass, jlong);
7873
7874 /*
7875  * Class:     org_ldk_impl_bindings
7876  * Method:    CResult_NodeAnnouncementInfoDecodeErrorZ_ok
7877  * Signature: (J)J
7878  */
7879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementInfoDecodeErrorZ_1ok
7880   (JNIEnv *, jclass, jlong);
7881
7882 /*
7883  * Class:     org_ldk_impl_bindings
7884  * Method:    CResult_NodeAnnouncementInfoDecodeErrorZ_err
7885  * Signature: (J)J
7886  */
7887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementInfoDecodeErrorZ_1err
7888   (JNIEnv *, jclass, jlong);
7889
7890 /*
7891  * Class:     org_ldk_impl_bindings
7892  * Method:    CResult_NodeAnnouncementInfoDecodeErrorZ_free
7893  * Signature: (J)V
7894  */
7895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementInfoDecodeErrorZ_1free
7896   (JNIEnv *, jclass, jlong);
7897
7898 /*
7899  * Class:     org_ldk_impl_bindings
7900  * Method:    CResult_NodeAnnouncementInfoDecodeErrorZ_clone
7901  * Signature: (J)J
7902  */
7903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementInfoDecodeErrorZ_1clone
7904   (JNIEnv *, jclass, jlong);
7905
7906 /*
7907  * Class:     org_ldk_impl_bindings
7908  * Method:    CVec_u64Z_free
7909  * Signature: ([J)V
7910  */
7911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1u64Z_1free
7912   (JNIEnv *, jclass, jlongArray);
7913
7914 /*
7915  * Class:     org_ldk_impl_bindings
7916  * Method:    CResult_NodeInfoDecodeErrorZ_ok
7917  * Signature: (J)J
7918  */
7919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeInfoDecodeErrorZ_1ok
7920   (JNIEnv *, jclass, jlong);
7921
7922 /*
7923  * Class:     org_ldk_impl_bindings
7924  * Method:    CResult_NodeInfoDecodeErrorZ_err
7925  * Signature: (J)J
7926  */
7927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeInfoDecodeErrorZ_1err
7928   (JNIEnv *, jclass, jlong);
7929
7930 /*
7931  * Class:     org_ldk_impl_bindings
7932  * Method:    CResult_NodeInfoDecodeErrorZ_free
7933  * Signature: (J)V
7934  */
7935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NodeInfoDecodeErrorZ_1free
7936   (JNIEnv *, jclass, jlong);
7937
7938 /*
7939  * Class:     org_ldk_impl_bindings
7940  * Method:    CResult_NodeInfoDecodeErrorZ_clone
7941  * Signature: (J)J
7942  */
7943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeInfoDecodeErrorZ_1clone
7944   (JNIEnv *, jclass, jlong);
7945
7946 /*
7947  * Class:     org_ldk_impl_bindings
7948  * Method:    CResult_NetworkGraphDecodeErrorZ_ok
7949  * Signature: (J)J
7950  */
7951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetworkGraphDecodeErrorZ_1ok
7952   (JNIEnv *, jclass, jlong);
7953
7954 /*
7955  * Class:     org_ldk_impl_bindings
7956  * Method:    CResult_NetworkGraphDecodeErrorZ_err
7957  * Signature: (J)J
7958  */
7959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetworkGraphDecodeErrorZ_1err
7960   (JNIEnv *, jclass, jlong);
7961
7962 /*
7963  * Class:     org_ldk_impl_bindings
7964  * Method:    CResult_NetworkGraphDecodeErrorZ_free
7965  * Signature: (J)V
7966  */
7967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NetworkGraphDecodeErrorZ_1free
7968   (JNIEnv *, jclass, jlong);
7969
7970 /*
7971  * Class:     org_ldk_impl_bindings
7972  * Method:    CResult_NetworkGraphDecodeErrorZ_clone
7973  * Signature: (J)J
7974  */
7975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetworkGraphDecodeErrorZ_1clone
7976   (JNIEnv *, jclass, jlong);
7977
7978 /*
7979  * Class:     org_ldk_impl_bindings
7980  * Method:    COption_CVec_NetAddressZZ_some
7981  * Signature: ([J)J
7982  */
7983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1CVec_1NetAddressZZ_1some
7984   (JNIEnv *, jclass, jlongArray);
7985
7986 /*
7987  * Class:     org_ldk_impl_bindings
7988  * Method:    COption_CVec_NetAddressZZ_none
7989  * Signature: ()J
7990  */
7991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1CVec_1NetAddressZZ_1none
7992   (JNIEnv *, jclass);
7993
7994 /*
7995  * Class:     org_ldk_impl_bindings
7996  * Method:    COption_CVec_NetAddressZZ_free
7997  * Signature: (J)V
7998  */
7999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1CVec_1NetAddressZZ_1free
8000   (JNIEnv *, jclass, jlong);
8001
8002 /*
8003  * Class:     org_ldk_impl_bindings
8004  * Method:    COption_CVec_NetAddressZZ_clone
8005  * Signature: (J)J
8006  */
8007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1CVec_1NetAddressZZ_1clone
8008   (JNIEnv *, jclass, jlong);
8009
8010 /*
8011  * Class:     org_ldk_impl_bindings
8012  * Method:    CResult_NetAddressDecodeErrorZ_ok
8013  * Signature: (J)J
8014  */
8015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetAddressDecodeErrorZ_1ok
8016   (JNIEnv *, jclass, jlong);
8017
8018 /*
8019  * Class:     org_ldk_impl_bindings
8020  * Method:    CResult_NetAddressDecodeErrorZ_err
8021  * Signature: (J)J
8022  */
8023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetAddressDecodeErrorZ_1err
8024   (JNIEnv *, jclass, jlong);
8025
8026 /*
8027  * Class:     org_ldk_impl_bindings
8028  * Method:    CResult_NetAddressDecodeErrorZ_free
8029  * Signature: (J)V
8030  */
8031 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NetAddressDecodeErrorZ_1free
8032   (JNIEnv *, jclass, jlong);
8033
8034 /*
8035  * Class:     org_ldk_impl_bindings
8036  * Method:    CResult_NetAddressDecodeErrorZ_clone
8037  * Signature: (J)J
8038  */
8039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetAddressDecodeErrorZ_1clone
8040   (JNIEnv *, jclass, jlong);
8041
8042 /*
8043  * Class:     org_ldk_impl_bindings
8044  * Method:    CVec_UpdateAddHTLCZ_free
8045  * Signature: ([J)V
8046  */
8047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1UpdateAddHTLCZ_1free
8048   (JNIEnv *, jclass, jlongArray);
8049
8050 /*
8051  * Class:     org_ldk_impl_bindings
8052  * Method:    CVec_UpdateFulfillHTLCZ_free
8053  * Signature: ([J)V
8054  */
8055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1UpdateFulfillHTLCZ_1free
8056   (JNIEnv *, jclass, jlongArray);
8057
8058 /*
8059  * Class:     org_ldk_impl_bindings
8060  * Method:    CVec_UpdateFailHTLCZ_free
8061  * Signature: ([J)V
8062  */
8063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1UpdateFailHTLCZ_1free
8064   (JNIEnv *, jclass, jlongArray);
8065
8066 /*
8067  * Class:     org_ldk_impl_bindings
8068  * Method:    CVec_UpdateFailMalformedHTLCZ_free
8069  * Signature: ([J)V
8070  */
8071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1UpdateFailMalformedHTLCZ_1free
8072   (JNIEnv *, jclass, jlongArray);
8073
8074 /*
8075  * Class:     org_ldk_impl_bindings
8076  * Method:    CResult_AcceptChannelDecodeErrorZ_ok
8077  * Signature: (J)J
8078  */
8079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AcceptChannelDecodeErrorZ_1ok
8080   (JNIEnv *, jclass, jlong);
8081
8082 /*
8083  * Class:     org_ldk_impl_bindings
8084  * Method:    CResult_AcceptChannelDecodeErrorZ_err
8085  * Signature: (J)J
8086  */
8087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AcceptChannelDecodeErrorZ_1err
8088   (JNIEnv *, jclass, jlong);
8089
8090 /*
8091  * Class:     org_ldk_impl_bindings
8092  * Method:    CResult_AcceptChannelDecodeErrorZ_free
8093  * Signature: (J)V
8094  */
8095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1AcceptChannelDecodeErrorZ_1free
8096   (JNIEnv *, jclass, jlong);
8097
8098 /*
8099  * Class:     org_ldk_impl_bindings
8100  * Method:    CResult_AcceptChannelDecodeErrorZ_clone
8101  * Signature: (J)J
8102  */
8103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AcceptChannelDecodeErrorZ_1clone
8104   (JNIEnv *, jclass, jlong);
8105
8106 /*
8107  * Class:     org_ldk_impl_bindings
8108  * Method:    CResult_AnnouncementSignaturesDecodeErrorZ_ok
8109  * Signature: (J)J
8110  */
8111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AnnouncementSignaturesDecodeErrorZ_1ok
8112   (JNIEnv *, jclass, jlong);
8113
8114 /*
8115  * Class:     org_ldk_impl_bindings
8116  * Method:    CResult_AnnouncementSignaturesDecodeErrorZ_err
8117  * Signature: (J)J
8118  */
8119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AnnouncementSignaturesDecodeErrorZ_1err
8120   (JNIEnv *, jclass, jlong);
8121
8122 /*
8123  * Class:     org_ldk_impl_bindings
8124  * Method:    CResult_AnnouncementSignaturesDecodeErrorZ_free
8125  * Signature: (J)V
8126  */
8127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1AnnouncementSignaturesDecodeErrorZ_1free
8128   (JNIEnv *, jclass, jlong);
8129
8130 /*
8131  * Class:     org_ldk_impl_bindings
8132  * Method:    CResult_AnnouncementSignaturesDecodeErrorZ_clone
8133  * Signature: (J)J
8134  */
8135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AnnouncementSignaturesDecodeErrorZ_1clone
8136   (JNIEnv *, jclass, jlong);
8137
8138 /*
8139  * Class:     org_ldk_impl_bindings
8140  * Method:    CResult_ChannelReestablishDecodeErrorZ_ok
8141  * Signature: (J)J
8142  */
8143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReestablishDecodeErrorZ_1ok
8144   (JNIEnv *, jclass, jlong);
8145
8146 /*
8147  * Class:     org_ldk_impl_bindings
8148  * Method:    CResult_ChannelReestablishDecodeErrorZ_err
8149  * Signature: (J)J
8150  */
8151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReestablishDecodeErrorZ_1err
8152   (JNIEnv *, jclass, jlong);
8153
8154 /*
8155  * Class:     org_ldk_impl_bindings
8156  * Method:    CResult_ChannelReestablishDecodeErrorZ_free
8157  * Signature: (J)V
8158  */
8159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReestablishDecodeErrorZ_1free
8160   (JNIEnv *, jclass, jlong);
8161
8162 /*
8163  * Class:     org_ldk_impl_bindings
8164  * Method:    CResult_ChannelReestablishDecodeErrorZ_clone
8165  * Signature: (J)J
8166  */
8167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReestablishDecodeErrorZ_1clone
8168   (JNIEnv *, jclass, jlong);
8169
8170 /*
8171  * Class:     org_ldk_impl_bindings
8172  * Method:    CResult_ClosingSignedDecodeErrorZ_ok
8173  * Signature: (J)J
8174  */
8175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedDecodeErrorZ_1ok
8176   (JNIEnv *, jclass, jlong);
8177
8178 /*
8179  * Class:     org_ldk_impl_bindings
8180  * Method:    CResult_ClosingSignedDecodeErrorZ_err
8181  * Signature: (J)J
8182  */
8183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedDecodeErrorZ_1err
8184   (JNIEnv *, jclass, jlong);
8185
8186 /*
8187  * Class:     org_ldk_impl_bindings
8188  * Method:    CResult_ClosingSignedDecodeErrorZ_free
8189  * Signature: (J)V
8190  */
8191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedDecodeErrorZ_1free
8192   (JNIEnv *, jclass, jlong);
8193
8194 /*
8195  * Class:     org_ldk_impl_bindings
8196  * Method:    CResult_ClosingSignedDecodeErrorZ_clone
8197  * Signature: (J)J
8198  */
8199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedDecodeErrorZ_1clone
8200   (JNIEnv *, jclass, jlong);
8201
8202 /*
8203  * Class:     org_ldk_impl_bindings
8204  * Method:    CResult_ClosingSignedFeeRangeDecodeErrorZ_ok
8205  * Signature: (J)J
8206  */
8207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedFeeRangeDecodeErrorZ_1ok
8208   (JNIEnv *, jclass, jlong);
8209
8210 /*
8211  * Class:     org_ldk_impl_bindings
8212  * Method:    CResult_ClosingSignedFeeRangeDecodeErrorZ_err
8213  * Signature: (J)J
8214  */
8215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedFeeRangeDecodeErrorZ_1err
8216   (JNIEnv *, jclass, jlong);
8217
8218 /*
8219  * Class:     org_ldk_impl_bindings
8220  * Method:    CResult_ClosingSignedFeeRangeDecodeErrorZ_free
8221  * Signature: (J)V
8222  */
8223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedFeeRangeDecodeErrorZ_1free
8224   (JNIEnv *, jclass, jlong);
8225
8226 /*
8227  * Class:     org_ldk_impl_bindings
8228  * Method:    CResult_ClosingSignedFeeRangeDecodeErrorZ_clone
8229  * Signature: (J)J
8230  */
8231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedFeeRangeDecodeErrorZ_1clone
8232   (JNIEnv *, jclass, jlong);
8233
8234 /*
8235  * Class:     org_ldk_impl_bindings
8236  * Method:    CResult_CommitmentSignedDecodeErrorZ_ok
8237  * Signature: (J)J
8238  */
8239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentSignedDecodeErrorZ_1ok
8240   (JNIEnv *, jclass, jlong);
8241
8242 /*
8243  * Class:     org_ldk_impl_bindings
8244  * Method:    CResult_CommitmentSignedDecodeErrorZ_err
8245  * Signature: (J)J
8246  */
8247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentSignedDecodeErrorZ_1err
8248   (JNIEnv *, jclass, jlong);
8249
8250 /*
8251  * Class:     org_ldk_impl_bindings
8252  * Method:    CResult_CommitmentSignedDecodeErrorZ_free
8253  * Signature: (J)V
8254  */
8255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentSignedDecodeErrorZ_1free
8256   (JNIEnv *, jclass, jlong);
8257
8258 /*
8259  * Class:     org_ldk_impl_bindings
8260  * Method:    CResult_CommitmentSignedDecodeErrorZ_clone
8261  * Signature: (J)J
8262  */
8263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentSignedDecodeErrorZ_1clone
8264   (JNIEnv *, jclass, jlong);
8265
8266 /*
8267  * Class:     org_ldk_impl_bindings
8268  * Method:    CResult_FundingCreatedDecodeErrorZ_ok
8269  * Signature: (J)J
8270  */
8271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingCreatedDecodeErrorZ_1ok
8272   (JNIEnv *, jclass, jlong);
8273
8274 /*
8275  * Class:     org_ldk_impl_bindings
8276  * Method:    CResult_FundingCreatedDecodeErrorZ_err
8277  * Signature: (J)J
8278  */
8279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingCreatedDecodeErrorZ_1err
8280   (JNIEnv *, jclass, jlong);
8281
8282 /*
8283  * Class:     org_ldk_impl_bindings
8284  * Method:    CResult_FundingCreatedDecodeErrorZ_free
8285  * Signature: (J)V
8286  */
8287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1FundingCreatedDecodeErrorZ_1free
8288   (JNIEnv *, jclass, jlong);
8289
8290 /*
8291  * Class:     org_ldk_impl_bindings
8292  * Method:    CResult_FundingCreatedDecodeErrorZ_clone
8293  * Signature: (J)J
8294  */
8295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingCreatedDecodeErrorZ_1clone
8296   (JNIEnv *, jclass, jlong);
8297
8298 /*
8299  * Class:     org_ldk_impl_bindings
8300  * Method:    CResult_FundingSignedDecodeErrorZ_ok
8301  * Signature: (J)J
8302  */
8303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingSignedDecodeErrorZ_1ok
8304   (JNIEnv *, jclass, jlong);
8305
8306 /*
8307  * Class:     org_ldk_impl_bindings
8308  * Method:    CResult_FundingSignedDecodeErrorZ_err
8309  * Signature: (J)J
8310  */
8311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingSignedDecodeErrorZ_1err
8312   (JNIEnv *, jclass, jlong);
8313
8314 /*
8315  * Class:     org_ldk_impl_bindings
8316  * Method:    CResult_FundingSignedDecodeErrorZ_free
8317  * Signature: (J)V
8318  */
8319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1FundingSignedDecodeErrorZ_1free
8320   (JNIEnv *, jclass, jlong);
8321
8322 /*
8323  * Class:     org_ldk_impl_bindings
8324  * Method:    CResult_FundingSignedDecodeErrorZ_clone
8325  * Signature: (J)J
8326  */
8327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingSignedDecodeErrorZ_1clone
8328   (JNIEnv *, jclass, jlong);
8329
8330 /*
8331  * Class:     org_ldk_impl_bindings
8332  * Method:    CResult_FundingLockedDecodeErrorZ_ok
8333  * Signature: (J)J
8334  */
8335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingLockedDecodeErrorZ_1ok
8336   (JNIEnv *, jclass, jlong);
8337
8338 /*
8339  * Class:     org_ldk_impl_bindings
8340  * Method:    CResult_FundingLockedDecodeErrorZ_err
8341  * Signature: (J)J
8342  */
8343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingLockedDecodeErrorZ_1err
8344   (JNIEnv *, jclass, jlong);
8345
8346 /*
8347  * Class:     org_ldk_impl_bindings
8348  * Method:    CResult_FundingLockedDecodeErrorZ_free
8349  * Signature: (J)V
8350  */
8351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1FundingLockedDecodeErrorZ_1free
8352   (JNIEnv *, jclass, jlong);
8353
8354 /*
8355  * Class:     org_ldk_impl_bindings
8356  * Method:    CResult_FundingLockedDecodeErrorZ_clone
8357  * Signature: (J)J
8358  */
8359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingLockedDecodeErrorZ_1clone
8360   (JNIEnv *, jclass, jlong);
8361
8362 /*
8363  * Class:     org_ldk_impl_bindings
8364  * Method:    CResult_InitDecodeErrorZ_ok
8365  * Signature: (J)J
8366  */
8367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitDecodeErrorZ_1ok
8368   (JNIEnv *, jclass, jlong);
8369
8370 /*
8371  * Class:     org_ldk_impl_bindings
8372  * Method:    CResult_InitDecodeErrorZ_err
8373  * Signature: (J)J
8374  */
8375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitDecodeErrorZ_1err
8376   (JNIEnv *, jclass, jlong);
8377
8378 /*
8379  * Class:     org_ldk_impl_bindings
8380  * Method:    CResult_InitDecodeErrorZ_free
8381  * Signature: (J)V
8382  */
8383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InitDecodeErrorZ_1free
8384   (JNIEnv *, jclass, jlong);
8385
8386 /*
8387  * Class:     org_ldk_impl_bindings
8388  * Method:    CResult_InitDecodeErrorZ_clone
8389  * Signature: (J)J
8390  */
8391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitDecodeErrorZ_1clone
8392   (JNIEnv *, jclass, jlong);
8393
8394 /*
8395  * Class:     org_ldk_impl_bindings
8396  * Method:    CResult_OpenChannelDecodeErrorZ_ok
8397  * Signature: (J)J
8398  */
8399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OpenChannelDecodeErrorZ_1ok
8400   (JNIEnv *, jclass, jlong);
8401
8402 /*
8403  * Class:     org_ldk_impl_bindings
8404  * Method:    CResult_OpenChannelDecodeErrorZ_err
8405  * Signature: (J)J
8406  */
8407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OpenChannelDecodeErrorZ_1err
8408   (JNIEnv *, jclass, jlong);
8409
8410 /*
8411  * Class:     org_ldk_impl_bindings
8412  * Method:    CResult_OpenChannelDecodeErrorZ_free
8413  * Signature: (J)V
8414  */
8415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1OpenChannelDecodeErrorZ_1free
8416   (JNIEnv *, jclass, jlong);
8417
8418 /*
8419  * Class:     org_ldk_impl_bindings
8420  * Method:    CResult_OpenChannelDecodeErrorZ_clone
8421  * Signature: (J)J
8422  */
8423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OpenChannelDecodeErrorZ_1clone
8424   (JNIEnv *, jclass, jlong);
8425
8426 /*
8427  * Class:     org_ldk_impl_bindings
8428  * Method:    CResult_RevokeAndACKDecodeErrorZ_ok
8429  * Signature: (J)J
8430  */
8431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RevokeAndACKDecodeErrorZ_1ok
8432   (JNIEnv *, jclass, jlong);
8433
8434 /*
8435  * Class:     org_ldk_impl_bindings
8436  * Method:    CResult_RevokeAndACKDecodeErrorZ_err
8437  * Signature: (J)J
8438  */
8439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RevokeAndACKDecodeErrorZ_1err
8440   (JNIEnv *, jclass, jlong);
8441
8442 /*
8443  * Class:     org_ldk_impl_bindings
8444  * Method:    CResult_RevokeAndACKDecodeErrorZ_free
8445  * Signature: (J)V
8446  */
8447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RevokeAndACKDecodeErrorZ_1free
8448   (JNIEnv *, jclass, jlong);
8449
8450 /*
8451  * Class:     org_ldk_impl_bindings
8452  * Method:    CResult_RevokeAndACKDecodeErrorZ_clone
8453  * Signature: (J)J
8454  */
8455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RevokeAndACKDecodeErrorZ_1clone
8456   (JNIEnv *, jclass, jlong);
8457
8458 /*
8459  * Class:     org_ldk_impl_bindings
8460  * Method:    CResult_ShutdownDecodeErrorZ_ok
8461  * Signature: (J)J
8462  */
8463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownDecodeErrorZ_1ok
8464   (JNIEnv *, jclass, jlong);
8465
8466 /*
8467  * Class:     org_ldk_impl_bindings
8468  * Method:    CResult_ShutdownDecodeErrorZ_err
8469  * Signature: (J)J
8470  */
8471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownDecodeErrorZ_1err
8472   (JNIEnv *, jclass, jlong);
8473
8474 /*
8475  * Class:     org_ldk_impl_bindings
8476  * Method:    CResult_ShutdownDecodeErrorZ_free
8477  * Signature: (J)V
8478  */
8479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownDecodeErrorZ_1free
8480   (JNIEnv *, jclass, jlong);
8481
8482 /*
8483  * Class:     org_ldk_impl_bindings
8484  * Method:    CResult_ShutdownDecodeErrorZ_clone
8485  * Signature: (J)J
8486  */
8487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownDecodeErrorZ_1clone
8488   (JNIEnv *, jclass, jlong);
8489
8490 /*
8491  * Class:     org_ldk_impl_bindings
8492  * Method:    CResult_UpdateFailHTLCDecodeErrorZ_ok
8493  * Signature: (J)J
8494  */
8495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailHTLCDecodeErrorZ_1ok
8496   (JNIEnv *, jclass, jlong);
8497
8498 /*
8499  * Class:     org_ldk_impl_bindings
8500  * Method:    CResult_UpdateFailHTLCDecodeErrorZ_err
8501  * Signature: (J)J
8502  */
8503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailHTLCDecodeErrorZ_1err
8504   (JNIEnv *, jclass, jlong);
8505
8506 /*
8507  * Class:     org_ldk_impl_bindings
8508  * Method:    CResult_UpdateFailHTLCDecodeErrorZ_free
8509  * Signature: (J)V
8510  */
8511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailHTLCDecodeErrorZ_1free
8512   (JNIEnv *, jclass, jlong);
8513
8514 /*
8515  * Class:     org_ldk_impl_bindings
8516  * Method:    CResult_UpdateFailHTLCDecodeErrorZ_clone
8517  * Signature: (J)J
8518  */
8519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailHTLCDecodeErrorZ_1clone
8520   (JNIEnv *, jclass, jlong);
8521
8522 /*
8523  * Class:     org_ldk_impl_bindings
8524  * Method:    CResult_UpdateFailMalformedHTLCDecodeErrorZ_ok
8525  * Signature: (J)J
8526  */
8527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailMalformedHTLCDecodeErrorZ_1ok
8528   (JNIEnv *, jclass, jlong);
8529
8530 /*
8531  * Class:     org_ldk_impl_bindings
8532  * Method:    CResult_UpdateFailMalformedHTLCDecodeErrorZ_err
8533  * Signature: (J)J
8534  */
8535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailMalformedHTLCDecodeErrorZ_1err
8536   (JNIEnv *, jclass, jlong);
8537
8538 /*
8539  * Class:     org_ldk_impl_bindings
8540  * Method:    CResult_UpdateFailMalformedHTLCDecodeErrorZ_free
8541  * Signature: (J)V
8542  */
8543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailMalformedHTLCDecodeErrorZ_1free
8544   (JNIEnv *, jclass, jlong);
8545
8546 /*
8547  * Class:     org_ldk_impl_bindings
8548  * Method:    CResult_UpdateFailMalformedHTLCDecodeErrorZ_clone
8549  * Signature: (J)J
8550  */
8551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailMalformedHTLCDecodeErrorZ_1clone
8552   (JNIEnv *, jclass, jlong);
8553
8554 /*
8555  * Class:     org_ldk_impl_bindings
8556  * Method:    CResult_UpdateFeeDecodeErrorZ_ok
8557  * Signature: (J)J
8558  */
8559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFeeDecodeErrorZ_1ok
8560   (JNIEnv *, jclass, jlong);
8561
8562 /*
8563  * Class:     org_ldk_impl_bindings
8564  * Method:    CResult_UpdateFeeDecodeErrorZ_err
8565  * Signature: (J)J
8566  */
8567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFeeDecodeErrorZ_1err
8568   (JNIEnv *, jclass, jlong);
8569
8570 /*
8571  * Class:     org_ldk_impl_bindings
8572  * Method:    CResult_UpdateFeeDecodeErrorZ_free
8573  * Signature: (J)V
8574  */
8575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFeeDecodeErrorZ_1free
8576   (JNIEnv *, jclass, jlong);
8577
8578 /*
8579  * Class:     org_ldk_impl_bindings
8580  * Method:    CResult_UpdateFeeDecodeErrorZ_clone
8581  * Signature: (J)J
8582  */
8583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFeeDecodeErrorZ_1clone
8584   (JNIEnv *, jclass, jlong);
8585
8586 /*
8587  * Class:     org_ldk_impl_bindings
8588  * Method:    CResult_UpdateFulfillHTLCDecodeErrorZ_ok
8589  * Signature: (J)J
8590  */
8591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFulfillHTLCDecodeErrorZ_1ok
8592   (JNIEnv *, jclass, jlong);
8593
8594 /*
8595  * Class:     org_ldk_impl_bindings
8596  * Method:    CResult_UpdateFulfillHTLCDecodeErrorZ_err
8597  * Signature: (J)J
8598  */
8599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFulfillHTLCDecodeErrorZ_1err
8600   (JNIEnv *, jclass, jlong);
8601
8602 /*
8603  * Class:     org_ldk_impl_bindings
8604  * Method:    CResult_UpdateFulfillHTLCDecodeErrorZ_free
8605  * Signature: (J)V
8606  */
8607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFulfillHTLCDecodeErrorZ_1free
8608   (JNIEnv *, jclass, jlong);
8609
8610 /*
8611  * Class:     org_ldk_impl_bindings
8612  * Method:    CResult_UpdateFulfillHTLCDecodeErrorZ_clone
8613  * Signature: (J)J
8614  */
8615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFulfillHTLCDecodeErrorZ_1clone
8616   (JNIEnv *, jclass, jlong);
8617
8618 /*
8619  * Class:     org_ldk_impl_bindings
8620  * Method:    CResult_UpdateAddHTLCDecodeErrorZ_ok
8621  * Signature: (J)J
8622  */
8623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateAddHTLCDecodeErrorZ_1ok
8624   (JNIEnv *, jclass, jlong);
8625
8626 /*
8627  * Class:     org_ldk_impl_bindings
8628  * Method:    CResult_UpdateAddHTLCDecodeErrorZ_err
8629  * Signature: (J)J
8630  */
8631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateAddHTLCDecodeErrorZ_1err
8632   (JNIEnv *, jclass, jlong);
8633
8634 /*
8635  * Class:     org_ldk_impl_bindings
8636  * Method:    CResult_UpdateAddHTLCDecodeErrorZ_free
8637  * Signature: (J)V
8638  */
8639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateAddHTLCDecodeErrorZ_1free
8640   (JNIEnv *, jclass, jlong);
8641
8642 /*
8643  * Class:     org_ldk_impl_bindings
8644  * Method:    CResult_UpdateAddHTLCDecodeErrorZ_clone
8645  * Signature: (J)J
8646  */
8647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateAddHTLCDecodeErrorZ_1clone
8648   (JNIEnv *, jclass, jlong);
8649
8650 /*
8651  * Class:     org_ldk_impl_bindings
8652  * Method:    CResult_PingDecodeErrorZ_ok
8653  * Signature: (J)J
8654  */
8655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PingDecodeErrorZ_1ok
8656   (JNIEnv *, jclass, jlong);
8657
8658 /*
8659  * Class:     org_ldk_impl_bindings
8660  * Method:    CResult_PingDecodeErrorZ_err
8661  * Signature: (J)J
8662  */
8663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PingDecodeErrorZ_1err
8664   (JNIEnv *, jclass, jlong);
8665
8666 /*
8667  * Class:     org_ldk_impl_bindings
8668  * Method:    CResult_PingDecodeErrorZ_free
8669  * Signature: (J)V
8670  */
8671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PingDecodeErrorZ_1free
8672   (JNIEnv *, jclass, jlong);
8673
8674 /*
8675  * Class:     org_ldk_impl_bindings
8676  * Method:    CResult_PingDecodeErrorZ_clone
8677  * Signature: (J)J
8678  */
8679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PingDecodeErrorZ_1clone
8680   (JNIEnv *, jclass, jlong);
8681
8682 /*
8683  * Class:     org_ldk_impl_bindings
8684  * Method:    CResult_PongDecodeErrorZ_ok
8685  * Signature: (J)J
8686  */
8687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PongDecodeErrorZ_1ok
8688   (JNIEnv *, jclass, jlong);
8689
8690 /*
8691  * Class:     org_ldk_impl_bindings
8692  * Method:    CResult_PongDecodeErrorZ_err
8693  * Signature: (J)J
8694  */
8695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PongDecodeErrorZ_1err
8696   (JNIEnv *, jclass, jlong);
8697
8698 /*
8699  * Class:     org_ldk_impl_bindings
8700  * Method:    CResult_PongDecodeErrorZ_free
8701  * Signature: (J)V
8702  */
8703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PongDecodeErrorZ_1free
8704   (JNIEnv *, jclass, jlong);
8705
8706 /*
8707  * Class:     org_ldk_impl_bindings
8708  * Method:    CResult_PongDecodeErrorZ_clone
8709  * Signature: (J)J
8710  */
8711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PongDecodeErrorZ_1clone
8712   (JNIEnv *, jclass, jlong);
8713
8714 /*
8715  * Class:     org_ldk_impl_bindings
8716  * Method:    CResult_UnsignedChannelAnnouncementDecodeErrorZ_ok
8717  * Signature: (J)J
8718  */
8719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelAnnouncementDecodeErrorZ_1ok
8720   (JNIEnv *, jclass, jlong);
8721
8722 /*
8723  * Class:     org_ldk_impl_bindings
8724  * Method:    CResult_UnsignedChannelAnnouncementDecodeErrorZ_err
8725  * Signature: (J)J
8726  */
8727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelAnnouncementDecodeErrorZ_1err
8728   (JNIEnv *, jclass, jlong);
8729
8730 /*
8731  * Class:     org_ldk_impl_bindings
8732  * Method:    CResult_UnsignedChannelAnnouncementDecodeErrorZ_free
8733  * Signature: (J)V
8734  */
8735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelAnnouncementDecodeErrorZ_1free
8736   (JNIEnv *, jclass, jlong);
8737
8738 /*
8739  * Class:     org_ldk_impl_bindings
8740  * Method:    CResult_UnsignedChannelAnnouncementDecodeErrorZ_clone
8741  * Signature: (J)J
8742  */
8743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelAnnouncementDecodeErrorZ_1clone
8744   (JNIEnv *, jclass, jlong);
8745
8746 /*
8747  * Class:     org_ldk_impl_bindings
8748  * Method:    CResult_ChannelAnnouncementDecodeErrorZ_ok
8749  * Signature: (J)J
8750  */
8751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelAnnouncementDecodeErrorZ_1ok
8752   (JNIEnv *, jclass, jlong);
8753
8754 /*
8755  * Class:     org_ldk_impl_bindings
8756  * Method:    CResult_ChannelAnnouncementDecodeErrorZ_err
8757  * Signature: (J)J
8758  */
8759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelAnnouncementDecodeErrorZ_1err
8760   (JNIEnv *, jclass, jlong);
8761
8762 /*
8763  * Class:     org_ldk_impl_bindings
8764  * Method:    CResult_ChannelAnnouncementDecodeErrorZ_free
8765  * Signature: (J)V
8766  */
8767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelAnnouncementDecodeErrorZ_1free
8768   (JNIEnv *, jclass, jlong);
8769
8770 /*
8771  * Class:     org_ldk_impl_bindings
8772  * Method:    CResult_ChannelAnnouncementDecodeErrorZ_clone
8773  * Signature: (J)J
8774  */
8775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelAnnouncementDecodeErrorZ_1clone
8776   (JNIEnv *, jclass, jlong);
8777
8778 /*
8779  * Class:     org_ldk_impl_bindings
8780  * Method:    CResult_UnsignedChannelUpdateDecodeErrorZ_ok
8781  * Signature: (J)J
8782  */
8783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelUpdateDecodeErrorZ_1ok
8784   (JNIEnv *, jclass, jlong);
8785
8786 /*
8787  * Class:     org_ldk_impl_bindings
8788  * Method:    CResult_UnsignedChannelUpdateDecodeErrorZ_err
8789  * Signature: (J)J
8790  */
8791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelUpdateDecodeErrorZ_1err
8792   (JNIEnv *, jclass, jlong);
8793
8794 /*
8795  * Class:     org_ldk_impl_bindings
8796  * Method:    CResult_UnsignedChannelUpdateDecodeErrorZ_free
8797  * Signature: (J)V
8798  */
8799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelUpdateDecodeErrorZ_1free
8800   (JNIEnv *, jclass, jlong);
8801
8802 /*
8803  * Class:     org_ldk_impl_bindings
8804  * Method:    CResult_UnsignedChannelUpdateDecodeErrorZ_clone
8805  * Signature: (J)J
8806  */
8807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelUpdateDecodeErrorZ_1clone
8808   (JNIEnv *, jclass, jlong);
8809
8810 /*
8811  * Class:     org_ldk_impl_bindings
8812  * Method:    CResult_ChannelUpdateDecodeErrorZ_ok
8813  * Signature: (J)J
8814  */
8815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateDecodeErrorZ_1ok
8816   (JNIEnv *, jclass, jlong);
8817
8818 /*
8819  * Class:     org_ldk_impl_bindings
8820  * Method:    CResult_ChannelUpdateDecodeErrorZ_err
8821  * Signature: (J)J
8822  */
8823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateDecodeErrorZ_1err
8824   (JNIEnv *, jclass, jlong);
8825
8826 /*
8827  * Class:     org_ldk_impl_bindings
8828  * Method:    CResult_ChannelUpdateDecodeErrorZ_free
8829  * Signature: (J)V
8830  */
8831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateDecodeErrorZ_1free
8832   (JNIEnv *, jclass, jlong);
8833
8834 /*
8835  * Class:     org_ldk_impl_bindings
8836  * Method:    CResult_ChannelUpdateDecodeErrorZ_clone
8837  * Signature: (J)J
8838  */
8839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateDecodeErrorZ_1clone
8840   (JNIEnv *, jclass, jlong);
8841
8842 /*
8843  * Class:     org_ldk_impl_bindings
8844  * Method:    CResult_ErrorMessageDecodeErrorZ_ok
8845  * Signature: (J)J
8846  */
8847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ErrorMessageDecodeErrorZ_1ok
8848   (JNIEnv *, jclass, jlong);
8849
8850 /*
8851  * Class:     org_ldk_impl_bindings
8852  * Method:    CResult_ErrorMessageDecodeErrorZ_err
8853  * Signature: (J)J
8854  */
8855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ErrorMessageDecodeErrorZ_1err
8856   (JNIEnv *, jclass, jlong);
8857
8858 /*
8859  * Class:     org_ldk_impl_bindings
8860  * Method:    CResult_ErrorMessageDecodeErrorZ_free
8861  * Signature: (J)V
8862  */
8863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ErrorMessageDecodeErrorZ_1free
8864   (JNIEnv *, jclass, jlong);
8865
8866 /*
8867  * Class:     org_ldk_impl_bindings
8868  * Method:    CResult_ErrorMessageDecodeErrorZ_clone
8869  * Signature: (J)J
8870  */
8871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ErrorMessageDecodeErrorZ_1clone
8872   (JNIEnv *, jclass, jlong);
8873
8874 /*
8875  * Class:     org_ldk_impl_bindings
8876  * Method:    CResult_UnsignedNodeAnnouncementDecodeErrorZ_ok
8877  * Signature: (J)J
8878  */
8879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedNodeAnnouncementDecodeErrorZ_1ok
8880   (JNIEnv *, jclass, jlong);
8881
8882 /*
8883  * Class:     org_ldk_impl_bindings
8884  * Method:    CResult_UnsignedNodeAnnouncementDecodeErrorZ_err
8885  * Signature: (J)J
8886  */
8887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedNodeAnnouncementDecodeErrorZ_1err
8888   (JNIEnv *, jclass, jlong);
8889
8890 /*
8891  * Class:     org_ldk_impl_bindings
8892  * Method:    CResult_UnsignedNodeAnnouncementDecodeErrorZ_free
8893  * Signature: (J)V
8894  */
8895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedNodeAnnouncementDecodeErrorZ_1free
8896   (JNIEnv *, jclass, jlong);
8897
8898 /*
8899  * Class:     org_ldk_impl_bindings
8900  * Method:    CResult_UnsignedNodeAnnouncementDecodeErrorZ_clone
8901  * Signature: (J)J
8902  */
8903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedNodeAnnouncementDecodeErrorZ_1clone
8904   (JNIEnv *, jclass, jlong);
8905
8906 /*
8907  * Class:     org_ldk_impl_bindings
8908  * Method:    CResult_NodeAnnouncementDecodeErrorZ_ok
8909  * Signature: (J)J
8910  */
8911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementDecodeErrorZ_1ok
8912   (JNIEnv *, jclass, jlong);
8913
8914 /*
8915  * Class:     org_ldk_impl_bindings
8916  * Method:    CResult_NodeAnnouncementDecodeErrorZ_err
8917  * Signature: (J)J
8918  */
8919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementDecodeErrorZ_1err
8920   (JNIEnv *, jclass, jlong);
8921
8922 /*
8923  * Class:     org_ldk_impl_bindings
8924  * Method:    CResult_NodeAnnouncementDecodeErrorZ_free
8925  * Signature: (J)V
8926  */
8927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementDecodeErrorZ_1free
8928   (JNIEnv *, jclass, jlong);
8929
8930 /*
8931  * Class:     org_ldk_impl_bindings
8932  * Method:    CResult_NodeAnnouncementDecodeErrorZ_clone
8933  * Signature: (J)J
8934  */
8935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementDecodeErrorZ_1clone
8936   (JNIEnv *, jclass, jlong);
8937
8938 /*
8939  * Class:     org_ldk_impl_bindings
8940  * Method:    CResult_QueryShortChannelIdsDecodeErrorZ_ok
8941  * Signature: (J)J
8942  */
8943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryShortChannelIdsDecodeErrorZ_1ok
8944   (JNIEnv *, jclass, jlong);
8945
8946 /*
8947  * Class:     org_ldk_impl_bindings
8948  * Method:    CResult_QueryShortChannelIdsDecodeErrorZ_err
8949  * Signature: (J)J
8950  */
8951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryShortChannelIdsDecodeErrorZ_1err
8952   (JNIEnv *, jclass, jlong);
8953
8954 /*
8955  * Class:     org_ldk_impl_bindings
8956  * Method:    CResult_QueryShortChannelIdsDecodeErrorZ_free
8957  * Signature: (J)V
8958  */
8959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1QueryShortChannelIdsDecodeErrorZ_1free
8960   (JNIEnv *, jclass, jlong);
8961
8962 /*
8963  * Class:     org_ldk_impl_bindings
8964  * Method:    CResult_QueryShortChannelIdsDecodeErrorZ_clone
8965  * Signature: (J)J
8966  */
8967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryShortChannelIdsDecodeErrorZ_1clone
8968   (JNIEnv *, jclass, jlong);
8969
8970 /*
8971  * Class:     org_ldk_impl_bindings
8972  * Method:    CResult_ReplyShortChannelIdsEndDecodeErrorZ_ok
8973  * Signature: (J)J
8974  */
8975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyShortChannelIdsEndDecodeErrorZ_1ok
8976   (JNIEnv *, jclass, jlong);
8977
8978 /*
8979  * Class:     org_ldk_impl_bindings
8980  * Method:    CResult_ReplyShortChannelIdsEndDecodeErrorZ_err
8981  * Signature: (J)J
8982  */
8983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyShortChannelIdsEndDecodeErrorZ_1err
8984   (JNIEnv *, jclass, jlong);
8985
8986 /*
8987  * Class:     org_ldk_impl_bindings
8988  * Method:    CResult_ReplyShortChannelIdsEndDecodeErrorZ_free
8989  * Signature: (J)V
8990  */
8991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyShortChannelIdsEndDecodeErrorZ_1free
8992   (JNIEnv *, jclass, jlong);
8993
8994 /*
8995  * Class:     org_ldk_impl_bindings
8996  * Method:    CResult_ReplyShortChannelIdsEndDecodeErrorZ_clone
8997  * Signature: (J)J
8998  */
8999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyShortChannelIdsEndDecodeErrorZ_1clone
9000   (JNIEnv *, jclass, jlong);
9001
9002 /*
9003  * Class:     org_ldk_impl_bindings
9004  * Method:    CResult_QueryChannelRangeDecodeErrorZ_ok
9005  * Signature: (J)J
9006  */
9007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryChannelRangeDecodeErrorZ_1ok
9008   (JNIEnv *, jclass, jlong);
9009
9010 /*
9011  * Class:     org_ldk_impl_bindings
9012  * Method:    CResult_QueryChannelRangeDecodeErrorZ_err
9013  * Signature: (J)J
9014  */
9015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryChannelRangeDecodeErrorZ_1err
9016   (JNIEnv *, jclass, jlong);
9017
9018 /*
9019  * Class:     org_ldk_impl_bindings
9020  * Method:    CResult_QueryChannelRangeDecodeErrorZ_free
9021  * Signature: (J)V
9022  */
9023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1QueryChannelRangeDecodeErrorZ_1free
9024   (JNIEnv *, jclass, jlong);
9025
9026 /*
9027  * Class:     org_ldk_impl_bindings
9028  * Method:    CResult_QueryChannelRangeDecodeErrorZ_clone
9029  * Signature: (J)J
9030  */
9031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryChannelRangeDecodeErrorZ_1clone
9032   (JNIEnv *, jclass, jlong);
9033
9034 /*
9035  * Class:     org_ldk_impl_bindings
9036  * Method:    CResult_ReplyChannelRangeDecodeErrorZ_ok
9037  * Signature: (J)J
9038  */
9039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyChannelRangeDecodeErrorZ_1ok
9040   (JNIEnv *, jclass, jlong);
9041
9042 /*
9043  * Class:     org_ldk_impl_bindings
9044  * Method:    CResult_ReplyChannelRangeDecodeErrorZ_err
9045  * Signature: (J)J
9046  */
9047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyChannelRangeDecodeErrorZ_1err
9048   (JNIEnv *, jclass, jlong);
9049
9050 /*
9051  * Class:     org_ldk_impl_bindings
9052  * Method:    CResult_ReplyChannelRangeDecodeErrorZ_free
9053  * Signature: (J)V
9054  */
9055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyChannelRangeDecodeErrorZ_1free
9056   (JNIEnv *, jclass, jlong);
9057
9058 /*
9059  * Class:     org_ldk_impl_bindings
9060  * Method:    CResult_ReplyChannelRangeDecodeErrorZ_clone
9061  * Signature: (J)J
9062  */
9063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyChannelRangeDecodeErrorZ_1clone
9064   (JNIEnv *, jclass, jlong);
9065
9066 /*
9067  * Class:     org_ldk_impl_bindings
9068  * Method:    CResult_GossipTimestampFilterDecodeErrorZ_ok
9069  * Signature: (J)J
9070  */
9071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1GossipTimestampFilterDecodeErrorZ_1ok
9072   (JNIEnv *, jclass, jlong);
9073
9074 /*
9075  * Class:     org_ldk_impl_bindings
9076  * Method:    CResult_GossipTimestampFilterDecodeErrorZ_err
9077  * Signature: (J)J
9078  */
9079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1GossipTimestampFilterDecodeErrorZ_1err
9080   (JNIEnv *, jclass, jlong);
9081
9082 /*
9083  * Class:     org_ldk_impl_bindings
9084  * Method:    CResult_GossipTimestampFilterDecodeErrorZ_free
9085  * Signature: (J)V
9086  */
9087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1GossipTimestampFilterDecodeErrorZ_1free
9088   (JNIEnv *, jclass, jlong);
9089
9090 /*
9091  * Class:     org_ldk_impl_bindings
9092  * Method:    CResult_GossipTimestampFilterDecodeErrorZ_clone
9093  * Signature: (J)J
9094  */
9095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1GossipTimestampFilterDecodeErrorZ_1clone
9096   (JNIEnv *, jclass, jlong);
9097
9098 /*
9099  * Class:     org_ldk_impl_bindings
9100  * Method:    CResult_InvoiceSignOrCreationErrorZ_ok
9101  * Signature: (J)J
9102  */
9103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSignOrCreationErrorZ_1ok
9104   (JNIEnv *, jclass, jlong);
9105
9106 /*
9107  * Class:     org_ldk_impl_bindings
9108  * Method:    CResult_InvoiceSignOrCreationErrorZ_err
9109  * Signature: (J)J
9110  */
9111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSignOrCreationErrorZ_1err
9112   (JNIEnv *, jclass, jlong);
9113
9114 /*
9115  * Class:     org_ldk_impl_bindings
9116  * Method:    CResult_InvoiceSignOrCreationErrorZ_free
9117  * Signature: (J)V
9118  */
9119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSignOrCreationErrorZ_1free
9120   (JNIEnv *, jclass, jlong);
9121
9122 /*
9123  * Class:     org_ldk_impl_bindings
9124  * Method:    CResult_InvoiceSignOrCreationErrorZ_clone
9125  * Signature: (J)J
9126  */
9127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSignOrCreationErrorZ_1clone
9128   (JNIEnv *, jclass, jlong);
9129
9130 /*
9131  * Class:     org_ldk_impl_bindings
9132  * Method:    COption_FilterZ_some
9133  * Signature: (J)J
9134  */
9135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1FilterZ_1some
9136   (JNIEnv *, jclass, jlong);
9137
9138 /*
9139  * Class:     org_ldk_impl_bindings
9140  * Method:    COption_FilterZ_none
9141  * Signature: ()J
9142  */
9143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1FilterZ_1none
9144   (JNIEnv *, jclass);
9145
9146 /*
9147  * Class:     org_ldk_impl_bindings
9148  * Method:    COption_FilterZ_free
9149  * Signature: (J)V
9150  */
9151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1FilterZ_1free
9152   (JNIEnv *, jclass, jlong);
9153
9154 /*
9155  * Class:     org_ldk_impl_bindings
9156  * Method:    CResult_LockedChannelMonitorNoneZ_ok
9157  * Signature: (J)J
9158  */
9159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1LockedChannelMonitorNoneZ_1ok
9160   (JNIEnv *, jclass, jlong);
9161
9162 /*
9163  * Class:     org_ldk_impl_bindings
9164  * Method:    CResult_LockedChannelMonitorNoneZ_err
9165  * Signature: ()J
9166  */
9167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1LockedChannelMonitorNoneZ_1err
9168   (JNIEnv *, jclass);
9169
9170 /*
9171  * Class:     org_ldk_impl_bindings
9172  * Method:    CResult_LockedChannelMonitorNoneZ_free
9173  * Signature: (J)V
9174  */
9175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1LockedChannelMonitorNoneZ_1free
9176   (JNIEnv *, jclass, jlong);
9177
9178 /*
9179  * Class:     org_ldk_impl_bindings
9180  * Method:    CVec_OutPointZ_free
9181  * Signature: ([J)V
9182  */
9183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1OutPointZ_1free
9184   (JNIEnv *, jclass, jlongArray);
9185
9186 /*
9187  * Class:     org_ldk_impl_bindings
9188  * Method:    PaymentPurpose_free
9189  * Signature: (J)V
9190  */
9191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentPurpose_1free
9192   (JNIEnv *, jclass, jlong);
9193
9194 /*
9195  * Class:     org_ldk_impl_bindings
9196  * Method:    PaymentPurpose_clone
9197  * Signature: (J)J
9198  */
9199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentPurpose_1clone
9200   (JNIEnv *, jclass, jlong);
9201
9202 /*
9203  * Class:     org_ldk_impl_bindings
9204  * Method:    PaymentPurpose_invoice_payment
9205  * Signature: ([B[BJ)J
9206  */
9207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentPurpose_1invoice_1payment
9208   (JNIEnv *, jclass, jbyteArray, jbyteArray, jlong);
9209
9210 /*
9211  * Class:     org_ldk_impl_bindings
9212  * Method:    PaymentPurpose_spontaneous_payment
9213  * Signature: ([B)J
9214  */
9215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentPurpose_1spontaneous_1payment
9216   (JNIEnv *, jclass, jbyteArray);
9217
9218 /*
9219  * Class:     org_ldk_impl_bindings
9220  * Method:    ClosureReason_free
9221  * Signature: (J)V
9222  */
9223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosureReason_1free
9224   (JNIEnv *, jclass, jlong);
9225
9226 /*
9227  * Class:     org_ldk_impl_bindings
9228  * Method:    ClosureReason_clone
9229  * Signature: (J)J
9230  */
9231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1clone
9232   (JNIEnv *, jclass, jlong);
9233
9234 /*
9235  * Class:     org_ldk_impl_bindings
9236  * Method:    ClosureReason_counterparty_force_closed
9237  * Signature: (Ljava/lang/String;)J
9238  */
9239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1counterparty_1force_1closed
9240   (JNIEnv *, jclass, jstring);
9241
9242 /*
9243  * Class:     org_ldk_impl_bindings
9244  * Method:    ClosureReason_holder_force_closed
9245  * Signature: ()J
9246  */
9247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1holder_1force_1closed
9248   (JNIEnv *, jclass);
9249
9250 /*
9251  * Class:     org_ldk_impl_bindings
9252  * Method:    ClosureReason_cooperative_closure
9253  * Signature: ()J
9254  */
9255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1cooperative_1closure
9256   (JNIEnv *, jclass);
9257
9258 /*
9259  * Class:     org_ldk_impl_bindings
9260  * Method:    ClosureReason_commitment_tx_confirmed
9261  * Signature: ()J
9262  */
9263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1commitment_1tx_1confirmed
9264   (JNIEnv *, jclass);
9265
9266 /*
9267  * Class:     org_ldk_impl_bindings
9268  * Method:    ClosureReason_processing_error
9269  * Signature: (Ljava/lang/String;)J
9270  */
9271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1processing_1error
9272   (JNIEnv *, jclass, jstring);
9273
9274 /*
9275  * Class:     org_ldk_impl_bindings
9276  * Method:    ClosureReason_disconnected_peer
9277  * Signature: ()J
9278  */
9279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1disconnected_1peer
9280   (JNIEnv *, jclass);
9281
9282 /*
9283  * Class:     org_ldk_impl_bindings
9284  * Method:    ClosureReason_outdated_channel_manager
9285  * Signature: ()J
9286  */
9287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1outdated_1channel_1manager
9288   (JNIEnv *, jclass);
9289
9290 /*
9291  * Class:     org_ldk_impl_bindings
9292  * Method:    ClosureReason_write
9293  * Signature: (J)[B
9294  */
9295 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosureReason_1write
9296   (JNIEnv *, jclass, jlong);
9297
9298 /*
9299  * Class:     org_ldk_impl_bindings
9300  * Method:    Event_free
9301  * Signature: (J)V
9302  */
9303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Event_1free
9304   (JNIEnv *, jclass, jlong);
9305
9306 /*
9307  * Class:     org_ldk_impl_bindings
9308  * Method:    Event_clone
9309  * Signature: (J)J
9310  */
9311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1clone
9312   (JNIEnv *, jclass, jlong);
9313
9314 /*
9315  * Class:     org_ldk_impl_bindings
9316  * Method:    Event_funding_generation_ready
9317  * Signature: ([BJ[BJ)J
9318  */
9319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1funding_1generation_1ready
9320   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray, jlong);
9321
9322 /*
9323  * Class:     org_ldk_impl_bindings
9324  * Method:    Event_payment_received
9325  * Signature: ([BJJ)J
9326  */
9327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1payment_1received
9328   (JNIEnv *, jclass, jbyteArray, jlong, jlong);
9329
9330 /*
9331  * Class:     org_ldk_impl_bindings
9332  * Method:    Event_payment_sent
9333  * Signature: ([B[B[BJ)J
9334  */
9335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1payment_1sent
9336   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jlong);
9337
9338 /*
9339  * Class:     org_ldk_impl_bindings
9340  * Method:    Event_payment_path_failed
9341  * Signature: ([B[BZJZ[JJJ)J
9342  */
9343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1payment_1path_1failed
9344   (JNIEnv *, jclass, jbyteArray, jbyteArray, jboolean, jlong, jboolean, jlongArray, jlong, jlong);
9345
9346 /*
9347  * Class:     org_ldk_impl_bindings
9348  * Method:    Event_pending_htlcs_forwardable
9349  * Signature: (J)J
9350  */
9351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1pending_1htlcs_1forwardable
9352   (JNIEnv *, jclass, jlong);
9353
9354 /*
9355  * Class:     org_ldk_impl_bindings
9356  * Method:    Event_spendable_outputs
9357  * Signature: ([J)J
9358  */
9359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1spendable_1outputs
9360   (JNIEnv *, jclass, jlongArray);
9361
9362 /*
9363  * Class:     org_ldk_impl_bindings
9364  * Method:    Event_payment_forwarded
9365  * Signature: (JZ)J
9366  */
9367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1payment_1forwarded
9368   (JNIEnv *, jclass, jlong, jboolean);
9369
9370 /*
9371  * Class:     org_ldk_impl_bindings
9372  * Method:    Event_channel_closed
9373  * Signature: ([BJJ)J
9374  */
9375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1channel_1closed
9376   (JNIEnv *, jclass, jbyteArray, jlong, jlong);
9377
9378 /*
9379  * Class:     org_ldk_impl_bindings
9380  * Method:    Event_discard_funding
9381  * Signature: ([B[B)J
9382  */
9383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1discard_1funding
9384   (JNIEnv *, jclass, jbyteArray, jbyteArray);
9385
9386 /*
9387  * Class:     org_ldk_impl_bindings
9388  * Method:    Event_write
9389  * Signature: (J)[B
9390  */
9391 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Event_1write
9392   (JNIEnv *, jclass, jlong);
9393
9394 /*
9395  * Class:     org_ldk_impl_bindings
9396  * Method:    MessageSendEvent_free
9397  * Signature: (J)V
9398  */
9399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1free
9400   (JNIEnv *, jclass, jlong);
9401
9402 /*
9403  * Class:     org_ldk_impl_bindings
9404  * Method:    MessageSendEvent_clone
9405  * Signature: (J)J
9406  */
9407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1clone
9408   (JNIEnv *, jclass, jlong);
9409
9410 /*
9411  * Class:     org_ldk_impl_bindings
9412  * Method:    MessageSendEvent_send_accept_channel
9413  * Signature: ([BJ)J
9414  */
9415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1accept_1channel
9416   (JNIEnv *, jclass, jbyteArray, jlong);
9417
9418 /*
9419  * Class:     org_ldk_impl_bindings
9420  * Method:    MessageSendEvent_send_open_channel
9421  * Signature: ([BJ)J
9422  */
9423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1open_1channel
9424   (JNIEnv *, jclass, jbyteArray, jlong);
9425
9426 /*
9427  * Class:     org_ldk_impl_bindings
9428  * Method:    MessageSendEvent_send_funding_created
9429  * Signature: ([BJ)J
9430  */
9431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1funding_1created
9432   (JNIEnv *, jclass, jbyteArray, jlong);
9433
9434 /*
9435  * Class:     org_ldk_impl_bindings
9436  * Method:    MessageSendEvent_send_funding_signed
9437  * Signature: ([BJ)J
9438  */
9439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1funding_1signed
9440   (JNIEnv *, jclass, jbyteArray, jlong);
9441
9442 /*
9443  * Class:     org_ldk_impl_bindings
9444  * Method:    MessageSendEvent_send_funding_locked
9445  * Signature: ([BJ)J
9446  */
9447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1funding_1locked
9448   (JNIEnv *, jclass, jbyteArray, jlong);
9449
9450 /*
9451  * Class:     org_ldk_impl_bindings
9452  * Method:    MessageSendEvent_send_announcement_signatures
9453  * Signature: ([BJ)J
9454  */
9455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1announcement_1signatures
9456   (JNIEnv *, jclass, jbyteArray, jlong);
9457
9458 /*
9459  * Class:     org_ldk_impl_bindings
9460  * Method:    MessageSendEvent_update_htlcs
9461  * Signature: ([BJ)J
9462  */
9463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1update_1htlcs
9464   (JNIEnv *, jclass, jbyteArray, jlong);
9465
9466 /*
9467  * Class:     org_ldk_impl_bindings
9468  * Method:    MessageSendEvent_send_revoke_and_ack
9469  * Signature: ([BJ)J
9470  */
9471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1revoke_1and_1ack
9472   (JNIEnv *, jclass, jbyteArray, jlong);
9473
9474 /*
9475  * Class:     org_ldk_impl_bindings
9476  * Method:    MessageSendEvent_send_closing_signed
9477  * Signature: ([BJ)J
9478  */
9479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1closing_1signed
9480   (JNIEnv *, jclass, jbyteArray, jlong);
9481
9482 /*
9483  * Class:     org_ldk_impl_bindings
9484  * Method:    MessageSendEvent_send_shutdown
9485  * Signature: ([BJ)J
9486  */
9487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1shutdown
9488   (JNIEnv *, jclass, jbyteArray, jlong);
9489
9490 /*
9491  * Class:     org_ldk_impl_bindings
9492  * Method:    MessageSendEvent_send_channel_reestablish
9493  * Signature: ([BJ)J
9494  */
9495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1channel_1reestablish
9496   (JNIEnv *, jclass, jbyteArray, jlong);
9497
9498 /*
9499  * Class:     org_ldk_impl_bindings
9500  * Method:    MessageSendEvent_broadcast_channel_announcement
9501  * Signature: (JJ)J
9502  */
9503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1broadcast_1channel_1announcement
9504   (JNIEnv *, jclass, jlong, jlong);
9505
9506 /*
9507  * Class:     org_ldk_impl_bindings
9508  * Method:    MessageSendEvent_broadcast_node_announcement
9509  * Signature: (J)J
9510  */
9511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1broadcast_1node_1announcement
9512   (JNIEnv *, jclass, jlong);
9513
9514 /*
9515  * Class:     org_ldk_impl_bindings
9516  * Method:    MessageSendEvent_broadcast_channel_update
9517  * Signature: (J)J
9518  */
9519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1broadcast_1channel_1update
9520   (JNIEnv *, jclass, jlong);
9521
9522 /*
9523  * Class:     org_ldk_impl_bindings
9524  * Method:    MessageSendEvent_send_channel_update
9525  * Signature: ([BJ)J
9526  */
9527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1channel_1update
9528   (JNIEnv *, jclass, jbyteArray, jlong);
9529
9530 /*
9531  * Class:     org_ldk_impl_bindings
9532  * Method:    MessageSendEvent_handle_error
9533  * Signature: ([BJ)J
9534  */
9535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1handle_1error
9536   (JNIEnv *, jclass, jbyteArray, jlong);
9537
9538 /*
9539  * Class:     org_ldk_impl_bindings
9540  * Method:    MessageSendEvent_send_channel_range_query
9541  * Signature: ([BJ)J
9542  */
9543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1channel_1range_1query
9544   (JNIEnv *, jclass, jbyteArray, jlong);
9545
9546 /*
9547  * Class:     org_ldk_impl_bindings
9548  * Method:    MessageSendEvent_send_short_ids_query
9549  * Signature: ([BJ)J
9550  */
9551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1short_1ids_1query
9552   (JNIEnv *, jclass, jbyteArray, jlong);
9553
9554 /*
9555  * Class:     org_ldk_impl_bindings
9556  * Method:    MessageSendEvent_send_reply_channel_range
9557  * Signature: ([BJ)J
9558  */
9559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1reply_1channel_1range
9560   (JNIEnv *, jclass, jbyteArray, jlong);
9561
9562 /*
9563  * Class:     org_ldk_impl_bindings
9564  * Method:    MessageSendEventsProvider_free
9565  * Signature: (J)V
9566  */
9567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageSendEventsProvider_1free
9568   (JNIEnv *, jclass, jlong);
9569
9570 /*
9571  * Class:     org_ldk_impl_bindings
9572  * Method:    EventsProvider_free
9573  * Signature: (J)V
9574  */
9575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_EventsProvider_1free
9576   (JNIEnv *, jclass, jlong);
9577
9578 /*
9579  * Class:     org_ldk_impl_bindings
9580  * Method:    EventHandler_free
9581  * Signature: (J)V
9582  */
9583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_EventHandler_1free
9584   (JNIEnv *, jclass, jlong);
9585
9586 /*
9587  * Class:     org_ldk_impl_bindings
9588  * Method:    APIError_free
9589  * Signature: (J)V
9590  */
9591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_APIError_1free
9592   (JNIEnv *, jclass, jlong);
9593
9594 /*
9595  * Class:     org_ldk_impl_bindings
9596  * Method:    APIError_clone
9597  * Signature: (J)J
9598  */
9599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1clone
9600   (JNIEnv *, jclass, jlong);
9601
9602 /*
9603  * Class:     org_ldk_impl_bindings
9604  * Method:    APIError_apimisuse_error
9605  * Signature: (Ljava/lang/String;)J
9606  */
9607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1apimisuse_1error
9608   (JNIEnv *, jclass, jstring);
9609
9610 /*
9611  * Class:     org_ldk_impl_bindings
9612  * Method:    APIError_fee_rate_too_high
9613  * Signature: (Ljava/lang/String;I)J
9614  */
9615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1fee_1rate_1too_1high
9616   (JNIEnv *, jclass, jstring, jint);
9617
9618 /*
9619  * Class:     org_ldk_impl_bindings
9620  * Method:    APIError_route_error
9621  * Signature: (Ljava/lang/String;)J
9622  */
9623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1route_1error
9624   (JNIEnv *, jclass, jstring);
9625
9626 /*
9627  * Class:     org_ldk_impl_bindings
9628  * Method:    APIError_channel_unavailable
9629  * Signature: (Ljava/lang/String;)J
9630  */
9631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1channel_1unavailable
9632   (JNIEnv *, jclass, jstring);
9633
9634 /*
9635  * Class:     org_ldk_impl_bindings
9636  * Method:    APIError_monitor_update_failed
9637  * Signature: ()J
9638  */
9639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1monitor_1update_1failed
9640   (JNIEnv *, jclass);
9641
9642 /*
9643  * Class:     org_ldk_impl_bindings
9644  * Method:    APIError_incompatible_shutdown_script
9645  * Signature: (J)J
9646  */
9647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1incompatible_1shutdown_1script
9648   (JNIEnv *, jclass, jlong);
9649
9650 /*
9651  * Class:     org_ldk_impl_bindings
9652  * Method:    sign
9653  * Signature: ([B[B)J
9654  */
9655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_sign
9656   (JNIEnv *, jclass, jbyteArray, jbyteArray);
9657
9658 /*
9659  * Class:     org_ldk_impl_bindings
9660  * Method:    recover_pk
9661  * Signature: ([BLjava/lang/String;)J
9662  */
9663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_recover_1pk
9664   (JNIEnv *, jclass, jbyteArray, jstring);
9665
9666 /*
9667  * Class:     org_ldk_impl_bindings
9668  * Method:    verify
9669  * Signature: ([BLjava/lang/String;[B)Z
9670  */
9671 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_verify
9672   (JNIEnv *, jclass, jbyteArray, jstring, jbyteArray);
9673
9674 /*
9675  * Class:     org_ldk_impl_bindings
9676  * Method:    Level_clone
9677  * Signature: (J)Lorg/ldk/enums/Level;
9678  */
9679 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1clone
9680   (JNIEnv *, jclass, jlong);
9681
9682 /*
9683  * Class:     org_ldk_impl_bindings
9684  * Method:    Level_trace
9685  * Signature: ()Lorg/ldk/enums/Level;
9686  */
9687 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1trace
9688   (JNIEnv *, jclass);
9689
9690 /*
9691  * Class:     org_ldk_impl_bindings
9692  * Method:    Level_debug
9693  * Signature: ()Lorg/ldk/enums/Level;
9694  */
9695 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1debug
9696   (JNIEnv *, jclass);
9697
9698 /*
9699  * Class:     org_ldk_impl_bindings
9700  * Method:    Level_info
9701  * Signature: ()Lorg/ldk/enums/Level;
9702  */
9703 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1info
9704   (JNIEnv *, jclass);
9705
9706 /*
9707  * Class:     org_ldk_impl_bindings
9708  * Method:    Level_warn
9709  * Signature: ()Lorg/ldk/enums/Level;
9710  */
9711 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1warn
9712   (JNIEnv *, jclass);
9713
9714 /*
9715  * Class:     org_ldk_impl_bindings
9716  * Method:    Level_error
9717  * Signature: ()Lorg/ldk/enums/Level;
9718  */
9719 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1error
9720   (JNIEnv *, jclass);
9721
9722 /*
9723  * Class:     org_ldk_impl_bindings
9724  * Method:    Level_eq
9725  * Signature: (JJ)Z
9726  */
9727 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Level_1eq
9728   (JNIEnv *, jclass, jlong, jlong);
9729
9730 /*
9731  * Class:     org_ldk_impl_bindings
9732  * Method:    Level_hash
9733  * Signature: (J)J
9734  */
9735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Level_1hash
9736   (JNIEnv *, jclass, jlong);
9737
9738 /*
9739  * Class:     org_ldk_impl_bindings
9740  * Method:    Level_max
9741  * Signature: ()Lorg/ldk/enums/Level;
9742  */
9743 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1max
9744   (JNIEnv *, jclass);
9745
9746 /*
9747  * Class:     org_ldk_impl_bindings
9748  * Method:    Logger_free
9749  * Signature: (J)V
9750  */
9751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Logger_1free
9752   (JNIEnv *, jclass, jlong);
9753
9754 /*
9755  * Class:     org_ldk_impl_bindings
9756  * Method:    ChannelHandshakeConfig_free
9757  * Signature: (J)V
9758  */
9759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1free
9760   (JNIEnv *, jclass, jlong);
9761
9762 /*
9763  * Class:     org_ldk_impl_bindings
9764  * Method:    ChannelHandshakeConfig_get_minimum_depth
9765  * Signature: (J)I
9766  */
9767 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1minimum_1depth
9768   (JNIEnv *, jclass, jlong);
9769
9770 /*
9771  * Class:     org_ldk_impl_bindings
9772  * Method:    ChannelHandshakeConfig_set_minimum_depth
9773  * Signature: (JI)V
9774  */
9775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1minimum_1depth
9776   (JNIEnv *, jclass, jlong, jint);
9777
9778 /*
9779  * Class:     org_ldk_impl_bindings
9780  * Method:    ChannelHandshakeConfig_get_our_to_self_delay
9781  * Signature: (J)S
9782  */
9783 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1our_1to_1self_1delay
9784   (JNIEnv *, jclass, jlong);
9785
9786 /*
9787  * Class:     org_ldk_impl_bindings
9788  * Method:    ChannelHandshakeConfig_set_our_to_self_delay
9789  * Signature: (JS)V
9790  */
9791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1our_1to_1self_1delay
9792   (JNIEnv *, jclass, jlong, jshort);
9793
9794 /*
9795  * Class:     org_ldk_impl_bindings
9796  * Method:    ChannelHandshakeConfig_get_our_htlc_minimum_msat
9797  * Signature: (J)J
9798  */
9799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1our_1htlc_1minimum_1msat
9800   (JNIEnv *, jclass, jlong);
9801
9802 /*
9803  * Class:     org_ldk_impl_bindings
9804  * Method:    ChannelHandshakeConfig_set_our_htlc_minimum_msat
9805  * Signature: (JJ)V
9806  */
9807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1our_1htlc_1minimum_1msat
9808   (JNIEnv *, jclass, jlong, jlong);
9809
9810 /*
9811  * Class:     org_ldk_impl_bindings
9812  * Method:    ChannelHandshakeConfig_new
9813  * Signature: (ISJ)J
9814  */
9815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1new
9816   (JNIEnv *, jclass, jint, jshort, jlong);
9817
9818 /*
9819  * Class:     org_ldk_impl_bindings
9820  * Method:    ChannelHandshakeConfig_clone
9821  * Signature: (J)J
9822  */
9823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1clone
9824   (JNIEnv *, jclass, jlong);
9825
9826 /*
9827  * Class:     org_ldk_impl_bindings
9828  * Method:    ChannelHandshakeConfig_default
9829  * Signature: ()J
9830  */
9831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1default
9832   (JNIEnv *, jclass);
9833
9834 /*
9835  * Class:     org_ldk_impl_bindings
9836  * Method:    ChannelHandshakeLimits_free
9837  * Signature: (J)V
9838  */
9839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1free
9840   (JNIEnv *, jclass, jlong);
9841
9842 /*
9843  * Class:     org_ldk_impl_bindings
9844  * Method:    ChannelHandshakeLimits_get_min_funding_satoshis
9845  * Signature: (J)J
9846  */
9847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1min_1funding_1satoshis
9848   (JNIEnv *, jclass, jlong);
9849
9850 /*
9851  * Class:     org_ldk_impl_bindings
9852  * Method:    ChannelHandshakeLimits_set_min_funding_satoshis
9853  * Signature: (JJ)V
9854  */
9855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1min_1funding_1satoshis
9856   (JNIEnv *, jclass, jlong, jlong);
9857
9858 /*
9859  * Class:     org_ldk_impl_bindings
9860  * Method:    ChannelHandshakeLimits_get_max_htlc_minimum_msat
9861  * Signature: (J)J
9862  */
9863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1max_1htlc_1minimum_1msat
9864   (JNIEnv *, jclass, jlong);
9865
9866 /*
9867  * Class:     org_ldk_impl_bindings
9868  * Method:    ChannelHandshakeLimits_set_max_htlc_minimum_msat
9869  * Signature: (JJ)V
9870  */
9871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1max_1htlc_1minimum_1msat
9872   (JNIEnv *, jclass, jlong, jlong);
9873
9874 /*
9875  * Class:     org_ldk_impl_bindings
9876  * Method:    ChannelHandshakeLimits_get_min_max_htlc_value_in_flight_msat
9877  * Signature: (J)J
9878  */
9879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1min_1max_1htlc_1value_1in_1flight_1msat
9880   (JNIEnv *, jclass, jlong);
9881
9882 /*
9883  * Class:     org_ldk_impl_bindings
9884  * Method:    ChannelHandshakeLimits_set_min_max_htlc_value_in_flight_msat
9885  * Signature: (JJ)V
9886  */
9887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1min_1max_1htlc_1value_1in_1flight_1msat
9888   (JNIEnv *, jclass, jlong, jlong);
9889
9890 /*
9891  * Class:     org_ldk_impl_bindings
9892  * Method:    ChannelHandshakeLimits_get_max_channel_reserve_satoshis
9893  * Signature: (J)J
9894  */
9895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1max_1channel_1reserve_1satoshis
9896   (JNIEnv *, jclass, jlong);
9897
9898 /*
9899  * Class:     org_ldk_impl_bindings
9900  * Method:    ChannelHandshakeLimits_set_max_channel_reserve_satoshis
9901  * Signature: (JJ)V
9902  */
9903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1max_1channel_1reserve_1satoshis
9904   (JNIEnv *, jclass, jlong, jlong);
9905
9906 /*
9907  * Class:     org_ldk_impl_bindings
9908  * Method:    ChannelHandshakeLimits_get_min_max_accepted_htlcs
9909  * Signature: (J)S
9910  */
9911 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1min_1max_1accepted_1htlcs
9912   (JNIEnv *, jclass, jlong);
9913
9914 /*
9915  * Class:     org_ldk_impl_bindings
9916  * Method:    ChannelHandshakeLimits_set_min_max_accepted_htlcs
9917  * Signature: (JS)V
9918  */
9919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1min_1max_1accepted_1htlcs
9920   (JNIEnv *, jclass, jlong, jshort);
9921
9922 /*
9923  * Class:     org_ldk_impl_bindings
9924  * Method:    ChannelHandshakeLimits_get_max_minimum_depth
9925  * Signature: (J)I
9926  */
9927 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1max_1minimum_1depth
9928   (JNIEnv *, jclass, jlong);
9929
9930 /*
9931  * Class:     org_ldk_impl_bindings
9932  * Method:    ChannelHandshakeLimits_set_max_minimum_depth
9933  * Signature: (JI)V
9934  */
9935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1max_1minimum_1depth
9936   (JNIEnv *, jclass, jlong, jint);
9937
9938 /*
9939  * Class:     org_ldk_impl_bindings
9940  * Method:    ChannelHandshakeLimits_get_force_announced_channel_preference
9941  * Signature: (J)Z
9942  */
9943 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1force_1announced_1channel_1preference
9944   (JNIEnv *, jclass, jlong);
9945
9946 /*
9947  * Class:     org_ldk_impl_bindings
9948  * Method:    ChannelHandshakeLimits_set_force_announced_channel_preference
9949  * Signature: (JZ)V
9950  */
9951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1force_1announced_1channel_1preference
9952   (JNIEnv *, jclass, jlong, jboolean);
9953
9954 /*
9955  * Class:     org_ldk_impl_bindings
9956  * Method:    ChannelHandshakeLimits_get_their_to_self_delay
9957  * Signature: (J)S
9958  */
9959 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1their_1to_1self_1delay
9960   (JNIEnv *, jclass, jlong);
9961
9962 /*
9963  * Class:     org_ldk_impl_bindings
9964  * Method:    ChannelHandshakeLimits_set_their_to_self_delay
9965  * Signature: (JS)V
9966  */
9967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1their_1to_1self_1delay
9968   (JNIEnv *, jclass, jlong, jshort);
9969
9970 /*
9971  * Class:     org_ldk_impl_bindings
9972  * Method:    ChannelHandshakeLimits_new
9973  * Signature: (JJJJSIZS)J
9974  */
9975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1new
9976   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jshort, jint, jboolean, jshort);
9977
9978 /*
9979  * Class:     org_ldk_impl_bindings
9980  * Method:    ChannelHandshakeLimits_clone
9981  * Signature: (J)J
9982  */
9983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1clone
9984   (JNIEnv *, jclass, jlong);
9985
9986 /*
9987  * Class:     org_ldk_impl_bindings
9988  * Method:    ChannelHandshakeLimits_default
9989  * Signature: ()J
9990  */
9991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1default
9992   (JNIEnv *, jclass);
9993
9994 /*
9995  * Class:     org_ldk_impl_bindings
9996  * Method:    ChannelConfig_free
9997  * Signature: (J)V
9998  */
9999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1free
10000   (JNIEnv *, jclass, jlong);
10001
10002 /*
10003  * Class:     org_ldk_impl_bindings
10004  * Method:    ChannelConfig_get_forwarding_fee_proportional_millionths
10005  * Signature: (J)I
10006  */
10007 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1forwarding_1fee_1proportional_1millionths
10008   (JNIEnv *, jclass, jlong);
10009
10010 /*
10011  * Class:     org_ldk_impl_bindings
10012  * Method:    ChannelConfig_set_forwarding_fee_proportional_millionths
10013  * Signature: (JI)V
10014  */
10015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1forwarding_1fee_1proportional_1millionths
10016   (JNIEnv *, jclass, jlong, jint);
10017
10018 /*
10019  * Class:     org_ldk_impl_bindings
10020  * Method:    ChannelConfig_get_forwarding_fee_base_msat
10021  * Signature: (J)I
10022  */
10023 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1forwarding_1fee_1base_1msat
10024   (JNIEnv *, jclass, jlong);
10025
10026 /*
10027  * Class:     org_ldk_impl_bindings
10028  * Method:    ChannelConfig_set_forwarding_fee_base_msat
10029  * Signature: (JI)V
10030  */
10031 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1forwarding_1fee_1base_1msat
10032   (JNIEnv *, jclass, jlong, jint);
10033
10034 /*
10035  * Class:     org_ldk_impl_bindings
10036  * Method:    ChannelConfig_get_cltv_expiry_delta
10037  * Signature: (J)S
10038  */
10039 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1cltv_1expiry_1delta
10040   (JNIEnv *, jclass, jlong);
10041
10042 /*
10043  * Class:     org_ldk_impl_bindings
10044  * Method:    ChannelConfig_set_cltv_expiry_delta
10045  * Signature: (JS)V
10046  */
10047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1cltv_1expiry_1delta
10048   (JNIEnv *, jclass, jlong, jshort);
10049
10050 /*
10051  * Class:     org_ldk_impl_bindings
10052  * Method:    ChannelConfig_get_announced_channel
10053  * Signature: (J)Z
10054  */
10055 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1announced_1channel
10056   (JNIEnv *, jclass, jlong);
10057
10058 /*
10059  * Class:     org_ldk_impl_bindings
10060  * Method:    ChannelConfig_set_announced_channel
10061  * Signature: (JZ)V
10062  */
10063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1announced_1channel
10064   (JNIEnv *, jclass, jlong, jboolean);
10065
10066 /*
10067  * Class:     org_ldk_impl_bindings
10068  * Method:    ChannelConfig_get_commit_upfront_shutdown_pubkey
10069  * Signature: (J)Z
10070  */
10071 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1commit_1upfront_1shutdown_1pubkey
10072   (JNIEnv *, jclass, jlong);
10073
10074 /*
10075  * Class:     org_ldk_impl_bindings
10076  * Method:    ChannelConfig_set_commit_upfront_shutdown_pubkey
10077  * Signature: (JZ)V
10078  */
10079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1commit_1upfront_1shutdown_1pubkey
10080   (JNIEnv *, jclass, jlong, jboolean);
10081
10082 /*
10083  * Class:     org_ldk_impl_bindings
10084  * Method:    ChannelConfig_get_max_dust_htlc_exposure_msat
10085  * Signature: (J)J
10086  */
10087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1max_1dust_1htlc_1exposure_1msat
10088   (JNIEnv *, jclass, jlong);
10089
10090 /*
10091  * Class:     org_ldk_impl_bindings
10092  * Method:    ChannelConfig_set_max_dust_htlc_exposure_msat
10093  * Signature: (JJ)V
10094  */
10095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1max_1dust_1htlc_1exposure_1msat
10096   (JNIEnv *, jclass, jlong, jlong);
10097
10098 /*
10099  * Class:     org_ldk_impl_bindings
10100  * Method:    ChannelConfig_get_force_close_avoidance_max_fee_satoshis
10101  * Signature: (J)J
10102  */
10103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1force_1close_1avoidance_1max_1fee_1satoshis
10104   (JNIEnv *, jclass, jlong);
10105
10106 /*
10107  * Class:     org_ldk_impl_bindings
10108  * Method:    ChannelConfig_set_force_close_avoidance_max_fee_satoshis
10109  * Signature: (JJ)V
10110  */
10111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1force_1close_1avoidance_1max_1fee_1satoshis
10112   (JNIEnv *, jclass, jlong, jlong);
10113
10114 /*
10115  * Class:     org_ldk_impl_bindings
10116  * Method:    ChannelConfig_new
10117  * Signature: (IISZZJJ)J
10118  */
10119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1new
10120   (JNIEnv *, jclass, jint, jint, jshort, jboolean, jboolean, jlong, jlong);
10121
10122 /*
10123  * Class:     org_ldk_impl_bindings
10124  * Method:    ChannelConfig_clone
10125  * Signature: (J)J
10126  */
10127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1clone
10128   (JNIEnv *, jclass, jlong);
10129
10130 /*
10131  * Class:     org_ldk_impl_bindings
10132  * Method:    ChannelConfig_default
10133  * Signature: ()J
10134  */
10135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1default
10136   (JNIEnv *, jclass);
10137
10138 /*
10139  * Class:     org_ldk_impl_bindings
10140  * Method:    ChannelConfig_write
10141  * Signature: (J)[B
10142  */
10143 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1write
10144   (JNIEnv *, jclass, jlong);
10145
10146 /*
10147  * Class:     org_ldk_impl_bindings
10148  * Method:    ChannelConfig_read
10149  * Signature: ([B)J
10150  */
10151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1read
10152   (JNIEnv *, jclass, jbyteArray);
10153
10154 /*
10155  * Class:     org_ldk_impl_bindings
10156  * Method:    UserConfig_free
10157  * Signature: (J)V
10158  */
10159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1free
10160   (JNIEnv *, jclass, jlong);
10161
10162 /*
10163  * Class:     org_ldk_impl_bindings
10164  * Method:    UserConfig_get_own_channel_config
10165  * Signature: (J)J
10166  */
10167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1own_1channel_1config
10168   (JNIEnv *, jclass, jlong);
10169
10170 /*
10171  * Class:     org_ldk_impl_bindings
10172  * Method:    UserConfig_set_own_channel_config
10173  * Signature: (JJ)V
10174  */
10175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1own_1channel_1config
10176   (JNIEnv *, jclass, jlong, jlong);
10177
10178 /*
10179  * Class:     org_ldk_impl_bindings
10180  * Method:    UserConfig_get_peer_channel_config_limits
10181  * Signature: (J)J
10182  */
10183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1peer_1channel_1config_1limits
10184   (JNIEnv *, jclass, jlong);
10185
10186 /*
10187  * Class:     org_ldk_impl_bindings
10188  * Method:    UserConfig_set_peer_channel_config_limits
10189  * Signature: (JJ)V
10190  */
10191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1peer_1channel_1config_1limits
10192   (JNIEnv *, jclass, jlong, jlong);
10193
10194 /*
10195  * Class:     org_ldk_impl_bindings
10196  * Method:    UserConfig_get_channel_options
10197  * Signature: (J)J
10198  */
10199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1channel_1options
10200   (JNIEnv *, jclass, jlong);
10201
10202 /*
10203  * Class:     org_ldk_impl_bindings
10204  * Method:    UserConfig_set_channel_options
10205  * Signature: (JJ)V
10206  */
10207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1channel_1options
10208   (JNIEnv *, jclass, jlong, jlong);
10209
10210 /*
10211  * Class:     org_ldk_impl_bindings
10212  * Method:    UserConfig_get_accept_forwards_to_priv_channels
10213  * Signature: (J)Z
10214  */
10215 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1accept_1forwards_1to_1priv_1channels
10216   (JNIEnv *, jclass, jlong);
10217
10218 /*
10219  * Class:     org_ldk_impl_bindings
10220  * Method:    UserConfig_set_accept_forwards_to_priv_channels
10221  * Signature: (JZ)V
10222  */
10223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1accept_1forwards_1to_1priv_1channels
10224   (JNIEnv *, jclass, jlong, jboolean);
10225
10226 /*
10227  * Class:     org_ldk_impl_bindings
10228  * Method:    UserConfig_new
10229  * Signature: (JJJZ)J
10230  */
10231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1new
10232   (JNIEnv *, jclass, jlong, jlong, jlong, jboolean);
10233
10234 /*
10235  * Class:     org_ldk_impl_bindings
10236  * Method:    UserConfig_clone
10237  * Signature: (J)J
10238  */
10239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1clone
10240   (JNIEnv *, jclass, jlong);
10241
10242 /*
10243  * Class:     org_ldk_impl_bindings
10244  * Method:    UserConfig_default
10245  * Signature: ()J
10246  */
10247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1default
10248   (JNIEnv *, jclass);
10249
10250 /*
10251  * Class:     org_ldk_impl_bindings
10252  * Method:    BestBlock_free
10253  * Signature: (J)V
10254  */
10255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BestBlock_1free
10256   (JNIEnv *, jclass, jlong);
10257
10258 /*
10259  * Class:     org_ldk_impl_bindings
10260  * Method:    BestBlock_clone
10261  * Signature: (J)J
10262  */
10263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BestBlock_1clone
10264   (JNIEnv *, jclass, jlong);
10265
10266 /*
10267  * Class:     org_ldk_impl_bindings
10268  * Method:    BestBlock_from_genesis
10269  * Signature: (Lorg/ldk/enums/Network;)J
10270  */
10271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BestBlock_1from_1genesis
10272   (JNIEnv *, jclass, jobject);
10273
10274 /*
10275  * Class:     org_ldk_impl_bindings
10276  * Method:    BestBlock_new
10277  * Signature: ([BI)J
10278  */
10279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BestBlock_1new
10280   (JNIEnv *, jclass, jbyteArray, jint);
10281
10282 /*
10283  * Class:     org_ldk_impl_bindings
10284  * Method:    BestBlock_block_hash
10285  * Signature: (J)[B
10286  */
10287 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BestBlock_1block_1hash
10288   (JNIEnv *, jclass, jlong);
10289
10290 /*
10291  * Class:     org_ldk_impl_bindings
10292  * Method:    BestBlock_height
10293  * Signature: (J)I
10294  */
10295 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_BestBlock_1height
10296   (JNIEnv *, jclass, jlong);
10297
10298 /*
10299  * Class:     org_ldk_impl_bindings
10300  * Method:    AccessError_clone
10301  * Signature: (J)Lorg/ldk/enums/AccessError;
10302  */
10303 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_AccessError_1clone
10304   (JNIEnv *, jclass, jlong);
10305
10306 /*
10307  * Class:     org_ldk_impl_bindings
10308  * Method:    AccessError_unknown_chain
10309  * Signature: ()Lorg/ldk/enums/AccessError;
10310  */
10311 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_AccessError_1unknown_1chain
10312   (JNIEnv *, jclass);
10313
10314 /*
10315  * Class:     org_ldk_impl_bindings
10316  * Method:    AccessError_unknown_tx
10317  * Signature: ()Lorg/ldk/enums/AccessError;
10318  */
10319 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_AccessError_1unknown_1tx
10320   (JNIEnv *, jclass);
10321
10322 /*
10323  * Class:     org_ldk_impl_bindings
10324  * Method:    Access_free
10325  * Signature: (J)V
10326  */
10327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Access_1free
10328   (JNIEnv *, jclass, jlong);
10329
10330 /*
10331  * Class:     org_ldk_impl_bindings
10332  * Method:    Listen_free
10333  * Signature: (J)V
10334  */
10335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Listen_1free
10336   (JNIEnv *, jclass, jlong);
10337
10338 /*
10339  * Class:     org_ldk_impl_bindings
10340  * Method:    Confirm_free
10341  * Signature: (J)V
10342  */
10343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Confirm_1free
10344   (JNIEnv *, jclass, jlong);
10345
10346 /*
10347  * Class:     org_ldk_impl_bindings
10348  * Method:    ChannelMonitorUpdateErr_clone
10349  * Signature: (J)Lorg/ldk/enums/ChannelMonitorUpdateErr;
10350  */
10351 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdateErr_1clone
10352   (JNIEnv *, jclass, jlong);
10353
10354 /*
10355  * Class:     org_ldk_impl_bindings
10356  * Method:    ChannelMonitorUpdateErr_temporary_failure
10357  * Signature: ()Lorg/ldk/enums/ChannelMonitorUpdateErr;
10358  */
10359 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdateErr_1temporary_1failure
10360   (JNIEnv *, jclass);
10361
10362 /*
10363  * Class:     org_ldk_impl_bindings
10364  * Method:    ChannelMonitorUpdateErr_permanent_failure
10365  * Signature: ()Lorg/ldk/enums/ChannelMonitorUpdateErr;
10366  */
10367 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdateErr_1permanent_1failure
10368   (JNIEnv *, jclass);
10369
10370 /*
10371  * Class:     org_ldk_impl_bindings
10372  * Method:    Watch_free
10373  * Signature: (J)V
10374  */
10375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Watch_1free
10376   (JNIEnv *, jclass, jlong);
10377
10378 /*
10379  * Class:     org_ldk_impl_bindings
10380  * Method:    Filter_free
10381  * Signature: (J)V
10382  */
10383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Filter_1free
10384   (JNIEnv *, jclass, jlong);
10385
10386 /*
10387  * Class:     org_ldk_impl_bindings
10388  * Method:    WatchedOutput_free
10389  * Signature: (J)V
10390  */
10391 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1free
10392   (JNIEnv *, jclass, jlong);
10393
10394 /*
10395  * Class:     org_ldk_impl_bindings
10396  * Method:    WatchedOutput_get_block_hash
10397  * Signature: (J)[B
10398  */
10399 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1get_1block_1hash
10400   (JNIEnv *, jclass, jlong);
10401
10402 /*
10403  * Class:     org_ldk_impl_bindings
10404  * Method:    WatchedOutput_set_block_hash
10405  * Signature: (J[B)V
10406  */
10407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1set_1block_1hash
10408   (JNIEnv *, jclass, jlong, jbyteArray);
10409
10410 /*
10411  * Class:     org_ldk_impl_bindings
10412  * Method:    WatchedOutput_get_outpoint
10413  * Signature: (J)J
10414  */
10415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1get_1outpoint
10416   (JNIEnv *, jclass, jlong);
10417
10418 /*
10419  * Class:     org_ldk_impl_bindings
10420  * Method:    WatchedOutput_set_outpoint
10421  * Signature: (JJ)V
10422  */
10423 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1set_1outpoint
10424   (JNIEnv *, jclass, jlong, jlong);
10425
10426 /*
10427  * Class:     org_ldk_impl_bindings
10428  * Method:    WatchedOutput_get_script_pubkey
10429  * Signature: (J)[B
10430  */
10431 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1get_1script_1pubkey
10432   (JNIEnv *, jclass, jlong);
10433
10434 /*
10435  * Class:     org_ldk_impl_bindings
10436  * Method:    WatchedOutput_set_script_pubkey
10437  * Signature: (J[B)V
10438  */
10439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1set_1script_1pubkey
10440   (JNIEnv *, jclass, jlong, jbyteArray);
10441
10442 /*
10443  * Class:     org_ldk_impl_bindings
10444  * Method:    WatchedOutput_new
10445  * Signature: ([BJ[B)J
10446  */
10447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1new
10448   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray);
10449
10450 /*
10451  * Class:     org_ldk_impl_bindings
10452  * Method:    WatchedOutput_clone
10453  * Signature: (J)J
10454  */
10455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1clone
10456   (JNIEnv *, jclass, jlong);
10457
10458 /*
10459  * Class:     org_ldk_impl_bindings
10460  * Method:    WatchedOutput_hash
10461  * Signature: (J)J
10462  */
10463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1hash
10464   (JNIEnv *, jclass, jlong);
10465
10466 /*
10467  * Class:     org_ldk_impl_bindings
10468  * Method:    BroadcasterInterface_free
10469  * Signature: (J)V
10470  */
10471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BroadcasterInterface_1free
10472   (JNIEnv *, jclass, jlong);
10473
10474 /*
10475  * Class:     org_ldk_impl_bindings
10476  * Method:    ConfirmationTarget_clone
10477  * Signature: (J)Lorg/ldk/enums/ConfirmationTarget;
10478  */
10479 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ConfirmationTarget_1clone
10480   (JNIEnv *, jclass, jlong);
10481
10482 /*
10483  * Class:     org_ldk_impl_bindings
10484  * Method:    ConfirmationTarget_background
10485  * Signature: ()Lorg/ldk/enums/ConfirmationTarget;
10486  */
10487 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ConfirmationTarget_1background
10488   (JNIEnv *, jclass);
10489
10490 /*
10491  * Class:     org_ldk_impl_bindings
10492  * Method:    ConfirmationTarget_normal
10493  * Signature: ()Lorg/ldk/enums/ConfirmationTarget;
10494  */
10495 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ConfirmationTarget_1normal
10496   (JNIEnv *, jclass);
10497
10498 /*
10499  * Class:     org_ldk_impl_bindings
10500  * Method:    ConfirmationTarget_high_priority
10501  * Signature: ()Lorg/ldk/enums/ConfirmationTarget;
10502  */
10503 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ConfirmationTarget_1high_1priority
10504   (JNIEnv *, jclass);
10505
10506 /*
10507  * Class:     org_ldk_impl_bindings
10508  * Method:    ConfirmationTarget_eq
10509  * Signature: (JJ)Z
10510  */
10511 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ConfirmationTarget_1eq
10512   (JNIEnv *, jclass, jlong, jlong);
10513
10514 /*
10515  * Class:     org_ldk_impl_bindings
10516  * Method:    FeeEstimator_free
10517  * Signature: (J)V
10518  */
10519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FeeEstimator_1free
10520   (JNIEnv *, jclass, jlong);
10521
10522 /*
10523  * Class:     org_ldk_impl_bindings
10524  * Method:    MonitorUpdateId_free
10525  * Signature: (J)V
10526  */
10527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MonitorUpdateId_1free
10528   (JNIEnv *, jclass, jlong);
10529
10530 /*
10531  * Class:     org_ldk_impl_bindings
10532  * Method:    MonitorUpdateId_clone
10533  * Signature: (J)J
10534  */
10535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorUpdateId_1clone
10536   (JNIEnv *, jclass, jlong);
10537
10538 /*
10539  * Class:     org_ldk_impl_bindings
10540  * Method:    MonitorUpdateId_hash
10541  * Signature: (J)J
10542  */
10543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorUpdateId_1hash
10544   (JNIEnv *, jclass, jlong);
10545
10546 /*
10547  * Class:     org_ldk_impl_bindings
10548  * Method:    MonitorUpdateId_eq
10549  * Signature: (JJ)Z
10550  */
10551 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_MonitorUpdateId_1eq
10552   (JNIEnv *, jclass, jlong, jlong);
10553
10554 /*
10555  * Class:     org_ldk_impl_bindings
10556  * Method:    Persist_free
10557  * Signature: (J)V
10558  */
10559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Persist_1free
10560   (JNIEnv *, jclass, jlong);
10561
10562 /*
10563  * Class:     org_ldk_impl_bindings
10564  * Method:    LockedChannelMonitor_free
10565  * Signature: (J)V
10566  */
10567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LockedChannelMonitor_1free
10568   (JNIEnv *, jclass, jlong);
10569
10570 /*
10571  * Class:     org_ldk_impl_bindings
10572  * Method:    ChainMonitor_free
10573  * Signature: (J)V
10574  */
10575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1free
10576   (JNIEnv *, jclass, jlong);
10577
10578 /*
10579  * Class:     org_ldk_impl_bindings
10580  * Method:    ChainMonitor_new
10581  * Signature: (JJJJJ)J
10582  */
10583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1new
10584   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong);
10585
10586 /*
10587  * Class:     org_ldk_impl_bindings
10588  * Method:    ChainMonitor_get_claimable_balances
10589  * Signature: (J[J)[J
10590  */
10591 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1get_1claimable_1balances
10592   (JNIEnv *, jclass, jlong, jlongArray);
10593
10594 /*
10595  * Class:     org_ldk_impl_bindings
10596  * Method:    ChainMonitor_get_monitor
10597  * Signature: (JJ)J
10598  */
10599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1get_1monitor
10600   (JNIEnv *, jclass, jlong, jlong);
10601
10602 /*
10603  * Class:     org_ldk_impl_bindings
10604  * Method:    ChainMonitor_list_monitors
10605  * Signature: (J)[J
10606  */
10607 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1list_1monitors
10608   (JNIEnv *, jclass, jlong);
10609
10610 /*
10611  * Class:     org_ldk_impl_bindings
10612  * Method:    ChainMonitor_channel_monitor_updated
10613  * Signature: (JJJ)J
10614  */
10615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1channel_1monitor_1updated
10616   (JNIEnv *, jclass, jlong, jlong, jlong);
10617
10618 /*
10619  * Class:     org_ldk_impl_bindings
10620  * Method:    ChainMonitor_as_Listen
10621  * Signature: (J)J
10622  */
10623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1as_1Listen
10624   (JNIEnv *, jclass, jlong);
10625
10626 /*
10627  * Class:     org_ldk_impl_bindings
10628  * Method:    ChainMonitor_as_Confirm
10629  * Signature: (J)J
10630  */
10631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1as_1Confirm
10632   (JNIEnv *, jclass, jlong);
10633
10634 /*
10635  * Class:     org_ldk_impl_bindings
10636  * Method:    ChainMonitor_as_Watch
10637  * Signature: (J)J
10638  */
10639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1as_1Watch
10640   (JNIEnv *, jclass, jlong);
10641
10642 /*
10643  * Class:     org_ldk_impl_bindings
10644  * Method:    ChainMonitor_as_EventsProvider
10645  * Signature: (J)J
10646  */
10647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1as_1EventsProvider
10648   (JNIEnv *, jclass, jlong);
10649
10650 /*
10651  * Class:     org_ldk_impl_bindings
10652  * Method:    ChannelMonitorUpdate_free
10653  * Signature: (J)V
10654  */
10655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1free
10656   (JNIEnv *, jclass, jlong);
10657
10658 /*
10659  * Class:     org_ldk_impl_bindings
10660  * Method:    ChannelMonitorUpdate_get_update_id
10661  * Signature: (J)J
10662  */
10663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1get_1update_1id
10664   (JNIEnv *, jclass, jlong);
10665
10666 /*
10667  * Class:     org_ldk_impl_bindings
10668  * Method:    ChannelMonitorUpdate_set_update_id
10669  * Signature: (JJ)V
10670  */
10671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1set_1update_1id
10672   (JNIEnv *, jclass, jlong, jlong);
10673
10674 /*
10675  * Class:     org_ldk_impl_bindings
10676  * Method:    ChannelMonitorUpdate_clone
10677  * Signature: (J)J
10678  */
10679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1clone
10680   (JNIEnv *, jclass, jlong);
10681
10682 /*
10683  * Class:     org_ldk_impl_bindings
10684  * Method:    ChannelMonitorUpdate_write
10685  * Signature: (J)[B
10686  */
10687 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1write
10688   (JNIEnv *, jclass, jlong);
10689
10690 /*
10691  * Class:     org_ldk_impl_bindings
10692  * Method:    ChannelMonitorUpdate_read
10693  * Signature: ([B)J
10694  */
10695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1read
10696   (JNIEnv *, jclass, jbyteArray);
10697
10698 /*
10699  * Class:     org_ldk_impl_bindings
10700  * Method:    MonitorUpdateError_free
10701  * Signature: (J)V
10702  */
10703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MonitorUpdateError_1free
10704   (JNIEnv *, jclass, jlong);
10705
10706 /*
10707  * Class:     org_ldk_impl_bindings
10708  * Method:    MonitorUpdateError_get_a
10709  * Signature: (J)Ljava/lang/String;
10710  */
10711 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_MonitorUpdateError_1get_1a
10712   (JNIEnv *, jclass, jlong);
10713
10714 /*
10715  * Class:     org_ldk_impl_bindings
10716  * Method:    MonitorUpdateError_set_a
10717  * Signature: (JLjava/lang/String;)V
10718  */
10719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MonitorUpdateError_1set_1a
10720   (JNIEnv *, jclass, jlong, jstring);
10721
10722 /*
10723  * Class:     org_ldk_impl_bindings
10724  * Method:    MonitorUpdateError_new
10725  * Signature: (Ljava/lang/String;)J
10726  */
10727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorUpdateError_1new
10728   (JNIEnv *, jclass, jstring);
10729
10730 /*
10731  * Class:     org_ldk_impl_bindings
10732  * Method:    MonitorUpdateError_clone
10733  * Signature: (J)J
10734  */
10735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorUpdateError_1clone
10736   (JNIEnv *, jclass, jlong);
10737
10738 /*
10739  * Class:     org_ldk_impl_bindings
10740  * Method:    MonitorEvent_free
10741  * Signature: (J)V
10742  */
10743 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1free
10744   (JNIEnv *, jclass, jlong);
10745
10746 /*
10747  * Class:     org_ldk_impl_bindings
10748  * Method:    MonitorEvent_clone
10749  * Signature: (J)J
10750  */
10751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1clone
10752   (JNIEnv *, jclass, jlong);
10753
10754 /*
10755  * Class:     org_ldk_impl_bindings
10756  * Method:    MonitorEvent_htlcevent
10757  * Signature: (J)J
10758  */
10759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1htlcevent
10760   (JNIEnv *, jclass, jlong);
10761
10762 /*
10763  * Class:     org_ldk_impl_bindings
10764  * Method:    MonitorEvent_commitment_tx_confirmed
10765  * Signature: (J)J
10766  */
10767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1commitment_1tx_1confirmed
10768   (JNIEnv *, jclass, jlong);
10769
10770 /*
10771  * Class:     org_ldk_impl_bindings
10772  * Method:    MonitorEvent_update_completed
10773  * Signature: (JJ)J
10774  */
10775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1update_1completed
10776   (JNIEnv *, jclass, jlong, jlong);
10777
10778 /*
10779  * Class:     org_ldk_impl_bindings
10780  * Method:    MonitorEvent_update_failed
10781  * Signature: (J)J
10782  */
10783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1update_1failed
10784   (JNIEnv *, jclass, jlong);
10785
10786 /*
10787  * Class:     org_ldk_impl_bindings
10788  * Method:    MonitorEvent_write
10789  * Signature: (J)[B
10790  */
10791 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1write
10792   (JNIEnv *, jclass, jlong);
10793
10794 /*
10795  * Class:     org_ldk_impl_bindings
10796  * Method:    HTLCUpdate_free
10797  * Signature: (J)V
10798  */
10799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1free
10800   (JNIEnv *, jclass, jlong);
10801
10802 /*
10803  * Class:     org_ldk_impl_bindings
10804  * Method:    HTLCUpdate_clone
10805  * Signature: (J)J
10806  */
10807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1clone
10808   (JNIEnv *, jclass, jlong);
10809
10810 /*
10811  * Class:     org_ldk_impl_bindings
10812  * Method:    HTLCUpdate_write
10813  * Signature: (J)[B
10814  */
10815 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1write
10816   (JNIEnv *, jclass, jlong);
10817
10818 /*
10819  * Class:     org_ldk_impl_bindings
10820  * Method:    HTLCUpdate_read
10821  * Signature: ([B)J
10822  */
10823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1read
10824   (JNIEnv *, jclass, jbyteArray);
10825
10826 /*
10827  * Class:     org_ldk_impl_bindings
10828  * Method:    Balance_free
10829  * Signature: (J)V
10830  */
10831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Balance_1free
10832   (JNIEnv *, jclass, jlong);
10833
10834 /*
10835  * Class:     org_ldk_impl_bindings
10836  * Method:    Balance_clone
10837  * Signature: (J)J
10838  */
10839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Balance_1clone
10840   (JNIEnv *, jclass, jlong);
10841
10842 /*
10843  * Class:     org_ldk_impl_bindings
10844  * Method:    Balance_claimable_on_channel_close
10845  * Signature: (J)J
10846  */
10847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Balance_1claimable_1on_1channel_1close
10848   (JNIEnv *, jclass, jlong);
10849
10850 /*
10851  * Class:     org_ldk_impl_bindings
10852  * Method:    Balance_claimable_awaiting_confirmations
10853  * Signature: (JI)J
10854  */
10855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Balance_1claimable_1awaiting_1confirmations
10856   (JNIEnv *, jclass, jlong, jint);
10857
10858 /*
10859  * Class:     org_ldk_impl_bindings
10860  * Method:    Balance_contentious_claimable
10861  * Signature: (JI)J
10862  */
10863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Balance_1contentious_1claimable
10864   (JNIEnv *, jclass, jlong, jint);
10865
10866 /*
10867  * Class:     org_ldk_impl_bindings
10868  * Method:    Balance_maybe_claimable_htlcawaiting_timeout
10869  * Signature: (JI)J
10870  */
10871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Balance_1maybe_1claimable_1htlcawaiting_1timeout
10872   (JNIEnv *, jclass, jlong, jint);
10873
10874 /*
10875  * Class:     org_ldk_impl_bindings
10876  * Method:    Balance_eq
10877  * Signature: (JJ)Z
10878  */
10879 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Balance_1eq
10880   (JNIEnv *, jclass, jlong, jlong);
10881
10882 /*
10883  * Class:     org_ldk_impl_bindings
10884  * Method:    ChannelMonitor_free
10885  * Signature: (J)V
10886  */
10887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1free
10888   (JNIEnv *, jclass, jlong);
10889
10890 /*
10891  * Class:     org_ldk_impl_bindings
10892  * Method:    ChannelMonitor_clone
10893  * Signature: (J)J
10894  */
10895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1clone
10896   (JNIEnv *, jclass, jlong);
10897
10898 /*
10899  * Class:     org_ldk_impl_bindings
10900  * Method:    ChannelMonitor_write
10901  * Signature: (J)[B
10902  */
10903 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1write
10904   (JNIEnv *, jclass, jlong);
10905
10906 /*
10907  * Class:     org_ldk_impl_bindings
10908  * Method:    ChannelMonitor_update_monitor
10909  * Signature: (JJJJJ)J
10910  */
10911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1update_1monitor
10912   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong);
10913
10914 /*
10915  * Class:     org_ldk_impl_bindings
10916  * Method:    ChannelMonitor_get_latest_update_id
10917  * Signature: (J)J
10918  */
10919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1latest_1update_1id
10920   (JNIEnv *, jclass, jlong);
10921
10922 /*
10923  * Class:     org_ldk_impl_bindings
10924  * Method:    ChannelMonitor_get_funding_txo
10925  * Signature: (J)J
10926  */
10927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1funding_1txo
10928   (JNIEnv *, jclass, jlong);
10929
10930 /*
10931  * Class:     org_ldk_impl_bindings
10932  * Method:    ChannelMonitor_get_outputs_to_watch
10933  * Signature: (J)[J
10934  */
10935 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1outputs_1to_1watch
10936   (JNIEnv *, jclass, jlong);
10937
10938 /*
10939  * Class:     org_ldk_impl_bindings
10940  * Method:    ChannelMonitor_load_outputs_to_watch
10941  * Signature: (JJ)V
10942  */
10943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1load_1outputs_1to_1watch
10944   (JNIEnv *, jclass, jlong, jlong);
10945
10946 /*
10947  * Class:     org_ldk_impl_bindings
10948  * Method:    ChannelMonitor_get_and_clear_pending_monitor_events
10949  * Signature: (J)[J
10950  */
10951 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1and_1clear_1pending_1monitor_1events
10952   (JNIEnv *, jclass, jlong);
10953
10954 /*
10955  * Class:     org_ldk_impl_bindings
10956  * Method:    ChannelMonitor_get_and_clear_pending_events
10957  * Signature: (J)[J
10958  */
10959 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1and_1clear_1pending_1events
10960   (JNIEnv *, jclass, jlong);
10961
10962 /*
10963  * Class:     org_ldk_impl_bindings
10964  * Method:    ChannelMonitor_get_latest_holder_commitment_txn
10965  * Signature: (JJ)[[B
10966  */
10967 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1latest_1holder_1commitment_1txn
10968   (JNIEnv *, jclass, jlong, jlong);
10969
10970 /*
10971  * Class:     org_ldk_impl_bindings
10972  * Method:    ChannelMonitor_block_connected
10973  * Signature: (J[B[JIJJJ)[J
10974  */
10975 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1block_1connected
10976   (JNIEnv *, jclass, jlong, jbyteArray, jlongArray, jint, jlong, jlong, jlong);
10977
10978 /*
10979  * Class:     org_ldk_impl_bindings
10980  * Method:    ChannelMonitor_block_disconnected
10981  * Signature: (J[BIJJJ)V
10982  */
10983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1block_1disconnected
10984   (JNIEnv *, jclass, jlong, jbyteArray, jint, jlong, jlong, jlong);
10985
10986 /*
10987  * Class:     org_ldk_impl_bindings
10988  * Method:    ChannelMonitor_transactions_confirmed
10989  * Signature: (J[B[JIJJJ)[J
10990  */
10991 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1transactions_1confirmed
10992   (JNIEnv *, jclass, jlong, jbyteArray, jlongArray, jint, jlong, jlong, jlong);
10993
10994 /*
10995  * Class:     org_ldk_impl_bindings
10996  * Method:    ChannelMonitor_transaction_unconfirmed
10997  * Signature: (J[BJJJ)V
10998  */
10999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1transaction_1unconfirmed
11000   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong, jlong);
11001
11002 /*
11003  * Class:     org_ldk_impl_bindings
11004  * Method:    ChannelMonitor_best_block_updated
11005  * Signature: (J[BIJJJ)[J
11006  */
11007 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1best_1block_1updated
11008   (JNIEnv *, jclass, jlong, jbyteArray, jint, jlong, jlong, jlong);
11009
11010 /*
11011  * Class:     org_ldk_impl_bindings
11012  * Method:    ChannelMonitor_get_relevant_txids
11013  * Signature: (J)[[B
11014  */
11015 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1relevant_1txids
11016   (JNIEnv *, jclass, jlong);
11017
11018 /*
11019  * Class:     org_ldk_impl_bindings
11020  * Method:    ChannelMonitor_current_best_block
11021  * Signature: (J)J
11022  */
11023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1current_1best_1block
11024   (JNIEnv *, jclass, jlong);
11025
11026 /*
11027  * Class:     org_ldk_impl_bindings
11028  * Method:    ChannelMonitor_get_claimable_balances
11029  * Signature: (J)[J
11030  */
11031 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1claimable_1balances
11032   (JNIEnv *, jclass, jlong);
11033
11034 /*
11035  * Class:     org_ldk_impl_bindings
11036  * Method:    C2Tuple_BlockHashChannelMonitorZ_read
11037  * Signature: ([BJ)J
11038  */
11039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelMonitorZ_1read
11040   (JNIEnv *, jclass, jbyteArray, jlong);
11041
11042 /*
11043  * Class:     org_ldk_impl_bindings
11044  * Method:    OutPoint_free
11045  * Signature: (J)V
11046  */
11047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OutPoint_1free
11048   (JNIEnv *, jclass, jlong);
11049
11050 /*
11051  * Class:     org_ldk_impl_bindings
11052  * Method:    OutPoint_get_txid
11053  * Signature: (J)[B
11054  */
11055 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OutPoint_1get_1txid
11056   (JNIEnv *, jclass, jlong);
11057
11058 /*
11059  * Class:     org_ldk_impl_bindings
11060  * Method:    OutPoint_set_txid
11061  * Signature: (J[B)V
11062  */
11063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OutPoint_1set_1txid
11064   (JNIEnv *, jclass, jlong, jbyteArray);
11065
11066 /*
11067  * Class:     org_ldk_impl_bindings
11068  * Method:    OutPoint_get_index
11069  * Signature: (J)S
11070  */
11071 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_OutPoint_1get_1index
11072   (JNIEnv *, jclass, jlong);
11073
11074 /*
11075  * Class:     org_ldk_impl_bindings
11076  * Method:    OutPoint_set_index
11077  * Signature: (JS)V
11078  */
11079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OutPoint_1set_1index
11080   (JNIEnv *, jclass, jlong, jshort);
11081
11082 /*
11083  * Class:     org_ldk_impl_bindings
11084  * Method:    OutPoint_new
11085  * Signature: ([BS)J
11086  */
11087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OutPoint_1new
11088   (JNIEnv *, jclass, jbyteArray, jshort);
11089
11090 /*
11091  * Class:     org_ldk_impl_bindings
11092  * Method:    OutPoint_clone
11093  * Signature: (J)J
11094  */
11095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OutPoint_1clone
11096   (JNIEnv *, jclass, jlong);
11097
11098 /*
11099  * Class:     org_ldk_impl_bindings
11100  * Method:    OutPoint_eq
11101  * Signature: (JJ)Z
11102  */
11103 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_OutPoint_1eq
11104   (JNIEnv *, jclass, jlong, jlong);
11105
11106 /*
11107  * Class:     org_ldk_impl_bindings
11108  * Method:    OutPoint_hash
11109  * Signature: (J)J
11110  */
11111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OutPoint_1hash
11112   (JNIEnv *, jclass, jlong);
11113
11114 /*
11115  * Class:     org_ldk_impl_bindings
11116  * Method:    OutPoint_to_channel_id
11117  * Signature: (J)[B
11118  */
11119 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OutPoint_1to_1channel_1id
11120   (JNIEnv *, jclass, jlong);
11121
11122 /*
11123  * Class:     org_ldk_impl_bindings
11124  * Method:    OutPoint_write
11125  * Signature: (J)[B
11126  */
11127 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OutPoint_1write
11128   (JNIEnv *, jclass, jlong);
11129
11130 /*
11131  * Class:     org_ldk_impl_bindings
11132  * Method:    OutPoint_read
11133  * Signature: ([B)J
11134  */
11135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OutPoint_1read
11136   (JNIEnv *, jclass, jbyteArray);
11137
11138 /*
11139  * Class:     org_ldk_impl_bindings
11140  * Method:    DelayedPaymentOutputDescriptor_free
11141  * Signature: (J)V
11142  */
11143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1free
11144   (JNIEnv *, jclass, jlong);
11145
11146 /*
11147  * Class:     org_ldk_impl_bindings
11148  * Method:    DelayedPaymentOutputDescriptor_get_outpoint
11149  * Signature: (J)J
11150  */
11151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1outpoint
11152   (JNIEnv *, jclass, jlong);
11153
11154 /*
11155  * Class:     org_ldk_impl_bindings
11156  * Method:    DelayedPaymentOutputDescriptor_set_outpoint
11157  * Signature: (JJ)V
11158  */
11159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1outpoint
11160   (JNIEnv *, jclass, jlong, jlong);
11161
11162 /*
11163  * Class:     org_ldk_impl_bindings
11164  * Method:    DelayedPaymentOutputDescriptor_get_per_commitment_point
11165  * Signature: (J)[B
11166  */
11167 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1per_1commitment_1point
11168   (JNIEnv *, jclass, jlong);
11169
11170 /*
11171  * Class:     org_ldk_impl_bindings
11172  * Method:    DelayedPaymentOutputDescriptor_set_per_commitment_point
11173  * Signature: (J[B)V
11174  */
11175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1per_1commitment_1point
11176   (JNIEnv *, jclass, jlong, jbyteArray);
11177
11178 /*
11179  * Class:     org_ldk_impl_bindings
11180  * Method:    DelayedPaymentOutputDescriptor_get_to_self_delay
11181  * Signature: (J)S
11182  */
11183 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1to_1self_1delay
11184   (JNIEnv *, jclass, jlong);
11185
11186 /*
11187  * Class:     org_ldk_impl_bindings
11188  * Method:    DelayedPaymentOutputDescriptor_set_to_self_delay
11189  * Signature: (JS)V
11190  */
11191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1to_1self_1delay
11192   (JNIEnv *, jclass, jlong, jshort);
11193
11194 /*
11195  * Class:     org_ldk_impl_bindings
11196  * Method:    DelayedPaymentOutputDescriptor_set_output
11197  * Signature: (JJ)V
11198  */
11199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1output
11200   (JNIEnv *, jclass, jlong, jlong);
11201
11202 /*
11203  * Class:     org_ldk_impl_bindings
11204  * Method:    DelayedPaymentOutputDescriptor_get_revocation_pubkey
11205  * Signature: (J)[B
11206  */
11207 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1revocation_1pubkey
11208   (JNIEnv *, jclass, jlong);
11209
11210 /*
11211  * Class:     org_ldk_impl_bindings
11212  * Method:    DelayedPaymentOutputDescriptor_set_revocation_pubkey
11213  * Signature: (J[B)V
11214  */
11215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1revocation_1pubkey
11216   (JNIEnv *, jclass, jlong, jbyteArray);
11217
11218 /*
11219  * Class:     org_ldk_impl_bindings
11220  * Method:    DelayedPaymentOutputDescriptor_get_channel_keys_id
11221  * Signature: (J)[B
11222  */
11223 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1channel_1keys_1id
11224   (JNIEnv *, jclass, jlong);
11225
11226 /*
11227  * Class:     org_ldk_impl_bindings
11228  * Method:    DelayedPaymentOutputDescriptor_set_channel_keys_id
11229  * Signature: (J[B)V
11230  */
11231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1channel_1keys_1id
11232   (JNIEnv *, jclass, jlong, jbyteArray);
11233
11234 /*
11235  * Class:     org_ldk_impl_bindings
11236  * Method:    DelayedPaymentOutputDescriptor_get_channel_value_satoshis
11237  * Signature: (J)J
11238  */
11239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1channel_1value_1satoshis
11240   (JNIEnv *, jclass, jlong);
11241
11242 /*
11243  * Class:     org_ldk_impl_bindings
11244  * Method:    DelayedPaymentOutputDescriptor_set_channel_value_satoshis
11245  * Signature: (JJ)V
11246  */
11247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1channel_1value_1satoshis
11248   (JNIEnv *, jclass, jlong, jlong);
11249
11250 /*
11251  * Class:     org_ldk_impl_bindings
11252  * Method:    DelayedPaymentOutputDescriptor_new
11253  * Signature: (J[BSJ[B[BJ)J
11254  */
11255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1new
11256   (JNIEnv *, jclass, jlong, jbyteArray, jshort, jlong, jbyteArray, jbyteArray, jlong);
11257
11258 /*
11259  * Class:     org_ldk_impl_bindings
11260  * Method:    DelayedPaymentOutputDescriptor_clone
11261  * Signature: (J)J
11262  */
11263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1clone
11264   (JNIEnv *, jclass, jlong);
11265
11266 /*
11267  * Class:     org_ldk_impl_bindings
11268  * Method:    DelayedPaymentOutputDescriptor_write
11269  * Signature: (J)[B
11270  */
11271 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1write
11272   (JNIEnv *, jclass, jlong);
11273
11274 /*
11275  * Class:     org_ldk_impl_bindings
11276  * Method:    DelayedPaymentOutputDescriptor_read
11277  * Signature: ([B)J
11278  */
11279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1read
11280   (JNIEnv *, jclass, jbyteArray);
11281
11282 /*
11283  * Class:     org_ldk_impl_bindings
11284  * Method:    StaticPaymentOutputDescriptor_free
11285  * Signature: (J)V
11286  */
11287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1free
11288   (JNIEnv *, jclass, jlong);
11289
11290 /*
11291  * Class:     org_ldk_impl_bindings
11292  * Method:    StaticPaymentOutputDescriptor_get_outpoint
11293  * Signature: (J)J
11294  */
11295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1get_1outpoint
11296   (JNIEnv *, jclass, jlong);
11297
11298 /*
11299  * Class:     org_ldk_impl_bindings
11300  * Method:    StaticPaymentOutputDescriptor_set_outpoint
11301  * Signature: (JJ)V
11302  */
11303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1set_1outpoint
11304   (JNIEnv *, jclass, jlong, jlong);
11305
11306 /*
11307  * Class:     org_ldk_impl_bindings
11308  * Method:    StaticPaymentOutputDescriptor_set_output
11309  * Signature: (JJ)V
11310  */
11311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1set_1output
11312   (JNIEnv *, jclass, jlong, jlong);
11313
11314 /*
11315  * Class:     org_ldk_impl_bindings
11316  * Method:    StaticPaymentOutputDescriptor_get_channel_keys_id
11317  * Signature: (J)[B
11318  */
11319 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1get_1channel_1keys_1id
11320   (JNIEnv *, jclass, jlong);
11321
11322 /*
11323  * Class:     org_ldk_impl_bindings
11324  * Method:    StaticPaymentOutputDescriptor_set_channel_keys_id
11325  * Signature: (J[B)V
11326  */
11327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1set_1channel_1keys_1id
11328   (JNIEnv *, jclass, jlong, jbyteArray);
11329
11330 /*
11331  * Class:     org_ldk_impl_bindings
11332  * Method:    StaticPaymentOutputDescriptor_get_channel_value_satoshis
11333  * Signature: (J)J
11334  */
11335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1get_1channel_1value_1satoshis
11336   (JNIEnv *, jclass, jlong);
11337
11338 /*
11339  * Class:     org_ldk_impl_bindings
11340  * Method:    StaticPaymentOutputDescriptor_set_channel_value_satoshis
11341  * Signature: (JJ)V
11342  */
11343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1set_1channel_1value_1satoshis
11344   (JNIEnv *, jclass, jlong, jlong);
11345
11346 /*
11347  * Class:     org_ldk_impl_bindings
11348  * Method:    StaticPaymentOutputDescriptor_new
11349  * Signature: (JJ[BJ)J
11350  */
11351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1new
11352   (JNIEnv *, jclass, jlong, jlong, jbyteArray, jlong);
11353
11354 /*
11355  * Class:     org_ldk_impl_bindings
11356  * Method:    StaticPaymentOutputDescriptor_clone
11357  * Signature: (J)J
11358  */
11359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1clone
11360   (JNIEnv *, jclass, jlong);
11361
11362 /*
11363  * Class:     org_ldk_impl_bindings
11364  * Method:    StaticPaymentOutputDescriptor_write
11365  * Signature: (J)[B
11366  */
11367 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1write
11368   (JNIEnv *, jclass, jlong);
11369
11370 /*
11371  * Class:     org_ldk_impl_bindings
11372  * Method:    StaticPaymentOutputDescriptor_read
11373  * Signature: ([B)J
11374  */
11375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1read
11376   (JNIEnv *, jclass, jbyteArray);
11377
11378 /*
11379  * Class:     org_ldk_impl_bindings
11380  * Method:    SpendableOutputDescriptor_free
11381  * Signature: (J)V
11382  */
11383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1free
11384   (JNIEnv *, jclass, jlong);
11385
11386 /*
11387  * Class:     org_ldk_impl_bindings
11388  * Method:    SpendableOutputDescriptor_clone
11389  * Signature: (J)J
11390  */
11391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1clone
11392   (JNIEnv *, jclass, jlong);
11393
11394 /*
11395  * Class:     org_ldk_impl_bindings
11396  * Method:    SpendableOutputDescriptor_static_output
11397  * Signature: (JJ)J
11398  */
11399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1static_1output
11400   (JNIEnv *, jclass, jlong, jlong);
11401
11402 /*
11403  * Class:     org_ldk_impl_bindings
11404  * Method:    SpendableOutputDescriptor_delayed_payment_output
11405  * Signature: (J)J
11406  */
11407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1delayed_1payment_1output
11408   (JNIEnv *, jclass, jlong);
11409
11410 /*
11411  * Class:     org_ldk_impl_bindings
11412  * Method:    SpendableOutputDescriptor_static_payment_output
11413  * Signature: (J)J
11414  */
11415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1static_1payment_1output
11416   (JNIEnv *, jclass, jlong);
11417
11418 /*
11419  * Class:     org_ldk_impl_bindings
11420  * Method:    SpendableOutputDescriptor_write
11421  * Signature: (J)[B
11422  */
11423 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1write
11424   (JNIEnv *, jclass, jlong);
11425
11426 /*
11427  * Class:     org_ldk_impl_bindings
11428  * Method:    SpendableOutputDescriptor_read
11429  * Signature: ([B)J
11430  */
11431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1read
11432   (JNIEnv *, jclass, jbyteArray);
11433
11434 /*
11435  * Class:     org_ldk_impl_bindings
11436  * Method:    BaseSign_free
11437  * Signature: (J)V
11438  */
11439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BaseSign_1free
11440   (JNIEnv *, jclass, jlong);
11441
11442 /*
11443  * Class:     org_ldk_impl_bindings
11444  * Method:    Sign_clone
11445  * Signature: (J)J
11446  */
11447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sign_1clone
11448   (JNIEnv *, jclass, jlong);
11449
11450 /*
11451  * Class:     org_ldk_impl_bindings
11452  * Method:    Sign_free
11453  * Signature: (J)V
11454  */
11455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Sign_1free
11456   (JNIEnv *, jclass, jlong);
11457
11458 /*
11459  * Class:     org_ldk_impl_bindings
11460  * Method:    KeysInterface_free
11461  * Signature: (J)V
11462  */
11463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_KeysInterface_1free
11464   (JNIEnv *, jclass, jlong);
11465
11466 /*
11467  * Class:     org_ldk_impl_bindings
11468  * Method:    InMemorySigner_free
11469  * Signature: (J)V
11470  */
11471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1free
11472   (JNIEnv *, jclass, jlong);
11473
11474 /*
11475  * Class:     org_ldk_impl_bindings
11476  * Method:    InMemorySigner_get_funding_key
11477  * Signature: (J)[B
11478  */
11479 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1funding_1key
11480   (JNIEnv *, jclass, jlong);
11481
11482 /*
11483  * Class:     org_ldk_impl_bindings
11484  * Method:    InMemorySigner_set_funding_key
11485  * Signature: (J[B)V
11486  */
11487 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1funding_1key
11488   (JNIEnv *, jclass, jlong, jbyteArray);
11489
11490 /*
11491  * Class:     org_ldk_impl_bindings
11492  * Method:    InMemorySigner_get_revocation_base_key
11493  * Signature: (J)[B
11494  */
11495 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1revocation_1base_1key
11496   (JNIEnv *, jclass, jlong);
11497
11498 /*
11499  * Class:     org_ldk_impl_bindings
11500  * Method:    InMemorySigner_set_revocation_base_key
11501  * Signature: (J[B)V
11502  */
11503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1revocation_1base_1key
11504   (JNIEnv *, jclass, jlong, jbyteArray);
11505
11506 /*
11507  * Class:     org_ldk_impl_bindings
11508  * Method:    InMemorySigner_get_payment_key
11509  * Signature: (J)[B
11510  */
11511 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1payment_1key
11512   (JNIEnv *, jclass, jlong);
11513
11514 /*
11515  * Class:     org_ldk_impl_bindings
11516  * Method:    InMemorySigner_set_payment_key
11517  * Signature: (J[B)V
11518  */
11519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1payment_1key
11520   (JNIEnv *, jclass, jlong, jbyteArray);
11521
11522 /*
11523  * Class:     org_ldk_impl_bindings
11524  * Method:    InMemorySigner_get_delayed_payment_base_key
11525  * Signature: (J)[B
11526  */
11527 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1delayed_1payment_1base_1key
11528   (JNIEnv *, jclass, jlong);
11529
11530 /*
11531  * Class:     org_ldk_impl_bindings
11532  * Method:    InMemorySigner_set_delayed_payment_base_key
11533  * Signature: (J[B)V
11534  */
11535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1delayed_1payment_1base_1key
11536   (JNIEnv *, jclass, jlong, jbyteArray);
11537
11538 /*
11539  * Class:     org_ldk_impl_bindings
11540  * Method:    InMemorySigner_get_htlc_base_key
11541  * Signature: (J)[B
11542  */
11543 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1htlc_1base_1key
11544   (JNIEnv *, jclass, jlong);
11545
11546 /*
11547  * Class:     org_ldk_impl_bindings
11548  * Method:    InMemorySigner_set_htlc_base_key
11549  * Signature: (J[B)V
11550  */
11551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1htlc_1base_1key
11552   (JNIEnv *, jclass, jlong, jbyteArray);
11553
11554 /*
11555  * Class:     org_ldk_impl_bindings
11556  * Method:    InMemorySigner_get_commitment_seed
11557  * Signature: (J)[B
11558  */
11559 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1commitment_1seed
11560   (JNIEnv *, jclass, jlong);
11561
11562 /*
11563  * Class:     org_ldk_impl_bindings
11564  * Method:    InMemorySigner_set_commitment_seed
11565  * Signature: (J[B)V
11566  */
11567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1commitment_1seed
11568   (JNIEnv *, jclass, jlong, jbyteArray);
11569
11570 /*
11571  * Class:     org_ldk_impl_bindings
11572  * Method:    InMemorySigner_clone
11573  * Signature: (J)J
11574  */
11575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1clone
11576   (JNIEnv *, jclass, jlong);
11577
11578 /*
11579  * Class:     org_ldk_impl_bindings
11580  * Method:    InMemorySigner_new
11581  * Signature: ([B[B[B[B[B[BJ[B)J
11582  */
11583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1new
11584   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jlong, jbyteArray);
11585
11586 /*
11587  * Class:     org_ldk_impl_bindings
11588  * Method:    InMemorySigner_counterparty_pubkeys
11589  * Signature: (J)J
11590  */
11591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1counterparty_1pubkeys
11592   (JNIEnv *, jclass, jlong);
11593
11594 /*
11595  * Class:     org_ldk_impl_bindings
11596  * Method:    InMemorySigner_counterparty_selected_contest_delay
11597  * Signature: (J)S
11598  */
11599 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1counterparty_1selected_1contest_1delay
11600   (JNIEnv *, jclass, jlong);
11601
11602 /*
11603  * Class:     org_ldk_impl_bindings
11604  * Method:    InMemorySigner_holder_selected_contest_delay
11605  * Signature: (J)S
11606  */
11607 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1holder_1selected_1contest_1delay
11608   (JNIEnv *, jclass, jlong);
11609
11610 /*
11611  * Class:     org_ldk_impl_bindings
11612  * Method:    InMemorySigner_is_outbound
11613  * Signature: (J)Z
11614  */
11615 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1is_1outbound
11616   (JNIEnv *, jclass, jlong);
11617
11618 /*
11619  * Class:     org_ldk_impl_bindings
11620  * Method:    InMemorySigner_funding_outpoint
11621  * Signature: (J)J
11622  */
11623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1funding_1outpoint
11624   (JNIEnv *, jclass, jlong);
11625
11626 /*
11627  * Class:     org_ldk_impl_bindings
11628  * Method:    InMemorySigner_get_channel_parameters
11629  * Signature: (J)J
11630  */
11631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1channel_1parameters
11632   (JNIEnv *, jclass, jlong);
11633
11634 /*
11635  * Class:     org_ldk_impl_bindings
11636  * Method:    InMemorySigner_sign_counterparty_payment_input
11637  * Signature: (J[BJJ)J
11638  */
11639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1sign_1counterparty_1payment_1input
11640   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
11641
11642 /*
11643  * Class:     org_ldk_impl_bindings
11644  * Method:    InMemorySigner_sign_dynamic_p2wsh_input
11645  * Signature: (J[BJJ)J
11646  */
11647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1sign_1dynamic_1p2wsh_1input
11648   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
11649
11650 /*
11651  * Class:     org_ldk_impl_bindings
11652  * Method:    InMemorySigner_as_BaseSign
11653  * Signature: (J)J
11654  */
11655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1as_1BaseSign
11656   (JNIEnv *, jclass, jlong);
11657
11658 /*
11659  * Class:     org_ldk_impl_bindings
11660  * Method:    InMemorySigner_as_Sign
11661  * Signature: (J)J
11662  */
11663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1as_1Sign
11664   (JNIEnv *, jclass, jlong);
11665
11666 /*
11667  * Class:     org_ldk_impl_bindings
11668  * Method:    InMemorySigner_write
11669  * Signature: (J)[B
11670  */
11671 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1write
11672   (JNIEnv *, jclass, jlong);
11673
11674 /*
11675  * Class:     org_ldk_impl_bindings
11676  * Method:    InMemorySigner_read
11677  * Signature: ([B)J
11678  */
11679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1read
11680   (JNIEnv *, jclass, jbyteArray);
11681
11682 /*
11683  * Class:     org_ldk_impl_bindings
11684  * Method:    KeysManager_free
11685  * Signature: (J)V
11686  */
11687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_KeysManager_1free
11688   (JNIEnv *, jclass, jlong);
11689
11690 /*
11691  * Class:     org_ldk_impl_bindings
11692  * Method:    KeysManager_new
11693  * Signature: ([BJI)J
11694  */
11695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1new
11696   (JNIEnv *, jclass, jbyteArray, jlong, jint);
11697
11698 /*
11699  * Class:     org_ldk_impl_bindings
11700  * Method:    KeysManager_derive_channel_keys
11701  * Signature: (JJ[B)J
11702  */
11703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1derive_1channel_1keys
11704   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
11705
11706 /*
11707  * Class:     org_ldk_impl_bindings
11708  * Method:    KeysManager_spend_spendable_outputs
11709  * Signature: (J[J[J[BI)J
11710  */
11711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1spend_1spendable_1outputs
11712   (JNIEnv *, jclass, jlong, jlongArray, jlongArray, jbyteArray, jint);
11713
11714 /*
11715  * Class:     org_ldk_impl_bindings
11716  * Method:    KeysManager_as_KeysInterface
11717  * Signature: (J)J
11718  */
11719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1as_1KeysInterface
11720   (JNIEnv *, jclass, jlong);
11721
11722 /*
11723  * Class:     org_ldk_impl_bindings
11724  * Method:    ChannelManager_free
11725  * Signature: (J)V
11726  */
11727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1free
11728   (JNIEnv *, jclass, jlong);
11729
11730 /*
11731  * Class:     org_ldk_impl_bindings
11732  * Method:    ChainParameters_free
11733  * Signature: (J)V
11734  */
11735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainParameters_1free
11736   (JNIEnv *, jclass, jlong);
11737
11738 /*
11739  * Class:     org_ldk_impl_bindings
11740  * Method:    ChainParameters_get_network
11741  * Signature: (J)Lorg/ldk/enums/Network;
11742  */
11743 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ChainParameters_1get_1network
11744   (JNIEnv *, jclass, jlong);
11745
11746 /*
11747  * Class:     org_ldk_impl_bindings
11748  * Method:    ChainParameters_set_network
11749  * Signature: (JLorg/ldk/enums/Network;)V
11750  */
11751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainParameters_1set_1network
11752   (JNIEnv *, jclass, jlong, jobject);
11753
11754 /*
11755  * Class:     org_ldk_impl_bindings
11756  * Method:    ChainParameters_get_best_block
11757  * Signature: (J)J
11758  */
11759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainParameters_1get_1best_1block
11760   (JNIEnv *, jclass, jlong);
11761
11762 /*
11763  * Class:     org_ldk_impl_bindings
11764  * Method:    ChainParameters_set_best_block
11765  * Signature: (JJ)V
11766  */
11767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainParameters_1set_1best_1block
11768   (JNIEnv *, jclass, jlong, jlong);
11769
11770 /*
11771  * Class:     org_ldk_impl_bindings
11772  * Method:    ChainParameters_new
11773  * Signature: (Lorg/ldk/enums/Network;J)J
11774  */
11775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainParameters_1new
11776   (JNIEnv *, jclass, jobject, jlong);
11777
11778 /*
11779  * Class:     org_ldk_impl_bindings
11780  * Method:    ChainParameters_clone
11781  * Signature: (J)J
11782  */
11783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainParameters_1clone
11784   (JNIEnv *, jclass, jlong);
11785
11786 /*
11787  * Class:     org_ldk_impl_bindings
11788  * Method:    CounterpartyForwardingInfo_free
11789  * Signature: (J)V
11790  */
11791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1free
11792   (JNIEnv *, jclass, jlong);
11793
11794 /*
11795  * Class:     org_ldk_impl_bindings
11796  * Method:    CounterpartyForwardingInfo_get_fee_base_msat
11797  * Signature: (J)I
11798  */
11799 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1get_1fee_1base_1msat
11800   (JNIEnv *, jclass, jlong);
11801
11802 /*
11803  * Class:     org_ldk_impl_bindings
11804  * Method:    CounterpartyForwardingInfo_set_fee_base_msat
11805  * Signature: (JI)V
11806  */
11807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1set_1fee_1base_1msat
11808   (JNIEnv *, jclass, jlong, jint);
11809
11810 /*
11811  * Class:     org_ldk_impl_bindings
11812  * Method:    CounterpartyForwardingInfo_get_fee_proportional_millionths
11813  * Signature: (J)I
11814  */
11815 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1get_1fee_1proportional_1millionths
11816   (JNIEnv *, jclass, jlong);
11817
11818 /*
11819  * Class:     org_ldk_impl_bindings
11820  * Method:    CounterpartyForwardingInfo_set_fee_proportional_millionths
11821  * Signature: (JI)V
11822  */
11823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1set_1fee_1proportional_1millionths
11824   (JNIEnv *, jclass, jlong, jint);
11825
11826 /*
11827  * Class:     org_ldk_impl_bindings
11828  * Method:    CounterpartyForwardingInfo_get_cltv_expiry_delta
11829  * Signature: (J)S
11830  */
11831 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1get_1cltv_1expiry_1delta
11832   (JNIEnv *, jclass, jlong);
11833
11834 /*
11835  * Class:     org_ldk_impl_bindings
11836  * Method:    CounterpartyForwardingInfo_set_cltv_expiry_delta
11837  * Signature: (JS)V
11838  */
11839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1set_1cltv_1expiry_1delta
11840   (JNIEnv *, jclass, jlong, jshort);
11841
11842 /*
11843  * Class:     org_ldk_impl_bindings
11844  * Method:    CounterpartyForwardingInfo_new
11845  * Signature: (IIS)J
11846  */
11847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1new
11848   (JNIEnv *, jclass, jint, jint, jshort);
11849
11850 /*
11851  * Class:     org_ldk_impl_bindings
11852  * Method:    CounterpartyForwardingInfo_clone
11853  * Signature: (J)J
11854  */
11855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1clone
11856   (JNIEnv *, jclass, jlong);
11857
11858 /*
11859  * Class:     org_ldk_impl_bindings
11860  * Method:    ChannelCounterparty_free
11861  * Signature: (J)V
11862  */
11863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1free
11864   (JNIEnv *, jclass, jlong);
11865
11866 /*
11867  * Class:     org_ldk_impl_bindings
11868  * Method:    ChannelCounterparty_get_node_id
11869  * Signature: (J)[B
11870  */
11871 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1get_1node_1id
11872   (JNIEnv *, jclass, jlong);
11873
11874 /*
11875  * Class:     org_ldk_impl_bindings
11876  * Method:    ChannelCounterparty_set_node_id
11877  * Signature: (J[B)V
11878  */
11879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1set_1node_1id
11880   (JNIEnv *, jclass, jlong, jbyteArray);
11881
11882 /*
11883  * Class:     org_ldk_impl_bindings
11884  * Method:    ChannelCounterparty_get_features
11885  * Signature: (J)J
11886  */
11887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1get_1features
11888   (JNIEnv *, jclass, jlong);
11889
11890 /*
11891  * Class:     org_ldk_impl_bindings
11892  * Method:    ChannelCounterparty_set_features
11893  * Signature: (JJ)V
11894  */
11895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1set_1features
11896   (JNIEnv *, jclass, jlong, jlong);
11897
11898 /*
11899  * Class:     org_ldk_impl_bindings
11900  * Method:    ChannelCounterparty_get_unspendable_punishment_reserve
11901  * Signature: (J)J
11902  */
11903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1get_1unspendable_1punishment_1reserve
11904   (JNIEnv *, jclass, jlong);
11905
11906 /*
11907  * Class:     org_ldk_impl_bindings
11908  * Method:    ChannelCounterparty_set_unspendable_punishment_reserve
11909  * Signature: (JJ)V
11910  */
11911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1set_1unspendable_1punishment_1reserve
11912   (JNIEnv *, jclass, jlong, jlong);
11913
11914 /*
11915  * Class:     org_ldk_impl_bindings
11916  * Method:    ChannelCounterparty_get_forwarding_info
11917  * Signature: (J)J
11918  */
11919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1get_1forwarding_1info
11920   (JNIEnv *, jclass, jlong);
11921
11922 /*
11923  * Class:     org_ldk_impl_bindings
11924  * Method:    ChannelCounterparty_set_forwarding_info
11925  * Signature: (JJ)V
11926  */
11927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1set_1forwarding_1info
11928   (JNIEnv *, jclass, jlong, jlong);
11929
11930 /*
11931  * Class:     org_ldk_impl_bindings
11932  * Method:    ChannelCounterparty_new
11933  * Signature: ([BJJJ)J
11934  */
11935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1new
11936   (JNIEnv *, jclass, jbyteArray, jlong, jlong, jlong);
11937
11938 /*
11939  * Class:     org_ldk_impl_bindings
11940  * Method:    ChannelCounterparty_clone
11941  * Signature: (J)J
11942  */
11943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1clone
11944   (JNIEnv *, jclass, jlong);
11945
11946 /*
11947  * Class:     org_ldk_impl_bindings
11948  * Method:    ChannelDetails_free
11949  * Signature: (J)V
11950  */
11951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1free
11952   (JNIEnv *, jclass, jlong);
11953
11954 /*
11955  * Class:     org_ldk_impl_bindings
11956  * Method:    ChannelDetails_get_channel_id
11957  * Signature: (J)[B
11958  */
11959 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1channel_1id
11960   (JNIEnv *, jclass, jlong);
11961
11962 /*
11963  * Class:     org_ldk_impl_bindings
11964  * Method:    ChannelDetails_set_channel_id
11965  * Signature: (J[B)V
11966  */
11967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1channel_1id
11968   (JNIEnv *, jclass, jlong, jbyteArray);
11969
11970 /*
11971  * Class:     org_ldk_impl_bindings
11972  * Method:    ChannelDetails_get_counterparty
11973  * Signature: (J)J
11974  */
11975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1counterparty
11976   (JNIEnv *, jclass, jlong);
11977
11978 /*
11979  * Class:     org_ldk_impl_bindings
11980  * Method:    ChannelDetails_set_counterparty
11981  * Signature: (JJ)V
11982  */
11983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1counterparty
11984   (JNIEnv *, jclass, jlong, jlong);
11985
11986 /*
11987  * Class:     org_ldk_impl_bindings
11988  * Method:    ChannelDetails_get_funding_txo
11989  * Signature: (J)J
11990  */
11991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1funding_1txo
11992   (JNIEnv *, jclass, jlong);
11993
11994 /*
11995  * Class:     org_ldk_impl_bindings
11996  * Method:    ChannelDetails_set_funding_txo
11997  * Signature: (JJ)V
11998  */
11999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1funding_1txo
12000   (JNIEnv *, jclass, jlong, jlong);
12001
12002 /*
12003  * Class:     org_ldk_impl_bindings
12004  * Method:    ChannelDetails_get_short_channel_id
12005  * Signature: (J)J
12006  */
12007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1short_1channel_1id
12008   (JNIEnv *, jclass, jlong);
12009
12010 /*
12011  * Class:     org_ldk_impl_bindings
12012  * Method:    ChannelDetails_set_short_channel_id
12013  * Signature: (JJ)V
12014  */
12015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1short_1channel_1id
12016   (JNIEnv *, jclass, jlong, jlong);
12017
12018 /*
12019  * Class:     org_ldk_impl_bindings
12020  * Method:    ChannelDetails_get_channel_value_satoshis
12021  * Signature: (J)J
12022  */
12023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1channel_1value_1satoshis
12024   (JNIEnv *, jclass, jlong);
12025
12026 /*
12027  * Class:     org_ldk_impl_bindings
12028  * Method:    ChannelDetails_set_channel_value_satoshis
12029  * Signature: (JJ)V
12030  */
12031 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1channel_1value_1satoshis
12032   (JNIEnv *, jclass, jlong, jlong);
12033
12034 /*
12035  * Class:     org_ldk_impl_bindings
12036  * Method:    ChannelDetails_get_unspendable_punishment_reserve
12037  * Signature: (J)J
12038  */
12039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1unspendable_1punishment_1reserve
12040   (JNIEnv *, jclass, jlong);
12041
12042 /*
12043  * Class:     org_ldk_impl_bindings
12044  * Method:    ChannelDetails_set_unspendable_punishment_reserve
12045  * Signature: (JJ)V
12046  */
12047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1unspendable_1punishment_1reserve
12048   (JNIEnv *, jclass, jlong, jlong);
12049
12050 /*
12051  * Class:     org_ldk_impl_bindings
12052  * Method:    ChannelDetails_get_user_channel_id
12053  * Signature: (J)J
12054  */
12055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1user_1channel_1id
12056   (JNIEnv *, jclass, jlong);
12057
12058 /*
12059  * Class:     org_ldk_impl_bindings
12060  * Method:    ChannelDetails_set_user_channel_id
12061  * Signature: (JJ)V
12062  */
12063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1user_1channel_1id
12064   (JNIEnv *, jclass, jlong, jlong);
12065
12066 /*
12067  * Class:     org_ldk_impl_bindings
12068  * Method:    ChannelDetails_get_outbound_capacity_msat
12069  * Signature: (J)J
12070  */
12071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1outbound_1capacity_1msat
12072   (JNIEnv *, jclass, jlong);
12073
12074 /*
12075  * Class:     org_ldk_impl_bindings
12076  * Method:    ChannelDetails_set_outbound_capacity_msat
12077  * Signature: (JJ)V
12078  */
12079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1outbound_1capacity_1msat
12080   (JNIEnv *, jclass, jlong, jlong);
12081
12082 /*
12083  * Class:     org_ldk_impl_bindings
12084  * Method:    ChannelDetails_get_inbound_capacity_msat
12085  * Signature: (J)J
12086  */
12087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1inbound_1capacity_1msat
12088   (JNIEnv *, jclass, jlong);
12089
12090 /*
12091  * Class:     org_ldk_impl_bindings
12092  * Method:    ChannelDetails_set_inbound_capacity_msat
12093  * Signature: (JJ)V
12094  */
12095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1inbound_1capacity_1msat
12096   (JNIEnv *, jclass, jlong, jlong);
12097
12098 /*
12099  * Class:     org_ldk_impl_bindings
12100  * Method:    ChannelDetails_get_confirmations_required
12101  * Signature: (J)J
12102  */
12103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1confirmations_1required
12104   (JNIEnv *, jclass, jlong);
12105
12106 /*
12107  * Class:     org_ldk_impl_bindings
12108  * Method:    ChannelDetails_set_confirmations_required
12109  * Signature: (JJ)V
12110  */
12111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1confirmations_1required
12112   (JNIEnv *, jclass, jlong, jlong);
12113
12114 /*
12115  * Class:     org_ldk_impl_bindings
12116  * Method:    ChannelDetails_get_force_close_spend_delay
12117  * Signature: (J)J
12118  */
12119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1force_1close_1spend_1delay
12120   (JNIEnv *, jclass, jlong);
12121
12122 /*
12123  * Class:     org_ldk_impl_bindings
12124  * Method:    ChannelDetails_set_force_close_spend_delay
12125  * Signature: (JJ)V
12126  */
12127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1force_1close_1spend_1delay
12128   (JNIEnv *, jclass, jlong, jlong);
12129
12130 /*
12131  * Class:     org_ldk_impl_bindings
12132  * Method:    ChannelDetails_get_is_outbound
12133  * Signature: (J)Z
12134  */
12135 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1is_1outbound
12136   (JNIEnv *, jclass, jlong);
12137
12138 /*
12139  * Class:     org_ldk_impl_bindings
12140  * Method:    ChannelDetails_set_is_outbound
12141  * Signature: (JZ)V
12142  */
12143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1is_1outbound
12144   (JNIEnv *, jclass, jlong, jboolean);
12145
12146 /*
12147  * Class:     org_ldk_impl_bindings
12148  * Method:    ChannelDetails_get_is_funding_locked
12149  * Signature: (J)Z
12150  */
12151 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1is_1funding_1locked
12152   (JNIEnv *, jclass, jlong);
12153
12154 /*
12155  * Class:     org_ldk_impl_bindings
12156  * Method:    ChannelDetails_set_is_funding_locked
12157  * Signature: (JZ)V
12158  */
12159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1is_1funding_1locked
12160   (JNIEnv *, jclass, jlong, jboolean);
12161
12162 /*
12163  * Class:     org_ldk_impl_bindings
12164  * Method:    ChannelDetails_get_is_usable
12165  * Signature: (J)Z
12166  */
12167 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1is_1usable
12168   (JNIEnv *, jclass, jlong);
12169
12170 /*
12171  * Class:     org_ldk_impl_bindings
12172  * Method:    ChannelDetails_set_is_usable
12173  * Signature: (JZ)V
12174  */
12175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1is_1usable
12176   (JNIEnv *, jclass, jlong, jboolean);
12177
12178 /*
12179  * Class:     org_ldk_impl_bindings
12180  * Method:    ChannelDetails_get_is_public
12181  * Signature: (J)Z
12182  */
12183 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1is_1public
12184   (JNIEnv *, jclass, jlong);
12185
12186 /*
12187  * Class:     org_ldk_impl_bindings
12188  * Method:    ChannelDetails_set_is_public
12189  * Signature: (JZ)V
12190  */
12191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1is_1public
12192   (JNIEnv *, jclass, jlong, jboolean);
12193
12194 /*
12195  * Class:     org_ldk_impl_bindings
12196  * Method:    ChannelDetails_new
12197  * Signature: ([BJJJJJJJJJJZZZZ)J
12198  */
12199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1new
12200   (JNIEnv *, jclass, jbyteArray, jlong, jlong, jlong, jlong, jlong, jlong, jlong, jlong, jlong, jlong, jboolean, jboolean, jboolean, jboolean);
12201
12202 /*
12203  * Class:     org_ldk_impl_bindings
12204  * Method:    ChannelDetails_clone
12205  * Signature: (J)J
12206  */
12207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1clone
12208   (JNIEnv *, jclass, jlong);
12209
12210 /*
12211  * Class:     org_ldk_impl_bindings
12212  * Method:    PaymentSendFailure_free
12213  * Signature: (J)V
12214  */
12215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1free
12216   (JNIEnv *, jclass, jlong);
12217
12218 /*
12219  * Class:     org_ldk_impl_bindings
12220  * Method:    PaymentSendFailure_clone
12221  * Signature: (J)J
12222  */
12223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1clone
12224   (JNIEnv *, jclass, jlong);
12225
12226 /*
12227  * Class:     org_ldk_impl_bindings
12228  * Method:    PaymentSendFailure_parameter_error
12229  * Signature: (J)J
12230  */
12231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1parameter_1error
12232   (JNIEnv *, jclass, jlong);
12233
12234 /*
12235  * Class:     org_ldk_impl_bindings
12236  * Method:    PaymentSendFailure_path_parameter_error
12237  * Signature: ([J)J
12238  */
12239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1path_1parameter_1error
12240   (JNIEnv *, jclass, jlongArray);
12241
12242 /*
12243  * Class:     org_ldk_impl_bindings
12244  * Method:    PaymentSendFailure_all_failed_retry_safe
12245  * Signature: ([J)J
12246  */
12247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1all_1failed_1retry_1safe
12248   (JNIEnv *, jclass, jlongArray);
12249
12250 /*
12251  * Class:     org_ldk_impl_bindings
12252  * Method:    PaymentSendFailure_partial_failure
12253  * Signature: ([JJ[B)J
12254  */
12255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1partial_1failure
12256   (JNIEnv *, jclass, jlongArray, jlong, jbyteArray);
12257
12258 /*
12259  * Class:     org_ldk_impl_bindings
12260  * Method:    ChannelManager_new
12261  * Signature: (JJJJJJJ)J
12262  */
12263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1new
12264   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong, jlong, jlong);
12265
12266 /*
12267  * Class:     org_ldk_impl_bindings
12268  * Method:    ChannelManager_get_current_default_configuration
12269  * Signature: (J)J
12270  */
12271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1get_1current_1default_1configuration
12272   (JNIEnv *, jclass, jlong);
12273
12274 /*
12275  * Class:     org_ldk_impl_bindings
12276  * Method:    ChannelManager_create_channel
12277  * Signature: (J[BJJJJ)J
12278  */
12279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1create_1channel
12280   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong, jlong, jlong);
12281
12282 /*
12283  * Class:     org_ldk_impl_bindings
12284  * Method:    ChannelManager_list_channels
12285  * Signature: (J)[J
12286  */
12287 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1list_1channels
12288   (JNIEnv *, jclass, jlong);
12289
12290 /*
12291  * Class:     org_ldk_impl_bindings
12292  * Method:    ChannelManager_list_usable_channels
12293  * Signature: (J)[J
12294  */
12295 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1list_1usable_1channels
12296   (JNIEnv *, jclass, jlong);
12297
12298 /*
12299  * Class:     org_ldk_impl_bindings
12300  * Method:    ChannelManager_close_channel
12301  * Signature: (J[B)J
12302  */
12303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1close_1channel
12304   (JNIEnv *, jclass, jlong, jbyteArray);
12305
12306 /*
12307  * Class:     org_ldk_impl_bindings
12308  * Method:    ChannelManager_close_channel_with_target_feerate
12309  * Signature: (J[BI)J
12310  */
12311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1close_1channel_1with_1target_1feerate
12312   (JNIEnv *, jclass, jlong, jbyteArray, jint);
12313
12314 /*
12315  * Class:     org_ldk_impl_bindings
12316  * Method:    ChannelManager_force_close_channel
12317  * Signature: (J[B)J
12318  */
12319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1force_1close_1channel
12320   (JNIEnv *, jclass, jlong, jbyteArray);
12321
12322 /*
12323  * Class:     org_ldk_impl_bindings
12324  * Method:    ChannelManager_force_close_all_channels
12325  * Signature: (J)V
12326  */
12327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1force_1close_1all_1channels
12328   (JNIEnv *, jclass, jlong);
12329
12330 /*
12331  * Class:     org_ldk_impl_bindings
12332  * Method:    ChannelManager_send_payment
12333  * Signature: (JJ[B[B)J
12334  */
12335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1send_1payment
12336   (JNIEnv *, jclass, jlong, jlong, jbyteArray, jbyteArray);
12337
12338 /*
12339  * Class:     org_ldk_impl_bindings
12340  * Method:    ChannelManager_retry_payment
12341  * Signature: (JJ[B)J
12342  */
12343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1retry_1payment
12344   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
12345
12346 /*
12347  * Class:     org_ldk_impl_bindings
12348  * Method:    ChannelManager_send_spontaneous_payment
12349  * Signature: (JJ[B)J
12350  */
12351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1send_1spontaneous_1payment
12352   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
12353
12354 /*
12355  * Class:     org_ldk_impl_bindings
12356  * Method:    ChannelManager_funding_transaction_generated
12357  * Signature: (J[B[B)J
12358  */
12359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1funding_1transaction_1generated
12360   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray);
12361
12362 /*
12363  * Class:     org_ldk_impl_bindings
12364  * Method:    ChannelManager_broadcast_node_announcement
12365  * Signature: (J[B[B[J)V
12366  */
12367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1broadcast_1node_1announcement
12368   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jlongArray);
12369
12370 /*
12371  * Class:     org_ldk_impl_bindings
12372  * Method:    ChannelManager_process_pending_htlc_forwards
12373  * Signature: (J)V
12374  */
12375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1process_1pending_1htlc_1forwards
12376   (JNIEnv *, jclass, jlong);
12377
12378 /*
12379  * Class:     org_ldk_impl_bindings
12380  * Method:    ChannelManager_timer_tick_occurred
12381  * Signature: (J)V
12382  */
12383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1timer_1tick_1occurred
12384   (JNIEnv *, jclass, jlong);
12385
12386 /*
12387  * Class:     org_ldk_impl_bindings
12388  * Method:    ChannelManager_fail_htlc_backwards
12389  * Signature: (J[B)Z
12390  */
12391 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelManager_1fail_1htlc_1backwards
12392   (JNIEnv *, jclass, jlong, jbyteArray);
12393
12394 /*
12395  * Class:     org_ldk_impl_bindings
12396  * Method:    ChannelManager_claim_funds
12397  * Signature: (J[B)Z
12398  */
12399 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelManager_1claim_1funds
12400   (JNIEnv *, jclass, jlong, jbyteArray);
12401
12402 /*
12403  * Class:     org_ldk_impl_bindings
12404  * Method:    ChannelManager_get_our_node_id
12405  * Signature: (J)[B
12406  */
12407 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1get_1our_1node_1id
12408   (JNIEnv *, jclass, jlong);
12409
12410 /*
12411  * Class:     org_ldk_impl_bindings
12412  * Method:    ChannelManager_create_inbound_payment
12413  * Signature: (JJIJ)J
12414  */
12415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1create_1inbound_1payment
12416   (JNIEnv *, jclass, jlong, jlong, jint, jlong);
12417
12418 /*
12419  * Class:     org_ldk_impl_bindings
12420  * Method:    ChannelManager_create_inbound_payment_for_hash
12421  * Signature: (J[BJIJ)J
12422  */
12423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1create_1inbound_1payment_1for_1hash
12424   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jint, jlong);
12425
12426 /*
12427  * Class:     org_ldk_impl_bindings
12428  * Method:    ChannelManager_as_MessageSendEventsProvider
12429  * Signature: (J)J
12430  */
12431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1MessageSendEventsProvider
12432   (JNIEnv *, jclass, jlong);
12433
12434 /*
12435  * Class:     org_ldk_impl_bindings
12436  * Method:    ChannelManager_as_EventsProvider
12437  * Signature: (J)J
12438  */
12439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1EventsProvider
12440   (JNIEnv *, jclass, jlong);
12441
12442 /*
12443  * Class:     org_ldk_impl_bindings
12444  * Method:    ChannelManager_as_Listen
12445  * Signature: (J)J
12446  */
12447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1Listen
12448   (JNIEnv *, jclass, jlong);
12449
12450 /*
12451  * Class:     org_ldk_impl_bindings
12452  * Method:    ChannelManager_as_Confirm
12453  * Signature: (J)J
12454  */
12455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1Confirm
12456   (JNIEnv *, jclass, jlong);
12457
12458 /*
12459  * Class:     org_ldk_impl_bindings
12460  * Method:    ChannelManager_await_persistable_update_timeout
12461  * Signature: (JJ)Z
12462  */
12463 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelManager_1await_1persistable_1update_1timeout
12464   (JNIEnv *, jclass, jlong, jlong);
12465
12466 /*
12467  * Class:     org_ldk_impl_bindings
12468  * Method:    ChannelManager_await_persistable_update
12469  * Signature: (J)V
12470  */
12471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1await_1persistable_1update
12472   (JNIEnv *, jclass, jlong);
12473
12474 /*
12475  * Class:     org_ldk_impl_bindings
12476  * Method:    ChannelManager_current_best_block
12477  * Signature: (J)J
12478  */
12479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1current_1best_1block
12480   (JNIEnv *, jclass, jlong);
12481
12482 /*
12483  * Class:     org_ldk_impl_bindings
12484  * Method:    ChannelManager_as_ChannelMessageHandler
12485  * Signature: (J)J
12486  */
12487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1ChannelMessageHandler
12488   (JNIEnv *, jclass, jlong);
12489
12490 /*
12491  * Class:     org_ldk_impl_bindings
12492  * Method:    ChannelManager_write
12493  * Signature: (J)[B
12494  */
12495 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1write
12496   (JNIEnv *, jclass, jlong);
12497
12498 /*
12499  * Class:     org_ldk_impl_bindings
12500  * Method:    ChannelManagerReadArgs_free
12501  * Signature: (J)V
12502  */
12503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1free
12504   (JNIEnv *, jclass, jlong);
12505
12506 /*
12507  * Class:     org_ldk_impl_bindings
12508  * Method:    ChannelManagerReadArgs_get_keys_manager
12509  * Signature: (J)J
12510  */
12511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1keys_1manager
12512   (JNIEnv *, jclass, jlong);
12513
12514 /*
12515  * Class:     org_ldk_impl_bindings
12516  * Method:    ChannelManagerReadArgs_set_keys_manager
12517  * Signature: (JJ)V
12518  */
12519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1keys_1manager
12520   (JNIEnv *, jclass, jlong, jlong);
12521
12522 /*
12523  * Class:     org_ldk_impl_bindings
12524  * Method:    ChannelManagerReadArgs_get_fee_estimator
12525  * Signature: (J)J
12526  */
12527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1fee_1estimator
12528   (JNIEnv *, jclass, jlong);
12529
12530 /*
12531  * Class:     org_ldk_impl_bindings
12532  * Method:    ChannelManagerReadArgs_set_fee_estimator
12533  * Signature: (JJ)V
12534  */
12535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1fee_1estimator
12536   (JNIEnv *, jclass, jlong, jlong);
12537
12538 /*
12539  * Class:     org_ldk_impl_bindings
12540  * Method:    ChannelManagerReadArgs_get_chain_monitor
12541  * Signature: (J)J
12542  */
12543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1chain_1monitor
12544   (JNIEnv *, jclass, jlong);
12545
12546 /*
12547  * Class:     org_ldk_impl_bindings
12548  * Method:    ChannelManagerReadArgs_set_chain_monitor
12549  * Signature: (JJ)V
12550  */
12551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1chain_1monitor
12552   (JNIEnv *, jclass, jlong, jlong);
12553
12554 /*
12555  * Class:     org_ldk_impl_bindings
12556  * Method:    ChannelManagerReadArgs_get_tx_broadcaster
12557  * Signature: (J)J
12558  */
12559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1tx_1broadcaster
12560   (JNIEnv *, jclass, jlong);
12561
12562 /*
12563  * Class:     org_ldk_impl_bindings
12564  * Method:    ChannelManagerReadArgs_set_tx_broadcaster
12565  * Signature: (JJ)V
12566  */
12567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1tx_1broadcaster
12568   (JNIEnv *, jclass, jlong, jlong);
12569
12570 /*
12571  * Class:     org_ldk_impl_bindings
12572  * Method:    ChannelManagerReadArgs_get_logger
12573  * Signature: (J)J
12574  */
12575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1logger
12576   (JNIEnv *, jclass, jlong);
12577
12578 /*
12579  * Class:     org_ldk_impl_bindings
12580  * Method:    ChannelManagerReadArgs_set_logger
12581  * Signature: (JJ)V
12582  */
12583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1logger
12584   (JNIEnv *, jclass, jlong, jlong);
12585
12586 /*
12587  * Class:     org_ldk_impl_bindings
12588  * Method:    ChannelManagerReadArgs_get_default_config
12589  * Signature: (J)J
12590  */
12591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1default_1config
12592   (JNIEnv *, jclass, jlong);
12593
12594 /*
12595  * Class:     org_ldk_impl_bindings
12596  * Method:    ChannelManagerReadArgs_set_default_config
12597  * Signature: (JJ)V
12598  */
12599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1default_1config
12600   (JNIEnv *, jclass, jlong, jlong);
12601
12602 /*
12603  * Class:     org_ldk_impl_bindings
12604  * Method:    ChannelManagerReadArgs_new
12605  * Signature: (JJJJJJ[J)J
12606  */
12607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1new
12608   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong, jlong, jlongArray);
12609
12610 /*
12611  * Class:     org_ldk_impl_bindings
12612  * Method:    C2Tuple_BlockHashChannelManagerZ_read
12613  * Signature: ([BJ)J
12614  */
12615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelManagerZ_1read
12616   (JNIEnv *, jclass, jbyteArray, jlong);
12617
12618 /*
12619  * Class:     org_ldk_impl_bindings
12620  * Method:    DecodeError_free
12621  * Signature: (J)V
12622  */
12623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DecodeError_1free
12624   (JNIEnv *, jclass, jlong);
12625
12626 /*
12627  * Class:     org_ldk_impl_bindings
12628  * Method:    DecodeError_clone
12629  * Signature: (J)J
12630  */
12631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DecodeError_1clone
12632   (JNIEnv *, jclass, jlong);
12633
12634 /*
12635  * Class:     org_ldk_impl_bindings
12636  * Method:    Init_free
12637  * Signature: (J)V
12638  */
12639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Init_1free
12640   (JNIEnv *, jclass, jlong);
12641
12642 /*
12643  * Class:     org_ldk_impl_bindings
12644  * Method:    Init_get_features
12645  * Signature: (J)J
12646  */
12647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Init_1get_1features
12648   (JNIEnv *, jclass, jlong);
12649
12650 /*
12651  * Class:     org_ldk_impl_bindings
12652  * Method:    Init_set_features
12653  * Signature: (JJ)V
12654  */
12655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Init_1set_1features
12656   (JNIEnv *, jclass, jlong, jlong);
12657
12658 /*
12659  * Class:     org_ldk_impl_bindings
12660  * Method:    Init_new
12661  * Signature: (J)J
12662  */
12663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Init_1new
12664   (JNIEnv *, jclass, jlong);
12665
12666 /*
12667  * Class:     org_ldk_impl_bindings
12668  * Method:    Init_clone
12669  * Signature: (J)J
12670  */
12671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Init_1clone
12672   (JNIEnv *, jclass, jlong);
12673
12674 /*
12675  * Class:     org_ldk_impl_bindings
12676  * Method:    ErrorMessage_free
12677  * Signature: (J)V
12678  */
12679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1free
12680   (JNIEnv *, jclass, jlong);
12681
12682 /*
12683  * Class:     org_ldk_impl_bindings
12684  * Method:    ErrorMessage_get_channel_id
12685  * Signature: (J)[B
12686  */
12687 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1get_1channel_1id
12688   (JNIEnv *, jclass, jlong);
12689
12690 /*
12691  * Class:     org_ldk_impl_bindings
12692  * Method:    ErrorMessage_set_channel_id
12693  * Signature: (J[B)V
12694  */
12695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1set_1channel_1id
12696   (JNIEnv *, jclass, jlong, jbyteArray);
12697
12698 /*
12699  * Class:     org_ldk_impl_bindings
12700  * Method:    ErrorMessage_get_data
12701  * Signature: (J)Ljava/lang/String;
12702  */
12703 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1get_1data
12704   (JNIEnv *, jclass, jlong);
12705
12706 /*
12707  * Class:     org_ldk_impl_bindings
12708  * Method:    ErrorMessage_set_data
12709  * Signature: (JLjava/lang/String;)V
12710  */
12711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1set_1data
12712   (JNIEnv *, jclass, jlong, jstring);
12713
12714 /*
12715  * Class:     org_ldk_impl_bindings
12716  * Method:    ErrorMessage_new
12717  * Signature: ([BLjava/lang/String;)J
12718  */
12719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1new
12720   (JNIEnv *, jclass, jbyteArray, jstring);
12721
12722 /*
12723  * Class:     org_ldk_impl_bindings
12724  * Method:    ErrorMessage_clone
12725  * Signature: (J)J
12726  */
12727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1clone
12728   (JNIEnv *, jclass, jlong);
12729
12730 /*
12731  * Class:     org_ldk_impl_bindings
12732  * Method:    Ping_free
12733  * Signature: (J)V
12734  */
12735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Ping_1free
12736   (JNIEnv *, jclass, jlong);
12737
12738 /*
12739  * Class:     org_ldk_impl_bindings
12740  * Method:    Ping_get_ponglen
12741  * Signature: (J)S
12742  */
12743 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_Ping_1get_1ponglen
12744   (JNIEnv *, jclass, jlong);
12745
12746 /*
12747  * Class:     org_ldk_impl_bindings
12748  * Method:    Ping_set_ponglen
12749  * Signature: (JS)V
12750  */
12751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Ping_1set_1ponglen
12752   (JNIEnv *, jclass, jlong, jshort);
12753
12754 /*
12755  * Class:     org_ldk_impl_bindings
12756  * Method:    Ping_get_byteslen
12757  * Signature: (J)S
12758  */
12759 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_Ping_1get_1byteslen
12760   (JNIEnv *, jclass, jlong);
12761
12762 /*
12763  * Class:     org_ldk_impl_bindings
12764  * Method:    Ping_set_byteslen
12765  * Signature: (JS)V
12766  */
12767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Ping_1set_1byteslen
12768   (JNIEnv *, jclass, jlong, jshort);
12769
12770 /*
12771  * Class:     org_ldk_impl_bindings
12772  * Method:    Ping_new
12773  * Signature: (SS)J
12774  */
12775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Ping_1new
12776   (JNIEnv *, jclass, jshort, jshort);
12777
12778 /*
12779  * Class:     org_ldk_impl_bindings
12780  * Method:    Ping_clone
12781  * Signature: (J)J
12782  */
12783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Ping_1clone
12784   (JNIEnv *, jclass, jlong);
12785
12786 /*
12787  * Class:     org_ldk_impl_bindings
12788  * Method:    Pong_free
12789  * Signature: (J)V
12790  */
12791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Pong_1free
12792   (JNIEnv *, jclass, jlong);
12793
12794 /*
12795  * Class:     org_ldk_impl_bindings
12796  * Method:    Pong_get_byteslen
12797  * Signature: (J)S
12798  */
12799 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_Pong_1get_1byteslen
12800   (JNIEnv *, jclass, jlong);
12801
12802 /*
12803  * Class:     org_ldk_impl_bindings
12804  * Method:    Pong_set_byteslen
12805  * Signature: (JS)V
12806  */
12807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Pong_1set_1byteslen
12808   (JNIEnv *, jclass, jlong, jshort);
12809
12810 /*
12811  * Class:     org_ldk_impl_bindings
12812  * Method:    Pong_new
12813  * Signature: (S)J
12814  */
12815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Pong_1new
12816   (JNIEnv *, jclass, jshort);
12817
12818 /*
12819  * Class:     org_ldk_impl_bindings
12820  * Method:    Pong_clone
12821  * Signature: (J)J
12822  */
12823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Pong_1clone
12824   (JNIEnv *, jclass, jlong);
12825
12826 /*
12827  * Class:     org_ldk_impl_bindings
12828  * Method:    OpenChannel_free
12829  * Signature: (J)V
12830  */
12831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1free
12832   (JNIEnv *, jclass, jlong);
12833
12834 /*
12835  * Class:     org_ldk_impl_bindings
12836  * Method:    OpenChannel_get_chain_hash
12837  * Signature: (J)[B
12838  */
12839 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1chain_1hash
12840   (JNIEnv *, jclass, jlong);
12841
12842 /*
12843  * Class:     org_ldk_impl_bindings
12844  * Method:    OpenChannel_set_chain_hash
12845  * Signature: (J[B)V
12846  */
12847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1chain_1hash
12848   (JNIEnv *, jclass, jlong, jbyteArray);
12849
12850 /*
12851  * Class:     org_ldk_impl_bindings
12852  * Method:    OpenChannel_get_temporary_channel_id
12853  * Signature: (J)[B
12854  */
12855 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1temporary_1channel_1id
12856   (JNIEnv *, jclass, jlong);
12857
12858 /*
12859  * Class:     org_ldk_impl_bindings
12860  * Method:    OpenChannel_set_temporary_channel_id
12861  * Signature: (J[B)V
12862  */
12863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1temporary_1channel_1id
12864   (JNIEnv *, jclass, jlong, jbyteArray);
12865
12866 /*
12867  * Class:     org_ldk_impl_bindings
12868  * Method:    OpenChannel_get_funding_satoshis
12869  * Signature: (J)J
12870  */
12871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1funding_1satoshis
12872   (JNIEnv *, jclass, jlong);
12873
12874 /*
12875  * Class:     org_ldk_impl_bindings
12876  * Method:    OpenChannel_set_funding_satoshis
12877  * Signature: (JJ)V
12878  */
12879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1funding_1satoshis
12880   (JNIEnv *, jclass, jlong, jlong);
12881
12882 /*
12883  * Class:     org_ldk_impl_bindings
12884  * Method:    OpenChannel_get_push_msat
12885  * Signature: (J)J
12886  */
12887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1push_1msat
12888   (JNIEnv *, jclass, jlong);
12889
12890 /*
12891  * Class:     org_ldk_impl_bindings
12892  * Method:    OpenChannel_set_push_msat
12893  * Signature: (JJ)V
12894  */
12895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1push_1msat
12896   (JNIEnv *, jclass, jlong, jlong);
12897
12898 /*
12899  * Class:     org_ldk_impl_bindings
12900  * Method:    OpenChannel_get_dust_limit_satoshis
12901  * Signature: (J)J
12902  */
12903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1dust_1limit_1satoshis
12904   (JNIEnv *, jclass, jlong);
12905
12906 /*
12907  * Class:     org_ldk_impl_bindings
12908  * Method:    OpenChannel_set_dust_limit_satoshis
12909  * Signature: (JJ)V
12910  */
12911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1dust_1limit_1satoshis
12912   (JNIEnv *, jclass, jlong, jlong);
12913
12914 /*
12915  * Class:     org_ldk_impl_bindings
12916  * Method:    OpenChannel_get_max_htlc_value_in_flight_msat
12917  * Signature: (J)J
12918  */
12919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1max_1htlc_1value_1in_1flight_1msat
12920   (JNIEnv *, jclass, jlong);
12921
12922 /*
12923  * Class:     org_ldk_impl_bindings
12924  * Method:    OpenChannel_set_max_htlc_value_in_flight_msat
12925  * Signature: (JJ)V
12926  */
12927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1max_1htlc_1value_1in_1flight_1msat
12928   (JNIEnv *, jclass, jlong, jlong);
12929
12930 /*
12931  * Class:     org_ldk_impl_bindings
12932  * Method:    OpenChannel_get_channel_reserve_satoshis
12933  * Signature: (J)J
12934  */
12935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1channel_1reserve_1satoshis
12936   (JNIEnv *, jclass, jlong);
12937
12938 /*
12939  * Class:     org_ldk_impl_bindings
12940  * Method:    OpenChannel_set_channel_reserve_satoshis
12941  * Signature: (JJ)V
12942  */
12943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1channel_1reserve_1satoshis
12944   (JNIEnv *, jclass, jlong, jlong);
12945
12946 /*
12947  * Class:     org_ldk_impl_bindings
12948  * Method:    OpenChannel_get_htlc_minimum_msat
12949  * Signature: (J)J
12950  */
12951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1htlc_1minimum_1msat
12952   (JNIEnv *, jclass, jlong);
12953
12954 /*
12955  * Class:     org_ldk_impl_bindings
12956  * Method:    OpenChannel_set_htlc_minimum_msat
12957  * Signature: (JJ)V
12958  */
12959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1htlc_1minimum_1msat
12960   (JNIEnv *, jclass, jlong, jlong);
12961
12962 /*
12963  * Class:     org_ldk_impl_bindings
12964  * Method:    OpenChannel_get_feerate_per_kw
12965  * Signature: (J)I
12966  */
12967 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1feerate_1per_1kw
12968   (JNIEnv *, jclass, jlong);
12969
12970 /*
12971  * Class:     org_ldk_impl_bindings
12972  * Method:    OpenChannel_set_feerate_per_kw
12973  * Signature: (JI)V
12974  */
12975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1feerate_1per_1kw
12976   (JNIEnv *, jclass, jlong, jint);
12977
12978 /*
12979  * Class:     org_ldk_impl_bindings
12980  * Method:    OpenChannel_get_to_self_delay
12981  * Signature: (J)S
12982  */
12983 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1to_1self_1delay
12984   (JNIEnv *, jclass, jlong);
12985
12986 /*
12987  * Class:     org_ldk_impl_bindings
12988  * Method:    OpenChannel_set_to_self_delay
12989  * Signature: (JS)V
12990  */
12991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1to_1self_1delay
12992   (JNIEnv *, jclass, jlong, jshort);
12993
12994 /*
12995  * Class:     org_ldk_impl_bindings
12996  * Method:    OpenChannel_get_max_accepted_htlcs
12997  * Signature: (J)S
12998  */
12999 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1max_1accepted_1htlcs
13000   (JNIEnv *, jclass, jlong);
13001
13002 /*
13003  * Class:     org_ldk_impl_bindings
13004  * Method:    OpenChannel_set_max_accepted_htlcs
13005  * Signature: (JS)V
13006  */
13007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1max_1accepted_1htlcs
13008   (JNIEnv *, jclass, jlong, jshort);
13009
13010 /*
13011  * Class:     org_ldk_impl_bindings
13012  * Method:    OpenChannel_get_funding_pubkey
13013  * Signature: (J)[B
13014  */
13015 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1funding_1pubkey
13016   (JNIEnv *, jclass, jlong);
13017
13018 /*
13019  * Class:     org_ldk_impl_bindings
13020  * Method:    OpenChannel_set_funding_pubkey
13021  * Signature: (J[B)V
13022  */
13023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1funding_1pubkey
13024   (JNIEnv *, jclass, jlong, jbyteArray);
13025
13026 /*
13027  * Class:     org_ldk_impl_bindings
13028  * Method:    OpenChannel_get_revocation_basepoint
13029  * Signature: (J)[B
13030  */
13031 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1revocation_1basepoint
13032   (JNIEnv *, jclass, jlong);
13033
13034 /*
13035  * Class:     org_ldk_impl_bindings
13036  * Method:    OpenChannel_set_revocation_basepoint
13037  * Signature: (J[B)V
13038  */
13039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1revocation_1basepoint
13040   (JNIEnv *, jclass, jlong, jbyteArray);
13041
13042 /*
13043  * Class:     org_ldk_impl_bindings
13044  * Method:    OpenChannel_get_payment_point
13045  * Signature: (J)[B
13046  */
13047 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1payment_1point
13048   (JNIEnv *, jclass, jlong);
13049
13050 /*
13051  * Class:     org_ldk_impl_bindings
13052  * Method:    OpenChannel_set_payment_point
13053  * Signature: (J[B)V
13054  */
13055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1payment_1point
13056   (JNIEnv *, jclass, jlong, jbyteArray);
13057
13058 /*
13059  * Class:     org_ldk_impl_bindings
13060  * Method:    OpenChannel_get_delayed_payment_basepoint
13061  * Signature: (J)[B
13062  */
13063 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1delayed_1payment_1basepoint
13064   (JNIEnv *, jclass, jlong);
13065
13066 /*
13067  * Class:     org_ldk_impl_bindings
13068  * Method:    OpenChannel_set_delayed_payment_basepoint
13069  * Signature: (J[B)V
13070  */
13071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1delayed_1payment_1basepoint
13072   (JNIEnv *, jclass, jlong, jbyteArray);
13073
13074 /*
13075  * Class:     org_ldk_impl_bindings
13076  * Method:    OpenChannel_get_htlc_basepoint
13077  * Signature: (J)[B
13078  */
13079 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1htlc_1basepoint
13080   (JNIEnv *, jclass, jlong);
13081
13082 /*
13083  * Class:     org_ldk_impl_bindings
13084  * Method:    OpenChannel_set_htlc_basepoint
13085  * Signature: (J[B)V
13086  */
13087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1htlc_1basepoint
13088   (JNIEnv *, jclass, jlong, jbyteArray);
13089
13090 /*
13091  * Class:     org_ldk_impl_bindings
13092  * Method:    OpenChannel_get_first_per_commitment_point
13093  * Signature: (J)[B
13094  */
13095 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1first_1per_1commitment_1point
13096   (JNIEnv *, jclass, jlong);
13097
13098 /*
13099  * Class:     org_ldk_impl_bindings
13100  * Method:    OpenChannel_set_first_per_commitment_point
13101  * Signature: (J[B)V
13102  */
13103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1first_1per_1commitment_1point
13104   (JNIEnv *, jclass, jlong, jbyteArray);
13105
13106 /*
13107  * Class:     org_ldk_impl_bindings
13108  * Method:    OpenChannel_get_channel_flags
13109  * Signature: (J)B
13110  */
13111 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1channel_1flags
13112   (JNIEnv *, jclass, jlong);
13113
13114 /*
13115  * Class:     org_ldk_impl_bindings
13116  * Method:    OpenChannel_set_channel_flags
13117  * Signature: (JB)V
13118  */
13119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1channel_1flags
13120   (JNIEnv *, jclass, jlong, jbyte);
13121
13122 /*
13123  * Class:     org_ldk_impl_bindings
13124  * Method:    OpenChannel_clone
13125  * Signature: (J)J
13126  */
13127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1clone
13128   (JNIEnv *, jclass, jlong);
13129
13130 /*
13131  * Class:     org_ldk_impl_bindings
13132  * Method:    AcceptChannel_free
13133  * Signature: (J)V
13134  */
13135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1free
13136   (JNIEnv *, jclass, jlong);
13137
13138 /*
13139  * Class:     org_ldk_impl_bindings
13140  * Method:    AcceptChannel_get_temporary_channel_id
13141  * Signature: (J)[B
13142  */
13143 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1temporary_1channel_1id
13144   (JNIEnv *, jclass, jlong);
13145
13146 /*
13147  * Class:     org_ldk_impl_bindings
13148  * Method:    AcceptChannel_set_temporary_channel_id
13149  * Signature: (J[B)V
13150  */
13151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1temporary_1channel_1id
13152   (JNIEnv *, jclass, jlong, jbyteArray);
13153
13154 /*
13155  * Class:     org_ldk_impl_bindings
13156  * Method:    AcceptChannel_get_dust_limit_satoshis
13157  * Signature: (J)J
13158  */
13159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1dust_1limit_1satoshis
13160   (JNIEnv *, jclass, jlong);
13161
13162 /*
13163  * Class:     org_ldk_impl_bindings
13164  * Method:    AcceptChannel_set_dust_limit_satoshis
13165  * Signature: (JJ)V
13166  */
13167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1dust_1limit_1satoshis
13168   (JNIEnv *, jclass, jlong, jlong);
13169
13170 /*
13171  * Class:     org_ldk_impl_bindings
13172  * Method:    AcceptChannel_get_max_htlc_value_in_flight_msat
13173  * Signature: (J)J
13174  */
13175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1max_1htlc_1value_1in_1flight_1msat
13176   (JNIEnv *, jclass, jlong);
13177
13178 /*
13179  * Class:     org_ldk_impl_bindings
13180  * Method:    AcceptChannel_set_max_htlc_value_in_flight_msat
13181  * Signature: (JJ)V
13182  */
13183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1max_1htlc_1value_1in_1flight_1msat
13184   (JNIEnv *, jclass, jlong, jlong);
13185
13186 /*
13187  * Class:     org_ldk_impl_bindings
13188  * Method:    AcceptChannel_get_channel_reserve_satoshis
13189  * Signature: (J)J
13190  */
13191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1channel_1reserve_1satoshis
13192   (JNIEnv *, jclass, jlong);
13193
13194 /*
13195  * Class:     org_ldk_impl_bindings
13196  * Method:    AcceptChannel_set_channel_reserve_satoshis
13197  * Signature: (JJ)V
13198  */
13199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1channel_1reserve_1satoshis
13200   (JNIEnv *, jclass, jlong, jlong);
13201
13202 /*
13203  * Class:     org_ldk_impl_bindings
13204  * Method:    AcceptChannel_get_htlc_minimum_msat
13205  * Signature: (J)J
13206  */
13207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1htlc_1minimum_1msat
13208   (JNIEnv *, jclass, jlong);
13209
13210 /*
13211  * Class:     org_ldk_impl_bindings
13212  * Method:    AcceptChannel_set_htlc_minimum_msat
13213  * Signature: (JJ)V
13214  */
13215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1htlc_1minimum_1msat
13216   (JNIEnv *, jclass, jlong, jlong);
13217
13218 /*
13219  * Class:     org_ldk_impl_bindings
13220  * Method:    AcceptChannel_get_minimum_depth
13221  * Signature: (J)I
13222  */
13223 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1minimum_1depth
13224   (JNIEnv *, jclass, jlong);
13225
13226 /*
13227  * Class:     org_ldk_impl_bindings
13228  * Method:    AcceptChannel_set_minimum_depth
13229  * Signature: (JI)V
13230  */
13231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1minimum_1depth
13232   (JNIEnv *, jclass, jlong, jint);
13233
13234 /*
13235  * Class:     org_ldk_impl_bindings
13236  * Method:    AcceptChannel_get_to_self_delay
13237  * Signature: (J)S
13238  */
13239 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1to_1self_1delay
13240   (JNIEnv *, jclass, jlong);
13241
13242 /*
13243  * Class:     org_ldk_impl_bindings
13244  * Method:    AcceptChannel_set_to_self_delay
13245  * Signature: (JS)V
13246  */
13247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1to_1self_1delay
13248   (JNIEnv *, jclass, jlong, jshort);
13249
13250 /*
13251  * Class:     org_ldk_impl_bindings
13252  * Method:    AcceptChannel_get_max_accepted_htlcs
13253  * Signature: (J)S
13254  */
13255 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1max_1accepted_1htlcs
13256   (JNIEnv *, jclass, jlong);
13257
13258 /*
13259  * Class:     org_ldk_impl_bindings
13260  * Method:    AcceptChannel_set_max_accepted_htlcs
13261  * Signature: (JS)V
13262  */
13263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1max_1accepted_1htlcs
13264   (JNIEnv *, jclass, jlong, jshort);
13265
13266 /*
13267  * Class:     org_ldk_impl_bindings
13268  * Method:    AcceptChannel_get_funding_pubkey
13269  * Signature: (J)[B
13270  */
13271 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1funding_1pubkey
13272   (JNIEnv *, jclass, jlong);
13273
13274 /*
13275  * Class:     org_ldk_impl_bindings
13276  * Method:    AcceptChannel_set_funding_pubkey
13277  * Signature: (J[B)V
13278  */
13279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1funding_1pubkey
13280   (JNIEnv *, jclass, jlong, jbyteArray);
13281
13282 /*
13283  * Class:     org_ldk_impl_bindings
13284  * Method:    AcceptChannel_get_revocation_basepoint
13285  * Signature: (J)[B
13286  */
13287 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1revocation_1basepoint
13288   (JNIEnv *, jclass, jlong);
13289
13290 /*
13291  * Class:     org_ldk_impl_bindings
13292  * Method:    AcceptChannel_set_revocation_basepoint
13293  * Signature: (J[B)V
13294  */
13295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1revocation_1basepoint
13296   (JNIEnv *, jclass, jlong, jbyteArray);
13297
13298 /*
13299  * Class:     org_ldk_impl_bindings
13300  * Method:    AcceptChannel_get_payment_point
13301  * Signature: (J)[B
13302  */
13303 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1payment_1point
13304   (JNIEnv *, jclass, jlong);
13305
13306 /*
13307  * Class:     org_ldk_impl_bindings
13308  * Method:    AcceptChannel_set_payment_point
13309  * Signature: (J[B)V
13310  */
13311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1payment_1point
13312   (JNIEnv *, jclass, jlong, jbyteArray);
13313
13314 /*
13315  * Class:     org_ldk_impl_bindings
13316  * Method:    AcceptChannel_get_delayed_payment_basepoint
13317  * Signature: (J)[B
13318  */
13319 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1delayed_1payment_1basepoint
13320   (JNIEnv *, jclass, jlong);
13321
13322 /*
13323  * Class:     org_ldk_impl_bindings
13324  * Method:    AcceptChannel_set_delayed_payment_basepoint
13325  * Signature: (J[B)V
13326  */
13327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1delayed_1payment_1basepoint
13328   (JNIEnv *, jclass, jlong, jbyteArray);
13329
13330 /*
13331  * Class:     org_ldk_impl_bindings
13332  * Method:    AcceptChannel_get_htlc_basepoint
13333  * Signature: (J)[B
13334  */
13335 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1htlc_1basepoint
13336   (JNIEnv *, jclass, jlong);
13337
13338 /*
13339  * Class:     org_ldk_impl_bindings
13340  * Method:    AcceptChannel_set_htlc_basepoint
13341  * Signature: (J[B)V
13342  */
13343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1htlc_1basepoint
13344   (JNIEnv *, jclass, jlong, jbyteArray);
13345
13346 /*
13347  * Class:     org_ldk_impl_bindings
13348  * Method:    AcceptChannel_get_first_per_commitment_point
13349  * Signature: (J)[B
13350  */
13351 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1first_1per_1commitment_1point
13352   (JNIEnv *, jclass, jlong);
13353
13354 /*
13355  * Class:     org_ldk_impl_bindings
13356  * Method:    AcceptChannel_set_first_per_commitment_point
13357  * Signature: (J[B)V
13358  */
13359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1first_1per_1commitment_1point
13360   (JNIEnv *, jclass, jlong, jbyteArray);
13361
13362 /*
13363  * Class:     org_ldk_impl_bindings
13364  * Method:    AcceptChannel_clone
13365  * Signature: (J)J
13366  */
13367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1clone
13368   (JNIEnv *, jclass, jlong);
13369
13370 /*
13371  * Class:     org_ldk_impl_bindings
13372  * Method:    FundingCreated_free
13373  * Signature: (J)V
13374  */
13375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1free
13376   (JNIEnv *, jclass, jlong);
13377
13378 /*
13379  * Class:     org_ldk_impl_bindings
13380  * Method:    FundingCreated_get_temporary_channel_id
13381  * Signature: (J)[B
13382  */
13383 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingCreated_1get_1temporary_1channel_1id
13384   (JNIEnv *, jclass, jlong);
13385
13386 /*
13387  * Class:     org_ldk_impl_bindings
13388  * Method:    FundingCreated_set_temporary_channel_id
13389  * Signature: (J[B)V
13390  */
13391 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1set_1temporary_1channel_1id
13392   (JNIEnv *, jclass, jlong, jbyteArray);
13393
13394 /*
13395  * Class:     org_ldk_impl_bindings
13396  * Method:    FundingCreated_get_funding_txid
13397  * Signature: (J)[B
13398  */
13399 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingCreated_1get_1funding_1txid
13400   (JNIEnv *, jclass, jlong);
13401
13402 /*
13403  * Class:     org_ldk_impl_bindings
13404  * Method:    FundingCreated_set_funding_txid
13405  * Signature: (J[B)V
13406  */
13407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1set_1funding_1txid
13408   (JNIEnv *, jclass, jlong, jbyteArray);
13409
13410 /*
13411  * Class:     org_ldk_impl_bindings
13412  * Method:    FundingCreated_get_funding_output_index
13413  * Signature: (J)S
13414  */
13415 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_FundingCreated_1get_1funding_1output_1index
13416   (JNIEnv *, jclass, jlong);
13417
13418 /*
13419  * Class:     org_ldk_impl_bindings
13420  * Method:    FundingCreated_set_funding_output_index
13421  * Signature: (JS)V
13422  */
13423 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1set_1funding_1output_1index
13424   (JNIEnv *, jclass, jlong, jshort);
13425
13426 /*
13427  * Class:     org_ldk_impl_bindings
13428  * Method:    FundingCreated_get_signature
13429  * Signature: (J)[B
13430  */
13431 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingCreated_1get_1signature
13432   (JNIEnv *, jclass, jlong);
13433
13434 /*
13435  * Class:     org_ldk_impl_bindings
13436  * Method:    FundingCreated_set_signature
13437  * Signature: (J[B)V
13438  */
13439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1set_1signature
13440   (JNIEnv *, jclass, jlong, jbyteArray);
13441
13442 /*
13443  * Class:     org_ldk_impl_bindings
13444  * Method:    FundingCreated_new
13445  * Signature: ([B[BS[B)J
13446  */
13447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingCreated_1new
13448   (JNIEnv *, jclass, jbyteArray, jbyteArray, jshort, jbyteArray);
13449
13450 /*
13451  * Class:     org_ldk_impl_bindings
13452  * Method:    FundingCreated_clone
13453  * Signature: (J)J
13454  */
13455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingCreated_1clone
13456   (JNIEnv *, jclass, jlong);
13457
13458 /*
13459  * Class:     org_ldk_impl_bindings
13460  * Method:    FundingSigned_free
13461  * Signature: (J)V
13462  */
13463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingSigned_1free
13464   (JNIEnv *, jclass, jlong);
13465
13466 /*
13467  * Class:     org_ldk_impl_bindings
13468  * Method:    FundingSigned_get_channel_id
13469  * Signature: (J)[B
13470  */
13471 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingSigned_1get_1channel_1id
13472   (JNIEnv *, jclass, jlong);
13473
13474 /*
13475  * Class:     org_ldk_impl_bindings
13476  * Method:    FundingSigned_set_channel_id
13477  * Signature: (J[B)V
13478  */
13479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingSigned_1set_1channel_1id
13480   (JNIEnv *, jclass, jlong, jbyteArray);
13481
13482 /*
13483  * Class:     org_ldk_impl_bindings
13484  * Method:    FundingSigned_get_signature
13485  * Signature: (J)[B
13486  */
13487 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingSigned_1get_1signature
13488   (JNIEnv *, jclass, jlong);
13489
13490 /*
13491  * Class:     org_ldk_impl_bindings
13492  * Method:    FundingSigned_set_signature
13493  * Signature: (J[B)V
13494  */
13495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingSigned_1set_1signature
13496   (JNIEnv *, jclass, jlong, jbyteArray);
13497
13498 /*
13499  * Class:     org_ldk_impl_bindings
13500  * Method:    FundingSigned_new
13501  * Signature: ([B[B)J
13502  */
13503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingSigned_1new
13504   (JNIEnv *, jclass, jbyteArray, jbyteArray);
13505
13506 /*
13507  * Class:     org_ldk_impl_bindings
13508  * Method:    FundingSigned_clone
13509  * Signature: (J)J
13510  */
13511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingSigned_1clone
13512   (JNIEnv *, jclass, jlong);
13513
13514 /*
13515  * Class:     org_ldk_impl_bindings
13516  * Method:    FundingLocked_free
13517  * Signature: (J)V
13518  */
13519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingLocked_1free
13520   (JNIEnv *, jclass, jlong);
13521
13522 /*
13523  * Class:     org_ldk_impl_bindings
13524  * Method:    FundingLocked_get_channel_id
13525  * Signature: (J)[B
13526  */
13527 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingLocked_1get_1channel_1id
13528   (JNIEnv *, jclass, jlong);
13529
13530 /*
13531  * Class:     org_ldk_impl_bindings
13532  * Method:    FundingLocked_set_channel_id
13533  * Signature: (J[B)V
13534  */
13535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingLocked_1set_1channel_1id
13536   (JNIEnv *, jclass, jlong, jbyteArray);
13537
13538 /*
13539  * Class:     org_ldk_impl_bindings
13540  * Method:    FundingLocked_get_next_per_commitment_point
13541  * Signature: (J)[B
13542  */
13543 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingLocked_1get_1next_1per_1commitment_1point
13544   (JNIEnv *, jclass, jlong);
13545
13546 /*
13547  * Class:     org_ldk_impl_bindings
13548  * Method:    FundingLocked_set_next_per_commitment_point
13549  * Signature: (J[B)V
13550  */
13551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingLocked_1set_1next_1per_1commitment_1point
13552   (JNIEnv *, jclass, jlong, jbyteArray);
13553
13554 /*
13555  * Class:     org_ldk_impl_bindings
13556  * Method:    FundingLocked_new
13557  * Signature: ([B[B)J
13558  */
13559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingLocked_1new
13560   (JNIEnv *, jclass, jbyteArray, jbyteArray);
13561
13562 /*
13563  * Class:     org_ldk_impl_bindings
13564  * Method:    FundingLocked_clone
13565  * Signature: (J)J
13566  */
13567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingLocked_1clone
13568   (JNIEnv *, jclass, jlong);
13569
13570 /*
13571  * Class:     org_ldk_impl_bindings
13572  * Method:    Shutdown_free
13573  * Signature: (J)V
13574  */
13575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Shutdown_1free
13576   (JNIEnv *, jclass, jlong);
13577
13578 /*
13579  * Class:     org_ldk_impl_bindings
13580  * Method:    Shutdown_get_channel_id
13581  * Signature: (J)[B
13582  */
13583 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Shutdown_1get_1channel_1id
13584   (JNIEnv *, jclass, jlong);
13585
13586 /*
13587  * Class:     org_ldk_impl_bindings
13588  * Method:    Shutdown_set_channel_id
13589  * Signature: (J[B)V
13590  */
13591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Shutdown_1set_1channel_1id
13592   (JNIEnv *, jclass, jlong, jbyteArray);
13593
13594 /*
13595  * Class:     org_ldk_impl_bindings
13596  * Method:    Shutdown_get_scriptpubkey
13597  * Signature: (J)[B
13598  */
13599 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Shutdown_1get_1scriptpubkey
13600   (JNIEnv *, jclass, jlong);
13601
13602 /*
13603  * Class:     org_ldk_impl_bindings
13604  * Method:    Shutdown_set_scriptpubkey
13605  * Signature: (J[B)V
13606  */
13607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Shutdown_1set_1scriptpubkey
13608   (JNIEnv *, jclass, jlong, jbyteArray);
13609
13610 /*
13611  * Class:     org_ldk_impl_bindings
13612  * Method:    Shutdown_new
13613  * Signature: ([B[B)J
13614  */
13615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Shutdown_1new
13616   (JNIEnv *, jclass, jbyteArray, jbyteArray);
13617
13618 /*
13619  * Class:     org_ldk_impl_bindings
13620  * Method:    Shutdown_clone
13621  * Signature: (J)J
13622  */
13623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Shutdown_1clone
13624   (JNIEnv *, jclass, jlong);
13625
13626 /*
13627  * Class:     org_ldk_impl_bindings
13628  * Method:    ClosingSignedFeeRange_free
13629  * Signature: (J)V
13630  */
13631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1free
13632   (JNIEnv *, jclass, jlong);
13633
13634 /*
13635  * Class:     org_ldk_impl_bindings
13636  * Method:    ClosingSignedFeeRange_get_min_fee_satoshis
13637  * Signature: (J)J
13638  */
13639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1get_1min_1fee_1satoshis
13640   (JNIEnv *, jclass, jlong);
13641
13642 /*
13643  * Class:     org_ldk_impl_bindings
13644  * Method:    ClosingSignedFeeRange_set_min_fee_satoshis
13645  * Signature: (JJ)V
13646  */
13647 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1set_1min_1fee_1satoshis
13648   (JNIEnv *, jclass, jlong, jlong);
13649
13650 /*
13651  * Class:     org_ldk_impl_bindings
13652  * Method:    ClosingSignedFeeRange_get_max_fee_satoshis
13653  * Signature: (J)J
13654  */
13655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1get_1max_1fee_1satoshis
13656   (JNIEnv *, jclass, jlong);
13657
13658 /*
13659  * Class:     org_ldk_impl_bindings
13660  * Method:    ClosingSignedFeeRange_set_max_fee_satoshis
13661  * Signature: (JJ)V
13662  */
13663 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1set_1max_1fee_1satoshis
13664   (JNIEnv *, jclass, jlong, jlong);
13665
13666 /*
13667  * Class:     org_ldk_impl_bindings
13668  * Method:    ClosingSignedFeeRange_new
13669  * Signature: (JJ)J
13670  */
13671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1new
13672   (JNIEnv *, jclass, jlong, jlong);
13673
13674 /*
13675  * Class:     org_ldk_impl_bindings
13676  * Method:    ClosingSignedFeeRange_clone
13677  * Signature: (J)J
13678  */
13679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1clone
13680   (JNIEnv *, jclass, jlong);
13681
13682 /*
13683  * Class:     org_ldk_impl_bindings
13684  * Method:    ClosingSigned_free
13685  * Signature: (J)V
13686  */
13687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1free
13688   (JNIEnv *, jclass, jlong);
13689
13690 /*
13691  * Class:     org_ldk_impl_bindings
13692  * Method:    ClosingSigned_get_channel_id
13693  * Signature: (J)[B
13694  */
13695 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1get_1channel_1id
13696   (JNIEnv *, jclass, jlong);
13697
13698 /*
13699  * Class:     org_ldk_impl_bindings
13700  * Method:    ClosingSigned_set_channel_id
13701  * Signature: (J[B)V
13702  */
13703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1set_1channel_1id
13704   (JNIEnv *, jclass, jlong, jbyteArray);
13705
13706 /*
13707  * Class:     org_ldk_impl_bindings
13708  * Method:    ClosingSigned_get_fee_satoshis
13709  * Signature: (J)J
13710  */
13711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1get_1fee_1satoshis
13712   (JNIEnv *, jclass, jlong);
13713
13714 /*
13715  * Class:     org_ldk_impl_bindings
13716  * Method:    ClosingSigned_set_fee_satoshis
13717  * Signature: (JJ)V
13718  */
13719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1set_1fee_1satoshis
13720   (JNIEnv *, jclass, jlong, jlong);
13721
13722 /*
13723  * Class:     org_ldk_impl_bindings
13724  * Method:    ClosingSigned_get_signature
13725  * Signature: (J)[B
13726  */
13727 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1get_1signature
13728   (JNIEnv *, jclass, jlong);
13729
13730 /*
13731  * Class:     org_ldk_impl_bindings
13732  * Method:    ClosingSigned_set_signature
13733  * Signature: (J[B)V
13734  */
13735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1set_1signature
13736   (JNIEnv *, jclass, jlong, jbyteArray);
13737
13738 /*
13739  * Class:     org_ldk_impl_bindings
13740  * Method:    ClosingSigned_get_fee_range
13741  * Signature: (J)J
13742  */
13743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1get_1fee_1range
13744   (JNIEnv *, jclass, jlong);
13745
13746 /*
13747  * Class:     org_ldk_impl_bindings
13748  * Method:    ClosingSigned_set_fee_range
13749  * Signature: (JJ)V
13750  */
13751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1set_1fee_1range
13752   (JNIEnv *, jclass, jlong, jlong);
13753
13754 /*
13755  * Class:     org_ldk_impl_bindings
13756  * Method:    ClosingSigned_new
13757  * Signature: ([BJ[BJ)J
13758  */
13759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1new
13760   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray, jlong);
13761
13762 /*
13763  * Class:     org_ldk_impl_bindings
13764  * Method:    ClosingSigned_clone
13765  * Signature: (J)J
13766  */
13767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1clone
13768   (JNIEnv *, jclass, jlong);
13769
13770 /*
13771  * Class:     org_ldk_impl_bindings
13772  * Method:    UpdateAddHTLC_free
13773  * Signature: (J)V
13774  */
13775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1free
13776   (JNIEnv *, jclass, jlong);
13777
13778 /*
13779  * Class:     org_ldk_impl_bindings
13780  * Method:    UpdateAddHTLC_get_channel_id
13781  * Signature: (J)[B
13782  */
13783 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1channel_1id
13784   (JNIEnv *, jclass, jlong);
13785
13786 /*
13787  * Class:     org_ldk_impl_bindings
13788  * Method:    UpdateAddHTLC_set_channel_id
13789  * Signature: (J[B)V
13790  */
13791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1channel_1id
13792   (JNIEnv *, jclass, jlong, jbyteArray);
13793
13794 /*
13795  * Class:     org_ldk_impl_bindings
13796  * Method:    UpdateAddHTLC_get_htlc_id
13797  * Signature: (J)J
13798  */
13799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1htlc_1id
13800   (JNIEnv *, jclass, jlong);
13801
13802 /*
13803  * Class:     org_ldk_impl_bindings
13804  * Method:    UpdateAddHTLC_set_htlc_id
13805  * Signature: (JJ)V
13806  */
13807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1htlc_1id
13808   (JNIEnv *, jclass, jlong, jlong);
13809
13810 /*
13811  * Class:     org_ldk_impl_bindings
13812  * Method:    UpdateAddHTLC_get_amount_msat
13813  * Signature: (J)J
13814  */
13815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1amount_1msat
13816   (JNIEnv *, jclass, jlong);
13817
13818 /*
13819  * Class:     org_ldk_impl_bindings
13820  * Method:    UpdateAddHTLC_set_amount_msat
13821  * Signature: (JJ)V
13822  */
13823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1amount_1msat
13824   (JNIEnv *, jclass, jlong, jlong);
13825
13826 /*
13827  * Class:     org_ldk_impl_bindings
13828  * Method:    UpdateAddHTLC_get_payment_hash
13829  * Signature: (J)[B
13830  */
13831 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1payment_1hash
13832   (JNIEnv *, jclass, jlong);
13833
13834 /*
13835  * Class:     org_ldk_impl_bindings
13836  * Method:    UpdateAddHTLC_set_payment_hash
13837  * Signature: (J[B)V
13838  */
13839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1payment_1hash
13840   (JNIEnv *, jclass, jlong, jbyteArray);
13841
13842 /*
13843  * Class:     org_ldk_impl_bindings
13844  * Method:    UpdateAddHTLC_get_cltv_expiry
13845  * Signature: (J)I
13846  */
13847 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1cltv_1expiry
13848   (JNIEnv *, jclass, jlong);
13849
13850 /*
13851  * Class:     org_ldk_impl_bindings
13852  * Method:    UpdateAddHTLC_set_cltv_expiry
13853  * Signature: (JI)V
13854  */
13855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1cltv_1expiry
13856   (JNIEnv *, jclass, jlong, jint);
13857
13858 /*
13859  * Class:     org_ldk_impl_bindings
13860  * Method:    UpdateAddHTLC_clone
13861  * Signature: (J)J
13862  */
13863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1clone
13864   (JNIEnv *, jclass, jlong);
13865
13866 /*
13867  * Class:     org_ldk_impl_bindings
13868  * Method:    UpdateFulfillHTLC_free
13869  * Signature: (J)V
13870  */
13871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1free
13872   (JNIEnv *, jclass, jlong);
13873
13874 /*
13875  * Class:     org_ldk_impl_bindings
13876  * Method:    UpdateFulfillHTLC_get_channel_id
13877  * Signature: (J)[B
13878  */
13879 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1get_1channel_1id
13880   (JNIEnv *, jclass, jlong);
13881
13882 /*
13883  * Class:     org_ldk_impl_bindings
13884  * Method:    UpdateFulfillHTLC_set_channel_id
13885  * Signature: (J[B)V
13886  */
13887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1set_1channel_1id
13888   (JNIEnv *, jclass, jlong, jbyteArray);
13889
13890 /*
13891  * Class:     org_ldk_impl_bindings
13892  * Method:    UpdateFulfillHTLC_get_htlc_id
13893  * Signature: (J)J
13894  */
13895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1get_1htlc_1id
13896   (JNIEnv *, jclass, jlong);
13897
13898 /*
13899  * Class:     org_ldk_impl_bindings
13900  * Method:    UpdateFulfillHTLC_set_htlc_id
13901  * Signature: (JJ)V
13902  */
13903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1set_1htlc_1id
13904   (JNIEnv *, jclass, jlong, jlong);
13905
13906 /*
13907  * Class:     org_ldk_impl_bindings
13908  * Method:    UpdateFulfillHTLC_get_payment_preimage
13909  * Signature: (J)[B
13910  */
13911 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1get_1payment_1preimage
13912   (JNIEnv *, jclass, jlong);
13913
13914 /*
13915  * Class:     org_ldk_impl_bindings
13916  * Method:    UpdateFulfillHTLC_set_payment_preimage
13917  * Signature: (J[B)V
13918  */
13919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1set_1payment_1preimage
13920   (JNIEnv *, jclass, jlong, jbyteArray);
13921
13922 /*
13923  * Class:     org_ldk_impl_bindings
13924  * Method:    UpdateFulfillHTLC_new
13925  * Signature: ([BJ[B)J
13926  */
13927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1new
13928   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray);
13929
13930 /*
13931  * Class:     org_ldk_impl_bindings
13932  * Method:    UpdateFulfillHTLC_clone
13933  * Signature: (J)J
13934  */
13935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1clone
13936   (JNIEnv *, jclass, jlong);
13937
13938 /*
13939  * Class:     org_ldk_impl_bindings
13940  * Method:    UpdateFailHTLC_free
13941  * Signature: (J)V
13942  */
13943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1free
13944   (JNIEnv *, jclass, jlong);
13945
13946 /*
13947  * Class:     org_ldk_impl_bindings
13948  * Method:    UpdateFailHTLC_get_channel_id
13949  * Signature: (J)[B
13950  */
13951 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1get_1channel_1id
13952   (JNIEnv *, jclass, jlong);
13953
13954 /*
13955  * Class:     org_ldk_impl_bindings
13956  * Method:    UpdateFailHTLC_set_channel_id
13957  * Signature: (J[B)V
13958  */
13959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1set_1channel_1id
13960   (JNIEnv *, jclass, jlong, jbyteArray);
13961
13962 /*
13963  * Class:     org_ldk_impl_bindings
13964  * Method:    UpdateFailHTLC_get_htlc_id
13965  * Signature: (J)J
13966  */
13967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1get_1htlc_1id
13968   (JNIEnv *, jclass, jlong);
13969
13970 /*
13971  * Class:     org_ldk_impl_bindings
13972  * Method:    UpdateFailHTLC_set_htlc_id
13973  * Signature: (JJ)V
13974  */
13975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1set_1htlc_1id
13976   (JNIEnv *, jclass, jlong, jlong);
13977
13978 /*
13979  * Class:     org_ldk_impl_bindings
13980  * Method:    UpdateFailHTLC_clone
13981  * Signature: (J)J
13982  */
13983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1clone
13984   (JNIEnv *, jclass, jlong);
13985
13986 /*
13987  * Class:     org_ldk_impl_bindings
13988  * Method:    UpdateFailMalformedHTLC_free
13989  * Signature: (J)V
13990  */
13991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1free
13992   (JNIEnv *, jclass, jlong);
13993
13994 /*
13995  * Class:     org_ldk_impl_bindings
13996  * Method:    UpdateFailMalformedHTLC_get_channel_id
13997  * Signature: (J)[B
13998  */
13999 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1get_1channel_1id
14000   (JNIEnv *, jclass, jlong);
14001
14002 /*
14003  * Class:     org_ldk_impl_bindings
14004  * Method:    UpdateFailMalformedHTLC_set_channel_id
14005  * Signature: (J[B)V
14006  */
14007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1set_1channel_1id
14008   (JNIEnv *, jclass, jlong, jbyteArray);
14009
14010 /*
14011  * Class:     org_ldk_impl_bindings
14012  * Method:    UpdateFailMalformedHTLC_get_htlc_id
14013  * Signature: (J)J
14014  */
14015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1get_1htlc_1id
14016   (JNIEnv *, jclass, jlong);
14017
14018 /*
14019  * Class:     org_ldk_impl_bindings
14020  * Method:    UpdateFailMalformedHTLC_set_htlc_id
14021  * Signature: (JJ)V
14022  */
14023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1set_1htlc_1id
14024   (JNIEnv *, jclass, jlong, jlong);
14025
14026 /*
14027  * Class:     org_ldk_impl_bindings
14028  * Method:    UpdateFailMalformedHTLC_get_failure_code
14029  * Signature: (J)S
14030  */
14031 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1get_1failure_1code
14032   (JNIEnv *, jclass, jlong);
14033
14034 /*
14035  * Class:     org_ldk_impl_bindings
14036  * Method:    UpdateFailMalformedHTLC_set_failure_code
14037  * Signature: (JS)V
14038  */
14039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1set_1failure_1code
14040   (JNIEnv *, jclass, jlong, jshort);
14041
14042 /*
14043  * Class:     org_ldk_impl_bindings
14044  * Method:    UpdateFailMalformedHTLC_clone
14045  * Signature: (J)J
14046  */
14047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1clone
14048   (JNIEnv *, jclass, jlong);
14049
14050 /*
14051  * Class:     org_ldk_impl_bindings
14052  * Method:    CommitmentSigned_free
14053  * Signature: (J)V
14054  */
14055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1free
14056   (JNIEnv *, jclass, jlong);
14057
14058 /*
14059  * Class:     org_ldk_impl_bindings
14060  * Method:    CommitmentSigned_get_channel_id
14061  * Signature: (J)[B
14062  */
14063 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1get_1channel_1id
14064   (JNIEnv *, jclass, jlong);
14065
14066 /*
14067  * Class:     org_ldk_impl_bindings
14068  * Method:    CommitmentSigned_set_channel_id
14069  * Signature: (J[B)V
14070  */
14071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1set_1channel_1id
14072   (JNIEnv *, jclass, jlong, jbyteArray);
14073
14074 /*
14075  * Class:     org_ldk_impl_bindings
14076  * Method:    CommitmentSigned_get_signature
14077  * Signature: (J)[B
14078  */
14079 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1get_1signature
14080   (JNIEnv *, jclass, jlong);
14081
14082 /*
14083  * Class:     org_ldk_impl_bindings
14084  * Method:    CommitmentSigned_set_signature
14085  * Signature: (J[B)V
14086  */
14087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1set_1signature
14088   (JNIEnv *, jclass, jlong, jbyteArray);
14089
14090 /*
14091  * Class:     org_ldk_impl_bindings
14092  * Method:    CommitmentSigned_set_htlc_signatures
14093  * Signature: (J[[B)V
14094  */
14095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1set_1htlc_1signatures
14096   (JNIEnv *, jclass, jlong, jobjectArray);
14097
14098 /*
14099  * Class:     org_ldk_impl_bindings
14100  * Method:    CommitmentSigned_new
14101  * Signature: ([B[B[[B)J
14102  */
14103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1new
14104   (JNIEnv *, jclass, jbyteArray, jbyteArray, jobjectArray);
14105
14106 /*
14107  * Class:     org_ldk_impl_bindings
14108  * Method:    CommitmentSigned_clone
14109  * Signature: (J)J
14110  */
14111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1clone
14112   (JNIEnv *, jclass, jlong);
14113
14114 /*
14115  * Class:     org_ldk_impl_bindings
14116  * Method:    RevokeAndACK_free
14117  * Signature: (J)V
14118  */
14119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1free
14120   (JNIEnv *, jclass, jlong);
14121
14122 /*
14123  * Class:     org_ldk_impl_bindings
14124  * Method:    RevokeAndACK_get_channel_id
14125  * Signature: (J)[B
14126  */
14127 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1get_1channel_1id
14128   (JNIEnv *, jclass, jlong);
14129
14130 /*
14131  * Class:     org_ldk_impl_bindings
14132  * Method:    RevokeAndACK_set_channel_id
14133  * Signature: (J[B)V
14134  */
14135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1set_1channel_1id
14136   (JNIEnv *, jclass, jlong, jbyteArray);
14137
14138 /*
14139  * Class:     org_ldk_impl_bindings
14140  * Method:    RevokeAndACK_get_per_commitment_secret
14141  * Signature: (J)[B
14142  */
14143 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1get_1per_1commitment_1secret
14144   (JNIEnv *, jclass, jlong);
14145
14146 /*
14147  * Class:     org_ldk_impl_bindings
14148  * Method:    RevokeAndACK_set_per_commitment_secret
14149  * Signature: (J[B)V
14150  */
14151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1set_1per_1commitment_1secret
14152   (JNIEnv *, jclass, jlong, jbyteArray);
14153
14154 /*
14155  * Class:     org_ldk_impl_bindings
14156  * Method:    RevokeAndACK_get_next_per_commitment_point
14157  * Signature: (J)[B
14158  */
14159 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1get_1next_1per_1commitment_1point
14160   (JNIEnv *, jclass, jlong);
14161
14162 /*
14163  * Class:     org_ldk_impl_bindings
14164  * Method:    RevokeAndACK_set_next_per_commitment_point
14165  * Signature: (J[B)V
14166  */
14167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1set_1next_1per_1commitment_1point
14168   (JNIEnv *, jclass, jlong, jbyteArray);
14169
14170 /*
14171  * Class:     org_ldk_impl_bindings
14172  * Method:    RevokeAndACK_new
14173  * Signature: ([B[B[B)J
14174  */
14175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1new
14176   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray);
14177
14178 /*
14179  * Class:     org_ldk_impl_bindings
14180  * Method:    RevokeAndACK_clone
14181  * Signature: (J)J
14182  */
14183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1clone
14184   (JNIEnv *, jclass, jlong);
14185
14186 /*
14187  * Class:     org_ldk_impl_bindings
14188  * Method:    UpdateFee_free
14189  * Signature: (J)V
14190  */
14191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFee_1free
14192   (JNIEnv *, jclass, jlong);
14193
14194 /*
14195  * Class:     org_ldk_impl_bindings
14196  * Method:    UpdateFee_get_channel_id
14197  * Signature: (J)[B
14198  */
14199 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFee_1get_1channel_1id
14200   (JNIEnv *, jclass, jlong);
14201
14202 /*
14203  * Class:     org_ldk_impl_bindings
14204  * Method:    UpdateFee_set_channel_id
14205  * Signature: (J[B)V
14206  */
14207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFee_1set_1channel_1id
14208   (JNIEnv *, jclass, jlong, jbyteArray);
14209
14210 /*
14211  * Class:     org_ldk_impl_bindings
14212  * Method:    UpdateFee_get_feerate_per_kw
14213  * Signature: (J)I
14214  */
14215 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UpdateFee_1get_1feerate_1per_1kw
14216   (JNIEnv *, jclass, jlong);
14217
14218 /*
14219  * Class:     org_ldk_impl_bindings
14220  * Method:    UpdateFee_set_feerate_per_kw
14221  * Signature: (JI)V
14222  */
14223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFee_1set_1feerate_1per_1kw
14224   (JNIEnv *, jclass, jlong, jint);
14225
14226 /*
14227  * Class:     org_ldk_impl_bindings
14228  * Method:    UpdateFee_new
14229  * Signature: ([BI)J
14230  */
14231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFee_1new
14232   (JNIEnv *, jclass, jbyteArray, jint);
14233
14234 /*
14235  * Class:     org_ldk_impl_bindings
14236  * Method:    UpdateFee_clone
14237  * Signature: (J)J
14238  */
14239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFee_1clone
14240   (JNIEnv *, jclass, jlong);
14241
14242 /*
14243  * Class:     org_ldk_impl_bindings
14244  * Method:    DataLossProtect_free
14245  * Signature: (J)V
14246  */
14247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1free
14248   (JNIEnv *, jclass, jlong);
14249
14250 /*
14251  * Class:     org_ldk_impl_bindings
14252  * Method:    DataLossProtect_get_your_last_per_commitment_secret
14253  * Signature: (J)[B
14254  */
14255 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1get_1your_1last_1per_1commitment_1secret
14256   (JNIEnv *, jclass, jlong);
14257
14258 /*
14259  * Class:     org_ldk_impl_bindings
14260  * Method:    DataLossProtect_set_your_last_per_commitment_secret
14261  * Signature: (J[B)V
14262  */
14263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1set_1your_1last_1per_1commitment_1secret
14264   (JNIEnv *, jclass, jlong, jbyteArray);
14265
14266 /*
14267  * Class:     org_ldk_impl_bindings
14268  * Method:    DataLossProtect_get_my_current_per_commitment_point
14269  * Signature: (J)[B
14270  */
14271 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1get_1my_1current_1per_1commitment_1point
14272   (JNIEnv *, jclass, jlong);
14273
14274 /*
14275  * Class:     org_ldk_impl_bindings
14276  * Method:    DataLossProtect_set_my_current_per_commitment_point
14277  * Signature: (J[B)V
14278  */
14279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1set_1my_1current_1per_1commitment_1point
14280   (JNIEnv *, jclass, jlong, jbyteArray);
14281
14282 /*
14283  * Class:     org_ldk_impl_bindings
14284  * Method:    DataLossProtect_new
14285  * Signature: ([B[B)J
14286  */
14287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1new
14288   (JNIEnv *, jclass, jbyteArray, jbyteArray);
14289
14290 /*
14291  * Class:     org_ldk_impl_bindings
14292  * Method:    DataLossProtect_clone
14293  * Signature: (J)J
14294  */
14295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1clone
14296   (JNIEnv *, jclass, jlong);
14297
14298 /*
14299  * Class:     org_ldk_impl_bindings
14300  * Method:    ChannelReestablish_free
14301  * Signature: (J)V
14302  */
14303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1free
14304   (JNIEnv *, jclass, jlong);
14305
14306 /*
14307  * Class:     org_ldk_impl_bindings
14308  * Method:    ChannelReestablish_get_channel_id
14309  * Signature: (J)[B
14310  */
14311 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1get_1channel_1id
14312   (JNIEnv *, jclass, jlong);
14313
14314 /*
14315  * Class:     org_ldk_impl_bindings
14316  * Method:    ChannelReestablish_set_channel_id
14317  * Signature: (J[B)V
14318  */
14319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1set_1channel_1id
14320   (JNIEnv *, jclass, jlong, jbyteArray);
14321
14322 /*
14323  * Class:     org_ldk_impl_bindings
14324  * Method:    ChannelReestablish_get_next_local_commitment_number
14325  * Signature: (J)J
14326  */
14327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1get_1next_1local_1commitment_1number
14328   (JNIEnv *, jclass, jlong);
14329
14330 /*
14331  * Class:     org_ldk_impl_bindings
14332  * Method:    ChannelReestablish_set_next_local_commitment_number
14333  * Signature: (JJ)V
14334  */
14335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1set_1next_1local_1commitment_1number
14336   (JNIEnv *, jclass, jlong, jlong);
14337
14338 /*
14339  * Class:     org_ldk_impl_bindings
14340  * Method:    ChannelReestablish_get_next_remote_commitment_number
14341  * Signature: (J)J
14342  */
14343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1get_1next_1remote_1commitment_1number
14344   (JNIEnv *, jclass, jlong);
14345
14346 /*
14347  * Class:     org_ldk_impl_bindings
14348  * Method:    ChannelReestablish_set_next_remote_commitment_number
14349  * Signature: (JJ)V
14350  */
14351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1set_1next_1remote_1commitment_1number
14352   (JNIEnv *, jclass, jlong, jlong);
14353
14354 /*
14355  * Class:     org_ldk_impl_bindings
14356  * Method:    ChannelReestablish_clone
14357  * Signature: (J)J
14358  */
14359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1clone
14360   (JNIEnv *, jclass, jlong);
14361
14362 /*
14363  * Class:     org_ldk_impl_bindings
14364  * Method:    AnnouncementSignatures_free
14365  * Signature: (J)V
14366  */
14367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1free
14368   (JNIEnv *, jclass, jlong);
14369
14370 /*
14371  * Class:     org_ldk_impl_bindings
14372  * Method:    AnnouncementSignatures_get_channel_id
14373  * Signature: (J)[B
14374  */
14375 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1get_1channel_1id
14376   (JNIEnv *, jclass, jlong);
14377
14378 /*
14379  * Class:     org_ldk_impl_bindings
14380  * Method:    AnnouncementSignatures_set_channel_id
14381  * Signature: (J[B)V
14382  */
14383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1set_1channel_1id
14384   (JNIEnv *, jclass, jlong, jbyteArray);
14385
14386 /*
14387  * Class:     org_ldk_impl_bindings
14388  * Method:    AnnouncementSignatures_get_short_channel_id
14389  * Signature: (J)J
14390  */
14391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1get_1short_1channel_1id
14392   (JNIEnv *, jclass, jlong);
14393
14394 /*
14395  * Class:     org_ldk_impl_bindings
14396  * Method:    AnnouncementSignatures_set_short_channel_id
14397  * Signature: (JJ)V
14398  */
14399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1set_1short_1channel_1id
14400   (JNIEnv *, jclass, jlong, jlong);
14401
14402 /*
14403  * Class:     org_ldk_impl_bindings
14404  * Method:    AnnouncementSignatures_get_node_signature
14405  * Signature: (J)[B
14406  */
14407 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1get_1node_1signature
14408   (JNIEnv *, jclass, jlong);
14409
14410 /*
14411  * Class:     org_ldk_impl_bindings
14412  * Method:    AnnouncementSignatures_set_node_signature
14413  * Signature: (J[B)V
14414  */
14415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1set_1node_1signature
14416   (JNIEnv *, jclass, jlong, jbyteArray);
14417
14418 /*
14419  * Class:     org_ldk_impl_bindings
14420  * Method:    AnnouncementSignatures_get_bitcoin_signature
14421  * Signature: (J)[B
14422  */
14423 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1get_1bitcoin_1signature
14424   (JNIEnv *, jclass, jlong);
14425
14426 /*
14427  * Class:     org_ldk_impl_bindings
14428  * Method:    AnnouncementSignatures_set_bitcoin_signature
14429  * Signature: (J[B)V
14430  */
14431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1set_1bitcoin_1signature
14432   (JNIEnv *, jclass, jlong, jbyteArray);
14433
14434 /*
14435  * Class:     org_ldk_impl_bindings
14436  * Method:    AnnouncementSignatures_new
14437  * Signature: ([BJ[B[B)J
14438  */
14439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1new
14440   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray, jbyteArray);
14441
14442 /*
14443  * Class:     org_ldk_impl_bindings
14444  * Method:    AnnouncementSignatures_clone
14445  * Signature: (J)J
14446  */
14447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1clone
14448   (JNIEnv *, jclass, jlong);
14449
14450 /*
14451  * Class:     org_ldk_impl_bindings
14452  * Method:    NetAddress_free
14453  * Signature: (J)V
14454  */
14455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetAddress_1free
14456   (JNIEnv *, jclass, jlong);
14457
14458 /*
14459  * Class:     org_ldk_impl_bindings
14460  * Method:    NetAddress_clone
14461  * Signature: (J)J
14462  */
14463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetAddress_1clone
14464   (JNIEnv *, jclass, jlong);
14465
14466 /*
14467  * Class:     org_ldk_impl_bindings
14468  * Method:    NetAddress_ipv4
14469  * Signature: ([BS)J
14470  */
14471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetAddress_1ipv4
14472   (JNIEnv *, jclass, jbyteArray, jshort);
14473
14474 /*
14475  * Class:     org_ldk_impl_bindings
14476  * Method:    NetAddress_ipv6
14477  * Signature: ([BS)J
14478  */
14479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetAddress_1ipv6
14480   (JNIEnv *, jclass, jbyteArray, jshort);
14481
14482 /*
14483  * Class:     org_ldk_impl_bindings
14484  * Method:    NetAddress_onion_v2
14485  * Signature: ([BS)J
14486  */
14487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetAddress_1onion_1v2
14488   (JNIEnv *, jclass, jbyteArray, jshort);
14489
14490 /*
14491  * Class:     org_ldk_impl_bindings
14492  * Method:    NetAddress_onion_v3
14493  * Signature: ([BSBS)J
14494  */
14495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetAddress_1onion_1v3
14496   (JNIEnv *, jclass, jbyteArray, jshort, jbyte, jshort);
14497
14498 /*
14499  * Class:     org_ldk_impl_bindings
14500  * Method:    NetAddress_write
14501  * Signature: (J)[B
14502  */
14503 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NetAddress_1write
14504   (JNIEnv *, jclass, jlong);
14505
14506 /*
14507  * Class:     org_ldk_impl_bindings
14508  * Method:    NetAddress_read
14509  * Signature: ([B)J
14510  */
14511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetAddress_1read
14512   (JNIEnv *, jclass, jbyteArray);
14513
14514 /*
14515  * Class:     org_ldk_impl_bindings
14516  * Method:    UnsignedNodeAnnouncement_free
14517  * Signature: (J)V
14518  */
14519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1free
14520   (JNIEnv *, jclass, jlong);
14521
14522 /*
14523  * Class:     org_ldk_impl_bindings
14524  * Method:    UnsignedNodeAnnouncement_get_features
14525  * Signature: (J)J
14526  */
14527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1features
14528   (JNIEnv *, jclass, jlong);
14529
14530 /*
14531  * Class:     org_ldk_impl_bindings
14532  * Method:    UnsignedNodeAnnouncement_set_features
14533  * Signature: (JJ)V
14534  */
14535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1features
14536   (JNIEnv *, jclass, jlong, jlong);
14537
14538 /*
14539  * Class:     org_ldk_impl_bindings
14540  * Method:    UnsignedNodeAnnouncement_get_timestamp
14541  * Signature: (J)I
14542  */
14543 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1timestamp
14544   (JNIEnv *, jclass, jlong);
14545
14546 /*
14547  * Class:     org_ldk_impl_bindings
14548  * Method:    UnsignedNodeAnnouncement_set_timestamp
14549  * Signature: (JI)V
14550  */
14551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1timestamp
14552   (JNIEnv *, jclass, jlong, jint);
14553
14554 /*
14555  * Class:     org_ldk_impl_bindings
14556  * Method:    UnsignedNodeAnnouncement_get_node_id
14557  * Signature: (J)[B
14558  */
14559 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1node_1id
14560   (JNIEnv *, jclass, jlong);
14561
14562 /*
14563  * Class:     org_ldk_impl_bindings
14564  * Method:    UnsignedNodeAnnouncement_set_node_id
14565  * Signature: (J[B)V
14566  */
14567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1node_1id
14568   (JNIEnv *, jclass, jlong, jbyteArray);
14569
14570 /*
14571  * Class:     org_ldk_impl_bindings
14572  * Method:    UnsignedNodeAnnouncement_get_rgb
14573  * Signature: (J)[B
14574  */
14575 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1rgb
14576   (JNIEnv *, jclass, jlong);
14577
14578 /*
14579  * Class:     org_ldk_impl_bindings
14580  * Method:    UnsignedNodeAnnouncement_set_rgb
14581  * Signature: (J[B)V
14582  */
14583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1rgb
14584   (JNIEnv *, jclass, jlong, jbyteArray);
14585
14586 /*
14587  * Class:     org_ldk_impl_bindings
14588  * Method:    UnsignedNodeAnnouncement_get_alias
14589  * Signature: (J)[B
14590  */
14591 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1alias
14592   (JNIEnv *, jclass, jlong);
14593
14594 /*
14595  * Class:     org_ldk_impl_bindings
14596  * Method:    UnsignedNodeAnnouncement_set_alias
14597  * Signature: (J[B)V
14598  */
14599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1alias
14600   (JNIEnv *, jclass, jlong, jbyteArray);
14601
14602 /*
14603  * Class:     org_ldk_impl_bindings
14604  * Method:    UnsignedNodeAnnouncement_set_addresses
14605  * Signature: (J[J)V
14606  */
14607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1addresses
14608   (JNIEnv *, jclass, jlong, jlongArray);
14609
14610 /*
14611  * Class:     org_ldk_impl_bindings
14612  * Method:    UnsignedNodeAnnouncement_clone
14613  * Signature: (J)J
14614  */
14615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1clone
14616   (JNIEnv *, jclass, jlong);
14617
14618 /*
14619  * Class:     org_ldk_impl_bindings
14620  * Method:    NodeAnnouncement_free
14621  * Signature: (J)V
14622  */
14623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1free
14624   (JNIEnv *, jclass, jlong);
14625
14626 /*
14627  * Class:     org_ldk_impl_bindings
14628  * Method:    NodeAnnouncement_get_signature
14629  * Signature: (J)[B
14630  */
14631 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1get_1signature
14632   (JNIEnv *, jclass, jlong);
14633
14634 /*
14635  * Class:     org_ldk_impl_bindings
14636  * Method:    NodeAnnouncement_set_signature
14637  * Signature: (J[B)V
14638  */
14639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1set_1signature
14640   (JNIEnv *, jclass, jlong, jbyteArray);
14641
14642 /*
14643  * Class:     org_ldk_impl_bindings
14644  * Method:    NodeAnnouncement_get_contents
14645  * Signature: (J)J
14646  */
14647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1get_1contents
14648   (JNIEnv *, jclass, jlong);
14649
14650 /*
14651  * Class:     org_ldk_impl_bindings
14652  * Method:    NodeAnnouncement_set_contents
14653  * Signature: (JJ)V
14654  */
14655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1set_1contents
14656   (JNIEnv *, jclass, jlong, jlong);
14657
14658 /*
14659  * Class:     org_ldk_impl_bindings
14660  * Method:    NodeAnnouncement_new
14661  * Signature: ([BJ)J
14662  */
14663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1new
14664   (JNIEnv *, jclass, jbyteArray, jlong);
14665
14666 /*
14667  * Class:     org_ldk_impl_bindings
14668  * Method:    NodeAnnouncement_clone
14669  * Signature: (J)J
14670  */
14671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1clone
14672   (JNIEnv *, jclass, jlong);
14673
14674 /*
14675  * Class:     org_ldk_impl_bindings
14676  * Method:    UnsignedChannelAnnouncement_free
14677  * Signature: (J)V
14678  */
14679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1free
14680   (JNIEnv *, jclass, jlong);
14681
14682 /*
14683  * Class:     org_ldk_impl_bindings
14684  * Method:    UnsignedChannelAnnouncement_get_features
14685  * Signature: (J)J
14686  */
14687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1features
14688   (JNIEnv *, jclass, jlong);
14689
14690 /*
14691  * Class:     org_ldk_impl_bindings
14692  * Method:    UnsignedChannelAnnouncement_set_features
14693  * Signature: (JJ)V
14694  */
14695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1features
14696   (JNIEnv *, jclass, jlong, jlong);
14697
14698 /*
14699  * Class:     org_ldk_impl_bindings
14700  * Method:    UnsignedChannelAnnouncement_get_chain_hash
14701  * Signature: (J)[B
14702  */
14703 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1chain_1hash
14704   (JNIEnv *, jclass, jlong);
14705
14706 /*
14707  * Class:     org_ldk_impl_bindings
14708  * Method:    UnsignedChannelAnnouncement_set_chain_hash
14709  * Signature: (J[B)V
14710  */
14711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1chain_1hash
14712   (JNIEnv *, jclass, jlong, jbyteArray);
14713
14714 /*
14715  * Class:     org_ldk_impl_bindings
14716  * Method:    UnsignedChannelAnnouncement_get_short_channel_id
14717  * Signature: (J)J
14718  */
14719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1short_1channel_1id
14720   (JNIEnv *, jclass, jlong);
14721
14722 /*
14723  * Class:     org_ldk_impl_bindings
14724  * Method:    UnsignedChannelAnnouncement_set_short_channel_id
14725  * Signature: (JJ)V
14726  */
14727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1short_1channel_1id
14728   (JNIEnv *, jclass, jlong, jlong);
14729
14730 /*
14731  * Class:     org_ldk_impl_bindings
14732  * Method:    UnsignedChannelAnnouncement_get_node_id_1
14733  * Signature: (J)[B
14734  */
14735 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1node_1id_11
14736   (JNIEnv *, jclass, jlong);
14737
14738 /*
14739  * Class:     org_ldk_impl_bindings
14740  * Method:    UnsignedChannelAnnouncement_set_node_id_1
14741  * Signature: (J[B)V
14742  */
14743 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1node_1id_11
14744   (JNIEnv *, jclass, jlong, jbyteArray);
14745
14746 /*
14747  * Class:     org_ldk_impl_bindings
14748  * Method:    UnsignedChannelAnnouncement_get_node_id_2
14749  * Signature: (J)[B
14750  */
14751 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1node_1id_12
14752   (JNIEnv *, jclass, jlong);
14753
14754 /*
14755  * Class:     org_ldk_impl_bindings
14756  * Method:    UnsignedChannelAnnouncement_set_node_id_2
14757  * Signature: (J[B)V
14758  */
14759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1node_1id_12
14760   (JNIEnv *, jclass, jlong, jbyteArray);
14761
14762 /*
14763  * Class:     org_ldk_impl_bindings
14764  * Method:    UnsignedChannelAnnouncement_get_bitcoin_key_1
14765  * Signature: (J)[B
14766  */
14767 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1bitcoin_1key_11
14768   (JNIEnv *, jclass, jlong);
14769
14770 /*
14771  * Class:     org_ldk_impl_bindings
14772  * Method:    UnsignedChannelAnnouncement_set_bitcoin_key_1
14773  * Signature: (J[B)V
14774  */
14775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1bitcoin_1key_11
14776   (JNIEnv *, jclass, jlong, jbyteArray);
14777
14778 /*
14779  * Class:     org_ldk_impl_bindings
14780  * Method:    UnsignedChannelAnnouncement_get_bitcoin_key_2
14781  * Signature: (J)[B
14782  */
14783 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1bitcoin_1key_12
14784   (JNIEnv *, jclass, jlong);
14785
14786 /*
14787  * Class:     org_ldk_impl_bindings
14788  * Method:    UnsignedChannelAnnouncement_set_bitcoin_key_2
14789  * Signature: (J[B)V
14790  */
14791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1bitcoin_1key_12
14792   (JNIEnv *, jclass, jlong, jbyteArray);
14793
14794 /*
14795  * Class:     org_ldk_impl_bindings
14796  * Method:    UnsignedChannelAnnouncement_clone
14797  * Signature: (J)J
14798  */
14799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1clone
14800   (JNIEnv *, jclass, jlong);
14801
14802 /*
14803  * Class:     org_ldk_impl_bindings
14804  * Method:    ChannelAnnouncement_free
14805  * Signature: (J)V
14806  */
14807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1free
14808   (JNIEnv *, jclass, jlong);
14809
14810 /*
14811  * Class:     org_ldk_impl_bindings
14812  * Method:    ChannelAnnouncement_get_node_signature_1
14813  * Signature: (J)[B
14814  */
14815 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1node_1signature_11
14816   (JNIEnv *, jclass, jlong);
14817
14818 /*
14819  * Class:     org_ldk_impl_bindings
14820  * Method:    ChannelAnnouncement_set_node_signature_1
14821  * Signature: (J[B)V
14822  */
14823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1node_1signature_11
14824   (JNIEnv *, jclass, jlong, jbyteArray);
14825
14826 /*
14827  * Class:     org_ldk_impl_bindings
14828  * Method:    ChannelAnnouncement_get_node_signature_2
14829  * Signature: (J)[B
14830  */
14831 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1node_1signature_12
14832   (JNIEnv *, jclass, jlong);
14833
14834 /*
14835  * Class:     org_ldk_impl_bindings
14836  * Method:    ChannelAnnouncement_set_node_signature_2
14837  * Signature: (J[B)V
14838  */
14839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1node_1signature_12
14840   (JNIEnv *, jclass, jlong, jbyteArray);
14841
14842 /*
14843  * Class:     org_ldk_impl_bindings
14844  * Method:    ChannelAnnouncement_get_bitcoin_signature_1
14845  * Signature: (J)[B
14846  */
14847 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1bitcoin_1signature_11
14848   (JNIEnv *, jclass, jlong);
14849
14850 /*
14851  * Class:     org_ldk_impl_bindings
14852  * Method:    ChannelAnnouncement_set_bitcoin_signature_1
14853  * Signature: (J[B)V
14854  */
14855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1bitcoin_1signature_11
14856   (JNIEnv *, jclass, jlong, jbyteArray);
14857
14858 /*
14859  * Class:     org_ldk_impl_bindings
14860  * Method:    ChannelAnnouncement_get_bitcoin_signature_2
14861  * Signature: (J)[B
14862  */
14863 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1bitcoin_1signature_12
14864   (JNIEnv *, jclass, jlong);
14865
14866 /*
14867  * Class:     org_ldk_impl_bindings
14868  * Method:    ChannelAnnouncement_set_bitcoin_signature_2
14869  * Signature: (J[B)V
14870  */
14871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1bitcoin_1signature_12
14872   (JNIEnv *, jclass, jlong, jbyteArray);
14873
14874 /*
14875  * Class:     org_ldk_impl_bindings
14876  * Method:    ChannelAnnouncement_get_contents
14877  * Signature: (J)J
14878  */
14879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1contents
14880   (JNIEnv *, jclass, jlong);
14881
14882 /*
14883  * Class:     org_ldk_impl_bindings
14884  * Method:    ChannelAnnouncement_set_contents
14885  * Signature: (JJ)V
14886  */
14887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1contents
14888   (JNIEnv *, jclass, jlong, jlong);
14889
14890 /*
14891  * Class:     org_ldk_impl_bindings
14892  * Method:    ChannelAnnouncement_new
14893  * Signature: ([B[B[B[BJ)J
14894  */
14895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1new
14896   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jlong);
14897
14898 /*
14899  * Class:     org_ldk_impl_bindings
14900  * Method:    ChannelAnnouncement_clone
14901  * Signature: (J)J
14902  */
14903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1clone
14904   (JNIEnv *, jclass, jlong);
14905
14906 /*
14907  * Class:     org_ldk_impl_bindings
14908  * Method:    UnsignedChannelUpdate_free
14909  * Signature: (J)V
14910  */
14911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1free
14912   (JNIEnv *, jclass, jlong);
14913
14914 /*
14915  * Class:     org_ldk_impl_bindings
14916  * Method:    UnsignedChannelUpdate_get_chain_hash
14917  * Signature: (J)[B
14918  */
14919 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1chain_1hash
14920   (JNIEnv *, jclass, jlong);
14921
14922 /*
14923  * Class:     org_ldk_impl_bindings
14924  * Method:    UnsignedChannelUpdate_set_chain_hash
14925  * Signature: (J[B)V
14926  */
14927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1chain_1hash
14928   (JNIEnv *, jclass, jlong, jbyteArray);
14929
14930 /*
14931  * Class:     org_ldk_impl_bindings
14932  * Method:    UnsignedChannelUpdate_get_short_channel_id
14933  * Signature: (J)J
14934  */
14935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1short_1channel_1id
14936   (JNIEnv *, jclass, jlong);
14937
14938 /*
14939  * Class:     org_ldk_impl_bindings
14940  * Method:    UnsignedChannelUpdate_set_short_channel_id
14941  * Signature: (JJ)V
14942  */
14943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1short_1channel_1id
14944   (JNIEnv *, jclass, jlong, jlong);
14945
14946 /*
14947  * Class:     org_ldk_impl_bindings
14948  * Method:    UnsignedChannelUpdate_get_timestamp
14949  * Signature: (J)I
14950  */
14951 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1timestamp
14952   (JNIEnv *, jclass, jlong);
14953
14954 /*
14955  * Class:     org_ldk_impl_bindings
14956  * Method:    UnsignedChannelUpdate_set_timestamp
14957  * Signature: (JI)V
14958  */
14959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1timestamp
14960   (JNIEnv *, jclass, jlong, jint);
14961
14962 /*
14963  * Class:     org_ldk_impl_bindings
14964  * Method:    UnsignedChannelUpdate_get_flags
14965  * Signature: (J)B
14966  */
14967 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1flags
14968   (JNIEnv *, jclass, jlong);
14969
14970 /*
14971  * Class:     org_ldk_impl_bindings
14972  * Method:    UnsignedChannelUpdate_set_flags
14973  * Signature: (JB)V
14974  */
14975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1flags
14976   (JNIEnv *, jclass, jlong, jbyte);
14977
14978 /*
14979  * Class:     org_ldk_impl_bindings
14980  * Method:    UnsignedChannelUpdate_get_cltv_expiry_delta
14981  * Signature: (J)S
14982  */
14983 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1cltv_1expiry_1delta
14984   (JNIEnv *, jclass, jlong);
14985
14986 /*
14987  * Class:     org_ldk_impl_bindings
14988  * Method:    UnsignedChannelUpdate_set_cltv_expiry_delta
14989  * Signature: (JS)V
14990  */
14991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1cltv_1expiry_1delta
14992   (JNIEnv *, jclass, jlong, jshort);
14993
14994 /*
14995  * Class:     org_ldk_impl_bindings
14996  * Method:    UnsignedChannelUpdate_get_htlc_minimum_msat
14997  * Signature: (J)J
14998  */
14999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1htlc_1minimum_1msat
15000   (JNIEnv *, jclass, jlong);
15001
15002 /*
15003  * Class:     org_ldk_impl_bindings
15004  * Method:    UnsignedChannelUpdate_set_htlc_minimum_msat
15005  * Signature: (JJ)V
15006  */
15007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1htlc_1minimum_1msat
15008   (JNIEnv *, jclass, jlong, jlong);
15009
15010 /*
15011  * Class:     org_ldk_impl_bindings
15012  * Method:    UnsignedChannelUpdate_get_fee_base_msat
15013  * Signature: (J)I
15014  */
15015 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1fee_1base_1msat
15016   (JNIEnv *, jclass, jlong);
15017
15018 /*
15019  * Class:     org_ldk_impl_bindings
15020  * Method:    UnsignedChannelUpdate_set_fee_base_msat
15021  * Signature: (JI)V
15022  */
15023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1fee_1base_1msat
15024   (JNIEnv *, jclass, jlong, jint);
15025
15026 /*
15027  * Class:     org_ldk_impl_bindings
15028  * Method:    UnsignedChannelUpdate_get_fee_proportional_millionths
15029  * Signature: (J)I
15030  */
15031 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1fee_1proportional_1millionths
15032   (JNIEnv *, jclass, jlong);
15033
15034 /*
15035  * Class:     org_ldk_impl_bindings
15036  * Method:    UnsignedChannelUpdate_set_fee_proportional_millionths
15037  * Signature: (JI)V
15038  */
15039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1fee_1proportional_1millionths
15040   (JNIEnv *, jclass, jlong, jint);
15041
15042 /*
15043  * Class:     org_ldk_impl_bindings
15044  * Method:    UnsignedChannelUpdate_clone
15045  * Signature: (J)J
15046  */
15047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1clone
15048   (JNIEnv *, jclass, jlong);
15049
15050 /*
15051  * Class:     org_ldk_impl_bindings
15052  * Method:    ChannelUpdate_free
15053  * Signature: (J)V
15054  */
15055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1free
15056   (JNIEnv *, jclass, jlong);
15057
15058 /*
15059  * Class:     org_ldk_impl_bindings
15060  * Method:    ChannelUpdate_get_signature
15061  * Signature: (J)[B
15062  */
15063 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1get_1signature
15064   (JNIEnv *, jclass, jlong);
15065
15066 /*
15067  * Class:     org_ldk_impl_bindings
15068  * Method:    ChannelUpdate_set_signature
15069  * Signature: (J[B)V
15070  */
15071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1set_1signature
15072   (JNIEnv *, jclass, jlong, jbyteArray);
15073
15074 /*
15075  * Class:     org_ldk_impl_bindings
15076  * Method:    ChannelUpdate_get_contents
15077  * Signature: (J)J
15078  */
15079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1get_1contents
15080   (JNIEnv *, jclass, jlong);
15081
15082 /*
15083  * Class:     org_ldk_impl_bindings
15084  * Method:    ChannelUpdate_set_contents
15085  * Signature: (JJ)V
15086  */
15087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1set_1contents
15088   (JNIEnv *, jclass, jlong, jlong);
15089
15090 /*
15091  * Class:     org_ldk_impl_bindings
15092  * Method:    ChannelUpdate_new
15093  * Signature: ([BJ)J
15094  */
15095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1new
15096   (JNIEnv *, jclass, jbyteArray, jlong);
15097
15098 /*
15099  * Class:     org_ldk_impl_bindings
15100  * Method:    ChannelUpdate_clone
15101  * Signature: (J)J
15102  */
15103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1clone
15104   (JNIEnv *, jclass, jlong);
15105
15106 /*
15107  * Class:     org_ldk_impl_bindings
15108  * Method:    QueryChannelRange_free
15109  * Signature: (J)V
15110  */
15111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1free
15112   (JNIEnv *, jclass, jlong);
15113
15114 /*
15115  * Class:     org_ldk_impl_bindings
15116  * Method:    QueryChannelRange_get_chain_hash
15117  * Signature: (J)[B
15118  */
15119 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1get_1chain_1hash
15120   (JNIEnv *, jclass, jlong);
15121
15122 /*
15123  * Class:     org_ldk_impl_bindings
15124  * Method:    QueryChannelRange_set_chain_hash
15125  * Signature: (J[B)V
15126  */
15127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1set_1chain_1hash
15128   (JNIEnv *, jclass, jlong, jbyteArray);
15129
15130 /*
15131  * Class:     org_ldk_impl_bindings
15132  * Method:    QueryChannelRange_get_first_blocknum
15133  * Signature: (J)I
15134  */
15135 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1get_1first_1blocknum
15136   (JNIEnv *, jclass, jlong);
15137
15138 /*
15139  * Class:     org_ldk_impl_bindings
15140  * Method:    QueryChannelRange_set_first_blocknum
15141  * Signature: (JI)V
15142  */
15143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1set_1first_1blocknum
15144   (JNIEnv *, jclass, jlong, jint);
15145
15146 /*
15147  * Class:     org_ldk_impl_bindings
15148  * Method:    QueryChannelRange_get_number_of_blocks
15149  * Signature: (J)I
15150  */
15151 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1get_1number_1of_1blocks
15152   (JNIEnv *, jclass, jlong);
15153
15154 /*
15155  * Class:     org_ldk_impl_bindings
15156  * Method:    QueryChannelRange_set_number_of_blocks
15157  * Signature: (JI)V
15158  */
15159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1set_1number_1of_1blocks
15160   (JNIEnv *, jclass, jlong, jint);
15161
15162 /*
15163  * Class:     org_ldk_impl_bindings
15164  * Method:    QueryChannelRange_new
15165  * Signature: ([BII)J
15166  */
15167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1new
15168   (JNIEnv *, jclass, jbyteArray, jint, jint);
15169
15170 /*
15171  * Class:     org_ldk_impl_bindings
15172  * Method:    QueryChannelRange_clone
15173  * Signature: (J)J
15174  */
15175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1clone
15176   (JNIEnv *, jclass, jlong);
15177
15178 /*
15179  * Class:     org_ldk_impl_bindings
15180  * Method:    ReplyChannelRange_free
15181  * Signature: (J)V
15182  */
15183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1free
15184   (JNIEnv *, jclass, jlong);
15185
15186 /*
15187  * Class:     org_ldk_impl_bindings
15188  * Method:    ReplyChannelRange_get_chain_hash
15189  * Signature: (J)[B
15190  */
15191 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1chain_1hash
15192   (JNIEnv *, jclass, jlong);
15193
15194 /*
15195  * Class:     org_ldk_impl_bindings
15196  * Method:    ReplyChannelRange_set_chain_hash
15197  * Signature: (J[B)V
15198  */
15199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1chain_1hash
15200   (JNIEnv *, jclass, jlong, jbyteArray);
15201
15202 /*
15203  * Class:     org_ldk_impl_bindings
15204  * Method:    ReplyChannelRange_get_first_blocknum
15205  * Signature: (J)I
15206  */
15207 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1first_1blocknum
15208   (JNIEnv *, jclass, jlong);
15209
15210 /*
15211  * Class:     org_ldk_impl_bindings
15212  * Method:    ReplyChannelRange_set_first_blocknum
15213  * Signature: (JI)V
15214  */
15215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1first_1blocknum
15216   (JNIEnv *, jclass, jlong, jint);
15217
15218 /*
15219  * Class:     org_ldk_impl_bindings
15220  * Method:    ReplyChannelRange_get_number_of_blocks
15221  * Signature: (J)I
15222  */
15223 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1number_1of_1blocks
15224   (JNIEnv *, jclass, jlong);
15225
15226 /*
15227  * Class:     org_ldk_impl_bindings
15228  * Method:    ReplyChannelRange_set_number_of_blocks
15229  * Signature: (JI)V
15230  */
15231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1number_1of_1blocks
15232   (JNIEnv *, jclass, jlong, jint);
15233
15234 /*
15235  * Class:     org_ldk_impl_bindings
15236  * Method:    ReplyChannelRange_get_sync_complete
15237  * Signature: (J)Z
15238  */
15239 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1sync_1complete
15240   (JNIEnv *, jclass, jlong);
15241
15242 /*
15243  * Class:     org_ldk_impl_bindings
15244  * Method:    ReplyChannelRange_set_sync_complete
15245  * Signature: (JZ)V
15246  */
15247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1sync_1complete
15248   (JNIEnv *, jclass, jlong, jboolean);
15249
15250 /*
15251  * Class:     org_ldk_impl_bindings
15252  * Method:    ReplyChannelRange_set_short_channel_ids
15253  * Signature: (J[J)V
15254  */
15255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1short_1channel_1ids
15256   (JNIEnv *, jclass, jlong, jlongArray);
15257
15258 /*
15259  * Class:     org_ldk_impl_bindings
15260  * Method:    ReplyChannelRange_new
15261  * Signature: ([BIIZ[J)J
15262  */
15263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1new
15264   (JNIEnv *, jclass, jbyteArray, jint, jint, jboolean, jlongArray);
15265
15266 /*
15267  * Class:     org_ldk_impl_bindings
15268  * Method:    ReplyChannelRange_clone
15269  * Signature: (J)J
15270  */
15271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1clone
15272   (JNIEnv *, jclass, jlong);
15273
15274 /*
15275  * Class:     org_ldk_impl_bindings
15276  * Method:    QueryShortChannelIds_free
15277  * Signature: (J)V
15278  */
15279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1free
15280   (JNIEnv *, jclass, jlong);
15281
15282 /*
15283  * Class:     org_ldk_impl_bindings
15284  * Method:    QueryShortChannelIds_get_chain_hash
15285  * Signature: (J)[B
15286  */
15287 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1get_1chain_1hash
15288   (JNIEnv *, jclass, jlong);
15289
15290 /*
15291  * Class:     org_ldk_impl_bindings
15292  * Method:    QueryShortChannelIds_set_chain_hash
15293  * Signature: (J[B)V
15294  */
15295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1set_1chain_1hash
15296   (JNIEnv *, jclass, jlong, jbyteArray);
15297
15298 /*
15299  * Class:     org_ldk_impl_bindings
15300  * Method:    QueryShortChannelIds_set_short_channel_ids
15301  * Signature: (J[J)V
15302  */
15303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1set_1short_1channel_1ids
15304   (JNIEnv *, jclass, jlong, jlongArray);
15305
15306 /*
15307  * Class:     org_ldk_impl_bindings
15308  * Method:    QueryShortChannelIds_new
15309  * Signature: ([B[J)J
15310  */
15311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1new
15312   (JNIEnv *, jclass, jbyteArray, jlongArray);
15313
15314 /*
15315  * Class:     org_ldk_impl_bindings
15316  * Method:    QueryShortChannelIds_clone
15317  * Signature: (J)J
15318  */
15319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1clone
15320   (JNIEnv *, jclass, jlong);
15321
15322 /*
15323  * Class:     org_ldk_impl_bindings
15324  * Method:    ReplyShortChannelIdsEnd_free
15325  * Signature: (J)V
15326  */
15327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1free
15328   (JNIEnv *, jclass, jlong);
15329
15330 /*
15331  * Class:     org_ldk_impl_bindings
15332  * Method:    ReplyShortChannelIdsEnd_get_chain_hash
15333  * Signature: (J)[B
15334  */
15335 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1get_1chain_1hash
15336   (JNIEnv *, jclass, jlong);
15337
15338 /*
15339  * Class:     org_ldk_impl_bindings
15340  * Method:    ReplyShortChannelIdsEnd_set_chain_hash
15341  * Signature: (J[B)V
15342  */
15343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1set_1chain_1hash
15344   (JNIEnv *, jclass, jlong, jbyteArray);
15345
15346 /*
15347  * Class:     org_ldk_impl_bindings
15348  * Method:    ReplyShortChannelIdsEnd_get_full_information
15349  * Signature: (J)Z
15350  */
15351 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1get_1full_1information
15352   (JNIEnv *, jclass, jlong);
15353
15354 /*
15355  * Class:     org_ldk_impl_bindings
15356  * Method:    ReplyShortChannelIdsEnd_set_full_information
15357  * Signature: (JZ)V
15358  */
15359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1set_1full_1information
15360   (JNIEnv *, jclass, jlong, jboolean);
15361
15362 /*
15363  * Class:     org_ldk_impl_bindings
15364  * Method:    ReplyShortChannelIdsEnd_new
15365  * Signature: ([BZ)J
15366  */
15367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1new
15368   (JNIEnv *, jclass, jbyteArray, jboolean);
15369
15370 /*
15371  * Class:     org_ldk_impl_bindings
15372  * Method:    ReplyShortChannelIdsEnd_clone
15373  * Signature: (J)J
15374  */
15375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1clone
15376   (JNIEnv *, jclass, jlong);
15377
15378 /*
15379  * Class:     org_ldk_impl_bindings
15380  * Method:    GossipTimestampFilter_free
15381  * Signature: (J)V
15382  */
15383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1free
15384   (JNIEnv *, jclass, jlong);
15385
15386 /*
15387  * Class:     org_ldk_impl_bindings
15388  * Method:    GossipTimestampFilter_get_chain_hash
15389  * Signature: (J)[B
15390  */
15391 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1get_1chain_1hash
15392   (JNIEnv *, jclass, jlong);
15393
15394 /*
15395  * Class:     org_ldk_impl_bindings
15396  * Method:    GossipTimestampFilter_set_chain_hash
15397  * Signature: (J[B)V
15398  */
15399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1set_1chain_1hash
15400   (JNIEnv *, jclass, jlong, jbyteArray);
15401
15402 /*
15403  * Class:     org_ldk_impl_bindings
15404  * Method:    GossipTimestampFilter_get_first_timestamp
15405  * Signature: (J)I
15406  */
15407 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1get_1first_1timestamp
15408   (JNIEnv *, jclass, jlong);
15409
15410 /*
15411  * Class:     org_ldk_impl_bindings
15412  * Method:    GossipTimestampFilter_set_first_timestamp
15413  * Signature: (JI)V
15414  */
15415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1set_1first_1timestamp
15416   (JNIEnv *, jclass, jlong, jint);
15417
15418 /*
15419  * Class:     org_ldk_impl_bindings
15420  * Method:    GossipTimestampFilter_get_timestamp_range
15421  * Signature: (J)I
15422  */
15423 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1get_1timestamp_1range
15424   (JNIEnv *, jclass, jlong);
15425
15426 /*
15427  * Class:     org_ldk_impl_bindings
15428  * Method:    GossipTimestampFilter_set_timestamp_range
15429  * Signature: (JI)V
15430  */
15431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1set_1timestamp_1range
15432   (JNIEnv *, jclass, jlong, jint);
15433
15434 /*
15435  * Class:     org_ldk_impl_bindings
15436  * Method:    GossipTimestampFilter_new
15437  * Signature: ([BII)J
15438  */
15439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1new
15440   (JNIEnv *, jclass, jbyteArray, jint, jint);
15441
15442 /*
15443  * Class:     org_ldk_impl_bindings
15444  * Method:    GossipTimestampFilter_clone
15445  * Signature: (J)J
15446  */
15447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1clone
15448   (JNIEnv *, jclass, jlong);
15449
15450 /*
15451  * Class:     org_ldk_impl_bindings
15452  * Method:    ErrorAction_free
15453  * Signature: (J)V
15454  */
15455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErrorAction_1free
15456   (JNIEnv *, jclass, jlong);
15457
15458 /*
15459  * Class:     org_ldk_impl_bindings
15460  * Method:    ErrorAction_clone
15461  * Signature: (J)J
15462  */
15463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorAction_1clone
15464   (JNIEnv *, jclass, jlong);
15465
15466 /*
15467  * Class:     org_ldk_impl_bindings
15468  * Method:    ErrorAction_disconnect_peer
15469  * Signature: (J)J
15470  */
15471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorAction_1disconnect_1peer
15472   (JNIEnv *, jclass, jlong);
15473
15474 /*
15475  * Class:     org_ldk_impl_bindings
15476  * Method:    ErrorAction_ignore_error
15477  * Signature: ()J
15478  */
15479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorAction_1ignore_1error
15480   (JNIEnv *, jclass);
15481
15482 /*
15483  * Class:     org_ldk_impl_bindings
15484  * Method:    ErrorAction_ignore_and_log
15485  * Signature: (Lorg/ldk/enums/Level;)J
15486  */
15487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorAction_1ignore_1and_1log
15488   (JNIEnv *, jclass, jobject);
15489
15490 /*
15491  * Class:     org_ldk_impl_bindings
15492  * Method:    ErrorAction_send_error_message
15493  * Signature: (J)J
15494  */
15495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorAction_1send_1error_1message
15496   (JNIEnv *, jclass, jlong);
15497
15498 /*
15499  * Class:     org_ldk_impl_bindings
15500  * Method:    LightningError_free
15501  * Signature: (J)V
15502  */
15503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LightningError_1free
15504   (JNIEnv *, jclass, jlong);
15505
15506 /*
15507  * Class:     org_ldk_impl_bindings
15508  * Method:    LightningError_get_err
15509  * Signature: (J)Ljava/lang/String;
15510  */
15511 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_LightningError_1get_1err
15512   (JNIEnv *, jclass, jlong);
15513
15514 /*
15515  * Class:     org_ldk_impl_bindings
15516  * Method:    LightningError_set_err
15517  * Signature: (JLjava/lang/String;)V
15518  */
15519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LightningError_1set_1err
15520   (JNIEnv *, jclass, jlong, jstring);
15521
15522 /*
15523  * Class:     org_ldk_impl_bindings
15524  * Method:    LightningError_get_action
15525  * Signature: (J)J
15526  */
15527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LightningError_1get_1action
15528   (JNIEnv *, jclass, jlong);
15529
15530 /*
15531  * Class:     org_ldk_impl_bindings
15532  * Method:    LightningError_set_action
15533  * Signature: (JJ)V
15534  */
15535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LightningError_1set_1action
15536   (JNIEnv *, jclass, jlong, jlong);
15537
15538 /*
15539  * Class:     org_ldk_impl_bindings
15540  * Method:    LightningError_new
15541  * Signature: (Ljava/lang/String;J)J
15542  */
15543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LightningError_1new
15544   (JNIEnv *, jclass, jstring, jlong);
15545
15546 /*
15547  * Class:     org_ldk_impl_bindings
15548  * Method:    LightningError_clone
15549  * Signature: (J)J
15550  */
15551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LightningError_1clone
15552   (JNIEnv *, jclass, jlong);
15553
15554 /*
15555  * Class:     org_ldk_impl_bindings
15556  * Method:    CommitmentUpdate_free
15557  * Signature: (J)V
15558  */
15559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1free
15560   (JNIEnv *, jclass, jlong);
15561
15562 /*
15563  * Class:     org_ldk_impl_bindings
15564  * Method:    CommitmentUpdate_get_update_add_htlcs
15565  * Signature: (J)[J
15566  */
15567 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1get_1update_1add_1htlcs
15568   (JNIEnv *, jclass, jlong);
15569
15570 /*
15571  * Class:     org_ldk_impl_bindings
15572  * Method:    CommitmentUpdate_set_update_add_htlcs
15573  * Signature: (J[J)V
15574  */
15575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1add_1htlcs
15576   (JNIEnv *, jclass, jlong, jlongArray);
15577
15578 /*
15579  * Class:     org_ldk_impl_bindings
15580  * Method:    CommitmentUpdate_get_update_fulfill_htlcs
15581  * Signature: (J)[J
15582  */
15583 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1get_1update_1fulfill_1htlcs
15584   (JNIEnv *, jclass, jlong);
15585
15586 /*
15587  * Class:     org_ldk_impl_bindings
15588  * Method:    CommitmentUpdate_set_update_fulfill_htlcs
15589  * Signature: (J[J)V
15590  */
15591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1fulfill_1htlcs
15592   (JNIEnv *, jclass, jlong, jlongArray);
15593
15594 /*
15595  * Class:     org_ldk_impl_bindings
15596  * Method:    CommitmentUpdate_get_update_fail_htlcs
15597  * Signature: (J)[J
15598  */
15599 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1get_1update_1fail_1htlcs
15600   (JNIEnv *, jclass, jlong);
15601
15602 /*
15603  * Class:     org_ldk_impl_bindings
15604  * Method:    CommitmentUpdate_set_update_fail_htlcs
15605  * Signature: (J[J)V
15606  */
15607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1fail_1htlcs
15608   (JNIEnv *, jclass, jlong, jlongArray);
15609
15610 /*
15611  * Class:     org_ldk_impl_bindings
15612  * Method:    CommitmentUpdate_get_update_fail_malformed_htlcs
15613  * Signature: (J)[J
15614  */
15615 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1get_1update_1fail_1malformed_1htlcs
15616   (JNIEnv *, jclass, jlong);
15617
15618 /*
15619  * Class:     org_ldk_impl_bindings
15620  * Method:    CommitmentUpdate_set_update_fail_malformed_htlcs
15621  * Signature: (J[J)V
15622  */
15623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1fail_1malformed_1htlcs
15624   (JNIEnv *, jclass, jlong, jlongArray);
15625
15626 /*
15627  * Class:     org_ldk_impl_bindings
15628  * Method:    CommitmentUpdate_get_update_fee
15629  * Signature: (J)J
15630  */
15631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1get_1update_1fee
15632   (JNIEnv *, jclass, jlong);
15633
15634 /*
15635  * Class:     org_ldk_impl_bindings
15636  * Method:    CommitmentUpdate_set_update_fee
15637  * Signature: (JJ)V
15638  */
15639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1fee
15640   (JNIEnv *, jclass, jlong, jlong);
15641
15642 /*
15643  * Class:     org_ldk_impl_bindings
15644  * Method:    CommitmentUpdate_get_commitment_signed
15645  * Signature: (J)J
15646  */
15647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1get_1commitment_1signed
15648   (JNIEnv *, jclass, jlong);
15649
15650 /*
15651  * Class:     org_ldk_impl_bindings
15652  * Method:    CommitmentUpdate_set_commitment_signed
15653  * Signature: (JJ)V
15654  */
15655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1commitment_1signed
15656   (JNIEnv *, jclass, jlong, jlong);
15657
15658 /*
15659  * Class:     org_ldk_impl_bindings
15660  * Method:    CommitmentUpdate_new
15661  * Signature: ([J[J[J[JJJ)J
15662  */
15663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1new
15664   (JNIEnv *, jclass, jlongArray, jlongArray, jlongArray, jlongArray, jlong, jlong);
15665
15666 /*
15667  * Class:     org_ldk_impl_bindings
15668  * Method:    CommitmentUpdate_clone
15669  * Signature: (J)J
15670  */
15671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1clone
15672   (JNIEnv *, jclass, jlong);
15673
15674 /*
15675  * Class:     org_ldk_impl_bindings
15676  * Method:    ChannelMessageHandler_free
15677  * Signature: (J)V
15678  */
15679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1free
15680   (JNIEnv *, jclass, jlong);
15681
15682 /*
15683  * Class:     org_ldk_impl_bindings
15684  * Method:    RoutingMessageHandler_free
15685  * Signature: (J)V
15686  */
15687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1free
15688   (JNIEnv *, jclass, jlong);
15689
15690 /*
15691  * Class:     org_ldk_impl_bindings
15692  * Method:    AcceptChannel_write
15693  * Signature: (J)[B
15694  */
15695 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1write
15696   (JNIEnv *, jclass, jlong);
15697
15698 /*
15699  * Class:     org_ldk_impl_bindings
15700  * Method:    AcceptChannel_read
15701  * Signature: ([B)J
15702  */
15703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1read
15704   (JNIEnv *, jclass, jbyteArray);
15705
15706 /*
15707  * Class:     org_ldk_impl_bindings
15708  * Method:    AnnouncementSignatures_write
15709  * Signature: (J)[B
15710  */
15711 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1write
15712   (JNIEnv *, jclass, jlong);
15713
15714 /*
15715  * Class:     org_ldk_impl_bindings
15716  * Method:    AnnouncementSignatures_read
15717  * Signature: ([B)J
15718  */
15719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1read
15720   (JNIEnv *, jclass, jbyteArray);
15721
15722 /*
15723  * Class:     org_ldk_impl_bindings
15724  * Method:    ChannelReestablish_write
15725  * Signature: (J)[B
15726  */
15727 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1write
15728   (JNIEnv *, jclass, jlong);
15729
15730 /*
15731  * Class:     org_ldk_impl_bindings
15732  * Method:    ChannelReestablish_read
15733  * Signature: ([B)J
15734  */
15735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1read
15736   (JNIEnv *, jclass, jbyteArray);
15737
15738 /*
15739  * Class:     org_ldk_impl_bindings
15740  * Method:    ClosingSigned_write
15741  * Signature: (J)[B
15742  */
15743 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1write
15744   (JNIEnv *, jclass, jlong);
15745
15746 /*
15747  * Class:     org_ldk_impl_bindings
15748  * Method:    ClosingSigned_read
15749  * Signature: ([B)J
15750  */
15751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1read
15752   (JNIEnv *, jclass, jbyteArray);
15753
15754 /*
15755  * Class:     org_ldk_impl_bindings
15756  * Method:    ClosingSignedFeeRange_write
15757  * Signature: (J)[B
15758  */
15759 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1write
15760   (JNIEnv *, jclass, jlong);
15761
15762 /*
15763  * Class:     org_ldk_impl_bindings
15764  * Method:    ClosingSignedFeeRange_read
15765  * Signature: ([B)J
15766  */
15767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1read
15768   (JNIEnv *, jclass, jbyteArray);
15769
15770 /*
15771  * Class:     org_ldk_impl_bindings
15772  * Method:    CommitmentSigned_write
15773  * Signature: (J)[B
15774  */
15775 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1write
15776   (JNIEnv *, jclass, jlong);
15777
15778 /*
15779  * Class:     org_ldk_impl_bindings
15780  * Method:    CommitmentSigned_read
15781  * Signature: ([B)J
15782  */
15783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1read
15784   (JNIEnv *, jclass, jbyteArray);
15785
15786 /*
15787  * Class:     org_ldk_impl_bindings
15788  * Method:    FundingCreated_write
15789  * Signature: (J)[B
15790  */
15791 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingCreated_1write
15792   (JNIEnv *, jclass, jlong);
15793
15794 /*
15795  * Class:     org_ldk_impl_bindings
15796  * Method:    FundingCreated_read
15797  * Signature: ([B)J
15798  */
15799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingCreated_1read
15800   (JNIEnv *, jclass, jbyteArray);
15801
15802 /*
15803  * Class:     org_ldk_impl_bindings
15804  * Method:    FundingSigned_write
15805  * Signature: (J)[B
15806  */
15807 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingSigned_1write
15808   (JNIEnv *, jclass, jlong);
15809
15810 /*
15811  * Class:     org_ldk_impl_bindings
15812  * Method:    FundingSigned_read
15813  * Signature: ([B)J
15814  */
15815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingSigned_1read
15816   (JNIEnv *, jclass, jbyteArray);
15817
15818 /*
15819  * Class:     org_ldk_impl_bindings
15820  * Method:    FundingLocked_write
15821  * Signature: (J)[B
15822  */
15823 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingLocked_1write
15824   (JNIEnv *, jclass, jlong);
15825
15826 /*
15827  * Class:     org_ldk_impl_bindings
15828  * Method:    FundingLocked_read
15829  * Signature: ([B)J
15830  */
15831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingLocked_1read
15832   (JNIEnv *, jclass, jbyteArray);
15833
15834 /*
15835  * Class:     org_ldk_impl_bindings
15836  * Method:    Init_write
15837  * Signature: (J)[B
15838  */
15839 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Init_1write
15840   (JNIEnv *, jclass, jlong);
15841
15842 /*
15843  * Class:     org_ldk_impl_bindings
15844  * Method:    Init_read
15845  * Signature: ([B)J
15846  */
15847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Init_1read
15848   (JNIEnv *, jclass, jbyteArray);
15849
15850 /*
15851  * Class:     org_ldk_impl_bindings
15852  * Method:    OpenChannel_write
15853  * Signature: (J)[B
15854  */
15855 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1write
15856   (JNIEnv *, jclass, jlong);
15857
15858 /*
15859  * Class:     org_ldk_impl_bindings
15860  * Method:    OpenChannel_read
15861  * Signature: ([B)J
15862  */
15863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1read
15864   (JNIEnv *, jclass, jbyteArray);
15865
15866 /*
15867  * Class:     org_ldk_impl_bindings
15868  * Method:    RevokeAndACK_write
15869  * Signature: (J)[B
15870  */
15871 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1write
15872   (JNIEnv *, jclass, jlong);
15873
15874 /*
15875  * Class:     org_ldk_impl_bindings
15876  * Method:    RevokeAndACK_read
15877  * Signature: ([B)J
15878  */
15879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1read
15880   (JNIEnv *, jclass, jbyteArray);
15881
15882 /*
15883  * Class:     org_ldk_impl_bindings
15884  * Method:    Shutdown_write
15885  * Signature: (J)[B
15886  */
15887 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Shutdown_1write
15888   (JNIEnv *, jclass, jlong);
15889
15890 /*
15891  * Class:     org_ldk_impl_bindings
15892  * Method:    Shutdown_read
15893  * Signature: ([B)J
15894  */
15895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Shutdown_1read
15896   (JNIEnv *, jclass, jbyteArray);
15897
15898 /*
15899  * Class:     org_ldk_impl_bindings
15900  * Method:    UpdateFailHTLC_write
15901  * Signature: (J)[B
15902  */
15903 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1write
15904   (JNIEnv *, jclass, jlong);
15905
15906 /*
15907  * Class:     org_ldk_impl_bindings
15908  * Method:    UpdateFailHTLC_read
15909  * Signature: ([B)J
15910  */
15911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1read
15912   (JNIEnv *, jclass, jbyteArray);
15913
15914 /*
15915  * Class:     org_ldk_impl_bindings
15916  * Method:    UpdateFailMalformedHTLC_write
15917  * Signature: (J)[B
15918  */
15919 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1write
15920   (JNIEnv *, jclass, jlong);
15921
15922 /*
15923  * Class:     org_ldk_impl_bindings
15924  * Method:    UpdateFailMalformedHTLC_read
15925  * Signature: ([B)J
15926  */
15927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1read
15928   (JNIEnv *, jclass, jbyteArray);
15929
15930 /*
15931  * Class:     org_ldk_impl_bindings
15932  * Method:    UpdateFee_write
15933  * Signature: (J)[B
15934  */
15935 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFee_1write
15936   (JNIEnv *, jclass, jlong);
15937
15938 /*
15939  * Class:     org_ldk_impl_bindings
15940  * Method:    UpdateFee_read
15941  * Signature: ([B)J
15942  */
15943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFee_1read
15944   (JNIEnv *, jclass, jbyteArray);
15945
15946 /*
15947  * Class:     org_ldk_impl_bindings
15948  * Method:    UpdateFulfillHTLC_write
15949  * Signature: (J)[B
15950  */
15951 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1write
15952   (JNIEnv *, jclass, jlong);
15953
15954 /*
15955  * Class:     org_ldk_impl_bindings
15956  * Method:    UpdateFulfillHTLC_read
15957  * Signature: ([B)J
15958  */
15959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1read
15960   (JNIEnv *, jclass, jbyteArray);
15961
15962 /*
15963  * Class:     org_ldk_impl_bindings
15964  * Method:    UpdateAddHTLC_write
15965  * Signature: (J)[B
15966  */
15967 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1write
15968   (JNIEnv *, jclass, jlong);
15969
15970 /*
15971  * Class:     org_ldk_impl_bindings
15972  * Method:    UpdateAddHTLC_read
15973  * Signature: ([B)J
15974  */
15975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1read
15976   (JNIEnv *, jclass, jbyteArray);
15977
15978 /*
15979  * Class:     org_ldk_impl_bindings
15980  * Method:    Ping_write
15981  * Signature: (J)[B
15982  */
15983 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Ping_1write
15984   (JNIEnv *, jclass, jlong);
15985
15986 /*
15987  * Class:     org_ldk_impl_bindings
15988  * Method:    Ping_read
15989  * Signature: ([B)J
15990  */
15991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Ping_1read
15992   (JNIEnv *, jclass, jbyteArray);
15993
15994 /*
15995  * Class:     org_ldk_impl_bindings
15996  * Method:    Pong_write
15997  * Signature: (J)[B
15998  */
15999 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Pong_1write
16000   (JNIEnv *, jclass, jlong);
16001
16002 /*
16003  * Class:     org_ldk_impl_bindings
16004  * Method:    Pong_read
16005  * Signature: ([B)J
16006  */
16007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Pong_1read
16008   (JNIEnv *, jclass, jbyteArray);
16009
16010 /*
16011  * Class:     org_ldk_impl_bindings
16012  * Method:    UnsignedChannelAnnouncement_write
16013  * Signature: (J)[B
16014  */
16015 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1write
16016   (JNIEnv *, jclass, jlong);
16017
16018 /*
16019  * Class:     org_ldk_impl_bindings
16020  * Method:    UnsignedChannelAnnouncement_read
16021  * Signature: ([B)J
16022  */
16023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1read
16024   (JNIEnv *, jclass, jbyteArray);
16025
16026 /*
16027  * Class:     org_ldk_impl_bindings
16028  * Method:    ChannelAnnouncement_write
16029  * Signature: (J)[B
16030  */
16031 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1write
16032   (JNIEnv *, jclass, jlong);
16033
16034 /*
16035  * Class:     org_ldk_impl_bindings
16036  * Method:    ChannelAnnouncement_read
16037  * Signature: ([B)J
16038  */
16039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1read
16040   (JNIEnv *, jclass, jbyteArray);
16041
16042 /*
16043  * Class:     org_ldk_impl_bindings
16044  * Method:    UnsignedChannelUpdate_write
16045  * Signature: (J)[B
16046  */
16047 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1write
16048   (JNIEnv *, jclass, jlong);
16049
16050 /*
16051  * Class:     org_ldk_impl_bindings
16052  * Method:    UnsignedChannelUpdate_read
16053  * Signature: ([B)J
16054  */
16055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1read
16056   (JNIEnv *, jclass, jbyteArray);
16057
16058 /*
16059  * Class:     org_ldk_impl_bindings
16060  * Method:    ChannelUpdate_write
16061  * Signature: (J)[B
16062  */
16063 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1write
16064   (JNIEnv *, jclass, jlong);
16065
16066 /*
16067  * Class:     org_ldk_impl_bindings
16068  * Method:    ChannelUpdate_read
16069  * Signature: ([B)J
16070  */
16071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1read
16072   (JNIEnv *, jclass, jbyteArray);
16073
16074 /*
16075  * Class:     org_ldk_impl_bindings
16076  * Method:    ErrorMessage_write
16077  * Signature: (J)[B
16078  */
16079 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1write
16080   (JNIEnv *, jclass, jlong);
16081
16082 /*
16083  * Class:     org_ldk_impl_bindings
16084  * Method:    ErrorMessage_read
16085  * Signature: ([B)J
16086  */
16087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1read
16088   (JNIEnv *, jclass, jbyteArray);
16089
16090 /*
16091  * Class:     org_ldk_impl_bindings
16092  * Method:    UnsignedNodeAnnouncement_write
16093  * Signature: (J)[B
16094  */
16095 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1write
16096   (JNIEnv *, jclass, jlong);
16097
16098 /*
16099  * Class:     org_ldk_impl_bindings
16100  * Method:    UnsignedNodeAnnouncement_read
16101  * Signature: ([B)J
16102  */
16103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1read
16104   (JNIEnv *, jclass, jbyteArray);
16105
16106 /*
16107  * Class:     org_ldk_impl_bindings
16108  * Method:    NodeAnnouncement_write
16109  * Signature: (J)[B
16110  */
16111 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1write
16112   (JNIEnv *, jclass, jlong);
16113
16114 /*
16115  * Class:     org_ldk_impl_bindings
16116  * Method:    NodeAnnouncement_read
16117  * Signature: ([B)J
16118  */
16119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1read
16120   (JNIEnv *, jclass, jbyteArray);
16121
16122 /*
16123  * Class:     org_ldk_impl_bindings
16124  * Method:    QueryShortChannelIds_read
16125  * Signature: ([B)J
16126  */
16127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1read
16128   (JNIEnv *, jclass, jbyteArray);
16129
16130 /*
16131  * Class:     org_ldk_impl_bindings
16132  * Method:    QueryShortChannelIds_write
16133  * Signature: (J)[B
16134  */
16135 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1write
16136   (JNIEnv *, jclass, jlong);
16137
16138 /*
16139  * Class:     org_ldk_impl_bindings
16140  * Method:    ReplyShortChannelIdsEnd_write
16141  * Signature: (J)[B
16142  */
16143 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1write
16144   (JNIEnv *, jclass, jlong);
16145
16146 /*
16147  * Class:     org_ldk_impl_bindings
16148  * Method:    ReplyShortChannelIdsEnd_read
16149  * Signature: ([B)J
16150  */
16151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1read
16152   (JNIEnv *, jclass, jbyteArray);
16153
16154 /*
16155  * Class:     org_ldk_impl_bindings
16156  * Method:    QueryChannelRange_end_blocknum
16157  * Signature: (J)I
16158  */
16159 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1end_1blocknum
16160   (JNIEnv *, jclass, jlong);
16161
16162 /*
16163  * Class:     org_ldk_impl_bindings
16164  * Method:    QueryChannelRange_write
16165  * Signature: (J)[B
16166  */
16167 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1write
16168   (JNIEnv *, jclass, jlong);
16169
16170 /*
16171  * Class:     org_ldk_impl_bindings
16172  * Method:    QueryChannelRange_read
16173  * Signature: ([B)J
16174  */
16175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1read
16176   (JNIEnv *, jclass, jbyteArray);
16177
16178 /*
16179  * Class:     org_ldk_impl_bindings
16180  * Method:    ReplyChannelRange_read
16181  * Signature: ([B)J
16182  */
16183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1read
16184   (JNIEnv *, jclass, jbyteArray);
16185
16186 /*
16187  * Class:     org_ldk_impl_bindings
16188  * Method:    ReplyChannelRange_write
16189  * Signature: (J)[B
16190  */
16191 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1write
16192   (JNIEnv *, jclass, jlong);
16193
16194 /*
16195  * Class:     org_ldk_impl_bindings
16196  * Method:    GossipTimestampFilter_write
16197  * Signature: (J)[B
16198  */
16199 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1write
16200   (JNIEnv *, jclass, jlong);
16201
16202 /*
16203  * Class:     org_ldk_impl_bindings
16204  * Method:    GossipTimestampFilter_read
16205  * Signature: ([B)J
16206  */
16207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1read
16208   (JNIEnv *, jclass, jbyteArray);
16209
16210 /*
16211  * Class:     org_ldk_impl_bindings
16212  * Method:    CustomMessageHandler_free
16213  * Signature: (J)V
16214  */
16215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CustomMessageHandler_1free
16216   (JNIEnv *, jclass, jlong);
16217
16218 /*
16219  * Class:     org_ldk_impl_bindings
16220  * Method:    IgnoringMessageHandler_free
16221  * Signature: (J)V
16222  */
16223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1free
16224   (JNIEnv *, jclass, jlong);
16225
16226 /*
16227  * Class:     org_ldk_impl_bindings
16228  * Method:    IgnoringMessageHandler_new
16229  * Signature: ()J
16230  */
16231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1new
16232   (JNIEnv *, jclass);
16233
16234 /*
16235  * Class:     org_ldk_impl_bindings
16236  * Method:    IgnoringMessageHandler_as_MessageSendEventsProvider
16237  * Signature: (J)J
16238  */
16239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1as_1MessageSendEventsProvider
16240   (JNIEnv *, jclass, jlong);
16241
16242 /*
16243  * Class:     org_ldk_impl_bindings
16244  * Method:    IgnoringMessageHandler_as_RoutingMessageHandler
16245  * Signature: (J)J
16246  */
16247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1as_1RoutingMessageHandler
16248   (JNIEnv *, jclass, jlong);
16249
16250 /*
16251  * Class:     org_ldk_impl_bindings
16252  * Method:    IgnoringMessageHandler_as_CustomMessageReader
16253  * Signature: (J)J
16254  */
16255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1as_1CustomMessageReader
16256   (JNIEnv *, jclass, jlong);
16257
16258 /*
16259  * Class:     org_ldk_impl_bindings
16260  * Method:    IgnoringMessageHandler_as_CustomMessageHandler
16261  * Signature: (J)J
16262  */
16263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1as_1CustomMessageHandler
16264   (JNIEnv *, jclass, jlong);
16265
16266 /*
16267  * Class:     org_ldk_impl_bindings
16268  * Method:    ErroringMessageHandler_free
16269  * Signature: (J)V
16270  */
16271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErroringMessageHandler_1free
16272   (JNIEnv *, jclass, jlong);
16273
16274 /*
16275  * Class:     org_ldk_impl_bindings
16276  * Method:    ErroringMessageHandler_new
16277  * Signature: ()J
16278  */
16279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErroringMessageHandler_1new
16280   (JNIEnv *, jclass);
16281
16282 /*
16283  * Class:     org_ldk_impl_bindings
16284  * Method:    ErroringMessageHandler_as_MessageSendEventsProvider
16285  * Signature: (J)J
16286  */
16287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErroringMessageHandler_1as_1MessageSendEventsProvider
16288   (JNIEnv *, jclass, jlong);
16289
16290 /*
16291  * Class:     org_ldk_impl_bindings
16292  * Method:    ErroringMessageHandler_as_ChannelMessageHandler
16293  * Signature: (J)J
16294  */
16295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErroringMessageHandler_1as_1ChannelMessageHandler
16296   (JNIEnv *, jclass, jlong);
16297
16298 /*
16299  * Class:     org_ldk_impl_bindings
16300  * Method:    MessageHandler_free
16301  * Signature: (J)V
16302  */
16303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageHandler_1free
16304   (JNIEnv *, jclass, jlong);
16305
16306 /*
16307  * Class:     org_ldk_impl_bindings
16308  * Method:    MessageHandler_get_chan_handler
16309  * Signature: (J)J
16310  */
16311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageHandler_1get_1chan_1handler
16312   (JNIEnv *, jclass, jlong);
16313
16314 /*
16315  * Class:     org_ldk_impl_bindings
16316  * Method:    MessageHandler_set_chan_handler
16317  * Signature: (JJ)V
16318  */
16319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageHandler_1set_1chan_1handler
16320   (JNIEnv *, jclass, jlong, jlong);
16321
16322 /*
16323  * Class:     org_ldk_impl_bindings
16324  * Method:    MessageHandler_get_route_handler
16325  * Signature: (J)J
16326  */
16327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageHandler_1get_1route_1handler
16328   (JNIEnv *, jclass, jlong);
16329
16330 /*
16331  * Class:     org_ldk_impl_bindings
16332  * Method:    MessageHandler_set_route_handler
16333  * Signature: (JJ)V
16334  */
16335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageHandler_1set_1route_1handler
16336   (JNIEnv *, jclass, jlong, jlong);
16337
16338 /*
16339  * Class:     org_ldk_impl_bindings
16340  * Method:    MessageHandler_new
16341  * Signature: (JJ)J
16342  */
16343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageHandler_1new
16344   (JNIEnv *, jclass, jlong, jlong);
16345
16346 /*
16347  * Class:     org_ldk_impl_bindings
16348  * Method:    SocketDescriptor_clone
16349  * Signature: (J)J
16350  */
16351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1clone
16352   (JNIEnv *, jclass, jlong);
16353
16354 /*
16355  * Class:     org_ldk_impl_bindings
16356  * Method:    SocketDescriptor_free
16357  * Signature: (J)V
16358  */
16359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1free
16360   (JNIEnv *, jclass, jlong);
16361
16362 /*
16363  * Class:     org_ldk_impl_bindings
16364  * Method:    PeerHandleError_free
16365  * Signature: (J)V
16366  */
16367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1free
16368   (JNIEnv *, jclass, jlong);
16369
16370 /*
16371  * Class:     org_ldk_impl_bindings
16372  * Method:    PeerHandleError_get_no_connection_possible
16373  * Signature: (J)Z
16374  */
16375 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1get_1no_1connection_1possible
16376   (JNIEnv *, jclass, jlong);
16377
16378 /*
16379  * Class:     org_ldk_impl_bindings
16380  * Method:    PeerHandleError_set_no_connection_possible
16381  * Signature: (JZ)V
16382  */
16383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1set_1no_1connection_1possible
16384   (JNIEnv *, jclass, jlong, jboolean);
16385
16386 /*
16387  * Class:     org_ldk_impl_bindings
16388  * Method:    PeerHandleError_new
16389  * Signature: (Z)J
16390  */
16391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1new
16392   (JNIEnv *, jclass, jboolean);
16393
16394 /*
16395  * Class:     org_ldk_impl_bindings
16396  * Method:    PeerHandleError_clone
16397  * Signature: (J)J
16398  */
16399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1clone
16400   (JNIEnv *, jclass, jlong);
16401
16402 /*
16403  * Class:     org_ldk_impl_bindings
16404  * Method:    PeerManager_free
16405  * Signature: (J)V
16406  */
16407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1free
16408   (JNIEnv *, jclass, jlong);
16409
16410 /*
16411  * Class:     org_ldk_impl_bindings
16412  * Method:    PeerManager_new
16413  * Signature: (J[B[BJJ)J
16414  */
16415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1new
16416   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jlong, jlong);
16417
16418 /*
16419  * Class:     org_ldk_impl_bindings
16420  * Method:    PeerManager_get_peer_node_ids
16421  * Signature: (J)[[B
16422  */
16423 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_PeerManager_1get_1peer_1node_1ids
16424   (JNIEnv *, jclass, jlong);
16425
16426 /*
16427  * Class:     org_ldk_impl_bindings
16428  * Method:    PeerManager_new_outbound_connection
16429  * Signature: (J[BJ)J
16430  */
16431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1new_1outbound_1connection
16432   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
16433
16434 /*
16435  * Class:     org_ldk_impl_bindings
16436  * Method:    PeerManager_new_inbound_connection
16437  * Signature: (JJ)J
16438  */
16439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1new_1inbound_1connection
16440   (JNIEnv *, jclass, jlong, jlong);
16441
16442 /*
16443  * Class:     org_ldk_impl_bindings
16444  * Method:    PeerManager_write_buffer_space_avail
16445  * Signature: (JJ)J
16446  */
16447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1write_1buffer_1space_1avail
16448   (JNIEnv *, jclass, jlong, jlong);
16449
16450 /*
16451  * Class:     org_ldk_impl_bindings
16452  * Method:    PeerManager_read_event
16453  * Signature: (JJ[B)J
16454  */
16455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1read_1event
16456   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
16457
16458 /*
16459  * Class:     org_ldk_impl_bindings
16460  * Method:    PeerManager_process_events
16461  * Signature: (J)V
16462  */
16463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1process_1events
16464   (JNIEnv *, jclass, jlong);
16465
16466 /*
16467  * Class:     org_ldk_impl_bindings
16468  * Method:    PeerManager_socket_disconnected
16469  * Signature: (JJ)V
16470  */
16471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1socket_1disconnected
16472   (JNIEnv *, jclass, jlong, jlong);
16473
16474 /*
16475  * Class:     org_ldk_impl_bindings
16476  * Method:    PeerManager_disconnect_by_node_id
16477  * Signature: (J[BZ)V
16478  */
16479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1disconnect_1by_1node_1id
16480   (JNIEnv *, jclass, jlong, jbyteArray, jboolean);
16481
16482 /*
16483  * Class:     org_ldk_impl_bindings
16484  * Method:    PeerManager_disconnect_all_peers
16485  * Signature: (J)V
16486  */
16487 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1disconnect_1all_1peers
16488   (JNIEnv *, jclass, jlong);
16489
16490 /*
16491  * Class:     org_ldk_impl_bindings
16492  * Method:    PeerManager_timer_tick_occurred
16493  * Signature: (J)V
16494  */
16495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1timer_1tick_1occurred
16496   (JNIEnv *, jclass, jlong);
16497
16498 /*
16499  * Class:     org_ldk_impl_bindings
16500  * Method:    build_commitment_secret
16501  * Signature: ([BJ)[B
16502  */
16503 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_build_1commitment_1secret
16504   (JNIEnv *, jclass, jbyteArray, jlong);
16505
16506 /*
16507  * Class:     org_ldk_impl_bindings
16508  * Method:    build_closing_transaction
16509  * Signature: (JJ[B[BJ)[B
16510  */
16511 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_build_1closing_1transaction
16512   (JNIEnv *, jclass, jlong, jlong, jbyteArray, jbyteArray, jlong);
16513
16514 /*
16515  * Class:     org_ldk_impl_bindings
16516  * Method:    derive_private_key
16517  * Signature: ([B[B)J
16518  */
16519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_derive_1private_1key
16520   (JNIEnv *, jclass, jbyteArray, jbyteArray);
16521
16522 /*
16523  * Class:     org_ldk_impl_bindings
16524  * Method:    derive_public_key
16525  * Signature: ([B[B)J
16526  */
16527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_derive_1public_1key
16528   (JNIEnv *, jclass, jbyteArray, jbyteArray);
16529
16530 /*
16531  * Class:     org_ldk_impl_bindings
16532  * Method:    derive_private_revocation_key
16533  * Signature: ([B[B)J
16534  */
16535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_derive_1private_1revocation_1key
16536   (JNIEnv *, jclass, jbyteArray, jbyteArray);
16537
16538 /*
16539  * Class:     org_ldk_impl_bindings
16540  * Method:    derive_public_revocation_key
16541  * Signature: ([B[B)J
16542  */
16543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_derive_1public_1revocation_1key
16544   (JNIEnv *, jclass, jbyteArray, jbyteArray);
16545
16546 /*
16547  * Class:     org_ldk_impl_bindings
16548  * Method:    TxCreationKeys_free
16549  * Signature: (J)V
16550  */
16551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1free
16552   (JNIEnv *, jclass, jlong);
16553
16554 /*
16555  * Class:     org_ldk_impl_bindings
16556  * Method:    TxCreationKeys_get_per_commitment_point
16557  * Signature: (J)[B
16558  */
16559 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1per_1commitment_1point
16560   (JNIEnv *, jclass, jlong);
16561
16562 /*
16563  * Class:     org_ldk_impl_bindings
16564  * Method:    TxCreationKeys_set_per_commitment_point
16565  * Signature: (J[B)V
16566  */
16567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1per_1commitment_1point
16568   (JNIEnv *, jclass, jlong, jbyteArray);
16569
16570 /*
16571  * Class:     org_ldk_impl_bindings
16572  * Method:    TxCreationKeys_get_revocation_key
16573  * Signature: (J)[B
16574  */
16575 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1revocation_1key
16576   (JNIEnv *, jclass, jlong);
16577
16578 /*
16579  * Class:     org_ldk_impl_bindings
16580  * Method:    TxCreationKeys_set_revocation_key
16581  * Signature: (J[B)V
16582  */
16583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1revocation_1key
16584   (JNIEnv *, jclass, jlong, jbyteArray);
16585
16586 /*
16587  * Class:     org_ldk_impl_bindings
16588  * Method:    TxCreationKeys_get_broadcaster_htlc_key
16589  * Signature: (J)[B
16590  */
16591 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1broadcaster_1htlc_1key
16592   (JNIEnv *, jclass, jlong);
16593
16594 /*
16595  * Class:     org_ldk_impl_bindings
16596  * Method:    TxCreationKeys_set_broadcaster_htlc_key
16597  * Signature: (J[B)V
16598  */
16599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1broadcaster_1htlc_1key
16600   (JNIEnv *, jclass, jlong, jbyteArray);
16601
16602 /*
16603  * Class:     org_ldk_impl_bindings
16604  * Method:    TxCreationKeys_get_countersignatory_htlc_key
16605  * Signature: (J)[B
16606  */
16607 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1countersignatory_1htlc_1key
16608   (JNIEnv *, jclass, jlong);
16609
16610 /*
16611  * Class:     org_ldk_impl_bindings
16612  * Method:    TxCreationKeys_set_countersignatory_htlc_key
16613  * Signature: (J[B)V
16614  */
16615 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1countersignatory_1htlc_1key
16616   (JNIEnv *, jclass, jlong, jbyteArray);
16617
16618 /*
16619  * Class:     org_ldk_impl_bindings
16620  * Method:    TxCreationKeys_get_broadcaster_delayed_payment_key
16621  * Signature: (J)[B
16622  */
16623 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1broadcaster_1delayed_1payment_1key
16624   (JNIEnv *, jclass, jlong);
16625
16626 /*
16627  * Class:     org_ldk_impl_bindings
16628  * Method:    TxCreationKeys_set_broadcaster_delayed_payment_key
16629  * Signature: (J[B)V
16630  */
16631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1broadcaster_1delayed_1payment_1key
16632   (JNIEnv *, jclass, jlong, jbyteArray);
16633
16634 /*
16635  * Class:     org_ldk_impl_bindings
16636  * Method:    TxCreationKeys_new
16637  * Signature: ([B[B[B[B[B)J
16638  */
16639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1new
16640   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray);
16641
16642 /*
16643  * Class:     org_ldk_impl_bindings
16644  * Method:    TxCreationKeys_clone
16645  * Signature: (J)J
16646  */
16647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1clone
16648   (JNIEnv *, jclass, jlong);
16649
16650 /*
16651  * Class:     org_ldk_impl_bindings
16652  * Method:    TxCreationKeys_write
16653  * Signature: (J)[B
16654  */
16655 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1write
16656   (JNIEnv *, jclass, jlong);
16657
16658 /*
16659  * Class:     org_ldk_impl_bindings
16660  * Method:    TxCreationKeys_read
16661  * Signature: ([B)J
16662  */
16663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1read
16664   (JNIEnv *, jclass, jbyteArray);
16665
16666 /*
16667  * Class:     org_ldk_impl_bindings
16668  * Method:    ChannelPublicKeys_free
16669  * Signature: (J)V
16670  */
16671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1free
16672   (JNIEnv *, jclass, jlong);
16673
16674 /*
16675  * Class:     org_ldk_impl_bindings
16676  * Method:    ChannelPublicKeys_get_funding_pubkey
16677  * Signature: (J)[B
16678  */
16679 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1funding_1pubkey
16680   (JNIEnv *, jclass, jlong);
16681
16682 /*
16683  * Class:     org_ldk_impl_bindings
16684  * Method:    ChannelPublicKeys_set_funding_pubkey
16685  * Signature: (J[B)V
16686  */
16687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1funding_1pubkey
16688   (JNIEnv *, jclass, jlong, jbyteArray);
16689
16690 /*
16691  * Class:     org_ldk_impl_bindings
16692  * Method:    ChannelPublicKeys_get_revocation_basepoint
16693  * Signature: (J)[B
16694  */
16695 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1revocation_1basepoint
16696   (JNIEnv *, jclass, jlong);
16697
16698 /*
16699  * Class:     org_ldk_impl_bindings
16700  * Method:    ChannelPublicKeys_set_revocation_basepoint
16701  * Signature: (J[B)V
16702  */
16703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1revocation_1basepoint
16704   (JNIEnv *, jclass, jlong, jbyteArray);
16705
16706 /*
16707  * Class:     org_ldk_impl_bindings
16708  * Method:    ChannelPublicKeys_get_payment_point
16709  * Signature: (J)[B
16710  */
16711 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1payment_1point
16712   (JNIEnv *, jclass, jlong);
16713
16714 /*
16715  * Class:     org_ldk_impl_bindings
16716  * Method:    ChannelPublicKeys_set_payment_point
16717  * Signature: (J[B)V
16718  */
16719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1payment_1point
16720   (JNIEnv *, jclass, jlong, jbyteArray);
16721
16722 /*
16723  * Class:     org_ldk_impl_bindings
16724  * Method:    ChannelPublicKeys_get_delayed_payment_basepoint
16725  * Signature: (J)[B
16726  */
16727 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1delayed_1payment_1basepoint
16728   (JNIEnv *, jclass, jlong);
16729
16730 /*
16731  * Class:     org_ldk_impl_bindings
16732  * Method:    ChannelPublicKeys_set_delayed_payment_basepoint
16733  * Signature: (J[B)V
16734  */
16735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1delayed_1payment_1basepoint
16736   (JNIEnv *, jclass, jlong, jbyteArray);
16737
16738 /*
16739  * Class:     org_ldk_impl_bindings
16740  * Method:    ChannelPublicKeys_get_htlc_basepoint
16741  * Signature: (J)[B
16742  */
16743 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1htlc_1basepoint
16744   (JNIEnv *, jclass, jlong);
16745
16746 /*
16747  * Class:     org_ldk_impl_bindings
16748  * Method:    ChannelPublicKeys_set_htlc_basepoint
16749  * Signature: (J[B)V
16750  */
16751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1htlc_1basepoint
16752   (JNIEnv *, jclass, jlong, jbyteArray);
16753
16754 /*
16755  * Class:     org_ldk_impl_bindings
16756  * Method:    ChannelPublicKeys_new
16757  * Signature: ([B[B[B[B[B)J
16758  */
16759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1new
16760   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray);
16761
16762 /*
16763  * Class:     org_ldk_impl_bindings
16764  * Method:    ChannelPublicKeys_clone
16765  * Signature: (J)J
16766  */
16767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1clone
16768   (JNIEnv *, jclass, jlong);
16769
16770 /*
16771  * Class:     org_ldk_impl_bindings
16772  * Method:    ChannelPublicKeys_write
16773  * Signature: (J)[B
16774  */
16775 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1write
16776   (JNIEnv *, jclass, jlong);
16777
16778 /*
16779  * Class:     org_ldk_impl_bindings
16780  * Method:    ChannelPublicKeys_read
16781  * Signature: ([B)J
16782  */
16783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1read
16784   (JNIEnv *, jclass, jbyteArray);
16785
16786 /*
16787  * Class:     org_ldk_impl_bindings
16788  * Method:    TxCreationKeys_derive_new
16789  * Signature: ([B[B[B[B[B)J
16790  */
16791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1derive_1new
16792   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray);
16793
16794 /*
16795  * Class:     org_ldk_impl_bindings
16796  * Method:    TxCreationKeys_from_channel_static_keys
16797  * Signature: ([BJJ)J
16798  */
16799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1from_1channel_1static_1keys
16800   (JNIEnv *, jclass, jbyteArray, jlong, jlong);
16801
16802 /*
16803  * Class:     org_ldk_impl_bindings
16804  * Method:    get_revokeable_redeemscript
16805  * Signature: ([BS[B)[B
16806  */
16807 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_get_1revokeable_1redeemscript
16808   (JNIEnv *, jclass, jbyteArray, jshort, jbyteArray);
16809
16810 /*
16811  * Class:     org_ldk_impl_bindings
16812  * Method:    HTLCOutputInCommitment_free
16813  * Signature: (J)V
16814  */
16815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1free
16816   (JNIEnv *, jclass, jlong);
16817
16818 /*
16819  * Class:     org_ldk_impl_bindings
16820  * Method:    HTLCOutputInCommitment_get_offered
16821  * Signature: (J)Z
16822  */
16823 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1offered
16824   (JNIEnv *, jclass, jlong);
16825
16826 /*
16827  * Class:     org_ldk_impl_bindings
16828  * Method:    HTLCOutputInCommitment_set_offered
16829  * Signature: (JZ)V
16830  */
16831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1offered
16832   (JNIEnv *, jclass, jlong, jboolean);
16833
16834 /*
16835  * Class:     org_ldk_impl_bindings
16836  * Method:    HTLCOutputInCommitment_get_amount_msat
16837  * Signature: (J)J
16838  */
16839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1amount_1msat
16840   (JNIEnv *, jclass, jlong);
16841
16842 /*
16843  * Class:     org_ldk_impl_bindings
16844  * Method:    HTLCOutputInCommitment_set_amount_msat
16845  * Signature: (JJ)V
16846  */
16847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1amount_1msat
16848   (JNIEnv *, jclass, jlong, jlong);
16849
16850 /*
16851  * Class:     org_ldk_impl_bindings
16852  * Method:    HTLCOutputInCommitment_get_cltv_expiry
16853  * Signature: (J)I
16854  */
16855 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1cltv_1expiry
16856   (JNIEnv *, jclass, jlong);
16857
16858 /*
16859  * Class:     org_ldk_impl_bindings
16860  * Method:    HTLCOutputInCommitment_set_cltv_expiry
16861  * Signature: (JI)V
16862  */
16863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1cltv_1expiry
16864   (JNIEnv *, jclass, jlong, jint);
16865
16866 /*
16867  * Class:     org_ldk_impl_bindings
16868  * Method:    HTLCOutputInCommitment_get_payment_hash
16869  * Signature: (J)[B
16870  */
16871 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1payment_1hash
16872   (JNIEnv *, jclass, jlong);
16873
16874 /*
16875  * Class:     org_ldk_impl_bindings
16876  * Method:    HTLCOutputInCommitment_set_payment_hash
16877  * Signature: (J[B)V
16878  */
16879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1payment_1hash
16880   (JNIEnv *, jclass, jlong, jbyteArray);
16881
16882 /*
16883  * Class:     org_ldk_impl_bindings
16884  * Method:    HTLCOutputInCommitment_get_transaction_output_index
16885  * Signature: (J)J
16886  */
16887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1transaction_1output_1index
16888   (JNIEnv *, jclass, jlong);
16889
16890 /*
16891  * Class:     org_ldk_impl_bindings
16892  * Method:    HTLCOutputInCommitment_set_transaction_output_index
16893  * Signature: (JJ)V
16894  */
16895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1transaction_1output_1index
16896   (JNIEnv *, jclass, jlong, jlong);
16897
16898 /*
16899  * Class:     org_ldk_impl_bindings
16900  * Method:    HTLCOutputInCommitment_new
16901  * Signature: (ZJI[BJ)J
16902  */
16903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1new
16904   (JNIEnv *, jclass, jboolean, jlong, jint, jbyteArray, jlong);
16905
16906 /*
16907  * Class:     org_ldk_impl_bindings
16908  * Method:    HTLCOutputInCommitment_clone
16909  * Signature: (J)J
16910  */
16911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1clone
16912   (JNIEnv *, jclass, jlong);
16913
16914 /*
16915  * Class:     org_ldk_impl_bindings
16916  * Method:    HTLCOutputInCommitment_write
16917  * Signature: (J)[B
16918  */
16919 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1write
16920   (JNIEnv *, jclass, jlong);
16921
16922 /*
16923  * Class:     org_ldk_impl_bindings
16924  * Method:    HTLCOutputInCommitment_read
16925  * Signature: ([B)J
16926  */
16927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1read
16928   (JNIEnv *, jclass, jbyteArray);
16929
16930 /*
16931  * Class:     org_ldk_impl_bindings
16932  * Method:    get_htlc_redeemscript
16933  * Signature: (JJ)[B
16934  */
16935 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_get_1htlc_1redeemscript
16936   (JNIEnv *, jclass, jlong, jlong);
16937
16938 /*
16939  * Class:     org_ldk_impl_bindings
16940  * Method:    make_funding_redeemscript
16941  * Signature: ([B[B)[B
16942  */
16943 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_make_1funding_1redeemscript
16944   (JNIEnv *, jclass, jbyteArray, jbyteArray);
16945
16946 /*
16947  * Class:     org_ldk_impl_bindings
16948  * Method:    build_htlc_transaction
16949  * Signature: ([BISJ[B[B)[B
16950  */
16951 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_build_1htlc_1transaction
16952   (JNIEnv *, jclass, jbyteArray, jint, jshort, jlong, jbyteArray, jbyteArray);
16953
16954 /*
16955  * Class:     org_ldk_impl_bindings
16956  * Method:    ChannelTransactionParameters_free
16957  * Signature: (J)V
16958  */
16959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1free
16960   (JNIEnv *, jclass, jlong);
16961
16962 /*
16963  * Class:     org_ldk_impl_bindings
16964  * Method:    ChannelTransactionParameters_get_holder_pubkeys
16965  * Signature: (J)J
16966  */
16967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1holder_1pubkeys
16968   (JNIEnv *, jclass, jlong);
16969
16970 /*
16971  * Class:     org_ldk_impl_bindings
16972  * Method:    ChannelTransactionParameters_set_holder_pubkeys
16973  * Signature: (JJ)V
16974  */
16975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1holder_1pubkeys
16976   (JNIEnv *, jclass, jlong, jlong);
16977
16978 /*
16979  * Class:     org_ldk_impl_bindings
16980  * Method:    ChannelTransactionParameters_get_holder_selected_contest_delay
16981  * Signature: (J)S
16982  */
16983 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1holder_1selected_1contest_1delay
16984   (JNIEnv *, jclass, jlong);
16985
16986 /*
16987  * Class:     org_ldk_impl_bindings
16988  * Method:    ChannelTransactionParameters_set_holder_selected_contest_delay
16989  * Signature: (JS)V
16990  */
16991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1holder_1selected_1contest_1delay
16992   (JNIEnv *, jclass, jlong, jshort);
16993
16994 /*
16995  * Class:     org_ldk_impl_bindings
16996  * Method:    ChannelTransactionParameters_get_is_outbound_from_holder
16997  * Signature: (J)Z
16998  */
16999 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1is_1outbound_1from_1holder
17000   (JNIEnv *, jclass, jlong);
17001
17002 /*
17003  * Class:     org_ldk_impl_bindings
17004  * Method:    ChannelTransactionParameters_set_is_outbound_from_holder
17005  * Signature: (JZ)V
17006  */
17007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1is_1outbound_1from_1holder
17008   (JNIEnv *, jclass, jlong, jboolean);
17009
17010 /*
17011  * Class:     org_ldk_impl_bindings
17012  * Method:    ChannelTransactionParameters_get_counterparty_parameters
17013  * Signature: (J)J
17014  */
17015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1counterparty_1parameters
17016   (JNIEnv *, jclass, jlong);
17017
17018 /*
17019  * Class:     org_ldk_impl_bindings
17020  * Method:    ChannelTransactionParameters_set_counterparty_parameters
17021  * Signature: (JJ)V
17022  */
17023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1counterparty_1parameters
17024   (JNIEnv *, jclass, jlong, jlong);
17025
17026 /*
17027  * Class:     org_ldk_impl_bindings
17028  * Method:    ChannelTransactionParameters_get_funding_outpoint
17029  * Signature: (J)J
17030  */
17031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1funding_1outpoint
17032   (JNIEnv *, jclass, jlong);
17033
17034 /*
17035  * Class:     org_ldk_impl_bindings
17036  * Method:    ChannelTransactionParameters_set_funding_outpoint
17037  * Signature: (JJ)V
17038  */
17039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1funding_1outpoint
17040   (JNIEnv *, jclass, jlong, jlong);
17041
17042 /*
17043  * Class:     org_ldk_impl_bindings
17044  * Method:    ChannelTransactionParameters_new
17045  * Signature: (JSZJJ)J
17046  */
17047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1new
17048   (JNIEnv *, jclass, jlong, jshort, jboolean, jlong, jlong);
17049
17050 /*
17051  * Class:     org_ldk_impl_bindings
17052  * Method:    ChannelTransactionParameters_clone
17053  * Signature: (J)J
17054  */
17055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1clone
17056   (JNIEnv *, jclass, jlong);
17057
17058 /*
17059  * Class:     org_ldk_impl_bindings
17060  * Method:    CounterpartyChannelTransactionParameters_free
17061  * Signature: (J)V
17062  */
17063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1free
17064   (JNIEnv *, jclass, jlong);
17065
17066 /*
17067  * Class:     org_ldk_impl_bindings
17068  * Method:    CounterpartyChannelTransactionParameters_get_pubkeys
17069  * Signature: (J)J
17070  */
17071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1get_1pubkeys
17072   (JNIEnv *, jclass, jlong);
17073
17074 /*
17075  * Class:     org_ldk_impl_bindings
17076  * Method:    CounterpartyChannelTransactionParameters_set_pubkeys
17077  * Signature: (JJ)V
17078  */
17079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1set_1pubkeys
17080   (JNIEnv *, jclass, jlong, jlong);
17081
17082 /*
17083  * Class:     org_ldk_impl_bindings
17084  * Method:    CounterpartyChannelTransactionParameters_get_selected_contest_delay
17085  * Signature: (J)S
17086  */
17087 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1get_1selected_1contest_1delay
17088   (JNIEnv *, jclass, jlong);
17089
17090 /*
17091  * Class:     org_ldk_impl_bindings
17092  * Method:    CounterpartyChannelTransactionParameters_set_selected_contest_delay
17093  * Signature: (JS)V
17094  */
17095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1set_1selected_1contest_1delay
17096   (JNIEnv *, jclass, jlong, jshort);
17097
17098 /*
17099  * Class:     org_ldk_impl_bindings
17100  * Method:    CounterpartyChannelTransactionParameters_new
17101  * Signature: (JS)J
17102  */
17103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1new
17104   (JNIEnv *, jclass, jlong, jshort);
17105
17106 /*
17107  * Class:     org_ldk_impl_bindings
17108  * Method:    CounterpartyChannelTransactionParameters_clone
17109  * Signature: (J)J
17110  */
17111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1clone
17112   (JNIEnv *, jclass, jlong);
17113
17114 /*
17115  * Class:     org_ldk_impl_bindings
17116  * Method:    ChannelTransactionParameters_is_populated
17117  * Signature: (J)Z
17118  */
17119 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1is_1populated
17120   (JNIEnv *, jclass, jlong);
17121
17122 /*
17123  * Class:     org_ldk_impl_bindings
17124  * Method:    ChannelTransactionParameters_as_holder_broadcastable
17125  * Signature: (J)J
17126  */
17127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1as_1holder_1broadcastable
17128   (JNIEnv *, jclass, jlong);
17129
17130 /*
17131  * Class:     org_ldk_impl_bindings
17132  * Method:    ChannelTransactionParameters_as_counterparty_broadcastable
17133  * Signature: (J)J
17134  */
17135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1as_1counterparty_1broadcastable
17136   (JNIEnv *, jclass, jlong);
17137
17138 /*
17139  * Class:     org_ldk_impl_bindings
17140  * Method:    CounterpartyChannelTransactionParameters_write
17141  * Signature: (J)[B
17142  */
17143 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1write
17144   (JNIEnv *, jclass, jlong);
17145
17146 /*
17147  * Class:     org_ldk_impl_bindings
17148  * Method:    CounterpartyChannelTransactionParameters_read
17149  * Signature: ([B)J
17150  */
17151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1read
17152   (JNIEnv *, jclass, jbyteArray);
17153
17154 /*
17155  * Class:     org_ldk_impl_bindings
17156  * Method:    ChannelTransactionParameters_write
17157  * Signature: (J)[B
17158  */
17159 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1write
17160   (JNIEnv *, jclass, jlong);
17161
17162 /*
17163  * Class:     org_ldk_impl_bindings
17164  * Method:    ChannelTransactionParameters_read
17165  * Signature: ([B)J
17166  */
17167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1read
17168   (JNIEnv *, jclass, jbyteArray);
17169
17170 /*
17171  * Class:     org_ldk_impl_bindings
17172  * Method:    DirectedChannelTransactionParameters_free
17173  * Signature: (J)V
17174  */
17175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1free
17176   (JNIEnv *, jclass, jlong);
17177
17178 /*
17179  * Class:     org_ldk_impl_bindings
17180  * Method:    DirectedChannelTransactionParameters_broadcaster_pubkeys
17181  * Signature: (J)J
17182  */
17183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1broadcaster_1pubkeys
17184   (JNIEnv *, jclass, jlong);
17185
17186 /*
17187  * Class:     org_ldk_impl_bindings
17188  * Method:    DirectedChannelTransactionParameters_countersignatory_pubkeys
17189  * Signature: (J)J
17190  */
17191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1countersignatory_1pubkeys
17192   (JNIEnv *, jclass, jlong);
17193
17194 /*
17195  * Class:     org_ldk_impl_bindings
17196  * Method:    DirectedChannelTransactionParameters_contest_delay
17197  * Signature: (J)S
17198  */
17199 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1contest_1delay
17200   (JNIEnv *, jclass, jlong);
17201
17202 /*
17203  * Class:     org_ldk_impl_bindings
17204  * Method:    DirectedChannelTransactionParameters_is_outbound
17205  * Signature: (J)Z
17206  */
17207 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1is_1outbound
17208   (JNIEnv *, jclass, jlong);
17209
17210 /*
17211  * Class:     org_ldk_impl_bindings
17212  * Method:    DirectedChannelTransactionParameters_funding_outpoint
17213  * Signature: (J)J
17214  */
17215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1funding_1outpoint
17216   (JNIEnv *, jclass, jlong);
17217
17218 /*
17219  * Class:     org_ldk_impl_bindings
17220  * Method:    HolderCommitmentTransaction_free
17221  * Signature: (J)V
17222  */
17223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1free
17224   (JNIEnv *, jclass, jlong);
17225
17226 /*
17227  * Class:     org_ldk_impl_bindings
17228  * Method:    HolderCommitmentTransaction_get_counterparty_sig
17229  * Signature: (J)[B
17230  */
17231 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1get_1counterparty_1sig
17232   (JNIEnv *, jclass, jlong);
17233
17234 /*
17235  * Class:     org_ldk_impl_bindings
17236  * Method:    HolderCommitmentTransaction_set_counterparty_sig
17237  * Signature: (J[B)V
17238  */
17239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1set_1counterparty_1sig
17240   (JNIEnv *, jclass, jlong, jbyteArray);
17241
17242 /*
17243  * Class:     org_ldk_impl_bindings
17244  * Method:    HolderCommitmentTransaction_set_counterparty_htlc_sigs
17245  * Signature: (J[[B)V
17246  */
17247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1set_1counterparty_1htlc_1sigs
17248   (JNIEnv *, jclass, jlong, jobjectArray);
17249
17250 /*
17251  * Class:     org_ldk_impl_bindings
17252  * Method:    HolderCommitmentTransaction_clone
17253  * Signature: (J)J
17254  */
17255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1clone
17256   (JNIEnv *, jclass, jlong);
17257
17258 /*
17259  * Class:     org_ldk_impl_bindings
17260  * Method:    HolderCommitmentTransaction_write
17261  * Signature: (J)[B
17262  */
17263 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1write
17264   (JNIEnv *, jclass, jlong);
17265
17266 /*
17267  * Class:     org_ldk_impl_bindings
17268  * Method:    HolderCommitmentTransaction_read
17269  * Signature: ([B)J
17270  */
17271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1read
17272   (JNIEnv *, jclass, jbyteArray);
17273
17274 /*
17275  * Class:     org_ldk_impl_bindings
17276  * Method:    HolderCommitmentTransaction_new
17277  * Signature: (J[B[[B[B[B)J
17278  */
17279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1new
17280   (JNIEnv *, jclass, jlong, jbyteArray, jobjectArray, jbyteArray, jbyteArray);
17281
17282 /*
17283  * Class:     org_ldk_impl_bindings
17284  * Method:    BuiltCommitmentTransaction_free
17285  * Signature: (J)V
17286  */
17287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1free
17288   (JNIEnv *, jclass, jlong);
17289
17290 /*
17291  * Class:     org_ldk_impl_bindings
17292  * Method:    BuiltCommitmentTransaction_get_transaction
17293  * Signature: (J)[B
17294  */
17295 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1get_1transaction
17296   (JNIEnv *, jclass, jlong);
17297
17298 /*
17299  * Class:     org_ldk_impl_bindings
17300  * Method:    BuiltCommitmentTransaction_set_transaction
17301  * Signature: (J[B)V
17302  */
17303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1set_1transaction
17304   (JNIEnv *, jclass, jlong, jbyteArray);
17305
17306 /*
17307  * Class:     org_ldk_impl_bindings
17308  * Method:    BuiltCommitmentTransaction_get_txid
17309  * Signature: (J)[B
17310  */
17311 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1get_1txid
17312   (JNIEnv *, jclass, jlong);
17313
17314 /*
17315  * Class:     org_ldk_impl_bindings
17316  * Method:    BuiltCommitmentTransaction_set_txid
17317  * Signature: (J[B)V
17318  */
17319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1set_1txid
17320   (JNIEnv *, jclass, jlong, jbyteArray);
17321
17322 /*
17323  * Class:     org_ldk_impl_bindings
17324  * Method:    BuiltCommitmentTransaction_new
17325  * Signature: ([B[B)J
17326  */
17327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1new
17328   (JNIEnv *, jclass, jbyteArray, jbyteArray);
17329
17330 /*
17331  * Class:     org_ldk_impl_bindings
17332  * Method:    BuiltCommitmentTransaction_clone
17333  * Signature: (J)J
17334  */
17335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1clone
17336   (JNIEnv *, jclass, jlong);
17337
17338 /*
17339  * Class:     org_ldk_impl_bindings
17340  * Method:    BuiltCommitmentTransaction_write
17341  * Signature: (J)[B
17342  */
17343 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1write
17344   (JNIEnv *, jclass, jlong);
17345
17346 /*
17347  * Class:     org_ldk_impl_bindings
17348  * Method:    BuiltCommitmentTransaction_read
17349  * Signature: ([B)J
17350  */
17351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1read
17352   (JNIEnv *, jclass, jbyteArray);
17353
17354 /*
17355  * Class:     org_ldk_impl_bindings
17356  * Method:    BuiltCommitmentTransaction_get_sighash_all
17357  * Signature: (J[BJ)[B
17358  */
17359 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1get_1sighash_1all
17360   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
17361
17362 /*
17363  * Class:     org_ldk_impl_bindings
17364  * Method:    BuiltCommitmentTransaction_sign
17365  * Signature: (J[B[BJ)[B
17366  */
17367 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1sign
17368   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jlong);
17369
17370 /*
17371  * Class:     org_ldk_impl_bindings
17372  * Method:    ClosingTransaction_free
17373  * Signature: (J)V
17374  */
17375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1free
17376   (JNIEnv *, jclass, jlong);
17377
17378 /*
17379  * Class:     org_ldk_impl_bindings
17380  * Method:    ClosingTransaction_clone
17381  * Signature: (J)J
17382  */
17383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1clone
17384   (JNIEnv *, jclass, jlong);
17385
17386 /*
17387  * Class:     org_ldk_impl_bindings
17388  * Method:    ClosingTransaction_hash
17389  * Signature: (J)J
17390  */
17391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1hash
17392   (JNIEnv *, jclass, jlong);
17393
17394 /*
17395  * Class:     org_ldk_impl_bindings
17396  * Method:    ClosingTransaction_new
17397  * Signature: (JJ[B[BJ)J
17398  */
17399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1new
17400   (JNIEnv *, jclass, jlong, jlong, jbyteArray, jbyteArray, jlong);
17401
17402 /*
17403  * Class:     org_ldk_impl_bindings
17404  * Method:    ClosingTransaction_trust
17405  * Signature: (J)J
17406  */
17407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1trust
17408   (JNIEnv *, jclass, jlong);
17409
17410 /*
17411  * Class:     org_ldk_impl_bindings
17412  * Method:    ClosingTransaction_verify
17413  * Signature: (JJ)J
17414  */
17415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1verify
17416   (JNIEnv *, jclass, jlong, jlong);
17417
17418 /*
17419  * Class:     org_ldk_impl_bindings
17420  * Method:    ClosingTransaction_to_holder_value_sat
17421  * Signature: (J)J
17422  */
17423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1to_1holder_1value_1sat
17424   (JNIEnv *, jclass, jlong);
17425
17426 /*
17427  * Class:     org_ldk_impl_bindings
17428  * Method:    ClosingTransaction_to_counterparty_value_sat
17429  * Signature: (J)J
17430  */
17431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1to_1counterparty_1value_1sat
17432   (JNIEnv *, jclass, jlong);
17433
17434 /*
17435  * Class:     org_ldk_impl_bindings
17436  * Method:    ClosingTransaction_to_holder_script
17437  * Signature: (J)[B
17438  */
17439 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1to_1holder_1script
17440   (JNIEnv *, jclass, jlong);
17441
17442 /*
17443  * Class:     org_ldk_impl_bindings
17444  * Method:    ClosingTransaction_to_counterparty_script
17445  * Signature: (J)[B
17446  */
17447 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1to_1counterparty_1script
17448   (JNIEnv *, jclass, jlong);
17449
17450 /*
17451  * Class:     org_ldk_impl_bindings
17452  * Method:    TrustedClosingTransaction_free
17453  * Signature: (J)V
17454  */
17455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TrustedClosingTransaction_1free
17456   (JNIEnv *, jclass, jlong);
17457
17458 /*
17459  * Class:     org_ldk_impl_bindings
17460  * Method:    TrustedClosingTransaction_built_transaction
17461  * Signature: (J)[B
17462  */
17463 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TrustedClosingTransaction_1built_1transaction
17464   (JNIEnv *, jclass, jlong);
17465
17466 /*
17467  * Class:     org_ldk_impl_bindings
17468  * Method:    TrustedClosingTransaction_get_sighash_all
17469  * Signature: (J[BJ)[B
17470  */
17471 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TrustedClosingTransaction_1get_1sighash_1all
17472   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
17473
17474 /*
17475  * Class:     org_ldk_impl_bindings
17476  * Method:    TrustedClosingTransaction_sign
17477  * Signature: (J[B[BJ)[B
17478  */
17479 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TrustedClosingTransaction_1sign
17480   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jlong);
17481
17482 /*
17483  * Class:     org_ldk_impl_bindings
17484  * Method:    CommitmentTransaction_free
17485  * Signature: (J)V
17486  */
17487 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1free
17488   (JNIEnv *, jclass, jlong);
17489
17490 /*
17491  * Class:     org_ldk_impl_bindings
17492  * Method:    CommitmentTransaction_clone
17493  * Signature: (J)J
17494  */
17495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1clone
17496   (JNIEnv *, jclass, jlong);
17497
17498 /*
17499  * Class:     org_ldk_impl_bindings
17500  * Method:    CommitmentTransaction_write
17501  * Signature: (J)[B
17502  */
17503 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1write
17504   (JNIEnv *, jclass, jlong);
17505
17506 /*
17507  * Class:     org_ldk_impl_bindings
17508  * Method:    CommitmentTransaction_read
17509  * Signature: ([B)J
17510  */
17511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1read
17512   (JNIEnv *, jclass, jbyteArray);
17513
17514 /*
17515  * Class:     org_ldk_impl_bindings
17516  * Method:    CommitmentTransaction_commitment_number
17517  * Signature: (J)J
17518  */
17519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1commitment_1number
17520   (JNIEnv *, jclass, jlong);
17521
17522 /*
17523  * Class:     org_ldk_impl_bindings
17524  * Method:    CommitmentTransaction_to_broadcaster_value_sat
17525  * Signature: (J)J
17526  */
17527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1to_1broadcaster_1value_1sat
17528   (JNIEnv *, jclass, jlong);
17529
17530 /*
17531  * Class:     org_ldk_impl_bindings
17532  * Method:    CommitmentTransaction_to_countersignatory_value_sat
17533  * Signature: (J)J
17534  */
17535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1to_1countersignatory_1value_1sat
17536   (JNIEnv *, jclass, jlong);
17537
17538 /*
17539  * Class:     org_ldk_impl_bindings
17540  * Method:    CommitmentTransaction_feerate_per_kw
17541  * Signature: (J)I
17542  */
17543 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1feerate_1per_1kw
17544   (JNIEnv *, jclass, jlong);
17545
17546 /*
17547  * Class:     org_ldk_impl_bindings
17548  * Method:    CommitmentTransaction_trust
17549  * Signature: (J)J
17550  */
17551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1trust
17552   (JNIEnv *, jclass, jlong);
17553
17554 /*
17555  * Class:     org_ldk_impl_bindings
17556  * Method:    CommitmentTransaction_verify
17557  * Signature: (JJJJ)J
17558  */
17559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1verify
17560   (JNIEnv *, jclass, jlong, jlong, jlong, jlong);
17561
17562 /*
17563  * Class:     org_ldk_impl_bindings
17564  * Method:    TrustedCommitmentTransaction_free
17565  * Signature: (J)V
17566  */
17567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TrustedCommitmentTransaction_1free
17568   (JNIEnv *, jclass, jlong);
17569
17570 /*
17571  * Class:     org_ldk_impl_bindings
17572  * Method:    TrustedCommitmentTransaction_txid
17573  * Signature: (J)[B
17574  */
17575 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TrustedCommitmentTransaction_1txid
17576   (JNIEnv *, jclass, jlong);
17577
17578 /*
17579  * Class:     org_ldk_impl_bindings
17580  * Method:    TrustedCommitmentTransaction_built_transaction
17581  * Signature: (J)J
17582  */
17583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TrustedCommitmentTransaction_1built_1transaction
17584   (JNIEnv *, jclass, jlong);
17585
17586 /*
17587  * Class:     org_ldk_impl_bindings
17588  * Method:    TrustedCommitmentTransaction_keys
17589  * Signature: (J)J
17590  */
17591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TrustedCommitmentTransaction_1keys
17592   (JNIEnv *, jclass, jlong);
17593
17594 /*
17595  * Class:     org_ldk_impl_bindings
17596  * Method:    TrustedCommitmentTransaction_get_htlc_sigs
17597  * Signature: (J[BJ)J
17598  */
17599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TrustedCommitmentTransaction_1get_1htlc_1sigs
17600   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
17601
17602 /*
17603  * Class:     org_ldk_impl_bindings
17604  * Method:    get_commitment_transaction_number_obscure_factor
17605  * Signature: ([B[BZ)J
17606  */
17607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_get_1commitment_1transaction_1number_1obscure_1factor
17608   (JNIEnv *, jclass, jbyteArray, jbyteArray, jboolean);
17609
17610 /*
17611  * Class:     org_ldk_impl_bindings
17612  * Method:    InitFeatures_eq
17613  * Signature: (JJ)Z
17614  */
17615 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1eq
17616   (JNIEnv *, jclass, jlong, jlong);
17617
17618 /*
17619  * Class:     org_ldk_impl_bindings
17620  * Method:    NodeFeatures_eq
17621  * Signature: (JJ)Z
17622  */
17623 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1eq
17624   (JNIEnv *, jclass, jlong, jlong);
17625
17626 /*
17627  * Class:     org_ldk_impl_bindings
17628  * Method:    ChannelFeatures_eq
17629  * Signature: (JJ)Z
17630  */
17631 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1eq
17632   (JNIEnv *, jclass, jlong, jlong);
17633
17634 /*
17635  * Class:     org_ldk_impl_bindings
17636  * Method:    InvoiceFeatures_eq
17637  * Signature: (JJ)Z
17638  */
17639 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1eq
17640   (JNIEnv *, jclass, jlong, jlong);
17641
17642 /*
17643  * Class:     org_ldk_impl_bindings
17644  * Method:    InitFeatures_clone
17645  * Signature: (J)J
17646  */
17647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InitFeatures_1clone
17648   (JNIEnv *, jclass, jlong);
17649
17650 /*
17651  * Class:     org_ldk_impl_bindings
17652  * Method:    NodeFeatures_clone
17653  * Signature: (J)J
17654  */
17655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1clone
17656   (JNIEnv *, jclass, jlong);
17657
17658 /*
17659  * Class:     org_ldk_impl_bindings
17660  * Method:    ChannelFeatures_clone
17661  * Signature: (J)J
17662  */
17663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1clone
17664   (JNIEnv *, jclass, jlong);
17665
17666 /*
17667  * Class:     org_ldk_impl_bindings
17668  * Method:    InvoiceFeatures_clone
17669  * Signature: (J)J
17670  */
17671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1clone
17672   (JNIEnv *, jclass, jlong);
17673
17674 /*
17675  * Class:     org_ldk_impl_bindings
17676  * Method:    InitFeatures_free
17677  * Signature: (J)V
17678  */
17679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1free
17680   (JNIEnv *, jclass, jlong);
17681
17682 /*
17683  * Class:     org_ldk_impl_bindings
17684  * Method:    NodeFeatures_free
17685  * Signature: (J)V
17686  */
17687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1free
17688   (JNIEnv *, jclass, jlong);
17689
17690 /*
17691  * Class:     org_ldk_impl_bindings
17692  * Method:    ChannelFeatures_free
17693  * Signature: (J)V
17694  */
17695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1free
17696   (JNIEnv *, jclass, jlong);
17697
17698 /*
17699  * Class:     org_ldk_impl_bindings
17700  * Method:    InvoiceFeatures_free
17701  * Signature: (J)V
17702  */
17703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1free
17704   (JNIEnv *, jclass, jlong);
17705
17706 /*
17707  * Class:     org_ldk_impl_bindings
17708  * Method:    InitFeatures_empty
17709  * Signature: ()J
17710  */
17711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InitFeatures_1empty
17712   (JNIEnv *, jclass);
17713
17714 /*
17715  * Class:     org_ldk_impl_bindings
17716  * Method:    InitFeatures_known
17717  * Signature: ()J
17718  */
17719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InitFeatures_1known
17720   (JNIEnv *, jclass);
17721
17722 /*
17723  * Class:     org_ldk_impl_bindings
17724  * Method:    InitFeatures_requires_unknown_bits
17725  * Signature: (J)Z
17726  */
17727 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1requires_1unknown_1bits
17728   (JNIEnv *, jclass, jlong);
17729
17730 /*
17731  * Class:     org_ldk_impl_bindings
17732  * Method:    NodeFeatures_empty
17733  * Signature: ()J
17734  */
17735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1empty
17736   (JNIEnv *, jclass);
17737
17738 /*
17739  * Class:     org_ldk_impl_bindings
17740  * Method:    NodeFeatures_known
17741  * Signature: ()J
17742  */
17743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1known
17744   (JNIEnv *, jclass);
17745
17746 /*
17747  * Class:     org_ldk_impl_bindings
17748  * Method:    NodeFeatures_requires_unknown_bits
17749  * Signature: (J)Z
17750  */
17751 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1unknown_1bits
17752   (JNIEnv *, jclass, jlong);
17753
17754 /*
17755  * Class:     org_ldk_impl_bindings
17756  * Method:    ChannelFeatures_empty
17757  * Signature: ()J
17758  */
17759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1empty
17760   (JNIEnv *, jclass);
17761
17762 /*
17763  * Class:     org_ldk_impl_bindings
17764  * Method:    ChannelFeatures_known
17765  * Signature: ()J
17766  */
17767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1known
17768   (JNIEnv *, jclass);
17769
17770 /*
17771  * Class:     org_ldk_impl_bindings
17772  * Method:    ChannelFeatures_requires_unknown_bits
17773  * Signature: (J)Z
17774  */
17775 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1requires_1unknown_1bits
17776   (JNIEnv *, jclass, jlong);
17777
17778 /*
17779  * Class:     org_ldk_impl_bindings
17780  * Method:    InvoiceFeatures_empty
17781  * Signature: ()J
17782  */
17783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1empty
17784   (JNIEnv *, jclass);
17785
17786 /*
17787  * Class:     org_ldk_impl_bindings
17788  * Method:    InvoiceFeatures_known
17789  * Signature: ()J
17790  */
17791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1known
17792   (JNIEnv *, jclass);
17793
17794 /*
17795  * Class:     org_ldk_impl_bindings
17796  * Method:    InvoiceFeatures_requires_unknown_bits
17797  * Signature: (J)Z
17798  */
17799 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1requires_1unknown_1bits
17800   (JNIEnv *, jclass, jlong);
17801
17802 /*
17803  * Class:     org_ldk_impl_bindings
17804  * Method:    InitFeatures_supports_payment_secret
17805  * Signature: (J)Z
17806  */
17807 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1supports_1payment_1secret
17808   (JNIEnv *, jclass, jlong);
17809
17810 /*
17811  * Class:     org_ldk_impl_bindings
17812  * Method:    NodeFeatures_supports_payment_secret
17813  * Signature: (J)Z
17814  */
17815 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1supports_1payment_1secret
17816   (JNIEnv *, jclass, jlong);
17817
17818 /*
17819  * Class:     org_ldk_impl_bindings
17820  * Method:    InvoiceFeatures_supports_payment_secret
17821  * Signature: (J)Z
17822  */
17823 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1supports_1payment_1secret
17824   (JNIEnv *, jclass, jlong);
17825
17826 /*
17827  * Class:     org_ldk_impl_bindings
17828  * Method:    InitFeatures_write
17829  * Signature: (J)[B
17830  */
17831 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InitFeatures_1write
17832   (JNIEnv *, jclass, jlong);
17833
17834 /*
17835  * Class:     org_ldk_impl_bindings
17836  * Method:    NodeFeatures_write
17837  * Signature: (J)[B
17838  */
17839 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1write
17840   (JNIEnv *, jclass, jlong);
17841
17842 /*
17843  * Class:     org_ldk_impl_bindings
17844  * Method:    ChannelFeatures_write
17845  * Signature: (J)[B
17846  */
17847 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1write
17848   (JNIEnv *, jclass, jlong);
17849
17850 /*
17851  * Class:     org_ldk_impl_bindings
17852  * Method:    InvoiceFeatures_write
17853  * Signature: (J)[B
17854  */
17855 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1write
17856   (JNIEnv *, jclass, jlong);
17857
17858 /*
17859  * Class:     org_ldk_impl_bindings
17860  * Method:    InitFeatures_read
17861  * Signature: ([B)J
17862  */
17863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InitFeatures_1read
17864   (JNIEnv *, jclass, jbyteArray);
17865
17866 /*
17867  * Class:     org_ldk_impl_bindings
17868  * Method:    NodeFeatures_read
17869  * Signature: ([B)J
17870  */
17871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1read
17872   (JNIEnv *, jclass, jbyteArray);
17873
17874 /*
17875  * Class:     org_ldk_impl_bindings
17876  * Method:    ChannelFeatures_read
17877  * Signature: ([B)J
17878  */
17879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1read
17880   (JNIEnv *, jclass, jbyteArray);
17881
17882 /*
17883  * Class:     org_ldk_impl_bindings
17884  * Method:    InvoiceFeatures_read
17885  * Signature: ([B)J
17886  */
17887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1read
17888   (JNIEnv *, jclass, jbyteArray);
17889
17890 /*
17891  * Class:     org_ldk_impl_bindings
17892  * Method:    ShutdownScript_free
17893  * Signature: (J)V
17894  */
17895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1free
17896   (JNIEnv *, jclass, jlong);
17897
17898 /*
17899  * Class:     org_ldk_impl_bindings
17900  * Method:    ShutdownScript_clone
17901  * Signature: (J)J
17902  */
17903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1clone
17904   (JNIEnv *, jclass, jlong);
17905
17906 /*
17907  * Class:     org_ldk_impl_bindings
17908  * Method:    InvalidShutdownScript_free
17909  * Signature: (J)V
17910  */
17911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvalidShutdownScript_1free
17912   (JNIEnv *, jclass, jlong);
17913
17914 /*
17915  * Class:     org_ldk_impl_bindings
17916  * Method:    InvalidShutdownScript_get_script
17917  * Signature: (J)[B
17918  */
17919 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InvalidShutdownScript_1get_1script
17920   (JNIEnv *, jclass, jlong);
17921
17922 /*
17923  * Class:     org_ldk_impl_bindings
17924  * Method:    InvalidShutdownScript_set_script
17925  * Signature: (J[B)V
17926  */
17927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvalidShutdownScript_1set_1script
17928   (JNIEnv *, jclass, jlong, jbyteArray);
17929
17930 /*
17931  * Class:     org_ldk_impl_bindings
17932  * Method:    InvalidShutdownScript_new
17933  * Signature: ([B)J
17934  */
17935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvalidShutdownScript_1new
17936   (JNIEnv *, jclass, jbyteArray);
17937
17938 /*
17939  * Class:     org_ldk_impl_bindings
17940  * Method:    InvalidShutdownScript_clone
17941  * Signature: (J)J
17942  */
17943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvalidShutdownScript_1clone
17944   (JNIEnv *, jclass, jlong);
17945
17946 /*
17947  * Class:     org_ldk_impl_bindings
17948  * Method:    ShutdownScript_write
17949  * Signature: (J)[B
17950  */
17951 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1write
17952   (JNIEnv *, jclass, jlong);
17953
17954 /*
17955  * Class:     org_ldk_impl_bindings
17956  * Method:    ShutdownScript_read
17957  * Signature: ([B)J
17958  */
17959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1read
17960   (JNIEnv *, jclass, jbyteArray);
17961
17962 /*
17963  * Class:     org_ldk_impl_bindings
17964  * Method:    ShutdownScript_new_p2wpkh
17965  * Signature: ([B)J
17966  */
17967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1new_1p2wpkh
17968   (JNIEnv *, jclass, jbyteArray);
17969
17970 /*
17971  * Class:     org_ldk_impl_bindings
17972  * Method:    ShutdownScript_new_p2wsh
17973  * Signature: ([B)J
17974  */
17975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1new_1p2wsh
17976   (JNIEnv *, jclass, jbyteArray);
17977
17978 /*
17979  * Class:     org_ldk_impl_bindings
17980  * Method:    ShutdownScript_new_witness_program
17981  * Signature: (B[B)J
17982  */
17983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1new_1witness_1program
17984   (JNIEnv *, jclass, jbyte, jbyteArray);
17985
17986 /*
17987  * Class:     org_ldk_impl_bindings
17988  * Method:    ShutdownScript_into_inner
17989  * Signature: (J)[B
17990  */
17991 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1into_1inner
17992   (JNIEnv *, jclass, jlong);
17993
17994 /*
17995  * Class:     org_ldk_impl_bindings
17996  * Method:    ShutdownScript_as_legacy_pubkey
17997  * Signature: (J)[B
17998  */
17999 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1as_1legacy_1pubkey
18000   (JNIEnv *, jclass, jlong);
18001
18002 /*
18003  * Class:     org_ldk_impl_bindings
18004  * Method:    ShutdownScript_is_compatible
18005  * Signature: (JJ)Z
18006  */
18007 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1is_1compatible
18008   (JNIEnv *, jclass, jlong, jlong);
18009
18010 /*
18011  * Class:     org_ldk_impl_bindings
18012  * Method:    CustomMessageReader_free
18013  * Signature: (J)V
18014  */
18015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CustomMessageReader_1free
18016   (JNIEnv *, jclass, jlong);
18017
18018 /*
18019  * Class:     org_ldk_impl_bindings
18020  * Method:    Type_clone
18021  * Signature: (J)J
18022  */
18023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Type_1clone
18024   (JNIEnv *, jclass, jlong);
18025
18026 /*
18027  * Class:     org_ldk_impl_bindings
18028  * Method:    Type_free
18029  * Signature: (J)V
18030  */
18031 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Type_1free
18032   (JNIEnv *, jclass, jlong);
18033
18034 /*
18035  * Class:     org_ldk_impl_bindings
18036  * Method:    Score_free
18037  * Signature: (J)V
18038  */
18039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Score_1free
18040   (JNIEnv *, jclass, jlong);
18041
18042 /*
18043  * Class:     org_ldk_impl_bindings
18044  * Method:    LockableScore_free
18045  * Signature: (J)V
18046  */
18047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LockableScore_1free
18048   (JNIEnv *, jclass, jlong);
18049
18050 /*
18051  * Class:     org_ldk_impl_bindings
18052  * Method:    LockableScore_new
18053  * Signature: (J)J
18054  */
18055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LockableScore_1new
18056   (JNIEnv *, jclass, jlong);
18057
18058 /*
18059  * Class:     org_ldk_impl_bindings
18060  * Method:    LockableScore_write
18061  * Signature: (J)[B
18062  */
18063 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_LockableScore_1write
18064   (JNIEnv *, jclass, jlong);
18065
18066 /*
18067  * Class:     org_ldk_impl_bindings
18068  * Method:    NodeId_free
18069  * Signature: (J)V
18070  */
18071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeId_1free
18072   (JNIEnv *, jclass, jlong);
18073
18074 /*
18075  * Class:     org_ldk_impl_bindings
18076  * Method:    NodeId_clone
18077  * Signature: (J)J
18078  */
18079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeId_1clone
18080   (JNIEnv *, jclass, jlong);
18081
18082 /*
18083  * Class:     org_ldk_impl_bindings
18084  * Method:    NodeId_from_pubkey
18085  * Signature: ([B)J
18086  */
18087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeId_1from_1pubkey
18088   (JNIEnv *, jclass, jbyteArray);
18089
18090 /*
18091  * Class:     org_ldk_impl_bindings
18092  * Method:    NodeId_as_slice
18093  * Signature: (J)[B
18094  */
18095 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeId_1as_1slice
18096   (JNIEnv *, jclass, jlong);
18097
18098 /*
18099  * Class:     org_ldk_impl_bindings
18100  * Method:    NodeId_hash
18101  * Signature: (J)J
18102  */
18103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeId_1hash
18104   (JNIEnv *, jclass, jlong);
18105
18106 /*
18107  * Class:     org_ldk_impl_bindings
18108  * Method:    NodeId_write
18109  * Signature: (J)[B
18110  */
18111 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeId_1write
18112   (JNIEnv *, jclass, jlong);
18113
18114 /*
18115  * Class:     org_ldk_impl_bindings
18116  * Method:    NodeId_read
18117  * Signature: ([B)J
18118  */
18119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeId_1read
18120   (JNIEnv *, jclass, jbyteArray);
18121
18122 /*
18123  * Class:     org_ldk_impl_bindings
18124  * Method:    NetworkGraph_free
18125  * Signature: (J)V
18126  */
18127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1free
18128   (JNIEnv *, jclass, jlong);
18129
18130 /*
18131  * Class:     org_ldk_impl_bindings
18132  * Method:    NetworkGraph_clone
18133  * Signature: (J)J
18134  */
18135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1clone
18136   (JNIEnv *, jclass, jlong);
18137
18138 /*
18139  * Class:     org_ldk_impl_bindings
18140  * Method:    ReadOnlyNetworkGraph_free
18141  * Signature: (J)V
18142  */
18143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReadOnlyNetworkGraph_1free
18144   (JNIEnv *, jclass, jlong);
18145
18146 /*
18147  * Class:     org_ldk_impl_bindings
18148  * Method:    NetworkUpdate_free
18149  * Signature: (J)V
18150  */
18151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetworkUpdate_1free
18152   (JNIEnv *, jclass, jlong);
18153
18154 /*
18155  * Class:     org_ldk_impl_bindings
18156  * Method:    NetworkUpdate_clone
18157  * Signature: (J)J
18158  */
18159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkUpdate_1clone
18160   (JNIEnv *, jclass, jlong);
18161
18162 /*
18163  * Class:     org_ldk_impl_bindings
18164  * Method:    NetworkUpdate_channel_update_message
18165  * Signature: (J)J
18166  */
18167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkUpdate_1channel_1update_1message
18168   (JNIEnv *, jclass, jlong);
18169
18170 /*
18171  * Class:     org_ldk_impl_bindings
18172  * Method:    NetworkUpdate_channel_closed
18173  * Signature: (JZ)J
18174  */
18175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkUpdate_1channel_1closed
18176   (JNIEnv *, jclass, jlong, jboolean);
18177
18178 /*
18179  * Class:     org_ldk_impl_bindings
18180  * Method:    NetworkUpdate_node_failure
18181  * Signature: ([BZ)J
18182  */
18183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkUpdate_1node_1failure
18184   (JNIEnv *, jclass, jbyteArray, jboolean);
18185
18186 /*
18187  * Class:     org_ldk_impl_bindings
18188  * Method:    NetworkUpdate_write
18189  * Signature: (J)[B
18190  */
18191 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NetworkUpdate_1write
18192   (JNIEnv *, jclass, jlong);
18193
18194 /*
18195  * Class:     org_ldk_impl_bindings
18196  * Method:    NetGraphMsgHandler_as_EventHandler
18197  * Signature: (J)J
18198  */
18199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1as_1EventHandler
18200   (JNIEnv *, jclass, jlong);
18201
18202 /*
18203  * Class:     org_ldk_impl_bindings
18204  * Method:    NetGraphMsgHandler_free
18205  * Signature: (J)V
18206  */
18207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1free
18208   (JNIEnv *, jclass, jlong);
18209
18210 /*
18211  * Class:     org_ldk_impl_bindings
18212  * Method:    NetGraphMsgHandler_new
18213  * Signature: (JJJ)J
18214  */
18215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1new
18216   (JNIEnv *, jclass, jlong, jlong, jlong);
18217
18218 /*
18219  * Class:     org_ldk_impl_bindings
18220  * Method:    NetGraphMsgHandler_add_chain_access
18221  * Signature: (JJ)V
18222  */
18223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1add_1chain_1access
18224   (JNIEnv *, jclass, jlong, jlong);
18225
18226 /*
18227  * Class:     org_ldk_impl_bindings
18228  * Method:    NetGraphMsgHandler_as_RoutingMessageHandler
18229  * Signature: (J)J
18230  */
18231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1as_1RoutingMessageHandler
18232   (JNIEnv *, jclass, jlong);
18233
18234 /*
18235  * Class:     org_ldk_impl_bindings
18236  * Method:    NetGraphMsgHandler_as_MessageSendEventsProvider
18237  * Signature: (J)J
18238  */
18239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetGraphMsgHandler_1as_1MessageSendEventsProvider
18240   (JNIEnv *, jclass, jlong);
18241
18242 /*
18243  * Class:     org_ldk_impl_bindings
18244  * Method:    DirectionalChannelInfo_free
18245  * Signature: (J)V
18246  */
18247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1free
18248   (JNIEnv *, jclass, jlong);
18249
18250 /*
18251  * Class:     org_ldk_impl_bindings
18252  * Method:    DirectionalChannelInfo_get_last_update
18253  * Signature: (J)I
18254  */
18255 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1last_1update
18256   (JNIEnv *, jclass, jlong);
18257
18258 /*
18259  * Class:     org_ldk_impl_bindings
18260  * Method:    DirectionalChannelInfo_set_last_update
18261  * Signature: (JI)V
18262  */
18263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1last_1update
18264   (JNIEnv *, jclass, jlong, jint);
18265
18266 /*
18267  * Class:     org_ldk_impl_bindings
18268  * Method:    DirectionalChannelInfo_get_enabled
18269  * Signature: (J)Z
18270  */
18271 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1enabled
18272   (JNIEnv *, jclass, jlong);
18273
18274 /*
18275  * Class:     org_ldk_impl_bindings
18276  * Method:    DirectionalChannelInfo_set_enabled
18277  * Signature: (JZ)V
18278  */
18279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1enabled
18280   (JNIEnv *, jclass, jlong, jboolean);
18281
18282 /*
18283  * Class:     org_ldk_impl_bindings
18284  * Method:    DirectionalChannelInfo_get_cltv_expiry_delta
18285  * Signature: (J)S
18286  */
18287 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1cltv_1expiry_1delta
18288   (JNIEnv *, jclass, jlong);
18289
18290 /*
18291  * Class:     org_ldk_impl_bindings
18292  * Method:    DirectionalChannelInfo_set_cltv_expiry_delta
18293  * Signature: (JS)V
18294  */
18295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1cltv_1expiry_1delta
18296   (JNIEnv *, jclass, jlong, jshort);
18297
18298 /*
18299  * Class:     org_ldk_impl_bindings
18300  * Method:    DirectionalChannelInfo_get_htlc_minimum_msat
18301  * Signature: (J)J
18302  */
18303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1htlc_1minimum_1msat
18304   (JNIEnv *, jclass, jlong);
18305
18306 /*
18307  * Class:     org_ldk_impl_bindings
18308  * Method:    DirectionalChannelInfo_set_htlc_minimum_msat
18309  * Signature: (JJ)V
18310  */
18311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1htlc_1minimum_1msat
18312   (JNIEnv *, jclass, jlong, jlong);
18313
18314 /*
18315  * Class:     org_ldk_impl_bindings
18316  * Method:    DirectionalChannelInfo_get_htlc_maximum_msat
18317  * Signature: (J)J
18318  */
18319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1htlc_1maximum_1msat
18320   (JNIEnv *, jclass, jlong);
18321
18322 /*
18323  * Class:     org_ldk_impl_bindings
18324  * Method:    DirectionalChannelInfo_set_htlc_maximum_msat
18325  * Signature: (JJ)V
18326  */
18327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1htlc_1maximum_1msat
18328   (JNIEnv *, jclass, jlong, jlong);
18329
18330 /*
18331  * Class:     org_ldk_impl_bindings
18332  * Method:    DirectionalChannelInfo_get_fees
18333  * Signature: (J)J
18334  */
18335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1fees
18336   (JNIEnv *, jclass, jlong);
18337
18338 /*
18339  * Class:     org_ldk_impl_bindings
18340  * Method:    DirectionalChannelInfo_set_fees
18341  * Signature: (JJ)V
18342  */
18343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1fees
18344   (JNIEnv *, jclass, jlong, jlong);
18345
18346 /*
18347  * Class:     org_ldk_impl_bindings
18348  * Method:    DirectionalChannelInfo_get_last_update_message
18349  * Signature: (J)J
18350  */
18351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1get_1last_1update_1message
18352   (JNIEnv *, jclass, jlong);
18353
18354 /*
18355  * Class:     org_ldk_impl_bindings
18356  * Method:    DirectionalChannelInfo_set_last_update_message
18357  * Signature: (JJ)V
18358  */
18359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1set_1last_1update_1message
18360   (JNIEnv *, jclass, jlong, jlong);
18361
18362 /*
18363  * Class:     org_ldk_impl_bindings
18364  * Method:    DirectionalChannelInfo_new
18365  * Signature: (IZSJJJJ)J
18366  */
18367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1new
18368   (JNIEnv *, jclass, jint, jboolean, jshort, jlong, jlong, jlong, jlong);
18369
18370 /*
18371  * Class:     org_ldk_impl_bindings
18372  * Method:    DirectionalChannelInfo_clone
18373  * Signature: (J)J
18374  */
18375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1clone
18376   (JNIEnv *, jclass, jlong);
18377
18378 /*
18379  * Class:     org_ldk_impl_bindings
18380  * Method:    DirectionalChannelInfo_write
18381  * Signature: (J)[B
18382  */
18383 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1write
18384   (JNIEnv *, jclass, jlong);
18385
18386 /*
18387  * Class:     org_ldk_impl_bindings
18388  * Method:    DirectionalChannelInfo_read
18389  * Signature: ([B)J
18390  */
18391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectionalChannelInfo_1read
18392   (JNIEnv *, jclass, jbyteArray);
18393
18394 /*
18395  * Class:     org_ldk_impl_bindings
18396  * Method:    ChannelInfo_free
18397  * Signature: (J)V
18398  */
18399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1free
18400   (JNIEnv *, jclass, jlong);
18401
18402 /*
18403  * Class:     org_ldk_impl_bindings
18404  * Method:    ChannelInfo_get_features
18405  * Signature: (J)J
18406  */
18407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1features
18408   (JNIEnv *, jclass, jlong);
18409
18410 /*
18411  * Class:     org_ldk_impl_bindings
18412  * Method:    ChannelInfo_set_features
18413  * Signature: (JJ)V
18414  */
18415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1features
18416   (JNIEnv *, jclass, jlong, jlong);
18417
18418 /*
18419  * Class:     org_ldk_impl_bindings
18420  * Method:    ChannelInfo_get_node_one
18421  * Signature: (J)J
18422  */
18423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1node_1one
18424   (JNIEnv *, jclass, jlong);
18425
18426 /*
18427  * Class:     org_ldk_impl_bindings
18428  * Method:    ChannelInfo_set_node_one
18429  * Signature: (JJ)V
18430  */
18431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1node_1one
18432   (JNIEnv *, jclass, jlong, jlong);
18433
18434 /*
18435  * Class:     org_ldk_impl_bindings
18436  * Method:    ChannelInfo_get_one_to_two
18437  * Signature: (J)J
18438  */
18439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1one_1to_1two
18440   (JNIEnv *, jclass, jlong);
18441
18442 /*
18443  * Class:     org_ldk_impl_bindings
18444  * Method:    ChannelInfo_set_one_to_two
18445  * Signature: (JJ)V
18446  */
18447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1one_1to_1two
18448   (JNIEnv *, jclass, jlong, jlong);
18449
18450 /*
18451  * Class:     org_ldk_impl_bindings
18452  * Method:    ChannelInfo_get_node_two
18453  * Signature: (J)J
18454  */
18455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1node_1two
18456   (JNIEnv *, jclass, jlong);
18457
18458 /*
18459  * Class:     org_ldk_impl_bindings
18460  * Method:    ChannelInfo_set_node_two
18461  * Signature: (JJ)V
18462  */
18463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1node_1two
18464   (JNIEnv *, jclass, jlong, jlong);
18465
18466 /*
18467  * Class:     org_ldk_impl_bindings
18468  * Method:    ChannelInfo_get_two_to_one
18469  * Signature: (J)J
18470  */
18471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1two_1to_1one
18472   (JNIEnv *, jclass, jlong);
18473
18474 /*
18475  * Class:     org_ldk_impl_bindings
18476  * Method:    ChannelInfo_set_two_to_one
18477  * Signature: (JJ)V
18478  */
18479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1two_1to_1one
18480   (JNIEnv *, jclass, jlong, jlong);
18481
18482 /*
18483  * Class:     org_ldk_impl_bindings
18484  * Method:    ChannelInfo_get_capacity_sats
18485  * Signature: (J)J
18486  */
18487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1capacity_1sats
18488   (JNIEnv *, jclass, jlong);
18489
18490 /*
18491  * Class:     org_ldk_impl_bindings
18492  * Method:    ChannelInfo_set_capacity_sats
18493  * Signature: (JJ)V
18494  */
18495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1capacity_1sats
18496   (JNIEnv *, jclass, jlong, jlong);
18497
18498 /*
18499  * Class:     org_ldk_impl_bindings
18500  * Method:    ChannelInfo_get_announcement_message
18501  * Signature: (J)J
18502  */
18503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1announcement_1message
18504   (JNIEnv *, jclass, jlong);
18505
18506 /*
18507  * Class:     org_ldk_impl_bindings
18508  * Method:    ChannelInfo_set_announcement_message
18509  * Signature: (JJ)V
18510  */
18511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1announcement_1message
18512   (JNIEnv *, jclass, jlong, jlong);
18513
18514 /*
18515  * Class:     org_ldk_impl_bindings
18516  * Method:    ChannelInfo_new
18517  * Signature: (JJJJJJJ)J
18518  */
18519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1new
18520   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong, jlong, jlong);
18521
18522 /*
18523  * Class:     org_ldk_impl_bindings
18524  * Method:    ChannelInfo_clone
18525  * Signature: (J)J
18526  */
18527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1clone
18528   (JNIEnv *, jclass, jlong);
18529
18530 /*
18531  * Class:     org_ldk_impl_bindings
18532  * Method:    ChannelInfo_write
18533  * Signature: (J)[B
18534  */
18535 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1write
18536   (JNIEnv *, jclass, jlong);
18537
18538 /*
18539  * Class:     org_ldk_impl_bindings
18540  * Method:    ChannelInfo_read
18541  * Signature: ([B)J
18542  */
18543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1read
18544   (JNIEnv *, jclass, jbyteArray);
18545
18546 /*
18547  * Class:     org_ldk_impl_bindings
18548  * Method:    RoutingFees_free
18549  * Signature: (J)V
18550  */
18551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingFees_1free
18552   (JNIEnv *, jclass, jlong);
18553
18554 /*
18555  * Class:     org_ldk_impl_bindings
18556  * Method:    RoutingFees_get_base_msat
18557  * Signature: (J)I
18558  */
18559 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_RoutingFees_1get_1base_1msat
18560   (JNIEnv *, jclass, jlong);
18561
18562 /*
18563  * Class:     org_ldk_impl_bindings
18564  * Method:    RoutingFees_set_base_msat
18565  * Signature: (JI)V
18566  */
18567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingFees_1set_1base_1msat
18568   (JNIEnv *, jclass, jlong, jint);
18569
18570 /*
18571  * Class:     org_ldk_impl_bindings
18572  * Method:    RoutingFees_get_proportional_millionths
18573  * Signature: (J)I
18574  */
18575 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_RoutingFees_1get_1proportional_1millionths
18576   (JNIEnv *, jclass, jlong);
18577
18578 /*
18579  * Class:     org_ldk_impl_bindings
18580  * Method:    RoutingFees_set_proportional_millionths
18581  * Signature: (JI)V
18582  */
18583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingFees_1set_1proportional_1millionths
18584   (JNIEnv *, jclass, jlong, jint);
18585
18586 /*
18587  * Class:     org_ldk_impl_bindings
18588  * Method:    RoutingFees_new
18589  * Signature: (II)J
18590  */
18591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingFees_1new
18592   (JNIEnv *, jclass, jint, jint);
18593
18594 /*
18595  * Class:     org_ldk_impl_bindings
18596  * Method:    RoutingFees_eq
18597  * Signature: (JJ)Z
18598  */
18599 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RoutingFees_1eq
18600   (JNIEnv *, jclass, jlong, jlong);
18601
18602 /*
18603  * Class:     org_ldk_impl_bindings
18604  * Method:    RoutingFees_clone
18605  * Signature: (J)J
18606  */
18607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingFees_1clone
18608   (JNIEnv *, jclass, jlong);
18609
18610 /*
18611  * Class:     org_ldk_impl_bindings
18612  * Method:    RoutingFees_hash
18613  * Signature: (J)J
18614  */
18615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingFees_1hash
18616   (JNIEnv *, jclass, jlong);
18617
18618 /*
18619  * Class:     org_ldk_impl_bindings
18620  * Method:    RoutingFees_write
18621  * Signature: (J)[B
18622  */
18623 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RoutingFees_1write
18624   (JNIEnv *, jclass, jlong);
18625
18626 /*
18627  * Class:     org_ldk_impl_bindings
18628  * Method:    RoutingFees_read
18629  * Signature: ([B)J
18630  */
18631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingFees_1read
18632   (JNIEnv *, jclass, jbyteArray);
18633
18634 /*
18635  * Class:     org_ldk_impl_bindings
18636  * Method:    NodeAnnouncementInfo_free
18637  * Signature: (J)V
18638  */
18639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1free
18640   (JNIEnv *, jclass, jlong);
18641
18642 /*
18643  * Class:     org_ldk_impl_bindings
18644  * Method:    NodeAnnouncementInfo_get_features
18645  * Signature: (J)J
18646  */
18647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1features
18648   (JNIEnv *, jclass, jlong);
18649
18650 /*
18651  * Class:     org_ldk_impl_bindings
18652  * Method:    NodeAnnouncementInfo_set_features
18653  * Signature: (JJ)V
18654  */
18655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1features
18656   (JNIEnv *, jclass, jlong, jlong);
18657
18658 /*
18659  * Class:     org_ldk_impl_bindings
18660  * Method:    NodeAnnouncementInfo_get_last_update
18661  * Signature: (J)I
18662  */
18663 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1last_1update
18664   (JNIEnv *, jclass, jlong);
18665
18666 /*
18667  * Class:     org_ldk_impl_bindings
18668  * Method:    NodeAnnouncementInfo_set_last_update
18669  * Signature: (JI)V
18670  */
18671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1last_1update
18672   (JNIEnv *, jclass, jlong, jint);
18673
18674 /*
18675  * Class:     org_ldk_impl_bindings
18676  * Method:    NodeAnnouncementInfo_get_rgb
18677  * Signature: (J)[B
18678  */
18679 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1rgb
18680   (JNIEnv *, jclass, jlong);
18681
18682 /*
18683  * Class:     org_ldk_impl_bindings
18684  * Method:    NodeAnnouncementInfo_set_rgb
18685  * Signature: (J[B)V
18686  */
18687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1rgb
18688   (JNIEnv *, jclass, jlong, jbyteArray);
18689
18690 /*
18691  * Class:     org_ldk_impl_bindings
18692  * Method:    NodeAnnouncementInfo_get_alias
18693  * Signature: (J)[B
18694  */
18695 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1alias
18696   (JNIEnv *, jclass, jlong);
18697
18698 /*
18699  * Class:     org_ldk_impl_bindings
18700  * Method:    NodeAnnouncementInfo_set_alias
18701  * Signature: (J[B)V
18702  */
18703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1alias
18704   (JNIEnv *, jclass, jlong, jbyteArray);
18705
18706 /*
18707  * Class:     org_ldk_impl_bindings
18708  * Method:    NodeAnnouncementInfo_set_addresses
18709  * Signature: (J[J)V
18710  */
18711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1addresses
18712   (JNIEnv *, jclass, jlong, jlongArray);
18713
18714 /*
18715  * Class:     org_ldk_impl_bindings
18716  * Method:    NodeAnnouncementInfo_get_announcement_message
18717  * Signature: (J)J
18718  */
18719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1announcement_1message
18720   (JNIEnv *, jclass, jlong);
18721
18722 /*
18723  * Class:     org_ldk_impl_bindings
18724  * Method:    NodeAnnouncementInfo_set_announcement_message
18725  * Signature: (JJ)V
18726  */
18727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1announcement_1message
18728   (JNIEnv *, jclass, jlong, jlong);
18729
18730 /*
18731  * Class:     org_ldk_impl_bindings
18732  * Method:    NodeAnnouncementInfo_new
18733  * Signature: (JI[B[B[JJ)J
18734  */
18735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1new
18736   (JNIEnv *, jclass, jlong, jint, jbyteArray, jbyteArray, jlongArray, jlong);
18737
18738 /*
18739  * Class:     org_ldk_impl_bindings
18740  * Method:    NodeAnnouncementInfo_clone
18741  * Signature: (J)J
18742  */
18743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1clone
18744   (JNIEnv *, jclass, jlong);
18745
18746 /*
18747  * Class:     org_ldk_impl_bindings
18748  * Method:    NodeAnnouncementInfo_write
18749  * Signature: (J)[B
18750  */
18751 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1write
18752   (JNIEnv *, jclass, jlong);
18753
18754 /*
18755  * Class:     org_ldk_impl_bindings
18756  * Method:    NodeAnnouncementInfo_read
18757  * Signature: ([B)J
18758  */
18759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1read
18760   (JNIEnv *, jclass, jbyteArray);
18761
18762 /*
18763  * Class:     org_ldk_impl_bindings
18764  * Method:    NodeInfo_free
18765  * Signature: (J)V
18766  */
18767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeInfo_1free
18768   (JNIEnv *, jclass, jlong);
18769
18770 /*
18771  * Class:     org_ldk_impl_bindings
18772  * Method:    NodeInfo_set_channels
18773  * Signature: (J[J)V
18774  */
18775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeInfo_1set_1channels
18776   (JNIEnv *, jclass, jlong, jlongArray);
18777
18778 /*
18779  * Class:     org_ldk_impl_bindings
18780  * Method:    NodeInfo_get_lowest_inbound_channel_fees
18781  * Signature: (J)J
18782  */
18783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1get_1lowest_1inbound_1channel_1fees
18784   (JNIEnv *, jclass, jlong);
18785
18786 /*
18787  * Class:     org_ldk_impl_bindings
18788  * Method:    NodeInfo_set_lowest_inbound_channel_fees
18789  * Signature: (JJ)V
18790  */
18791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeInfo_1set_1lowest_1inbound_1channel_1fees
18792   (JNIEnv *, jclass, jlong, jlong);
18793
18794 /*
18795  * Class:     org_ldk_impl_bindings
18796  * Method:    NodeInfo_get_announcement_info
18797  * Signature: (J)J
18798  */
18799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1get_1announcement_1info
18800   (JNIEnv *, jclass, jlong);
18801
18802 /*
18803  * Class:     org_ldk_impl_bindings
18804  * Method:    NodeInfo_set_announcement_info
18805  * Signature: (JJ)V
18806  */
18807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeInfo_1set_1announcement_1info
18808   (JNIEnv *, jclass, jlong, jlong);
18809
18810 /*
18811  * Class:     org_ldk_impl_bindings
18812  * Method:    NodeInfo_new
18813  * Signature: ([JJJ)J
18814  */
18815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1new
18816   (JNIEnv *, jclass, jlongArray, jlong, jlong);
18817
18818 /*
18819  * Class:     org_ldk_impl_bindings
18820  * Method:    NodeInfo_clone
18821  * Signature: (J)J
18822  */
18823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1clone
18824   (JNIEnv *, jclass, jlong);
18825
18826 /*
18827  * Class:     org_ldk_impl_bindings
18828  * Method:    NodeInfo_write
18829  * Signature: (J)[B
18830  */
18831 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeInfo_1write
18832   (JNIEnv *, jclass, jlong);
18833
18834 /*
18835  * Class:     org_ldk_impl_bindings
18836  * Method:    NodeInfo_read
18837  * Signature: ([B)J
18838  */
18839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1read
18840   (JNIEnv *, jclass, jbyteArray);
18841
18842 /*
18843  * Class:     org_ldk_impl_bindings
18844  * Method:    NetworkGraph_write
18845  * Signature: (J)[B
18846  */
18847 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1write
18848   (JNIEnv *, jclass, jlong);
18849
18850 /*
18851  * Class:     org_ldk_impl_bindings
18852  * Method:    NetworkGraph_read
18853  * Signature: ([B)J
18854  */
18855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1read
18856   (JNIEnv *, jclass, jbyteArray);
18857
18858 /*
18859  * Class:     org_ldk_impl_bindings
18860  * Method:    NetworkGraph_new
18861  * Signature: ([B)J
18862  */
18863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1new
18864   (JNIEnv *, jclass, jbyteArray);
18865
18866 /*
18867  * Class:     org_ldk_impl_bindings
18868  * Method:    NetworkGraph_read_only
18869  * Signature: (J)J
18870  */
18871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1read_1only
18872   (JNIEnv *, jclass, jlong);
18873
18874 /*
18875  * Class:     org_ldk_impl_bindings
18876  * Method:    NetworkGraph_update_node_from_announcement
18877  * Signature: (JJ)J
18878  */
18879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1node_1from_1announcement
18880   (JNIEnv *, jclass, jlong, jlong);
18881
18882 /*
18883  * Class:     org_ldk_impl_bindings
18884  * Method:    NetworkGraph_update_node_from_unsigned_announcement
18885  * Signature: (JJ)J
18886  */
18887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1node_1from_1unsigned_1announcement
18888   (JNIEnv *, jclass, jlong, jlong);
18889
18890 /*
18891  * Class:     org_ldk_impl_bindings
18892  * Method:    NetworkGraph_update_channel_from_announcement
18893  * Signature: (JJJ)J
18894  */
18895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1channel_1from_1announcement
18896   (JNIEnv *, jclass, jlong, jlong, jlong);
18897
18898 /*
18899  * Class:     org_ldk_impl_bindings
18900  * Method:    NetworkGraph_update_channel_from_unsigned_announcement
18901  * Signature: (JJJ)J
18902  */
18903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1channel_1from_1unsigned_1announcement
18904   (JNIEnv *, jclass, jlong, jlong, jlong);
18905
18906 /*
18907  * Class:     org_ldk_impl_bindings
18908  * Method:    NetworkGraph_close_channel_from_update
18909  * Signature: (JJZ)V
18910  */
18911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1close_1channel_1from_1update
18912   (JNIEnv *, jclass, jlong, jlong, jboolean);
18913
18914 /*
18915  * Class:     org_ldk_impl_bindings
18916  * Method:    NetworkGraph_fail_node
18917  * Signature: (J[BZ)V
18918  */
18919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1fail_1node
18920   (JNIEnv *, jclass, jlong, jbyteArray, jboolean);
18921
18922 /*
18923  * Class:     org_ldk_impl_bindings
18924  * Method:    NetworkGraph_update_channel
18925  * Signature: (JJ)J
18926  */
18927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1channel
18928   (JNIEnv *, jclass, jlong, jlong);
18929
18930 /*
18931  * Class:     org_ldk_impl_bindings
18932  * Method:    NetworkGraph_update_channel_unsigned
18933  * Signature: (JJ)J
18934  */
18935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1channel_1unsigned
18936   (JNIEnv *, jclass, jlong, jlong);
18937
18938 /*
18939  * Class:     org_ldk_impl_bindings
18940  * Method:    ReadOnlyNetworkGraph_get_addresses
18941  * Signature: (J[B)J
18942  */
18943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReadOnlyNetworkGraph_1get_1addresses
18944   (JNIEnv *, jclass, jlong, jbyteArray);
18945
18946 /*
18947  * Class:     org_ldk_impl_bindings
18948  * Method:    RouteHop_free
18949  * Signature: (J)V
18950  */
18951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1free
18952   (JNIEnv *, jclass, jlong);
18953
18954 /*
18955  * Class:     org_ldk_impl_bindings
18956  * Method:    RouteHop_get_pubkey
18957  * Signature: (J)[B
18958  */
18959 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1pubkey
18960   (JNIEnv *, jclass, jlong);
18961
18962 /*
18963  * Class:     org_ldk_impl_bindings
18964  * Method:    RouteHop_set_pubkey
18965  * Signature: (J[B)V
18966  */
18967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1pubkey
18968   (JNIEnv *, jclass, jlong, jbyteArray);
18969
18970 /*
18971  * Class:     org_ldk_impl_bindings
18972  * Method:    RouteHop_get_node_features
18973  * Signature: (J)J
18974  */
18975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1node_1features
18976   (JNIEnv *, jclass, jlong);
18977
18978 /*
18979  * Class:     org_ldk_impl_bindings
18980  * Method:    RouteHop_set_node_features
18981  * Signature: (JJ)V
18982  */
18983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1node_1features
18984   (JNIEnv *, jclass, jlong, jlong);
18985
18986 /*
18987  * Class:     org_ldk_impl_bindings
18988  * Method:    RouteHop_get_short_channel_id
18989  * Signature: (J)J
18990  */
18991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1short_1channel_1id
18992   (JNIEnv *, jclass, jlong);
18993
18994 /*
18995  * Class:     org_ldk_impl_bindings
18996  * Method:    RouteHop_set_short_channel_id
18997  * Signature: (JJ)V
18998  */
18999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1short_1channel_1id
19000   (JNIEnv *, jclass, jlong, jlong);
19001
19002 /*
19003  * Class:     org_ldk_impl_bindings
19004  * Method:    RouteHop_get_channel_features
19005  * Signature: (J)J
19006  */
19007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1channel_1features
19008   (JNIEnv *, jclass, jlong);
19009
19010 /*
19011  * Class:     org_ldk_impl_bindings
19012  * Method:    RouteHop_set_channel_features
19013  * Signature: (JJ)V
19014  */
19015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1channel_1features
19016   (JNIEnv *, jclass, jlong, jlong);
19017
19018 /*
19019  * Class:     org_ldk_impl_bindings
19020  * Method:    RouteHop_get_fee_msat
19021  * Signature: (J)J
19022  */
19023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1fee_1msat
19024   (JNIEnv *, jclass, jlong);
19025
19026 /*
19027  * Class:     org_ldk_impl_bindings
19028  * Method:    RouteHop_set_fee_msat
19029  * Signature: (JJ)V
19030  */
19031 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1fee_1msat
19032   (JNIEnv *, jclass, jlong, jlong);
19033
19034 /*
19035  * Class:     org_ldk_impl_bindings
19036  * Method:    RouteHop_get_cltv_expiry_delta
19037  * Signature: (J)I
19038  */
19039 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1cltv_1expiry_1delta
19040   (JNIEnv *, jclass, jlong);
19041
19042 /*
19043  * Class:     org_ldk_impl_bindings
19044  * Method:    RouteHop_set_cltv_expiry_delta
19045  * Signature: (JI)V
19046  */
19047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1cltv_1expiry_1delta
19048   (JNIEnv *, jclass, jlong, jint);
19049
19050 /*
19051  * Class:     org_ldk_impl_bindings
19052  * Method:    RouteHop_new
19053  * Signature: ([BJJJJI)J
19054  */
19055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1new
19056   (JNIEnv *, jclass, jbyteArray, jlong, jlong, jlong, jlong, jint);
19057
19058 /*
19059  * Class:     org_ldk_impl_bindings
19060  * Method:    RouteHop_clone
19061  * Signature: (J)J
19062  */
19063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1clone
19064   (JNIEnv *, jclass, jlong);
19065
19066 /*
19067  * Class:     org_ldk_impl_bindings
19068  * Method:    RouteHop_hash
19069  * Signature: (J)J
19070  */
19071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1hash
19072   (JNIEnv *, jclass, jlong);
19073
19074 /*
19075  * Class:     org_ldk_impl_bindings
19076  * Method:    RouteHop_eq
19077  * Signature: (JJ)Z
19078  */
19079 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RouteHop_1eq
19080   (JNIEnv *, jclass, jlong, jlong);
19081
19082 /*
19083  * Class:     org_ldk_impl_bindings
19084  * Method:    RouteHop_write
19085  * Signature: (J)[B
19086  */
19087 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RouteHop_1write
19088   (JNIEnv *, jclass, jlong);
19089
19090 /*
19091  * Class:     org_ldk_impl_bindings
19092  * Method:    RouteHop_read
19093  * Signature: ([B)J
19094  */
19095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1read
19096   (JNIEnv *, jclass, jbyteArray);
19097
19098 /*
19099  * Class:     org_ldk_impl_bindings
19100  * Method:    Route_free
19101  * Signature: (J)V
19102  */
19103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Route_1free
19104   (JNIEnv *, jclass, jlong);
19105
19106 /*
19107  * Class:     org_ldk_impl_bindings
19108  * Method:    Route_get_paths
19109  * Signature: (J)[[J
19110  */
19111 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_Route_1get_1paths
19112   (JNIEnv *, jclass, jlong);
19113
19114 /*
19115  * Class:     org_ldk_impl_bindings
19116  * Method:    Route_set_paths
19117  * Signature: (J[[J)V
19118  */
19119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Route_1set_1paths
19120   (JNIEnv *, jclass, jlong, jobjectArray);
19121
19122 /*
19123  * Class:     org_ldk_impl_bindings
19124  * Method:    Route_get_payee
19125  * Signature: (J)J
19126  */
19127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1get_1payee
19128   (JNIEnv *, jclass, jlong);
19129
19130 /*
19131  * Class:     org_ldk_impl_bindings
19132  * Method:    Route_set_payee
19133  * Signature: (JJ)V
19134  */
19135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Route_1set_1payee
19136   (JNIEnv *, jclass, jlong, jlong);
19137
19138 /*
19139  * Class:     org_ldk_impl_bindings
19140  * Method:    Route_new
19141  * Signature: ([[JJ)J
19142  */
19143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1new
19144   (JNIEnv *, jclass, jobjectArray, jlong);
19145
19146 /*
19147  * Class:     org_ldk_impl_bindings
19148  * Method:    Route_clone
19149  * Signature: (J)J
19150  */
19151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1clone
19152   (JNIEnv *, jclass, jlong);
19153
19154 /*
19155  * Class:     org_ldk_impl_bindings
19156  * Method:    Route_hash
19157  * Signature: (J)J
19158  */
19159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1hash
19160   (JNIEnv *, jclass, jlong);
19161
19162 /*
19163  * Class:     org_ldk_impl_bindings
19164  * Method:    Route_eq
19165  * Signature: (JJ)Z
19166  */
19167 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Route_1eq
19168   (JNIEnv *, jclass, jlong, jlong);
19169
19170 /*
19171  * Class:     org_ldk_impl_bindings
19172  * Method:    Route_get_total_fees
19173  * Signature: (J)J
19174  */
19175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1get_1total_1fees
19176   (JNIEnv *, jclass, jlong);
19177
19178 /*
19179  * Class:     org_ldk_impl_bindings
19180  * Method:    Route_get_total_amount
19181  * Signature: (J)J
19182  */
19183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1get_1total_1amount
19184   (JNIEnv *, jclass, jlong);
19185
19186 /*
19187  * Class:     org_ldk_impl_bindings
19188  * Method:    Route_write
19189  * Signature: (J)[B
19190  */
19191 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Route_1write
19192   (JNIEnv *, jclass, jlong);
19193
19194 /*
19195  * Class:     org_ldk_impl_bindings
19196  * Method:    Route_read
19197  * Signature: ([B)J
19198  */
19199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1read
19200   (JNIEnv *, jclass, jbyteArray);
19201
19202 /*
19203  * Class:     org_ldk_impl_bindings
19204  * Method:    RouteParameters_free
19205  * Signature: (J)V
19206  */
19207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteParameters_1free
19208   (JNIEnv *, jclass, jlong);
19209
19210 /*
19211  * Class:     org_ldk_impl_bindings
19212  * Method:    RouteParameters_get_payee
19213  * Signature: (J)J
19214  */
19215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteParameters_1get_1payee
19216   (JNIEnv *, jclass, jlong);
19217
19218 /*
19219  * Class:     org_ldk_impl_bindings
19220  * Method:    RouteParameters_set_payee
19221  * Signature: (JJ)V
19222  */
19223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteParameters_1set_1payee
19224   (JNIEnv *, jclass, jlong, jlong);
19225
19226 /*
19227  * Class:     org_ldk_impl_bindings
19228  * Method:    RouteParameters_get_final_value_msat
19229  * Signature: (J)J
19230  */
19231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteParameters_1get_1final_1value_1msat
19232   (JNIEnv *, jclass, jlong);
19233
19234 /*
19235  * Class:     org_ldk_impl_bindings
19236  * Method:    RouteParameters_set_final_value_msat
19237  * Signature: (JJ)V
19238  */
19239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteParameters_1set_1final_1value_1msat
19240   (JNIEnv *, jclass, jlong, jlong);
19241
19242 /*
19243  * Class:     org_ldk_impl_bindings
19244  * Method:    RouteParameters_get_final_cltv_expiry_delta
19245  * Signature: (J)I
19246  */
19247 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_RouteParameters_1get_1final_1cltv_1expiry_1delta
19248   (JNIEnv *, jclass, jlong);
19249
19250 /*
19251  * Class:     org_ldk_impl_bindings
19252  * Method:    RouteParameters_set_final_cltv_expiry_delta
19253  * Signature: (JI)V
19254  */
19255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteParameters_1set_1final_1cltv_1expiry_1delta
19256   (JNIEnv *, jclass, jlong, jint);
19257
19258 /*
19259  * Class:     org_ldk_impl_bindings
19260  * Method:    RouteParameters_new
19261  * Signature: (JJI)J
19262  */
19263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteParameters_1new
19264   (JNIEnv *, jclass, jlong, jlong, jint);
19265
19266 /*
19267  * Class:     org_ldk_impl_bindings
19268  * Method:    RouteParameters_clone
19269  * Signature: (J)J
19270  */
19271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteParameters_1clone
19272   (JNIEnv *, jclass, jlong);
19273
19274 /*
19275  * Class:     org_ldk_impl_bindings
19276  * Method:    RouteParameters_write
19277  * Signature: (J)[B
19278  */
19279 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RouteParameters_1write
19280   (JNIEnv *, jclass, jlong);
19281
19282 /*
19283  * Class:     org_ldk_impl_bindings
19284  * Method:    RouteParameters_read
19285  * Signature: ([B)J
19286  */
19287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteParameters_1read
19288   (JNIEnv *, jclass, jbyteArray);
19289
19290 /*
19291  * Class:     org_ldk_impl_bindings
19292  * Method:    Payee_free
19293  * Signature: (J)V
19294  */
19295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Payee_1free
19296   (JNIEnv *, jclass, jlong);
19297
19298 /*
19299  * Class:     org_ldk_impl_bindings
19300  * Method:    Payee_get_pubkey
19301  * Signature: (J)[B
19302  */
19303 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Payee_1get_1pubkey
19304   (JNIEnv *, jclass, jlong);
19305
19306 /*
19307  * Class:     org_ldk_impl_bindings
19308  * Method:    Payee_set_pubkey
19309  * Signature: (J[B)V
19310  */
19311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Payee_1set_1pubkey
19312   (JNIEnv *, jclass, jlong, jbyteArray);
19313
19314 /*
19315  * Class:     org_ldk_impl_bindings
19316  * Method:    Payee_get_features
19317  * Signature: (J)J
19318  */
19319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Payee_1get_1features
19320   (JNIEnv *, jclass, jlong);
19321
19322 /*
19323  * Class:     org_ldk_impl_bindings
19324  * Method:    Payee_set_features
19325  * Signature: (JJ)V
19326  */
19327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Payee_1set_1features
19328   (JNIEnv *, jclass, jlong, jlong);
19329
19330 /*
19331  * Class:     org_ldk_impl_bindings
19332  * Method:    Payee_get_route_hints
19333  * Signature: (J)[J
19334  */
19335 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_Payee_1get_1route_1hints
19336   (JNIEnv *, jclass, jlong);
19337
19338 /*
19339  * Class:     org_ldk_impl_bindings
19340  * Method:    Payee_set_route_hints
19341  * Signature: (J[J)V
19342  */
19343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Payee_1set_1route_1hints
19344   (JNIEnv *, jclass, jlong, jlongArray);
19345
19346 /*
19347  * Class:     org_ldk_impl_bindings
19348  * Method:    Payee_get_expiry_time
19349  * Signature: (J)J
19350  */
19351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Payee_1get_1expiry_1time
19352   (JNIEnv *, jclass, jlong);
19353
19354 /*
19355  * Class:     org_ldk_impl_bindings
19356  * Method:    Payee_set_expiry_time
19357  * Signature: (JJ)V
19358  */
19359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Payee_1set_1expiry_1time
19360   (JNIEnv *, jclass, jlong, jlong);
19361
19362 /*
19363  * Class:     org_ldk_impl_bindings
19364  * Method:    Payee_new
19365  * Signature: ([BJ[JJ)J
19366  */
19367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Payee_1new
19368   (JNIEnv *, jclass, jbyteArray, jlong, jlongArray, jlong);
19369
19370 /*
19371  * Class:     org_ldk_impl_bindings
19372  * Method:    Payee_clone
19373  * Signature: (J)J
19374  */
19375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Payee_1clone
19376   (JNIEnv *, jclass, jlong);
19377
19378 /*
19379  * Class:     org_ldk_impl_bindings
19380  * Method:    Payee_hash
19381  * Signature: (J)J
19382  */
19383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Payee_1hash
19384   (JNIEnv *, jclass, jlong);
19385
19386 /*
19387  * Class:     org_ldk_impl_bindings
19388  * Method:    Payee_eq
19389  * Signature: (JJ)Z
19390  */
19391 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Payee_1eq
19392   (JNIEnv *, jclass, jlong, jlong);
19393
19394 /*
19395  * Class:     org_ldk_impl_bindings
19396  * Method:    Payee_write
19397  * Signature: (J)[B
19398  */
19399 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Payee_1write
19400   (JNIEnv *, jclass, jlong);
19401
19402 /*
19403  * Class:     org_ldk_impl_bindings
19404  * Method:    Payee_read
19405  * Signature: ([B)J
19406  */
19407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Payee_1read
19408   (JNIEnv *, jclass, jbyteArray);
19409
19410 /*
19411  * Class:     org_ldk_impl_bindings
19412  * Method:    Payee_from_node_id
19413  * Signature: ([B)J
19414  */
19415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Payee_1from_1node_1id
19416   (JNIEnv *, jclass, jbyteArray);
19417
19418 /*
19419  * Class:     org_ldk_impl_bindings
19420  * Method:    Payee_for_keysend
19421  * Signature: ([B)J
19422  */
19423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Payee_1for_1keysend
19424   (JNIEnv *, jclass, jbyteArray);
19425
19426 /*
19427  * Class:     org_ldk_impl_bindings
19428  * Method:    RouteHint_free
19429  * Signature: (J)V
19430  */
19431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1free
19432   (JNIEnv *, jclass, jlong);
19433
19434 /*
19435  * Class:     org_ldk_impl_bindings
19436  * Method:    RouteHint_get_a
19437  * Signature: (J)[J
19438  */
19439 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_RouteHint_1get_1a
19440   (JNIEnv *, jclass, jlong);
19441
19442 /*
19443  * Class:     org_ldk_impl_bindings
19444  * Method:    RouteHint_set_a
19445  * Signature: (J[J)V
19446  */
19447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1set_1a
19448   (JNIEnv *, jclass, jlong, jlongArray);
19449
19450 /*
19451  * Class:     org_ldk_impl_bindings
19452  * Method:    RouteHint_new
19453  * Signature: ([J)J
19454  */
19455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1new
19456   (JNIEnv *, jclass, jlongArray);
19457
19458 /*
19459  * Class:     org_ldk_impl_bindings
19460  * Method:    RouteHint_clone
19461  * Signature: (J)J
19462  */
19463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1clone
19464   (JNIEnv *, jclass, jlong);
19465
19466 /*
19467  * Class:     org_ldk_impl_bindings
19468  * Method:    RouteHint_hash
19469  * Signature: (J)J
19470  */
19471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1hash
19472   (JNIEnv *, jclass, jlong);
19473
19474 /*
19475  * Class:     org_ldk_impl_bindings
19476  * Method:    RouteHint_eq
19477  * Signature: (JJ)Z
19478  */
19479 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RouteHint_1eq
19480   (JNIEnv *, jclass, jlong, jlong);
19481
19482 /*
19483  * Class:     org_ldk_impl_bindings
19484  * Method:    RouteHint_write
19485  * Signature: (J)[B
19486  */
19487 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RouteHint_1write
19488   (JNIEnv *, jclass, jlong);
19489
19490 /*
19491  * Class:     org_ldk_impl_bindings
19492  * Method:    RouteHint_read
19493  * Signature: ([B)J
19494  */
19495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1read
19496   (JNIEnv *, jclass, jbyteArray);
19497
19498 /*
19499  * Class:     org_ldk_impl_bindings
19500  * Method:    RouteHintHop_free
19501  * Signature: (J)V
19502  */
19503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1free
19504   (JNIEnv *, jclass, jlong);
19505
19506 /*
19507  * Class:     org_ldk_impl_bindings
19508  * Method:    RouteHintHop_get_src_node_id
19509  * Signature: (J)[B
19510  */
19511 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1get_1src_1node_1id
19512   (JNIEnv *, jclass, jlong);
19513
19514 /*
19515  * Class:     org_ldk_impl_bindings
19516  * Method:    RouteHintHop_set_src_node_id
19517  * Signature: (J[B)V
19518  */
19519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1set_1src_1node_1id
19520   (JNIEnv *, jclass, jlong, jbyteArray);
19521
19522 /*
19523  * Class:     org_ldk_impl_bindings
19524  * Method:    RouteHintHop_get_short_channel_id
19525  * Signature: (J)J
19526  */
19527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1get_1short_1channel_1id
19528   (JNIEnv *, jclass, jlong);
19529
19530 /*
19531  * Class:     org_ldk_impl_bindings
19532  * Method:    RouteHintHop_set_short_channel_id
19533  * Signature: (JJ)V
19534  */
19535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1set_1short_1channel_1id
19536   (JNIEnv *, jclass, jlong, jlong);
19537
19538 /*
19539  * Class:     org_ldk_impl_bindings
19540  * Method:    RouteHintHop_get_fees
19541  * Signature: (J)J
19542  */
19543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1get_1fees
19544   (JNIEnv *, jclass, jlong);
19545
19546 /*
19547  * Class:     org_ldk_impl_bindings
19548  * Method:    RouteHintHop_set_fees
19549  * Signature: (JJ)V
19550  */
19551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1set_1fees
19552   (JNIEnv *, jclass, jlong, jlong);
19553
19554 /*
19555  * Class:     org_ldk_impl_bindings
19556  * Method:    RouteHintHop_get_cltv_expiry_delta
19557  * Signature: (J)S
19558  */
19559 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1get_1cltv_1expiry_1delta
19560   (JNIEnv *, jclass, jlong);
19561
19562 /*
19563  * Class:     org_ldk_impl_bindings
19564  * Method:    RouteHintHop_set_cltv_expiry_delta
19565  * Signature: (JS)V
19566  */
19567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1set_1cltv_1expiry_1delta
19568   (JNIEnv *, jclass, jlong, jshort);
19569
19570 /*
19571  * Class:     org_ldk_impl_bindings
19572  * Method:    RouteHintHop_get_htlc_minimum_msat
19573  * Signature: (J)J
19574  */
19575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1get_1htlc_1minimum_1msat
19576   (JNIEnv *, jclass, jlong);
19577
19578 /*
19579  * Class:     org_ldk_impl_bindings
19580  * Method:    RouteHintHop_set_htlc_minimum_msat
19581  * Signature: (JJ)V
19582  */
19583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1set_1htlc_1minimum_1msat
19584   (JNIEnv *, jclass, jlong, jlong);
19585
19586 /*
19587  * Class:     org_ldk_impl_bindings
19588  * Method:    RouteHintHop_get_htlc_maximum_msat
19589  * Signature: (J)J
19590  */
19591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1get_1htlc_1maximum_1msat
19592   (JNIEnv *, jclass, jlong);
19593
19594 /*
19595  * Class:     org_ldk_impl_bindings
19596  * Method:    RouteHintHop_set_htlc_maximum_msat
19597  * Signature: (JJ)V
19598  */
19599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1set_1htlc_1maximum_1msat
19600   (JNIEnv *, jclass, jlong, jlong);
19601
19602 /*
19603  * Class:     org_ldk_impl_bindings
19604  * Method:    RouteHintHop_new
19605  * Signature: ([BJJSJJ)J
19606  */
19607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1new
19608   (JNIEnv *, jclass, jbyteArray, jlong, jlong, jshort, jlong, jlong);
19609
19610 /*
19611  * Class:     org_ldk_impl_bindings
19612  * Method:    RouteHintHop_clone
19613  * Signature: (J)J
19614  */
19615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1clone
19616   (JNIEnv *, jclass, jlong);
19617
19618 /*
19619  * Class:     org_ldk_impl_bindings
19620  * Method:    RouteHintHop_hash
19621  * Signature: (J)J
19622  */
19623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1hash
19624   (JNIEnv *, jclass, jlong);
19625
19626 /*
19627  * Class:     org_ldk_impl_bindings
19628  * Method:    RouteHintHop_eq
19629  * Signature: (JJ)Z
19630  */
19631 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1eq
19632   (JNIEnv *, jclass, jlong, jlong);
19633
19634 /*
19635  * Class:     org_ldk_impl_bindings
19636  * Method:    RouteHintHop_write
19637  * Signature: (J)[B
19638  */
19639 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1write
19640   (JNIEnv *, jclass, jlong);
19641
19642 /*
19643  * Class:     org_ldk_impl_bindings
19644  * Method:    RouteHintHop_read
19645  * Signature: ([B)J
19646  */
19647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1read
19648   (JNIEnv *, jclass, jbyteArray);
19649
19650 /*
19651  * Class:     org_ldk_impl_bindings
19652  * Method:    find_route
19653  * Signature: ([BJJ[JJJ)J
19654  */
19655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_find_1route
19656   (JNIEnv *, jclass, jbyteArray, jlong, jlong, jlongArray, jlong, jlong);
19657
19658 /*
19659  * Class:     org_ldk_impl_bindings
19660  * Method:    Scorer_free
19661  * Signature: (J)V
19662  */
19663 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Scorer_1free
19664   (JNIEnv *, jclass, jlong);
19665
19666 /*
19667  * Class:     org_ldk_impl_bindings
19668  * Method:    ScoringParameters_free
19669  * Signature: (J)V
19670  */
19671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ScoringParameters_1free
19672   (JNIEnv *, jclass, jlong);
19673
19674 /*
19675  * Class:     org_ldk_impl_bindings
19676  * Method:    ScoringParameters_get_base_penalty_msat
19677  * Signature: (J)J
19678  */
19679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ScoringParameters_1get_1base_1penalty_1msat
19680   (JNIEnv *, jclass, jlong);
19681
19682 /*
19683  * Class:     org_ldk_impl_bindings
19684  * Method:    ScoringParameters_set_base_penalty_msat
19685  * Signature: (JJ)V
19686  */
19687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ScoringParameters_1set_1base_1penalty_1msat
19688   (JNIEnv *, jclass, jlong, jlong);
19689
19690 /*
19691  * Class:     org_ldk_impl_bindings
19692  * Method:    ScoringParameters_get_failure_penalty_msat
19693  * Signature: (J)J
19694  */
19695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ScoringParameters_1get_1failure_1penalty_1msat
19696   (JNIEnv *, jclass, jlong);
19697
19698 /*
19699  * Class:     org_ldk_impl_bindings
19700  * Method:    ScoringParameters_set_failure_penalty_msat
19701  * Signature: (JJ)V
19702  */
19703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ScoringParameters_1set_1failure_1penalty_1msat
19704   (JNIEnv *, jclass, jlong, jlong);
19705
19706 /*
19707  * Class:     org_ldk_impl_bindings
19708  * Method:    ScoringParameters_get_failure_penalty_half_life
19709  * Signature: (J)J
19710  */
19711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ScoringParameters_1get_1failure_1penalty_1half_1life
19712   (JNIEnv *, jclass, jlong);
19713
19714 /*
19715  * Class:     org_ldk_impl_bindings
19716  * Method:    ScoringParameters_set_failure_penalty_half_life
19717  * Signature: (JJ)V
19718  */
19719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ScoringParameters_1set_1failure_1penalty_1half_1life
19720   (JNIEnv *, jclass, jlong, jlong);
19721
19722 /*
19723  * Class:     org_ldk_impl_bindings
19724  * Method:    ScoringParameters_new
19725  * Signature: (JJJ)J
19726  */
19727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ScoringParameters_1new
19728   (JNIEnv *, jclass, jlong, jlong, jlong);
19729
19730 /*
19731  * Class:     org_ldk_impl_bindings
19732  * Method:    ScoringParameters_write
19733  * Signature: (J)[B
19734  */
19735 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ScoringParameters_1write
19736   (JNIEnv *, jclass, jlong);
19737
19738 /*
19739  * Class:     org_ldk_impl_bindings
19740  * Method:    ScoringParameters_read
19741  * Signature: ([B)J
19742  */
19743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ScoringParameters_1read
19744   (JNIEnv *, jclass, jbyteArray);
19745
19746 /*
19747  * Class:     org_ldk_impl_bindings
19748  * Method:    Scorer_new
19749  * Signature: (J)J
19750  */
19751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Scorer_1new
19752   (JNIEnv *, jclass, jlong);
19753
19754 /*
19755  * Class:     org_ldk_impl_bindings
19756  * Method:    Scorer_default
19757  * Signature: ()J
19758  */
19759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Scorer_1default
19760   (JNIEnv *, jclass);
19761
19762 /*
19763  * Class:     org_ldk_impl_bindings
19764  * Method:    ScoringParameters_default
19765  * Signature: ()J
19766  */
19767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ScoringParameters_1default
19768   (JNIEnv *, jclass);
19769
19770 /*
19771  * Class:     org_ldk_impl_bindings
19772  * Method:    Scorer_as_Score
19773  * Signature: (J)J
19774  */
19775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Scorer_1as_1Score
19776   (JNIEnv *, jclass, jlong);
19777
19778 /*
19779  * Class:     org_ldk_impl_bindings
19780  * Method:    Scorer_write
19781  * Signature: (J)[B
19782  */
19783 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Scorer_1write
19784   (JNIEnv *, jclass, jlong);
19785
19786 /*
19787  * Class:     org_ldk_impl_bindings
19788  * Method:    Scorer_read
19789  * Signature: ([B)J
19790  */
19791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Scorer_1read
19792   (JNIEnv *, jclass, jbyteArray);
19793
19794 /*
19795  * Class:     org_ldk_impl_bindings
19796  * Method:    FilesystemPersister_free
19797  * Signature: (J)V
19798  */
19799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FilesystemPersister_1free
19800   (JNIEnv *, jclass, jlong);
19801
19802 /*
19803  * Class:     org_ldk_impl_bindings
19804  * Method:    FilesystemPersister_new
19805  * Signature: (Ljava/lang/String;)J
19806  */
19807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FilesystemPersister_1new
19808   (JNIEnv *, jclass, jstring);
19809
19810 /*
19811  * Class:     org_ldk_impl_bindings
19812  * Method:    FilesystemPersister_get_data_dir
19813  * Signature: (J)Ljava/lang/String;
19814  */
19815 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_FilesystemPersister_1get_1data_1dir
19816   (JNIEnv *, jclass, jlong);
19817
19818 /*
19819  * Class:     org_ldk_impl_bindings
19820  * Method:    FilesystemPersister_persist_manager
19821  * Signature: (Ljava/lang/String;J)J
19822  */
19823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FilesystemPersister_1persist_1manager
19824   (JNIEnv *, jclass, jstring, jlong);
19825
19826 /*
19827  * Class:     org_ldk_impl_bindings
19828  * Method:    FilesystemPersister_read_channelmonitors
19829  * Signature: (JJ)J
19830  */
19831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FilesystemPersister_1read_1channelmonitors
19832   (JNIEnv *, jclass, jlong, jlong);
19833
19834 /*
19835  * Class:     org_ldk_impl_bindings
19836  * Method:    FilesystemPersister_as_Persist
19837  * Signature: (J)J
19838  */
19839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FilesystemPersister_1as_1Persist
19840   (JNIEnv *, jclass, jlong);
19841
19842 /*
19843  * Class:     org_ldk_impl_bindings
19844  * Method:    BackgroundProcessor_free
19845  * Signature: (J)V
19846  */
19847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BackgroundProcessor_1free
19848   (JNIEnv *, jclass, jlong);
19849
19850 /*
19851  * Class:     org_ldk_impl_bindings
19852  * Method:    ChannelManagerPersister_free
19853  * Signature: (J)V
19854  */
19855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerPersister_1free
19856   (JNIEnv *, jclass, jlong);
19857
19858 /*
19859  * Class:     org_ldk_impl_bindings
19860  * Method:    BackgroundProcessor_start
19861  * Signature: (JJJJJJJ)J
19862  */
19863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BackgroundProcessor_1start
19864   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong, jlong, jlong);
19865
19866 /*
19867  * Class:     org_ldk_impl_bindings
19868  * Method:    BackgroundProcessor_join
19869  * Signature: (J)J
19870  */
19871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BackgroundProcessor_1join
19872   (JNIEnv *, jclass, jlong);
19873
19874 /*
19875  * Class:     org_ldk_impl_bindings
19876  * Method:    BackgroundProcessor_stop
19877  * Signature: (J)J
19878  */
19879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BackgroundProcessor_1stop
19880   (JNIEnv *, jclass, jlong);
19881
19882 /*
19883  * Class:     org_ldk_impl_bindings
19884  * Method:    check_platform
19885  * Signature: ()V
19886  */
19887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_check_1platform
19888   (JNIEnv *, jclass);
19889
19890 /*
19891  * Class:     org_ldk_impl_bindings
19892  * Method:    Invoice_free
19893  * Signature: (J)V
19894  */
19895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Invoice_1free
19896   (JNIEnv *, jclass, jlong);
19897
19898 /*
19899  * Class:     org_ldk_impl_bindings
19900  * Method:    Invoice_eq
19901  * Signature: (JJ)Z
19902  */
19903 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Invoice_1eq
19904   (JNIEnv *, jclass, jlong, jlong);
19905
19906 /*
19907  * Class:     org_ldk_impl_bindings
19908  * Method:    Invoice_clone
19909  * Signature: (J)J
19910  */
19911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1clone
19912   (JNIEnv *, jclass, jlong);
19913
19914 /*
19915  * Class:     org_ldk_impl_bindings
19916  * Method:    SignedRawInvoice_free
19917  * Signature: (J)V
19918  */
19919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1free
19920   (JNIEnv *, jclass, jlong);
19921
19922 /*
19923  * Class:     org_ldk_impl_bindings
19924  * Method:    SignedRawInvoice_eq
19925  * Signature: (JJ)Z
19926  */
19927 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1eq
19928   (JNIEnv *, jclass, jlong, jlong);
19929
19930 /*
19931  * Class:     org_ldk_impl_bindings
19932  * Method:    SignedRawInvoice_clone
19933  * Signature: (J)J
19934  */
19935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1clone
19936   (JNIEnv *, jclass, jlong);
19937
19938 /*
19939  * Class:     org_ldk_impl_bindings
19940  * Method:    RawInvoice_free
19941  * Signature: (J)V
19942  */
19943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RawInvoice_1free
19944   (JNIEnv *, jclass, jlong);
19945
19946 /*
19947  * Class:     org_ldk_impl_bindings
19948  * Method:    RawInvoice_get_data
19949  * Signature: (J)J
19950  */
19951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1get_1data
19952   (JNIEnv *, jclass, jlong);
19953
19954 /*
19955  * Class:     org_ldk_impl_bindings
19956  * Method:    RawInvoice_set_data
19957  * Signature: (JJ)V
19958  */
19959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RawInvoice_1set_1data
19960   (JNIEnv *, jclass, jlong, jlong);
19961
19962 /*
19963  * Class:     org_ldk_impl_bindings
19964  * Method:    RawInvoice_eq
19965  * Signature: (JJ)Z
19966  */
19967 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RawInvoice_1eq
19968   (JNIEnv *, jclass, jlong, jlong);
19969
19970 /*
19971  * Class:     org_ldk_impl_bindings
19972  * Method:    RawInvoice_clone
19973  * Signature: (J)J
19974  */
19975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1clone
19976   (JNIEnv *, jclass, jlong);
19977
19978 /*
19979  * Class:     org_ldk_impl_bindings
19980  * Method:    RawDataPart_free
19981  * Signature: (J)V
19982  */
19983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RawDataPart_1free
19984   (JNIEnv *, jclass, jlong);
19985
19986 /*
19987  * Class:     org_ldk_impl_bindings
19988  * Method:    RawDataPart_get_timestamp
19989  * Signature: (J)J
19990  */
19991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawDataPart_1get_1timestamp
19992   (JNIEnv *, jclass, jlong);
19993
19994 /*
19995  * Class:     org_ldk_impl_bindings
19996  * Method:    RawDataPart_set_timestamp
19997  * Signature: (JJ)V
19998  */
19999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RawDataPart_1set_1timestamp
20000   (JNIEnv *, jclass, jlong, jlong);
20001
20002 /*
20003  * Class:     org_ldk_impl_bindings
20004  * Method:    RawDataPart_eq
20005  * Signature: (JJ)Z
20006  */
20007 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RawDataPart_1eq
20008   (JNIEnv *, jclass, jlong, jlong);
20009
20010 /*
20011  * Class:     org_ldk_impl_bindings
20012  * Method:    RawDataPart_clone
20013  * Signature: (J)J
20014  */
20015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawDataPart_1clone
20016   (JNIEnv *, jclass, jlong);
20017
20018 /*
20019  * Class:     org_ldk_impl_bindings
20020  * Method:    PositiveTimestamp_free
20021  * Signature: (J)V
20022  */
20023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1free
20024   (JNIEnv *, jclass, jlong);
20025
20026 /*
20027  * Class:     org_ldk_impl_bindings
20028  * Method:    PositiveTimestamp_eq
20029  * Signature: (JJ)Z
20030  */
20031 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1eq
20032   (JNIEnv *, jclass, jlong, jlong);
20033
20034 /*
20035  * Class:     org_ldk_impl_bindings
20036  * Method:    PositiveTimestamp_clone
20037  * Signature: (J)J
20038  */
20039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1clone
20040   (JNIEnv *, jclass, jlong);
20041
20042 /*
20043  * Class:     org_ldk_impl_bindings
20044  * Method:    SiPrefix_clone
20045  * Signature: (J)Lorg/ldk/enums/SiPrefix;
20046  */
20047 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SiPrefix_1clone
20048   (JNIEnv *, jclass, jlong);
20049
20050 /*
20051  * Class:     org_ldk_impl_bindings
20052  * Method:    SiPrefix_milli
20053  * Signature: ()Lorg/ldk/enums/SiPrefix;
20054  */
20055 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SiPrefix_1milli
20056   (JNIEnv *, jclass);
20057
20058 /*
20059  * Class:     org_ldk_impl_bindings
20060  * Method:    SiPrefix_micro
20061  * Signature: ()Lorg/ldk/enums/SiPrefix;
20062  */
20063 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SiPrefix_1micro
20064   (JNIEnv *, jclass);
20065
20066 /*
20067  * Class:     org_ldk_impl_bindings
20068  * Method:    SiPrefix_nano
20069  * Signature: ()Lorg/ldk/enums/SiPrefix;
20070  */
20071 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SiPrefix_1nano
20072   (JNIEnv *, jclass);
20073
20074 /*
20075  * Class:     org_ldk_impl_bindings
20076  * Method:    SiPrefix_pico
20077  * Signature: ()Lorg/ldk/enums/SiPrefix;
20078  */
20079 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SiPrefix_1pico
20080   (JNIEnv *, jclass);
20081
20082 /*
20083  * Class:     org_ldk_impl_bindings
20084  * Method:    SiPrefix_eq
20085  * Signature: (JJ)Z
20086  */
20087 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_SiPrefix_1eq
20088   (JNIEnv *, jclass, jlong, jlong);
20089
20090 /*
20091  * Class:     org_ldk_impl_bindings
20092  * Method:    SiPrefix_multiplier
20093  * Signature: (J)J
20094  */
20095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SiPrefix_1multiplier
20096   (JNIEnv *, jclass, jlong);
20097
20098 /*
20099  * Class:     org_ldk_impl_bindings
20100  * Method:    Currency_clone
20101  * Signature: (J)Lorg/ldk/enums/Currency;
20102  */
20103 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Currency_1clone
20104   (JNIEnv *, jclass, jlong);
20105
20106 /*
20107  * Class:     org_ldk_impl_bindings
20108  * Method:    Currency_bitcoin
20109  * Signature: ()Lorg/ldk/enums/Currency;
20110  */
20111 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Currency_1bitcoin
20112   (JNIEnv *, jclass);
20113
20114 /*
20115  * Class:     org_ldk_impl_bindings
20116  * Method:    Currency_bitcoin_testnet
20117  * Signature: ()Lorg/ldk/enums/Currency;
20118  */
20119 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Currency_1bitcoin_1testnet
20120   (JNIEnv *, jclass);
20121
20122 /*
20123  * Class:     org_ldk_impl_bindings
20124  * Method:    Currency_regtest
20125  * Signature: ()Lorg/ldk/enums/Currency;
20126  */
20127 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Currency_1regtest
20128   (JNIEnv *, jclass);
20129
20130 /*
20131  * Class:     org_ldk_impl_bindings
20132  * Method:    Currency_simnet
20133  * Signature: ()Lorg/ldk/enums/Currency;
20134  */
20135 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Currency_1simnet
20136   (JNIEnv *, jclass);
20137
20138 /*
20139  * Class:     org_ldk_impl_bindings
20140  * Method:    Currency_signet
20141  * Signature: ()Lorg/ldk/enums/Currency;
20142  */
20143 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Currency_1signet
20144   (JNIEnv *, jclass);
20145
20146 /*
20147  * Class:     org_ldk_impl_bindings
20148  * Method:    Currency_hash
20149  * Signature: (J)J
20150  */
20151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Currency_1hash
20152   (JNIEnv *, jclass, jlong);
20153
20154 /*
20155  * Class:     org_ldk_impl_bindings
20156  * Method:    Currency_eq
20157  * Signature: (JJ)Z
20158  */
20159 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Currency_1eq
20160   (JNIEnv *, jclass, jlong, jlong);
20161
20162 /*
20163  * Class:     org_ldk_impl_bindings
20164  * Method:    Sha256_free
20165  * Signature: (J)V
20166  */
20167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Sha256_1free
20168   (JNIEnv *, jclass, jlong);
20169
20170 /*
20171  * Class:     org_ldk_impl_bindings
20172  * Method:    Sha256_clone
20173  * Signature: (J)J
20174  */
20175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sha256_1clone
20176   (JNIEnv *, jclass, jlong);
20177
20178 /*
20179  * Class:     org_ldk_impl_bindings
20180  * Method:    Sha256_hash
20181  * Signature: (J)J
20182  */
20183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sha256_1hash
20184   (JNIEnv *, jclass, jlong);
20185
20186 /*
20187  * Class:     org_ldk_impl_bindings
20188  * Method:    Sha256_eq
20189  * Signature: (JJ)Z
20190  */
20191 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Sha256_1eq
20192   (JNIEnv *, jclass, jlong, jlong);
20193
20194 /*
20195  * Class:     org_ldk_impl_bindings
20196  * Method:    Description_free
20197  * Signature: (J)V
20198  */
20199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Description_1free
20200   (JNIEnv *, jclass, jlong);
20201
20202 /*
20203  * Class:     org_ldk_impl_bindings
20204  * Method:    Description_clone
20205  * Signature: (J)J
20206  */
20207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Description_1clone
20208   (JNIEnv *, jclass, jlong);
20209
20210 /*
20211  * Class:     org_ldk_impl_bindings
20212  * Method:    Description_hash
20213  * Signature: (J)J
20214  */
20215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Description_1hash
20216   (JNIEnv *, jclass, jlong);
20217
20218 /*
20219  * Class:     org_ldk_impl_bindings
20220  * Method:    Description_eq
20221  * Signature: (JJ)Z
20222  */
20223 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Description_1eq
20224   (JNIEnv *, jclass, jlong, jlong);
20225
20226 /*
20227  * Class:     org_ldk_impl_bindings
20228  * Method:    PayeePubKey_free
20229  * Signature: (J)V
20230  */
20231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PayeePubKey_1free
20232   (JNIEnv *, jclass, jlong);
20233
20234 /*
20235  * Class:     org_ldk_impl_bindings
20236  * Method:    PayeePubKey_get_a
20237  * Signature: (J)[B
20238  */
20239 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_PayeePubKey_1get_1a
20240   (JNIEnv *, jclass, jlong);
20241
20242 /*
20243  * Class:     org_ldk_impl_bindings
20244  * Method:    PayeePubKey_set_a
20245  * Signature: (J[B)V
20246  */
20247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PayeePubKey_1set_1a
20248   (JNIEnv *, jclass, jlong, jbyteArray);
20249
20250 /*
20251  * Class:     org_ldk_impl_bindings
20252  * Method:    PayeePubKey_new
20253  * Signature: ([B)J
20254  */
20255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PayeePubKey_1new
20256   (JNIEnv *, jclass, jbyteArray);
20257
20258 /*
20259  * Class:     org_ldk_impl_bindings
20260  * Method:    PayeePubKey_clone
20261  * Signature: (J)J
20262  */
20263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PayeePubKey_1clone
20264   (JNIEnv *, jclass, jlong);
20265
20266 /*
20267  * Class:     org_ldk_impl_bindings
20268  * Method:    PayeePubKey_hash
20269  * Signature: (J)J
20270  */
20271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PayeePubKey_1hash
20272   (JNIEnv *, jclass, jlong);
20273
20274 /*
20275  * Class:     org_ldk_impl_bindings
20276  * Method:    PayeePubKey_eq
20277  * Signature: (JJ)Z
20278  */
20279 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_PayeePubKey_1eq
20280   (JNIEnv *, jclass, jlong, jlong);
20281
20282 /*
20283  * Class:     org_ldk_impl_bindings
20284  * Method:    ExpiryTime_free
20285  * Signature: (J)V
20286  */
20287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1free
20288   (JNIEnv *, jclass, jlong);
20289
20290 /*
20291  * Class:     org_ldk_impl_bindings
20292  * Method:    ExpiryTime_clone
20293  * Signature: (J)J
20294  */
20295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1clone
20296   (JNIEnv *, jclass, jlong);
20297
20298 /*
20299  * Class:     org_ldk_impl_bindings
20300  * Method:    ExpiryTime_hash
20301  * Signature: (J)J
20302  */
20303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1hash
20304   (JNIEnv *, jclass, jlong);
20305
20306 /*
20307  * Class:     org_ldk_impl_bindings
20308  * Method:    ExpiryTime_eq
20309  * Signature: (JJ)Z
20310  */
20311 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1eq
20312   (JNIEnv *, jclass, jlong, jlong);
20313
20314 /*
20315  * Class:     org_ldk_impl_bindings
20316  * Method:    MinFinalCltvExpiry_free
20317  * Signature: (J)V
20318  */
20319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MinFinalCltvExpiry_1free
20320   (JNIEnv *, jclass, jlong);
20321
20322 /*
20323  * Class:     org_ldk_impl_bindings
20324  * Method:    MinFinalCltvExpiry_get_a
20325  * Signature: (J)J
20326  */
20327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MinFinalCltvExpiry_1get_1a
20328   (JNIEnv *, jclass, jlong);
20329
20330 /*
20331  * Class:     org_ldk_impl_bindings
20332  * Method:    MinFinalCltvExpiry_set_a
20333  * Signature: (JJ)V
20334  */
20335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MinFinalCltvExpiry_1set_1a
20336   (JNIEnv *, jclass, jlong, jlong);
20337
20338 /*
20339  * Class:     org_ldk_impl_bindings
20340  * Method:    MinFinalCltvExpiry_new
20341  * Signature: (J)J
20342  */
20343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MinFinalCltvExpiry_1new
20344   (JNIEnv *, jclass, jlong);
20345
20346 /*
20347  * Class:     org_ldk_impl_bindings
20348  * Method:    MinFinalCltvExpiry_clone
20349  * Signature: (J)J
20350  */
20351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MinFinalCltvExpiry_1clone
20352   (JNIEnv *, jclass, jlong);
20353
20354 /*
20355  * Class:     org_ldk_impl_bindings
20356  * Method:    MinFinalCltvExpiry_hash
20357  * Signature: (J)J
20358  */
20359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MinFinalCltvExpiry_1hash
20360   (JNIEnv *, jclass, jlong);
20361
20362 /*
20363  * Class:     org_ldk_impl_bindings
20364  * Method:    MinFinalCltvExpiry_eq
20365  * Signature: (JJ)Z
20366  */
20367 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_MinFinalCltvExpiry_1eq
20368   (JNIEnv *, jclass, jlong, jlong);
20369
20370 /*
20371  * Class:     org_ldk_impl_bindings
20372  * Method:    Fallback_free
20373  * Signature: (J)V
20374  */
20375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Fallback_1free
20376   (JNIEnv *, jclass, jlong);
20377
20378 /*
20379  * Class:     org_ldk_impl_bindings
20380  * Method:    Fallback_clone
20381  * Signature: (J)J
20382  */
20383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Fallback_1clone
20384   (JNIEnv *, jclass, jlong);
20385
20386 /*
20387  * Class:     org_ldk_impl_bindings
20388  * Method:    Fallback_seg_wit_program
20389  * Signature: (B[B)J
20390  */
20391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Fallback_1seg_1wit_1program
20392   (JNIEnv *, jclass, jbyte, jbyteArray);
20393
20394 /*
20395  * Class:     org_ldk_impl_bindings
20396  * Method:    Fallback_pub_key_hash
20397  * Signature: ([B)J
20398  */
20399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Fallback_1pub_1key_1hash
20400   (JNIEnv *, jclass, jbyteArray);
20401
20402 /*
20403  * Class:     org_ldk_impl_bindings
20404  * Method:    Fallback_script_hash
20405  * Signature: ([B)J
20406  */
20407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Fallback_1script_1hash
20408   (JNIEnv *, jclass, jbyteArray);
20409
20410 /*
20411  * Class:     org_ldk_impl_bindings
20412  * Method:    Fallback_hash
20413  * Signature: (J)J
20414  */
20415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Fallback_1hash
20416   (JNIEnv *, jclass, jlong);
20417
20418 /*
20419  * Class:     org_ldk_impl_bindings
20420  * Method:    Fallback_eq
20421  * Signature: (JJ)Z
20422  */
20423 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Fallback_1eq
20424   (JNIEnv *, jclass, jlong, jlong);
20425
20426 /*
20427  * Class:     org_ldk_impl_bindings
20428  * Method:    InvoiceSignature_free
20429  * Signature: (J)V
20430  */
20431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoiceSignature_1free
20432   (JNIEnv *, jclass, jlong);
20433
20434 /*
20435  * Class:     org_ldk_impl_bindings
20436  * Method:    InvoiceSignature_clone
20437  * Signature: (J)J
20438  */
20439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceSignature_1clone
20440   (JNIEnv *, jclass, jlong);
20441
20442 /*
20443  * Class:     org_ldk_impl_bindings
20444  * Method:    InvoiceSignature_eq
20445  * Signature: (JJ)Z
20446  */
20447 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceSignature_1eq
20448   (JNIEnv *, jclass, jlong, jlong);
20449
20450 /*
20451  * Class:     org_ldk_impl_bindings
20452  * Method:    PrivateRoute_free
20453  * Signature: (J)V
20454  */
20455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PrivateRoute_1free
20456   (JNIEnv *, jclass, jlong);
20457
20458 /*
20459  * Class:     org_ldk_impl_bindings
20460  * Method:    PrivateRoute_clone
20461  * Signature: (J)J
20462  */
20463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PrivateRoute_1clone
20464   (JNIEnv *, jclass, jlong);
20465
20466 /*
20467  * Class:     org_ldk_impl_bindings
20468  * Method:    PrivateRoute_hash
20469  * Signature: (J)J
20470  */
20471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PrivateRoute_1hash
20472   (JNIEnv *, jclass, jlong);
20473
20474 /*
20475  * Class:     org_ldk_impl_bindings
20476  * Method:    PrivateRoute_eq
20477  * Signature: (JJ)Z
20478  */
20479 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_PrivateRoute_1eq
20480   (JNIEnv *, jclass, jlong, jlong);
20481
20482 /*
20483  * Class:     org_ldk_impl_bindings
20484  * Method:    SignedRawInvoice_into_parts
20485  * Signature: (J)J
20486  */
20487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1into_1parts
20488   (JNIEnv *, jclass, jlong);
20489
20490 /*
20491  * Class:     org_ldk_impl_bindings
20492  * Method:    SignedRawInvoice_raw_invoice
20493  * Signature: (J)J
20494  */
20495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1raw_1invoice
20496   (JNIEnv *, jclass, jlong);
20497
20498 /*
20499  * Class:     org_ldk_impl_bindings
20500  * Method:    SignedRawInvoice_hash
20501  * Signature: (J)[B
20502  */
20503 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1hash
20504   (JNIEnv *, jclass, jlong);
20505
20506 /*
20507  * Class:     org_ldk_impl_bindings
20508  * Method:    SignedRawInvoice_signature
20509  * Signature: (J)J
20510  */
20511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1signature
20512   (JNIEnv *, jclass, jlong);
20513
20514 /*
20515  * Class:     org_ldk_impl_bindings
20516  * Method:    SignedRawInvoice_recover_payee_pub_key
20517  * Signature: (J)J
20518  */
20519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1recover_1payee_1pub_1key
20520   (JNIEnv *, jclass, jlong);
20521
20522 /*
20523  * Class:     org_ldk_impl_bindings
20524  * Method:    SignedRawInvoice_check_signature
20525  * Signature: (J)Z
20526  */
20527 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1check_1signature
20528   (JNIEnv *, jclass, jlong);
20529
20530 /*
20531  * Class:     org_ldk_impl_bindings
20532  * Method:    RawInvoice_hash
20533  * Signature: (J)[B
20534  */
20535 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RawInvoice_1hash
20536   (JNIEnv *, jclass, jlong);
20537
20538 /*
20539  * Class:     org_ldk_impl_bindings
20540  * Method:    RawInvoice_payment_hash
20541  * Signature: (J)J
20542  */
20543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1payment_1hash
20544   (JNIEnv *, jclass, jlong);
20545
20546 /*
20547  * Class:     org_ldk_impl_bindings
20548  * Method:    RawInvoice_description
20549  * Signature: (J)J
20550  */
20551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1description
20552   (JNIEnv *, jclass, jlong);
20553
20554 /*
20555  * Class:     org_ldk_impl_bindings
20556  * Method:    RawInvoice_payee_pub_key
20557  * Signature: (J)J
20558  */
20559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1payee_1pub_1key
20560   (JNIEnv *, jclass, jlong);
20561
20562 /*
20563  * Class:     org_ldk_impl_bindings
20564  * Method:    RawInvoice_description_hash
20565  * Signature: (J)J
20566  */
20567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1description_1hash
20568   (JNIEnv *, jclass, jlong);
20569
20570 /*
20571  * Class:     org_ldk_impl_bindings
20572  * Method:    RawInvoice_expiry_time
20573  * Signature: (J)J
20574  */
20575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1expiry_1time
20576   (JNIEnv *, jclass, jlong);
20577
20578 /*
20579  * Class:     org_ldk_impl_bindings
20580  * Method:    RawInvoice_min_final_cltv_expiry
20581  * Signature: (J)J
20582  */
20583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1min_1final_1cltv_1expiry
20584   (JNIEnv *, jclass, jlong);
20585
20586 /*
20587  * Class:     org_ldk_impl_bindings
20588  * Method:    RawInvoice_payment_secret
20589  * Signature: (J)[B
20590  */
20591 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RawInvoice_1payment_1secret
20592   (JNIEnv *, jclass, jlong);
20593
20594 /*
20595  * Class:     org_ldk_impl_bindings
20596  * Method:    RawInvoice_features
20597  * Signature: (J)J
20598  */
20599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1features
20600   (JNIEnv *, jclass, jlong);
20601
20602 /*
20603  * Class:     org_ldk_impl_bindings
20604  * Method:    RawInvoice_private_routes
20605  * Signature: (J)[J
20606  */
20607 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_RawInvoice_1private_1routes
20608   (JNIEnv *, jclass, jlong);
20609
20610 /*
20611  * Class:     org_ldk_impl_bindings
20612  * Method:    RawInvoice_amount_pico_btc
20613  * Signature: (J)J
20614  */
20615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1amount_1pico_1btc
20616   (JNIEnv *, jclass, jlong);
20617
20618 /*
20619  * Class:     org_ldk_impl_bindings
20620  * Method:    RawInvoice_currency
20621  * Signature: (J)Lorg/ldk/enums/Currency;
20622  */
20623 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_RawInvoice_1currency
20624   (JNIEnv *, jclass, jlong);
20625
20626 /*
20627  * Class:     org_ldk_impl_bindings
20628  * Method:    PositiveTimestamp_from_unix_timestamp
20629  * Signature: (J)J
20630  */
20631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1from_1unix_1timestamp
20632   (JNIEnv *, jclass, jlong);
20633
20634 /*
20635  * Class:     org_ldk_impl_bindings
20636  * Method:    PositiveTimestamp_from_system_time
20637  * Signature: (J)J
20638  */
20639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1from_1system_1time
20640   (JNIEnv *, jclass, jlong);
20641
20642 /*
20643  * Class:     org_ldk_impl_bindings
20644  * Method:    PositiveTimestamp_as_unix_timestamp
20645  * Signature: (J)J
20646  */
20647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1as_1unix_1timestamp
20648   (JNIEnv *, jclass, jlong);
20649
20650 /*
20651  * Class:     org_ldk_impl_bindings
20652  * Method:    PositiveTimestamp_as_time
20653  * Signature: (J)J
20654  */
20655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1as_1time
20656   (JNIEnv *, jclass, jlong);
20657
20658 /*
20659  * Class:     org_ldk_impl_bindings
20660  * Method:    Invoice_into_signed_raw
20661  * Signature: (J)J
20662  */
20663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1into_1signed_1raw
20664   (JNIEnv *, jclass, jlong);
20665
20666 /*
20667  * Class:     org_ldk_impl_bindings
20668  * Method:    Invoice_check_signature
20669  * Signature: (J)J
20670  */
20671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1check_1signature
20672   (JNIEnv *, jclass, jlong);
20673
20674 /*
20675  * Class:     org_ldk_impl_bindings
20676  * Method:    Invoice_from_signed
20677  * Signature: (J)J
20678  */
20679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1from_1signed
20680   (JNIEnv *, jclass, jlong);
20681
20682 /*
20683  * Class:     org_ldk_impl_bindings
20684  * Method:    Invoice_timestamp
20685  * Signature: (J)J
20686  */
20687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1timestamp
20688   (JNIEnv *, jclass, jlong);
20689
20690 /*
20691  * Class:     org_ldk_impl_bindings
20692  * Method:    Invoice_payment_hash
20693  * Signature: (J)[B
20694  */
20695 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Invoice_1payment_1hash
20696   (JNIEnv *, jclass, jlong);
20697
20698 /*
20699  * Class:     org_ldk_impl_bindings
20700  * Method:    Invoice_payee_pub_key
20701  * Signature: (J)[B
20702  */
20703 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Invoice_1payee_1pub_1key
20704   (JNIEnv *, jclass, jlong);
20705
20706 /*
20707  * Class:     org_ldk_impl_bindings
20708  * Method:    Invoice_payment_secret
20709  * Signature: (J)[B
20710  */
20711 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Invoice_1payment_1secret
20712   (JNIEnv *, jclass, jlong);
20713
20714 /*
20715  * Class:     org_ldk_impl_bindings
20716  * Method:    Invoice_features
20717  * Signature: (J)J
20718  */
20719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1features
20720   (JNIEnv *, jclass, jlong);
20721
20722 /*
20723  * Class:     org_ldk_impl_bindings
20724  * Method:    Invoice_recover_payee_pub_key
20725  * Signature: (J)[B
20726  */
20727 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Invoice_1recover_1payee_1pub_1key
20728   (JNIEnv *, jclass, jlong);
20729
20730 /*
20731  * Class:     org_ldk_impl_bindings
20732  * Method:    Invoice_expiry_time
20733  * Signature: (J)J
20734  */
20735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1expiry_1time
20736   (JNIEnv *, jclass, jlong);
20737
20738 /*
20739  * Class:     org_ldk_impl_bindings
20740  * Method:    Invoice_is_expired
20741  * Signature: (J)Z
20742  */
20743 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Invoice_1is_1expired
20744   (JNIEnv *, jclass, jlong);
20745
20746 /*
20747  * Class:     org_ldk_impl_bindings
20748  * Method:    Invoice_min_final_cltv_expiry
20749  * Signature: (J)J
20750  */
20751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1min_1final_1cltv_1expiry
20752   (JNIEnv *, jclass, jlong);
20753
20754 /*
20755  * Class:     org_ldk_impl_bindings
20756  * Method:    Invoice_private_routes
20757  * Signature: (J)[J
20758  */
20759 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_Invoice_1private_1routes
20760   (JNIEnv *, jclass, jlong);
20761
20762 /*
20763  * Class:     org_ldk_impl_bindings
20764  * Method:    Invoice_route_hints
20765  * Signature: (J)[J
20766  */
20767 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_Invoice_1route_1hints
20768   (JNIEnv *, jclass, jlong);
20769
20770 /*
20771  * Class:     org_ldk_impl_bindings
20772  * Method:    Invoice_currency
20773  * Signature: (J)Lorg/ldk/enums/Currency;
20774  */
20775 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Invoice_1currency
20776   (JNIEnv *, jclass, jlong);
20777
20778 /*
20779  * Class:     org_ldk_impl_bindings
20780  * Method:    Invoice_amount_milli_satoshis
20781  * Signature: (J)J
20782  */
20783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1amount_1milli_1satoshis
20784   (JNIEnv *, jclass, jlong);
20785
20786 /*
20787  * Class:     org_ldk_impl_bindings
20788  * Method:    Description_new
20789  * Signature: (Ljava/lang/String;)J
20790  */
20791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Description_1new
20792   (JNIEnv *, jclass, jstring);
20793
20794 /*
20795  * Class:     org_ldk_impl_bindings
20796  * Method:    Description_into_inner
20797  * Signature: (J)Ljava/lang/String;
20798  */
20799 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_Description_1into_1inner
20800   (JNIEnv *, jclass, jlong);
20801
20802 /*
20803  * Class:     org_ldk_impl_bindings
20804  * Method:    ExpiryTime_from_seconds
20805  * Signature: (J)J
20806  */
20807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1from_1seconds
20808   (JNIEnv *, jclass, jlong);
20809
20810 /*
20811  * Class:     org_ldk_impl_bindings
20812  * Method:    ExpiryTime_from_duration
20813  * Signature: (J)J
20814  */
20815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1from_1duration
20816   (JNIEnv *, jclass, jlong);
20817
20818 /*
20819  * Class:     org_ldk_impl_bindings
20820  * Method:    ExpiryTime_as_seconds
20821  * Signature: (J)J
20822  */
20823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1as_1seconds
20824   (JNIEnv *, jclass, jlong);
20825
20826 /*
20827  * Class:     org_ldk_impl_bindings
20828  * Method:    ExpiryTime_as_duration
20829  * Signature: (J)J
20830  */
20831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1as_1duration
20832   (JNIEnv *, jclass, jlong);
20833
20834 /*
20835  * Class:     org_ldk_impl_bindings
20836  * Method:    PrivateRoute_new
20837  * Signature: (J)J
20838  */
20839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PrivateRoute_1new
20840   (JNIEnv *, jclass, jlong);
20841
20842 /*
20843  * Class:     org_ldk_impl_bindings
20844  * Method:    PrivateRoute_into_inner
20845  * Signature: (J)J
20846  */
20847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PrivateRoute_1into_1inner
20848   (JNIEnv *, jclass, jlong);
20849
20850 /*
20851  * Class:     org_ldk_impl_bindings
20852  * Method:    CreationError_clone
20853  * Signature: (J)Lorg/ldk/enums/CreationError;
20854  */
20855 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CreationError_1clone
20856   (JNIEnv *, jclass, jlong);
20857
20858 /*
20859  * Class:     org_ldk_impl_bindings
20860  * Method:    CreationError_description_too_long
20861  * Signature: ()Lorg/ldk/enums/CreationError;
20862  */
20863 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CreationError_1description_1too_1long
20864   (JNIEnv *, jclass);
20865
20866 /*
20867  * Class:     org_ldk_impl_bindings
20868  * Method:    CreationError_route_too_long
20869  * Signature: ()Lorg/ldk/enums/CreationError;
20870  */
20871 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CreationError_1route_1too_1long
20872   (JNIEnv *, jclass);
20873
20874 /*
20875  * Class:     org_ldk_impl_bindings
20876  * Method:    CreationError_timestamp_out_of_bounds
20877  * Signature: ()Lorg/ldk/enums/CreationError;
20878  */
20879 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CreationError_1timestamp_1out_1of_1bounds
20880   (JNIEnv *, jclass);
20881
20882 /*
20883  * Class:     org_ldk_impl_bindings
20884  * Method:    CreationError_expiry_time_out_of_bounds
20885  * Signature: ()Lorg/ldk/enums/CreationError;
20886  */
20887 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CreationError_1expiry_1time_1out_1of_1bounds
20888   (JNIEnv *, jclass);
20889
20890 /*
20891  * Class:     org_ldk_impl_bindings
20892  * Method:    CreationError_eq
20893  * Signature: (JJ)Z
20894  */
20895 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CreationError_1eq
20896   (JNIEnv *, jclass, jlong, jlong);
20897
20898 /*
20899  * Class:     org_ldk_impl_bindings
20900  * Method:    CreationError_to_str
20901  * Signature: (J)Ljava/lang/String;
20902  */
20903 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_CreationError_1to_1str
20904   (JNIEnv *, jclass, jlong);
20905
20906 /*
20907  * Class:     org_ldk_impl_bindings
20908  * Method:    SemanticError_clone
20909  * Signature: (J)Lorg/ldk/enums/SemanticError;
20910  */
20911 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1clone
20912   (JNIEnv *, jclass, jlong);
20913
20914 /*
20915  * Class:     org_ldk_impl_bindings
20916  * Method:    SemanticError_no_payment_hash
20917  * Signature: ()Lorg/ldk/enums/SemanticError;
20918  */
20919 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1no_1payment_1hash
20920   (JNIEnv *, jclass);
20921
20922 /*
20923  * Class:     org_ldk_impl_bindings
20924  * Method:    SemanticError_multiple_payment_hashes
20925  * Signature: ()Lorg/ldk/enums/SemanticError;
20926  */
20927 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1multiple_1payment_1hashes
20928   (JNIEnv *, jclass);
20929
20930 /*
20931  * Class:     org_ldk_impl_bindings
20932  * Method:    SemanticError_no_description
20933  * Signature: ()Lorg/ldk/enums/SemanticError;
20934  */
20935 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1no_1description
20936   (JNIEnv *, jclass);
20937
20938 /*
20939  * Class:     org_ldk_impl_bindings
20940  * Method:    SemanticError_multiple_descriptions
20941  * Signature: ()Lorg/ldk/enums/SemanticError;
20942  */
20943 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1multiple_1descriptions
20944   (JNIEnv *, jclass);
20945
20946 /*
20947  * Class:     org_ldk_impl_bindings
20948  * Method:    SemanticError_no_payment_secret
20949  * Signature: ()Lorg/ldk/enums/SemanticError;
20950  */
20951 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1no_1payment_1secret
20952   (JNIEnv *, jclass);
20953
20954 /*
20955  * Class:     org_ldk_impl_bindings
20956  * Method:    SemanticError_multiple_payment_secrets
20957  * Signature: ()Lorg/ldk/enums/SemanticError;
20958  */
20959 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1multiple_1payment_1secrets
20960   (JNIEnv *, jclass);
20961
20962 /*
20963  * Class:     org_ldk_impl_bindings
20964  * Method:    SemanticError_invalid_features
20965  * Signature: ()Lorg/ldk/enums/SemanticError;
20966  */
20967 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1invalid_1features
20968   (JNIEnv *, jclass);
20969
20970 /*
20971  * Class:     org_ldk_impl_bindings
20972  * Method:    SemanticError_invalid_recovery_id
20973  * Signature: ()Lorg/ldk/enums/SemanticError;
20974  */
20975 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1invalid_1recovery_1id
20976   (JNIEnv *, jclass);
20977
20978 /*
20979  * Class:     org_ldk_impl_bindings
20980  * Method:    SemanticError_invalid_signature
20981  * Signature: ()Lorg/ldk/enums/SemanticError;
20982  */
20983 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1invalid_1signature
20984   (JNIEnv *, jclass);
20985
20986 /*
20987  * Class:     org_ldk_impl_bindings
20988  * Method:    SemanticError_imprecise_amount
20989  * Signature: ()Lorg/ldk/enums/SemanticError;
20990  */
20991 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1imprecise_1amount
20992   (JNIEnv *, jclass);
20993
20994 /*
20995  * Class:     org_ldk_impl_bindings
20996  * Method:    SemanticError_eq
20997  * Signature: (JJ)Z
20998  */
20999 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_SemanticError_1eq
21000   (JNIEnv *, jclass, jlong, jlong);
21001
21002 /*
21003  * Class:     org_ldk_impl_bindings
21004  * Method:    SemanticError_to_str
21005  * Signature: (J)Ljava/lang/String;
21006  */
21007 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_SemanticError_1to_1str
21008   (JNIEnv *, jclass, jlong);
21009
21010 /*
21011  * Class:     org_ldk_impl_bindings
21012  * Method:    SignOrCreationError_free
21013  * Signature: (J)V
21014  */
21015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SignOrCreationError_1free
21016   (JNIEnv *, jclass, jlong);
21017
21018 /*
21019  * Class:     org_ldk_impl_bindings
21020  * Method:    SignOrCreationError_clone
21021  * Signature: (J)J
21022  */
21023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignOrCreationError_1clone
21024   (JNIEnv *, jclass, jlong);
21025
21026 /*
21027  * Class:     org_ldk_impl_bindings
21028  * Method:    SignOrCreationError_sign_error
21029  * Signature: ()J
21030  */
21031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignOrCreationError_1sign_1error
21032   (JNIEnv *, jclass);
21033
21034 /*
21035  * Class:     org_ldk_impl_bindings
21036  * Method:    SignOrCreationError_creation_error
21037  * Signature: (Lorg/ldk/enums/CreationError;)J
21038  */
21039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignOrCreationError_1creation_1error
21040   (JNIEnv *, jclass, jobject);
21041
21042 /*
21043  * Class:     org_ldk_impl_bindings
21044  * Method:    SignOrCreationError_eq
21045  * Signature: (JJ)Z
21046  */
21047 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_SignOrCreationError_1eq
21048   (JNIEnv *, jclass, jlong, jlong);
21049
21050 /*
21051  * Class:     org_ldk_impl_bindings
21052  * Method:    SignOrCreationError_to_str
21053  * Signature: (J)Ljava/lang/String;
21054  */
21055 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_SignOrCreationError_1to_1str
21056   (JNIEnv *, jclass, jlong);
21057
21058 /*
21059  * Class:     org_ldk_impl_bindings
21060  * Method:    InvoicePayer_free
21061  * Signature: (J)V
21062  */
21063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoicePayer_1free
21064   (JNIEnv *, jclass, jlong);
21065
21066 /*
21067  * Class:     org_ldk_impl_bindings
21068  * Method:    Payer_free
21069  * Signature: (J)V
21070  */
21071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Payer_1free
21072   (JNIEnv *, jclass, jlong);
21073
21074 /*
21075  * Class:     org_ldk_impl_bindings
21076  * Method:    Router_free
21077  * Signature: (J)V
21078  */
21079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Router_1free
21080   (JNIEnv *, jclass, jlong);
21081
21082 /*
21083  * Class:     org_ldk_impl_bindings
21084  * Method:    RetryAttempts_free
21085  * Signature: (J)V
21086  */
21087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RetryAttempts_1free
21088   (JNIEnv *, jclass, jlong);
21089
21090 /*
21091  * Class:     org_ldk_impl_bindings
21092  * Method:    RetryAttempts_get_a
21093  * Signature: (J)J
21094  */
21095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RetryAttempts_1get_1a
21096   (JNIEnv *, jclass, jlong);
21097
21098 /*
21099  * Class:     org_ldk_impl_bindings
21100  * Method:    RetryAttempts_set_a
21101  * Signature: (JJ)V
21102  */
21103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RetryAttempts_1set_1a
21104   (JNIEnv *, jclass, jlong, jlong);
21105
21106 /*
21107  * Class:     org_ldk_impl_bindings
21108  * Method:    RetryAttempts_new
21109  * Signature: (J)J
21110  */
21111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RetryAttempts_1new
21112   (JNIEnv *, jclass, jlong);
21113
21114 /*
21115  * Class:     org_ldk_impl_bindings
21116  * Method:    RetryAttempts_clone
21117  * Signature: (J)J
21118  */
21119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RetryAttempts_1clone
21120   (JNIEnv *, jclass, jlong);
21121
21122 /*
21123  * Class:     org_ldk_impl_bindings
21124  * Method:    RetryAttempts_eq
21125  * Signature: (JJ)Z
21126  */
21127 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RetryAttempts_1eq
21128   (JNIEnv *, jclass, jlong, jlong);
21129
21130 /*
21131  * Class:     org_ldk_impl_bindings
21132  * Method:    RetryAttempts_hash
21133  * Signature: (J)J
21134  */
21135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RetryAttempts_1hash
21136   (JNIEnv *, jclass, jlong);
21137
21138 /*
21139  * Class:     org_ldk_impl_bindings
21140  * Method:    PaymentError_free
21141  * Signature: (J)V
21142  */
21143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentError_1free
21144   (JNIEnv *, jclass, jlong);
21145
21146 /*
21147  * Class:     org_ldk_impl_bindings
21148  * Method:    PaymentError_clone
21149  * Signature: (J)J
21150  */
21151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentError_1clone
21152   (JNIEnv *, jclass, jlong);
21153
21154 /*
21155  * Class:     org_ldk_impl_bindings
21156  * Method:    PaymentError_invoice
21157  * Signature: (Ljava/lang/String;)J
21158  */
21159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentError_1invoice
21160   (JNIEnv *, jclass, jstring);
21161
21162 /*
21163  * Class:     org_ldk_impl_bindings
21164  * Method:    PaymentError_routing
21165  * Signature: (J)J
21166  */
21167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentError_1routing
21168   (JNIEnv *, jclass, jlong);
21169
21170 /*
21171  * Class:     org_ldk_impl_bindings
21172  * Method:    PaymentError_sending
21173  * Signature: (J)J
21174  */
21175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentError_1sending
21176   (JNIEnv *, jclass, jlong);
21177
21178 /*
21179  * Class:     org_ldk_impl_bindings
21180  * Method:    InvoicePayer_new
21181  * Signature: (JJJJJJ)J
21182  */
21183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoicePayer_1new
21184   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong, jlong);
21185
21186 /*
21187  * Class:     org_ldk_impl_bindings
21188  * Method:    InvoicePayer_pay_invoice
21189  * Signature: (JJ)J
21190  */
21191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoicePayer_1pay_1invoice
21192   (JNIEnv *, jclass, jlong, jlong);
21193
21194 /*
21195  * Class:     org_ldk_impl_bindings
21196  * Method:    InvoicePayer_pay_zero_value_invoice
21197  * Signature: (JJJ)J
21198  */
21199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoicePayer_1pay_1zero_1value_1invoice
21200   (JNIEnv *, jclass, jlong, jlong, jlong);
21201
21202 /*
21203  * Class:     org_ldk_impl_bindings
21204  * Method:    InvoicePayer_remove_cached_payment
21205  * Signature: (J[B)V
21206  */
21207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoicePayer_1remove_1cached_1payment
21208   (JNIEnv *, jclass, jlong, jbyteArray);
21209
21210 /*
21211  * Class:     org_ldk_impl_bindings
21212  * Method:    InvoicePayer_as_EventHandler
21213  * Signature: (J)J
21214  */
21215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoicePayer_1as_1EventHandler
21216   (JNIEnv *, jclass, jlong);
21217
21218 /*
21219  * Class:     org_ldk_impl_bindings
21220  * Method:    create_invoice_from_channelmanager
21221  * Signature: (JJLorg/ldk/enums/Currency;JLjava/lang/String;)J
21222  */
21223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_create_1invoice_1from_1channelmanager
21224   (JNIEnv *, jclass, jlong, jlong, jobject, jlong, jstring);
21225
21226 /*
21227  * Class:     org_ldk_impl_bindings
21228  * Method:    DefaultRouter_free
21229  * Signature: (J)V
21230  */
21231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DefaultRouter_1free
21232   (JNIEnv *, jclass, jlong);
21233
21234 /*
21235  * Class:     org_ldk_impl_bindings
21236  * Method:    DefaultRouter_new
21237  * Signature: (JJ)J
21238  */
21239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DefaultRouter_1new
21240   (JNIEnv *, jclass, jlong, jlong);
21241
21242 /*
21243  * Class:     org_ldk_impl_bindings
21244  * Method:    DefaultRouter_as_Router
21245  * Signature: (J)J
21246  */
21247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DefaultRouter_1as_1Router
21248   (JNIEnv *, jclass, jlong);
21249
21250 /*
21251  * Class:     org_ldk_impl_bindings
21252  * Method:    ChannelManager_as_Payer
21253  * Signature: (J)J
21254  */
21255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1Payer
21256   (JNIEnv *, jclass, jlong);
21257
21258 /*
21259  * Class:     org_ldk_impl_bindings
21260  * Method:    SiPrefix_from_str
21261  * Signature: (Ljava/lang/String;)J
21262  */
21263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SiPrefix_1from_1str
21264   (JNIEnv *, jclass, jstring);
21265
21266 /*
21267  * Class:     org_ldk_impl_bindings
21268  * Method:    Invoice_from_str
21269  * Signature: (Ljava/lang/String;)J
21270  */
21271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1from_1str
21272   (JNIEnv *, jclass, jstring);
21273
21274 /*
21275  * Class:     org_ldk_impl_bindings
21276  * Method:    SignedRawInvoice_from_str
21277  * Signature: (Ljava/lang/String;)J
21278  */
21279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1from_1str
21280   (JNIEnv *, jclass, jstring);
21281
21282 /*
21283  * Class:     org_ldk_impl_bindings
21284  * Method:    Invoice_to_str
21285  * Signature: (J)Ljava/lang/String;
21286  */
21287 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_Invoice_1to_1str
21288   (JNIEnv *, jclass, jlong);
21289
21290 /*
21291  * Class:     org_ldk_impl_bindings
21292  * Method:    SignedRawInvoice_to_str
21293  * Signature: (J)Ljava/lang/String;
21294  */
21295 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1to_1str
21296   (JNIEnv *, jclass, jlong);
21297
21298 /*
21299  * Class:     org_ldk_impl_bindings
21300  * Method:    Currency_to_str
21301  * Signature: (J)Ljava/lang/String;
21302  */
21303 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_Currency_1to_1str
21304   (JNIEnv *, jclass, jlong);
21305
21306 /*
21307  * Class:     org_ldk_impl_bindings
21308  * Method:    SiPrefix_to_str
21309  * Signature: (J)Ljava/lang/String;
21310  */
21311 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_SiPrefix_1to_1str
21312   (JNIEnv *, jclass, jlong);
21313
21314 #ifdef __cplusplus
21315 }
21316 #endif
21317 #endif