[Java] Update auto-generated bindings
[ldk-java] / src / main / jni / org_ldk_impl_bindings.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_ldk_impl_bindings */
4
5 #ifndef _Included_org_ldk_impl_bindings
6 #define _Included_org_ldk_impl_bindings
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     org_ldk_impl_bindings
12  * Method:    init
13  * Signature: (Ljava/lang/Class;)V
14  */
15 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_init
16   (JNIEnv *, 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:    BigEndianScalar_get_bytes
53  * Signature: (J)[B
54  */
55 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BigEndianScalar_1get_1bytes
56   (JNIEnv *, jclass, jlong);
57
58 /*
59  * Class:     org_ldk_impl_bindings
60  * Method:    BigEndianScalar_free
61  * Signature: (J)V
62  */
63 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BigEndianScalar_1free
64   (JNIEnv *, jclass, jlong);
65
66 /*
67  * Class:     org_ldk_impl_bindings
68  * Method:    LDKBech32Error_ref_from_ptr
69  * Signature: (J)Lorg/ldk/impl/bindings/LDKBech32Error;
70  */
71 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKBech32Error_1ref_1from_1ptr
72   (JNIEnv *, jclass, jlong);
73
74 /*
75  * Class:     org_ldk_impl_bindings
76  * Method:    TxOut_get_script_pubkey
77  * Signature: (J)[B
78  */
79 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxOut_1get_1script_1pubkey
80   (JNIEnv *, jclass, jlong);
81
82 /*
83  * Class:     org_ldk_impl_bindings
84  * Method:    TxOut_get_value
85  * Signature: (J)J
86  */
87 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxOut_1get_1value
88   (JNIEnv *, jclass, jlong);
89
90 /*
91  * Class:     org_ldk_impl_bindings
92  * Method:    LDKCOption_DurationZ_ref_from_ptr
93  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_DurationZ;
94  */
95 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1DurationZ_1ref_1from_1ptr
96   (JNIEnv *, jclass, jlong);
97
98 /*
99  * Class:     org_ldk_impl_bindings
100  * Method:    LDKCOption_u64Z_ref_from_ptr
101  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_u64Z;
102  */
103 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1u64Z_1ref_1from_1ptr
104   (JNIEnv *, jclass, jlong);
105
106 /*
107  * Class:     org_ldk_impl_bindings
108  * Method:    LDKAPIError_ref_from_ptr
109  * Signature: (J)Lorg/ldk/impl/bindings/LDKAPIError;
110  */
111 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKAPIError_1ref_1from_1ptr
112   (JNIEnv *, jclass, jlong);
113
114 /*
115  * Class:     org_ldk_impl_bindings
116  * Method:    CResult_NoneAPIErrorZ_get_ok
117  * Signature: (J)V
118  */
119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1get_1ok
120   (JNIEnv *, jclass, jlong);
121
122 /*
123  * Class:     org_ldk_impl_bindings
124  * Method:    CResult_NoneAPIErrorZ_get_err
125  * Signature: (J)J
126  */
127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1get_1err
128   (JNIEnv *, jclass, jlong);
129
130 /*
131  * Class:     org_ldk_impl_bindings
132  * Method:    LDKCOption_CVec_u8ZZ_ref_from_ptr
133  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_CVec_u8ZZ;
134  */
135 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1CVec_1u8ZZ_1ref_1from_1ptr
136   (JNIEnv *, jclass, jlong);
137
138 /*
139  * Class:     org_ldk_impl_bindings
140  * Method:    LDKDecodeError_ref_from_ptr
141  * Signature: (J)Lorg/ldk/impl/bindings/LDKDecodeError;
142  */
143 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKDecodeError_1ref_1from_1ptr
144   (JNIEnv *, jclass, jlong);
145
146 /*
147  * Class:     org_ldk_impl_bindings
148  * Method:    CResult_RecipientOnionFieldsDecodeErrorZ_get_ok
149  * Signature: (J)J
150  */
151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RecipientOnionFieldsDecodeErrorZ_1get_1ok
152   (JNIEnv *, jclass, jlong);
153
154 /*
155  * Class:     org_ldk_impl_bindings
156  * Method:    CResult_RecipientOnionFieldsDecodeErrorZ_get_err
157  * Signature: (J)J
158  */
159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RecipientOnionFieldsDecodeErrorZ_1get_1err
160   (JNIEnv *, jclass, jlong);
161
162 /*
163  * Class:     org_ldk_impl_bindings
164  * Method:    LDKCOption_HTLCClaimZ_ref_from_ptr
165  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_HTLCClaimZ;
166  */
167 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1HTLCClaimZ_1ref_1from_1ptr
168   (JNIEnv *, jclass, jlong);
169
170 /*
171  * Class:     org_ldk_impl_bindings
172  * Method:    CResult_NoneNoneZ_get_ok
173  * Signature: (J)V
174  */
175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneNoneZ_1get_1ok
176   (JNIEnv *, jclass, jlong);
177
178 /*
179  * Class:     org_ldk_impl_bindings
180  * Method:    CResult_NoneNoneZ_get_err
181  * Signature: (J)V
182  */
183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneNoneZ_1get_1err
184   (JNIEnv *, jclass, jlong);
185
186 /*
187  * Class:     org_ldk_impl_bindings
188  * Method:    CResult_CounterpartyCommitmentSecretsDecodeErrorZ_get_ok
189  * Signature: (J)J
190  */
191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyCommitmentSecretsDecodeErrorZ_1get_1ok
192   (JNIEnv *, jclass, jlong);
193
194 /*
195  * Class:     org_ldk_impl_bindings
196  * Method:    CResult_CounterpartyCommitmentSecretsDecodeErrorZ_get_err
197  * Signature: (J)J
198  */
199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyCommitmentSecretsDecodeErrorZ_1get_1err
200   (JNIEnv *, jclass, jlong);
201
202 /*
203  * Class:     org_ldk_impl_bindings
204  * Method:    CResult_TxCreationKeysDecodeErrorZ_get_ok
205  * Signature: (J)J
206  */
207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysDecodeErrorZ_1get_1ok
208   (JNIEnv *, jclass, jlong);
209
210 /*
211  * Class:     org_ldk_impl_bindings
212  * Method:    CResult_TxCreationKeysDecodeErrorZ_get_err
213  * Signature: (J)J
214  */
215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysDecodeErrorZ_1get_1err
216   (JNIEnv *, jclass, jlong);
217
218 /*
219  * Class:     org_ldk_impl_bindings
220  * Method:    CResult_ChannelPublicKeysDecodeErrorZ_get_ok
221  * Signature: (J)J
222  */
223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelPublicKeysDecodeErrorZ_1get_1ok
224   (JNIEnv *, jclass, jlong);
225
226 /*
227  * Class:     org_ldk_impl_bindings
228  * Method:    CResult_ChannelPublicKeysDecodeErrorZ_get_err
229  * Signature: (J)J
230  */
231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelPublicKeysDecodeErrorZ_1get_1err
232   (JNIEnv *, jclass, jlong);
233
234 /*
235  * Class:     org_ldk_impl_bindings
236  * Method:    LDKCOption_u32Z_ref_from_ptr
237  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_u32Z;
238  */
239 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1u32Z_1ref_1from_1ptr
240   (JNIEnv *, jclass, jlong);
241
242 /*
243  * Class:     org_ldk_impl_bindings
244  * Method:    CResult_HTLCOutputInCommitmentDecodeErrorZ_get_ok
245  * Signature: (J)J
246  */
247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCOutputInCommitmentDecodeErrorZ_1get_1ok
248   (JNIEnv *, jclass, jlong);
249
250 /*
251  * Class:     org_ldk_impl_bindings
252  * Method:    CResult_HTLCOutputInCommitmentDecodeErrorZ_get_err
253  * Signature: (J)J
254  */
255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCOutputInCommitmentDecodeErrorZ_1get_1err
256   (JNIEnv *, jclass, jlong);
257
258 /*
259  * Class:     org_ldk_impl_bindings
260  * Method:    CResult_CounterpartyChannelTransactionParametersDecodeErrorZ_get_ok
261  * Signature: (J)J
262  */
263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1get_1ok
264   (JNIEnv *, jclass, jlong);
265
266 /*
267  * Class:     org_ldk_impl_bindings
268  * Method:    CResult_CounterpartyChannelTransactionParametersDecodeErrorZ_get_err
269  * Signature: (J)J
270  */
271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1get_1err
272   (JNIEnv *, jclass, jlong);
273
274 /*
275  * Class:     org_ldk_impl_bindings
276  * Method:    CResult_ChannelTransactionParametersDecodeErrorZ_get_ok
277  * Signature: (J)J
278  */
279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTransactionParametersDecodeErrorZ_1get_1ok
280   (JNIEnv *, jclass, jlong);
281
282 /*
283  * Class:     org_ldk_impl_bindings
284  * Method:    CResult_ChannelTransactionParametersDecodeErrorZ_get_err
285  * Signature: (J)J
286  */
287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTransactionParametersDecodeErrorZ_1get_1err
288   (JNIEnv *, jclass, jlong);
289
290 /*
291  * Class:     org_ldk_impl_bindings
292  * Method:    CResult_HolderCommitmentTransactionDecodeErrorZ_get_ok
293  * Signature: (J)J
294  */
295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HolderCommitmentTransactionDecodeErrorZ_1get_1ok
296   (JNIEnv *, jclass, jlong);
297
298 /*
299  * Class:     org_ldk_impl_bindings
300  * Method:    CResult_HolderCommitmentTransactionDecodeErrorZ_get_err
301  * Signature: (J)J
302  */
303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HolderCommitmentTransactionDecodeErrorZ_1get_1err
304   (JNIEnv *, jclass, jlong);
305
306 /*
307  * Class:     org_ldk_impl_bindings
308  * Method:    CResult_BuiltCommitmentTransactionDecodeErrorZ_get_ok
309  * Signature: (J)J
310  */
311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BuiltCommitmentTransactionDecodeErrorZ_1get_1ok
312   (JNIEnv *, jclass, jlong);
313
314 /*
315  * Class:     org_ldk_impl_bindings
316  * Method:    CResult_BuiltCommitmentTransactionDecodeErrorZ_get_err
317  * Signature: (J)J
318  */
319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BuiltCommitmentTransactionDecodeErrorZ_1get_1err
320   (JNIEnv *, jclass, jlong);
321
322 /*
323  * Class:     org_ldk_impl_bindings
324  * Method:    CResult_TrustedClosingTransactionNoneZ_get_ok
325  * Signature: (J)J
326  */
327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedClosingTransactionNoneZ_1get_1ok
328   (JNIEnv *, jclass, jlong);
329
330 /*
331  * Class:     org_ldk_impl_bindings
332  * Method:    CResult_TrustedClosingTransactionNoneZ_get_err
333  * Signature: (J)V
334  */
335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedClosingTransactionNoneZ_1get_1err
336   (JNIEnv *, jclass, jlong);
337
338 /*
339  * Class:     org_ldk_impl_bindings
340  * Method:    CResult_CommitmentTransactionDecodeErrorZ_get_ok
341  * Signature: (J)J
342  */
343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentTransactionDecodeErrorZ_1get_1ok
344   (JNIEnv *, jclass, jlong);
345
346 /*
347  * Class:     org_ldk_impl_bindings
348  * Method:    CResult_CommitmentTransactionDecodeErrorZ_get_err
349  * Signature: (J)J
350  */
351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentTransactionDecodeErrorZ_1get_1err
352   (JNIEnv *, jclass, jlong);
353
354 /*
355  * Class:     org_ldk_impl_bindings
356  * Method:    CResult_TrustedCommitmentTransactionNoneZ_get_ok
357  * Signature: (J)J
358  */
359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedCommitmentTransactionNoneZ_1get_1ok
360   (JNIEnv *, jclass, jlong);
361
362 /*
363  * Class:     org_ldk_impl_bindings
364  * Method:    CResult_TrustedCommitmentTransactionNoneZ_get_err
365  * Signature: (J)V
366  */
367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedCommitmentTransactionNoneZ_1get_1err
368   (JNIEnv *, jclass, jlong);
369
370 /*
371  * Class:     org_ldk_impl_bindings
372  * Method:    CResult_CVec_SignatureZNoneZ_get_ok
373  * Signature: (J)[[B
374  */
375 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1get_1ok
376   (JNIEnv *, jclass, jlong);
377
378 /*
379  * Class:     org_ldk_impl_bindings
380  * Method:    CResult_CVec_SignatureZNoneZ_get_err
381  * Signature: (J)V
382  */
383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1get_1err
384   (JNIEnv *, jclass, jlong);
385
386 /*
387  * Class:     org_ldk_impl_bindings
388  * Method:    CResult_ShutdownScriptDecodeErrorZ_get_ok
389  * Signature: (J)J
390  */
391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptDecodeErrorZ_1get_1ok
392   (JNIEnv *, jclass, jlong);
393
394 /*
395  * Class:     org_ldk_impl_bindings
396  * Method:    CResult_ShutdownScriptDecodeErrorZ_get_err
397  * Signature: (J)J
398  */
399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptDecodeErrorZ_1get_1err
400   (JNIEnv *, jclass, jlong);
401
402 /*
403  * Class:     org_ldk_impl_bindings
404  * Method:    CResult_ShutdownScriptInvalidShutdownScriptZ_get_ok
405  * Signature: (J)J
406  */
407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptInvalidShutdownScriptZ_1get_1ok
408   (JNIEnv *, jclass, jlong);
409
410 /*
411  * Class:     org_ldk_impl_bindings
412  * Method:    CResult_ShutdownScriptInvalidShutdownScriptZ_get_err
413  * Signature: (J)J
414  */
415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptInvalidShutdownScriptZ_1get_1err
416   (JNIEnv *, jclass, jlong);
417
418 /*
419  * Class:     org_ldk_impl_bindings
420  * Method:    CResult_BlindedPayInfoDecodeErrorZ_get_ok
421  * Signature: (J)J
422  */
423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPayInfoDecodeErrorZ_1get_1ok
424   (JNIEnv *, jclass, jlong);
425
426 /*
427  * Class:     org_ldk_impl_bindings
428  * Method:    CResult_BlindedPayInfoDecodeErrorZ_get_err
429  * Signature: (J)J
430  */
431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPayInfoDecodeErrorZ_1get_1err
432   (JNIEnv *, jclass, jlong);
433
434 /*
435  * Class:     org_ldk_impl_bindings
436  * Method:    LDKScore_new
437  * Signature: (Lorg/ldk/impl/bindings/LDKScore;)J
438  */
439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKScore_1new
440   (JNIEnv *, jclass, jobject);
441
442 /*
443  * Class:     org_ldk_impl_bindings
444  * Method:    Score_channel_penalty_msat
445  * Signature: (JJJJJ)J
446  */
447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Score_1channel_1penalty_1msat
448   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong);
449
450 /*
451  * Class:     org_ldk_impl_bindings
452  * Method:    Score_payment_path_failed
453  * Signature: (JJJ)V
454  */
455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Score_1payment_1path_1failed
456   (JNIEnv *, jclass, jlong, jlong, jlong);
457
458 /*
459  * Class:     org_ldk_impl_bindings
460  * Method:    Score_payment_path_successful
461  * Signature: (JJ)V
462  */
463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Score_1payment_1path_1successful
464   (JNIEnv *, jclass, jlong, jlong);
465
466 /*
467  * Class:     org_ldk_impl_bindings
468  * Method:    Score_probe_failed
469  * Signature: (JJJ)V
470  */
471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Score_1probe_1failed
472   (JNIEnv *, jclass, jlong, jlong, jlong);
473
474 /*
475  * Class:     org_ldk_impl_bindings
476  * Method:    Score_probe_successful
477  * Signature: (JJ)V
478  */
479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Score_1probe_1successful
480   (JNIEnv *, jclass, jlong, jlong);
481
482 /*
483  * Class:     org_ldk_impl_bindings
484  * Method:    Score_write
485  * Signature: (J)[B
486  */
487 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Score_1write
488   (JNIEnv *, jclass, jlong);
489
490 /*
491  * Class:     org_ldk_impl_bindings
492  * Method:    LDKLockableScore_new
493  * Signature: (Lorg/ldk/impl/bindings/LDKLockableScore;)J
494  */
495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKLockableScore_1new
496   (JNIEnv *, jclass, jobject);
497
498 /*
499  * Class:     org_ldk_impl_bindings
500  * Method:    LockableScore_lock
501  * Signature: (J)J
502  */
503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LockableScore_1lock
504   (JNIEnv *, jclass, jlong);
505
506 /*
507  * Class:     org_ldk_impl_bindings
508  * Method:    LDKWriteableScore_new
509  * Signature: (Lorg/ldk/impl/bindings/LDKWriteableScore;Lorg/ldk/impl/bindings/LDKLockableScore;)J
510  */
511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKWriteableScore_1new
512   (JNIEnv *, jclass, jobject, jobject);
513
514 /*
515  * Class:     org_ldk_impl_bindings
516  * Method:    LDKWriteableScore_get_LockableScore
517  * Signature: (J)J
518  */
519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKWriteableScore_1get_1LockableScore
520   (JNIEnv *, jclass, jlong);
521
522 /*
523  * Class:     org_ldk_impl_bindings
524  * Method:    WriteableScore_write
525  * Signature: (J)[B
526  */
527 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_WriteableScore_1write
528   (JNIEnv *, jclass, jlong);
529
530 /*
531  * Class:     org_ldk_impl_bindings
532  * Method:    LDKCOption_WriteableScoreZ_ref_from_ptr
533  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_WriteableScoreZ;
534  */
535 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1WriteableScoreZ_1ref_1from_1ptr
536   (JNIEnv *, jclass, jlong);
537
538 /*
539  * Class:     org_ldk_impl_bindings
540  * Method:    CResult_NoneErrorZ_get_ok
541  * Signature: (J)V
542  */
543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneErrorZ_1get_1ok
544   (JNIEnv *, jclass, jlong);
545
546 /*
547  * Class:     org_ldk_impl_bindings
548  * Method:    CResult_NoneErrorZ_get_err
549  * Signature: (J)Lorg/ldk/enums/IOError;
550  */
551 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CResult_1NoneErrorZ_1get_1err
552   (JNIEnv *, jclass, jlong);
553
554 /*
555  * Class:     org_ldk_impl_bindings
556  * Method:    CResult_RouteLightningErrorZ_get_ok
557  * Signature: (J)J
558  */
559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1get_1ok
560   (JNIEnv *, jclass, jlong);
561
562 /*
563  * Class:     org_ldk_impl_bindings
564  * Method:    CResult_RouteLightningErrorZ_get_err
565  * Signature: (J)J
566  */
567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1get_1err
568   (JNIEnv *, jclass, jlong);
569
570 /*
571  * Class:     org_ldk_impl_bindings
572  * Method:    CResult_InFlightHtlcsDecodeErrorZ_get_ok
573  * Signature: (J)J
574  */
575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InFlightHtlcsDecodeErrorZ_1get_1ok
576   (JNIEnv *, jclass, jlong);
577
578 /*
579  * Class:     org_ldk_impl_bindings
580  * Method:    CResult_InFlightHtlcsDecodeErrorZ_get_err
581  * Signature: (J)J
582  */
583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InFlightHtlcsDecodeErrorZ_1get_1err
584   (JNIEnv *, jclass, jlong);
585
586 /*
587  * Class:     org_ldk_impl_bindings
588  * Method:    CResult_RouteHopDecodeErrorZ_get_ok
589  * Signature: (J)J
590  */
591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHopDecodeErrorZ_1get_1ok
592   (JNIEnv *, jclass, jlong);
593
594 /*
595  * Class:     org_ldk_impl_bindings
596  * Method:    CResult_RouteHopDecodeErrorZ_get_err
597  * Signature: (J)J
598  */
599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHopDecodeErrorZ_1get_1err
600   (JNIEnv *, jclass, jlong);
601
602 /*
603  * Class:     org_ldk_impl_bindings
604  * Method:    CResult_BlindedTailDecodeErrorZ_get_ok
605  * Signature: (J)J
606  */
607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedTailDecodeErrorZ_1get_1ok
608   (JNIEnv *, jclass, jlong);
609
610 /*
611  * Class:     org_ldk_impl_bindings
612  * Method:    CResult_BlindedTailDecodeErrorZ_get_err
613  * Signature: (J)J
614  */
615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedTailDecodeErrorZ_1get_1err
616   (JNIEnv *, jclass, jlong);
617
618 /*
619  * Class:     org_ldk_impl_bindings
620  * Method:    CResult_RouteDecodeErrorZ_get_ok
621  * Signature: (J)J
622  */
623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteDecodeErrorZ_1get_1ok
624   (JNIEnv *, jclass, jlong);
625
626 /*
627  * Class:     org_ldk_impl_bindings
628  * Method:    CResult_RouteDecodeErrorZ_get_err
629  * Signature: (J)J
630  */
631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteDecodeErrorZ_1get_1err
632   (JNIEnv *, jclass, jlong);
633
634 /*
635  * Class:     org_ldk_impl_bindings
636  * Method:    CResult_RouteParametersDecodeErrorZ_get_ok
637  * Signature: (J)J
638  */
639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteParametersDecodeErrorZ_1get_1ok
640   (JNIEnv *, jclass, jlong);
641
642 /*
643  * Class:     org_ldk_impl_bindings
644  * Method:    CResult_RouteParametersDecodeErrorZ_get_err
645  * Signature: (J)J
646  */
647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteParametersDecodeErrorZ_1get_1err
648   (JNIEnv *, jclass, jlong);
649
650 /*
651  * Class:     org_ldk_impl_bindings
652  * Method:    CResult_PaymentParametersDecodeErrorZ_get_ok
653  * Signature: (J)J
654  */
655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentParametersDecodeErrorZ_1get_1ok
656   (JNIEnv *, jclass, jlong);
657
658 /*
659  * Class:     org_ldk_impl_bindings
660  * Method:    CResult_PaymentParametersDecodeErrorZ_get_err
661  * Signature: (J)J
662  */
663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentParametersDecodeErrorZ_1get_1err
664   (JNIEnv *, jclass, jlong);
665
666 /*
667  * Class:     org_ldk_impl_bindings
668  * Method:    C2Tuple_BlindedPayInfoBlindedPathZ_get_a
669  * Signature: (J)J
670  */
671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlindedPayInfoBlindedPathZ_1get_1a
672   (JNIEnv *, jclass, jlong);
673
674 /*
675  * Class:     org_ldk_impl_bindings
676  * Method:    C2Tuple_BlindedPayInfoBlindedPathZ_get_b
677  * Signature: (J)J
678  */
679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlindedPayInfoBlindedPathZ_1get_1b
680   (JNIEnv *, jclass, jlong);
681
682 /*
683  * Class:     org_ldk_impl_bindings
684  * Method:    CResult_RouteHintDecodeErrorZ_get_ok
685  * Signature: (J)J
686  */
687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintDecodeErrorZ_1get_1ok
688   (JNIEnv *, jclass, jlong);
689
690 /*
691  * Class:     org_ldk_impl_bindings
692  * Method:    CResult_RouteHintDecodeErrorZ_get_err
693  * Signature: (J)J
694  */
695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintDecodeErrorZ_1get_1err
696   (JNIEnv *, jclass, jlong);
697
698 /*
699  * Class:     org_ldk_impl_bindings
700  * Method:    CResult_RouteHintHopDecodeErrorZ_get_ok
701  * Signature: (J)J
702  */
703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintHopDecodeErrorZ_1get_1ok
704   (JNIEnv *, jclass, jlong);
705
706 /*
707  * Class:     org_ldk_impl_bindings
708  * Method:    CResult_RouteHintHopDecodeErrorZ_get_err
709  * Signature: (J)J
710  */
711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintHopDecodeErrorZ_1get_1err
712   (JNIEnv *, jclass, jlong);
713
714 /*
715  * Class:     org_ldk_impl_bindings
716  * Method:    C2Tuple_usizeTransactionZ_get_a
717  * Signature: (J)J
718  */
719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1usizeTransactionZ_1get_1a
720   (JNIEnv *, jclass, jlong);
721
722 /*
723  * Class:     org_ldk_impl_bindings
724  * Method:    C2Tuple_usizeTransactionZ_get_b
725  * Signature: (J)[B
726  */
727 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1usizeTransactionZ_1get_1b
728   (JNIEnv *, jclass, jlong);
729
730 /*
731  * Class:     org_ldk_impl_bindings
732  * Method:    C2Tuple_TxidBlockHashZ_get_a
733  * Signature: (J)[B
734  */
735 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidBlockHashZ_1get_1a
736   (JNIEnv *, jclass, jlong);
737
738 /*
739  * Class:     org_ldk_impl_bindings
740  * Method:    C2Tuple_TxidBlockHashZ_get_b
741  * Signature: (J)[B
742  */
743 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidBlockHashZ_1get_1b
744   (JNIEnv *, jclass, jlong);
745
746 /*
747  * Class:     org_ldk_impl_bindings
748  * Method:    LDKMonitorEvent_ref_from_ptr
749  * Signature: (J)Lorg/ldk/impl/bindings/LDKMonitorEvent;
750  */
751 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKMonitorEvent_1ref_1from_1ptr
752   (JNIEnv *, jclass, jlong);
753
754 /*
755  * Class:     org_ldk_impl_bindings
756  * Method:    C3Tuple_OutPointCVec_MonitorEventZPublicKeyZ_get_a
757  * Signature: (J)J
758  */
759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1OutPointCVec_1MonitorEventZPublicKeyZ_1get_1a
760   (JNIEnv *, jclass, jlong);
761
762 /*
763  * Class:     org_ldk_impl_bindings
764  * Method:    C3Tuple_OutPointCVec_MonitorEventZPublicKeyZ_get_b
765  * Signature: (J)[J
766  */
767 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_C3Tuple_1OutPointCVec_1MonitorEventZPublicKeyZ_1get_1b
768   (JNIEnv *, jclass, jlong);
769
770 /*
771  * Class:     org_ldk_impl_bindings
772  * Method:    C3Tuple_OutPointCVec_MonitorEventZPublicKeyZ_get_c
773  * Signature: (J)[B
774  */
775 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C3Tuple_1OutPointCVec_1MonitorEventZPublicKeyZ_1get_1c
776   (JNIEnv *, jclass, jlong);
777
778 /*
779  * Class:     org_ldk_impl_bindings
780  * Method:    CResult_FixedPenaltyScorerDecodeErrorZ_get_ok
781  * Signature: (J)J
782  */
783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FixedPenaltyScorerDecodeErrorZ_1get_1ok
784   (JNIEnv *, jclass, jlong);
785
786 /*
787  * Class:     org_ldk_impl_bindings
788  * Method:    CResult_FixedPenaltyScorerDecodeErrorZ_get_err
789  * Signature: (J)J
790  */
791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FixedPenaltyScorerDecodeErrorZ_1get_1err
792   (JNIEnv *, jclass, jlong);
793
794 /*
795  * Class:     org_ldk_impl_bindings
796  * Method:    C2Tuple_u64u64Z_get_a
797  * Signature: (J)J
798  */
799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u64u64Z_1get_1a
800   (JNIEnv *, jclass, jlong);
801
802 /*
803  * Class:     org_ldk_impl_bindings
804  * Method:    C2Tuple_u64u64Z_get_b
805  * Signature: (J)J
806  */
807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u64u64Z_1get_1b
808   (JNIEnv *, jclass, jlong);
809
810 /*
811  * Class:     org_ldk_impl_bindings
812  * Method:    LDKCOption_C2Tuple_u64u64ZZ_ref_from_ptr
813  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_C2Tuple_u64u64ZZ;
814  */
815 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1C2Tuple_1u64u64ZZ_1ref_1from_1ptr
816   (JNIEnv *, jclass, jlong);
817
818 /*
819  * Class:     org_ldk_impl_bindings
820  * Method:    C2Tuple_Z_get_a
821  * Signature: (J)[S
822  */
823 JNIEXPORT jshortArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1Z_1get_1a
824   (JNIEnv *, jclass, jlong);
825
826 /*
827  * Class:     org_ldk_impl_bindings
828  * Method:    C2Tuple_Z_get_b
829  * Signature: (J)[S
830  */
831 JNIEXPORT jshortArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1Z_1get_1b
832   (JNIEnv *, jclass, jlong);
833
834 /*
835  * Class:     org_ldk_impl_bindings
836  * Method:    C2Tuple__u168_u168Z_get_a
837  * Signature: (J)[S
838  */
839 JNIEXPORT jshortArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1_1u168_1u168Z_1get_1a
840   (JNIEnv *, jclass, jlong);
841
842 /*
843  * Class:     org_ldk_impl_bindings
844  * Method:    C2Tuple__u168_u168Z_get_b
845  * Signature: (J)[S
846  */
847 JNIEXPORT jshortArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1_1u168_1u168Z_1get_1b
848   (JNIEnv *, jclass, jlong);
849
850 /*
851  * Class:     org_ldk_impl_bindings
852  * Method:    LDKCOption_C2Tuple_EightU16sEightU16sZZ_ref_from_ptr
853  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_C2Tuple_EightU16sEightU16sZZ;
854  */
855 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1C2Tuple_1EightU16sEightU16sZZ_1ref_1from_1ptr
856   (JNIEnv *, jclass, jlong);
857
858 /*
859  * Class:     org_ldk_impl_bindings
860  * Method:    LDKLogger_new
861  * Signature: (Lorg/ldk/impl/bindings/LDKLogger;)J
862  */
863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKLogger_1new
864   (JNIEnv *, jclass, jobject);
865
866 /*
867  * Class:     org_ldk_impl_bindings
868  * Method:    CResult_ProbabilisticScorerDecodeErrorZ_get_ok
869  * Signature: (J)J
870  */
871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ProbabilisticScorerDecodeErrorZ_1get_1ok
872   (JNIEnv *, jclass, jlong);
873
874 /*
875  * Class:     org_ldk_impl_bindings
876  * Method:    CResult_ProbabilisticScorerDecodeErrorZ_get_err
877  * Signature: (J)J
878  */
879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ProbabilisticScorerDecodeErrorZ_1get_1err
880   (JNIEnv *, jclass, jlong);
881
882 /*
883  * Class:     org_ldk_impl_bindings
884  * Method:    CResult_InitFeaturesDecodeErrorZ_get_ok
885  * Signature: (J)J
886  */
887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitFeaturesDecodeErrorZ_1get_1ok
888   (JNIEnv *, jclass, jlong);
889
890 /*
891  * Class:     org_ldk_impl_bindings
892  * Method:    CResult_InitFeaturesDecodeErrorZ_get_err
893  * Signature: (J)J
894  */
895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitFeaturesDecodeErrorZ_1get_1err
896   (JNIEnv *, jclass, jlong);
897
898 /*
899  * Class:     org_ldk_impl_bindings
900  * Method:    CResult_ChannelFeaturesDecodeErrorZ_get_ok
901  * Signature: (J)J
902  */
903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelFeaturesDecodeErrorZ_1get_1ok
904   (JNIEnv *, jclass, jlong);
905
906 /*
907  * Class:     org_ldk_impl_bindings
908  * Method:    CResult_ChannelFeaturesDecodeErrorZ_get_err
909  * Signature: (J)J
910  */
911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelFeaturesDecodeErrorZ_1get_1err
912   (JNIEnv *, jclass, jlong);
913
914 /*
915  * Class:     org_ldk_impl_bindings
916  * Method:    CResult_NodeFeaturesDecodeErrorZ_get_ok
917  * Signature: (J)J
918  */
919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeFeaturesDecodeErrorZ_1get_1ok
920   (JNIEnv *, jclass, jlong);
921
922 /*
923  * Class:     org_ldk_impl_bindings
924  * Method:    CResult_NodeFeaturesDecodeErrorZ_get_err
925  * Signature: (J)J
926  */
927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeFeaturesDecodeErrorZ_1get_1err
928   (JNIEnv *, jclass, jlong);
929
930 /*
931  * Class:     org_ldk_impl_bindings
932  * Method:    CResult_InvoiceFeaturesDecodeErrorZ_get_ok
933  * Signature: (J)J
934  */
935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceFeaturesDecodeErrorZ_1get_1ok
936   (JNIEnv *, jclass, jlong);
937
938 /*
939  * Class:     org_ldk_impl_bindings
940  * Method:    CResult_InvoiceFeaturesDecodeErrorZ_get_err
941  * Signature: (J)J
942  */
943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceFeaturesDecodeErrorZ_1get_1err
944   (JNIEnv *, jclass, jlong);
945
946 /*
947  * Class:     org_ldk_impl_bindings
948  * Method:    CResult_BlindedHopFeaturesDecodeErrorZ_get_ok
949  * Signature: (J)J
950  */
951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedHopFeaturesDecodeErrorZ_1get_1ok
952   (JNIEnv *, jclass, jlong);
953
954 /*
955  * Class:     org_ldk_impl_bindings
956  * Method:    CResult_BlindedHopFeaturesDecodeErrorZ_get_err
957  * Signature: (J)J
958  */
959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedHopFeaturesDecodeErrorZ_1get_1err
960   (JNIEnv *, jclass, jlong);
961
962 /*
963  * Class:     org_ldk_impl_bindings
964  * Method:    CResult_ChannelTypeFeaturesDecodeErrorZ_get_ok
965  * Signature: (J)J
966  */
967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTypeFeaturesDecodeErrorZ_1get_1ok
968   (JNIEnv *, jclass, jlong);
969
970 /*
971  * Class:     org_ldk_impl_bindings
972  * Method:    CResult_ChannelTypeFeaturesDecodeErrorZ_get_err
973  * Signature: (J)J
974  */
975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTypeFeaturesDecodeErrorZ_1get_1err
976   (JNIEnv *, jclass, jlong);
977
978 /*
979  * Class:     org_ldk_impl_bindings
980  * Method:    LDKPaymentPurpose_ref_from_ptr
981  * Signature: (J)Lorg/ldk/impl/bindings/LDKPaymentPurpose;
982  */
983 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKPaymentPurpose_1ref_1from_1ptr
984   (JNIEnv *, jclass, jlong);
985
986 /*
987  * Class:     org_ldk_impl_bindings
988  * Method:    CResult_PaymentPurposeDecodeErrorZ_get_ok
989  * Signature: (J)J
990  */
991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentPurposeDecodeErrorZ_1get_1ok
992   (JNIEnv *, jclass, jlong);
993
994 /*
995  * Class:     org_ldk_impl_bindings
996  * Method:    CResult_PaymentPurposeDecodeErrorZ_get_err
997  * Signature: (J)J
998  */
999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentPurposeDecodeErrorZ_1get_1err
1000   (JNIEnv *, jclass, jlong);
1001
1002 /*
1003  * Class:     org_ldk_impl_bindings
1004  * Method:    LDKNetworkUpdate_ref_from_ptr
1005  * Signature: (J)Lorg/ldk/impl/bindings/LDKNetworkUpdate;
1006  */
1007 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKNetworkUpdate_1ref_1from_1ptr
1008   (JNIEnv *, jclass, jlong);
1009
1010 /*
1011  * Class:     org_ldk_impl_bindings
1012  * Method:    LDKCOption_NetworkUpdateZ_ref_from_ptr
1013  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_NetworkUpdateZ;
1014  */
1015 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1NetworkUpdateZ_1ref_1from_1ptr
1016   (JNIEnv *, jclass, jlong);
1017
1018 /*
1019  * Class:     org_ldk_impl_bindings
1020  * Method:    LDKPathFailure_ref_from_ptr
1021  * Signature: (J)Lorg/ldk/impl/bindings/LDKPathFailure;
1022  */
1023 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKPathFailure_1ref_1from_1ptr
1024   (JNIEnv *, jclass, jlong);
1025
1026 /*
1027  * Class:     org_ldk_impl_bindings
1028  * Method:    LDKCOption_PathFailureZ_ref_from_ptr
1029  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_PathFailureZ;
1030  */
1031 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1PathFailureZ_1ref_1from_1ptr
1032   (JNIEnv *, jclass, jlong);
1033
1034 /*
1035  * Class:     org_ldk_impl_bindings
1036  * Method:    CResult_COption_PathFailureZDecodeErrorZ_get_ok
1037  * Signature: (J)J
1038  */
1039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1PathFailureZDecodeErrorZ_1get_1ok
1040   (JNIEnv *, jclass, jlong);
1041
1042 /*
1043  * Class:     org_ldk_impl_bindings
1044  * Method:    CResult_COption_PathFailureZDecodeErrorZ_get_err
1045  * Signature: (J)J
1046  */
1047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1PathFailureZDecodeErrorZ_1get_1err
1048   (JNIEnv *, jclass, jlong);
1049
1050 /*
1051  * Class:     org_ldk_impl_bindings
1052  * Method:    LDKClosureReason_ref_from_ptr
1053  * Signature: (J)Lorg/ldk/impl/bindings/LDKClosureReason;
1054  */
1055 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKClosureReason_1ref_1from_1ptr
1056   (JNIEnv *, jclass, jlong);
1057
1058 /*
1059  * Class:     org_ldk_impl_bindings
1060  * Method:    LDKCOption_ClosureReasonZ_ref_from_ptr
1061  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_ClosureReasonZ;
1062  */
1063 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1ClosureReasonZ_1ref_1from_1ptr
1064   (JNIEnv *, jclass, jlong);
1065
1066 /*
1067  * Class:     org_ldk_impl_bindings
1068  * Method:    CResult_COption_ClosureReasonZDecodeErrorZ_get_ok
1069  * Signature: (J)J
1070  */
1071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1ClosureReasonZDecodeErrorZ_1get_1ok
1072   (JNIEnv *, jclass, jlong);
1073
1074 /*
1075  * Class:     org_ldk_impl_bindings
1076  * Method:    CResult_COption_ClosureReasonZDecodeErrorZ_get_err
1077  * Signature: (J)J
1078  */
1079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1ClosureReasonZDecodeErrorZ_1get_1err
1080   (JNIEnv *, jclass, jlong);
1081
1082 /*
1083  * Class:     org_ldk_impl_bindings
1084  * Method:    LDKHTLCDestination_ref_from_ptr
1085  * Signature: (J)Lorg/ldk/impl/bindings/LDKHTLCDestination;
1086  */
1087 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKHTLCDestination_1ref_1from_1ptr
1088   (JNIEnv *, jclass, jlong);
1089
1090 /*
1091  * Class:     org_ldk_impl_bindings
1092  * Method:    LDKCOption_HTLCDestinationZ_ref_from_ptr
1093  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_HTLCDestinationZ;
1094  */
1095 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1HTLCDestinationZ_1ref_1from_1ptr
1096   (JNIEnv *, jclass, jlong);
1097
1098 /*
1099  * Class:     org_ldk_impl_bindings
1100  * Method:    CResult_COption_HTLCDestinationZDecodeErrorZ_get_ok
1101  * Signature: (J)J
1102  */
1103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1HTLCDestinationZDecodeErrorZ_1get_1ok
1104   (JNIEnv *, jclass, jlong);
1105
1106 /*
1107  * Class:     org_ldk_impl_bindings
1108  * Method:    CResult_COption_HTLCDestinationZDecodeErrorZ_get_err
1109  * Signature: (J)J
1110  */
1111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1HTLCDestinationZDecodeErrorZ_1get_1err
1112   (JNIEnv *, jclass, jlong);
1113
1114 /*
1115  * Class:     org_ldk_impl_bindings
1116  * Method:    CResult_PaymentFailureReasonDecodeErrorZ_get_ok
1117  * Signature: (J)Lorg/ldk/enums/PaymentFailureReason;
1118  */
1119 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentFailureReasonDecodeErrorZ_1get_1ok
1120   (JNIEnv *, jclass, jlong);
1121
1122 /*
1123  * Class:     org_ldk_impl_bindings
1124  * Method:    CResult_PaymentFailureReasonDecodeErrorZ_get_err
1125  * Signature: (J)J
1126  */
1127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentFailureReasonDecodeErrorZ_1get_1err
1128   (JNIEnv *, jclass, jlong);
1129
1130 /*
1131  * Class:     org_ldk_impl_bindings
1132  * Method:    LDKCOption_u128Z_ref_from_ptr
1133  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_u128Z;
1134  */
1135 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1u128Z_1ref_1from_1ptr
1136   (JNIEnv *, jclass, jlong);
1137
1138 /*
1139  * Class:     org_ldk_impl_bindings
1140  * Method:    LDKCOption_PaymentFailureReasonZ_ref_from_ptr
1141  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_PaymentFailureReasonZ;
1142  */
1143 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1PaymentFailureReasonZ_1ref_1from_1ptr
1144   (JNIEnv *, jclass, jlong);
1145
1146 /*
1147  * Class:     org_ldk_impl_bindings
1148  * Method:    LDKSpendableOutputDescriptor_ref_from_ptr
1149  * Signature: (J)Lorg/ldk/impl/bindings/LDKSpendableOutputDescriptor;
1150  */
1151 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKSpendableOutputDescriptor_1ref_1from_1ptr
1152   (JNIEnv *, jclass, jlong);
1153
1154 /*
1155  * Class:     org_ldk_impl_bindings
1156  * Method:    LDKEvent_ref_from_ptr
1157  * Signature: (J)Lorg/ldk/impl/bindings/LDKEvent;
1158  */
1159 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKEvent_1ref_1from_1ptr
1160   (JNIEnv *, jclass, jlong);
1161
1162 /*
1163  * Class:     org_ldk_impl_bindings
1164  * Method:    LDKCOption_EventZ_ref_from_ptr
1165  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_EventZ;
1166  */
1167 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1EventZ_1ref_1from_1ptr
1168   (JNIEnv *, jclass, jlong);
1169
1170 /*
1171  * Class:     org_ldk_impl_bindings
1172  * Method:    CResult_COption_EventZDecodeErrorZ_get_ok
1173  * Signature: (J)J
1174  */
1175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1EventZDecodeErrorZ_1get_1ok
1176   (JNIEnv *, jclass, jlong);
1177
1178 /*
1179  * Class:     org_ldk_impl_bindings
1180  * Method:    CResult_COption_EventZDecodeErrorZ_get_err
1181  * Signature: (J)J
1182  */
1183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1EventZDecodeErrorZ_1get_1err
1184   (JNIEnv *, jclass, jlong);
1185
1186 /*
1187  * Class:     org_ldk_impl_bindings
1188  * Method:    LDKErrorAction_ref_from_ptr
1189  * Signature: (J)Lorg/ldk/impl/bindings/LDKErrorAction;
1190  */
1191 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKErrorAction_1ref_1from_1ptr
1192   (JNIEnv *, jclass, jlong);
1193
1194 /*
1195  * Class:     org_ldk_impl_bindings
1196  * Method:    LDKMessageSendEvent_ref_from_ptr
1197  * Signature: (J)Lorg/ldk/impl/bindings/LDKMessageSendEvent;
1198  */
1199 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKMessageSendEvent_1ref_1from_1ptr
1200   (JNIEnv *, jclass, jlong);
1201
1202 /*
1203  * Class:     org_ldk_impl_bindings
1204  * Method:    CResult_PublicKeyErrorZ_get_ok
1205  * Signature: (J)[B
1206  */
1207 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyErrorZ_1get_1ok
1208   (JNIEnv *, jclass, jlong);
1209
1210 /*
1211  * Class:     org_ldk_impl_bindings
1212  * Method:    CResult_PublicKeyErrorZ_get_err
1213  * Signature: (J)Lorg/ldk/enums/Secp256k1Error;
1214  */
1215 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyErrorZ_1get_1err
1216   (JNIEnv *, jclass, jlong);
1217
1218 /*
1219  * Class:     org_ldk_impl_bindings
1220  * Method:    CResult_NodeIdDecodeErrorZ_get_ok
1221  * Signature: (J)J
1222  */
1223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeIdDecodeErrorZ_1get_1ok
1224   (JNIEnv *, jclass, jlong);
1225
1226 /*
1227  * Class:     org_ldk_impl_bindings
1228  * Method:    CResult_NodeIdDecodeErrorZ_get_err
1229  * Signature: (J)J
1230  */
1231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeIdDecodeErrorZ_1get_1err
1232   (JNIEnv *, jclass, jlong);
1233
1234 /*
1235  * Class:     org_ldk_impl_bindings
1236  * Method:    CResult_COption_NetworkUpdateZDecodeErrorZ_get_ok
1237  * Signature: (J)J
1238  */
1239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1NetworkUpdateZDecodeErrorZ_1get_1ok
1240   (JNIEnv *, jclass, jlong);
1241
1242 /*
1243  * Class:     org_ldk_impl_bindings
1244  * Method:    CResult_COption_NetworkUpdateZDecodeErrorZ_get_err
1245  * Signature: (J)J
1246  */
1247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1NetworkUpdateZDecodeErrorZ_1get_1err
1248   (JNIEnv *, jclass, jlong);
1249
1250 /*
1251  * Class:     org_ldk_impl_bindings
1252  * Method:    CResult_TxOutUtxoLookupErrorZ_get_ok
1253  * Signature: (J)J
1254  */
1255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutUtxoLookupErrorZ_1get_1ok
1256   (JNIEnv *, jclass, jlong);
1257
1258 /*
1259  * Class:     org_ldk_impl_bindings
1260  * Method:    CResult_TxOutUtxoLookupErrorZ_get_err
1261  * Signature: (J)Lorg/ldk/enums/UtxoLookupError;
1262  */
1263 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutUtxoLookupErrorZ_1get_1err
1264   (JNIEnv *, jclass, jlong);
1265
1266 /*
1267  * Class:     org_ldk_impl_bindings
1268  * Method:    LDKUtxoResult_ref_from_ptr
1269  * Signature: (J)Lorg/ldk/impl/bindings/LDKUtxoResult;
1270  */
1271 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKUtxoResult_1ref_1from_1ptr
1272   (JNIEnv *, jclass, jlong);
1273
1274 /*
1275  * Class:     org_ldk_impl_bindings
1276  * Method:    LDKUtxoLookup_new
1277  * Signature: (Lorg/ldk/impl/bindings/LDKUtxoLookup;)J
1278  */
1279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKUtxoLookup_1new
1280   (JNIEnv *, jclass, jobject);
1281
1282 /*
1283  * Class:     org_ldk_impl_bindings
1284  * Method:    UtxoLookup_get_utxo
1285  * Signature: (J[BJ)J
1286  */
1287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UtxoLookup_1get_1utxo
1288   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1289
1290 /*
1291  * Class:     org_ldk_impl_bindings
1292  * Method:    LDKCOption_UtxoLookupZ_ref_from_ptr
1293  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_UtxoLookupZ;
1294  */
1295 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1UtxoLookupZ_1ref_1from_1ptr
1296   (JNIEnv *, jclass, jlong);
1297
1298 /*
1299  * Class:     org_ldk_impl_bindings
1300  * Method:    CResult_boolLightningErrorZ_get_ok
1301  * Signature: (J)Z
1302  */
1303 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1get_1ok
1304   (JNIEnv *, jclass, jlong);
1305
1306 /*
1307  * Class:     org_ldk_impl_bindings
1308  * Method:    CResult_boolLightningErrorZ_get_err
1309  * Signature: (J)J
1310  */
1311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1get_1err
1312   (JNIEnv *, jclass, jlong);
1313
1314 /*
1315  * Class:     org_ldk_impl_bindings
1316  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_get_a
1317  * Signature: (J)J
1318  */
1319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1get_1a
1320   (JNIEnv *, jclass, jlong);
1321
1322 /*
1323  * Class:     org_ldk_impl_bindings
1324  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_get_b
1325  * Signature: (J)J
1326  */
1327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1get_1b
1328   (JNIEnv *, jclass, jlong);
1329
1330 /*
1331  * Class:     org_ldk_impl_bindings
1332  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_get_c
1333  * Signature: (J)J
1334  */
1335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1get_1c
1336   (JNIEnv *, jclass, jlong);
1337
1338 /*
1339  * Class:     org_ldk_impl_bindings
1340  * Method:    LDKCOption_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ_ref_from_ptr
1341  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ;
1342  */
1343 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZZ_1ref_1from_1ptr
1344   (JNIEnv *, jclass, jlong);
1345
1346 /*
1347  * Class:     org_ldk_impl_bindings
1348  * Method:    CResult_NoneLightningErrorZ_get_ok
1349  * Signature: (J)V
1350  */
1351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneLightningErrorZ_1get_1ok
1352   (JNIEnv *, jclass, jlong);
1353
1354 /*
1355  * Class:     org_ldk_impl_bindings
1356  * Method:    CResult_NoneLightningErrorZ_get_err
1357  * Signature: (J)J
1358  */
1359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneLightningErrorZ_1get_1err
1360   (JNIEnv *, jclass, jlong);
1361
1362 /*
1363  * Class:     org_ldk_impl_bindings
1364  * Method:    CResult_ChannelUpdateInfoDecodeErrorZ_get_ok
1365  * Signature: (J)J
1366  */
1367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateInfoDecodeErrorZ_1get_1ok
1368   (JNIEnv *, jclass, jlong);
1369
1370 /*
1371  * Class:     org_ldk_impl_bindings
1372  * Method:    CResult_ChannelUpdateInfoDecodeErrorZ_get_err
1373  * Signature: (J)J
1374  */
1375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateInfoDecodeErrorZ_1get_1err
1376   (JNIEnv *, jclass, jlong);
1377
1378 /*
1379  * Class:     org_ldk_impl_bindings
1380  * Method:    CResult_ChannelInfoDecodeErrorZ_get_ok
1381  * Signature: (J)J
1382  */
1383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelInfoDecodeErrorZ_1get_1ok
1384   (JNIEnv *, jclass, jlong);
1385
1386 /*
1387  * Class:     org_ldk_impl_bindings
1388  * Method:    CResult_ChannelInfoDecodeErrorZ_get_err
1389  * Signature: (J)J
1390  */
1391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelInfoDecodeErrorZ_1get_1err
1392   (JNIEnv *, jclass, jlong);
1393
1394 /*
1395  * Class:     org_ldk_impl_bindings
1396  * Method:    CResult_RoutingFeesDecodeErrorZ_get_ok
1397  * Signature: (J)J
1398  */
1399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RoutingFeesDecodeErrorZ_1get_1ok
1400   (JNIEnv *, jclass, jlong);
1401
1402 /*
1403  * Class:     org_ldk_impl_bindings
1404  * Method:    CResult_RoutingFeesDecodeErrorZ_get_err
1405  * Signature: (J)J
1406  */
1407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RoutingFeesDecodeErrorZ_1get_1err
1408   (JNIEnv *, jclass, jlong);
1409
1410 /*
1411  * Class:     org_ldk_impl_bindings
1412  * Method:    LDKNetAddress_ref_from_ptr
1413  * Signature: (J)Lorg/ldk/impl/bindings/LDKNetAddress;
1414  */
1415 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKNetAddress_1ref_1from_1ptr
1416   (JNIEnv *, jclass, jlong);
1417
1418 /*
1419  * Class:     org_ldk_impl_bindings
1420  * Method:    CResult_NodeAnnouncementInfoDecodeErrorZ_get_ok
1421  * Signature: (J)J
1422  */
1423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementInfoDecodeErrorZ_1get_1ok
1424   (JNIEnv *, jclass, jlong);
1425
1426 /*
1427  * Class:     org_ldk_impl_bindings
1428  * Method:    CResult_NodeAnnouncementInfoDecodeErrorZ_get_err
1429  * Signature: (J)J
1430  */
1431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementInfoDecodeErrorZ_1get_1err
1432   (JNIEnv *, jclass, jlong);
1433
1434 /*
1435  * Class:     org_ldk_impl_bindings
1436  * Method:    CResult_NodeAliasDecodeErrorZ_get_ok
1437  * Signature: (J)J
1438  */
1439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAliasDecodeErrorZ_1get_1ok
1440   (JNIEnv *, jclass, jlong);
1441
1442 /*
1443  * Class:     org_ldk_impl_bindings
1444  * Method:    CResult_NodeAliasDecodeErrorZ_get_err
1445  * Signature: (J)J
1446  */
1447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAliasDecodeErrorZ_1get_1err
1448   (JNIEnv *, jclass, jlong);
1449
1450 /*
1451  * Class:     org_ldk_impl_bindings
1452  * Method:    CResult_NodeInfoDecodeErrorZ_get_ok
1453  * Signature: (J)J
1454  */
1455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeInfoDecodeErrorZ_1get_1ok
1456   (JNIEnv *, jclass, jlong);
1457
1458 /*
1459  * Class:     org_ldk_impl_bindings
1460  * Method:    CResult_NodeInfoDecodeErrorZ_get_err
1461  * Signature: (J)J
1462  */
1463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeInfoDecodeErrorZ_1get_1err
1464   (JNIEnv *, jclass, jlong);
1465
1466 /*
1467  * Class:     org_ldk_impl_bindings
1468  * Method:    CResult_NetworkGraphDecodeErrorZ_get_ok
1469  * Signature: (J)J
1470  */
1471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetworkGraphDecodeErrorZ_1get_1ok
1472   (JNIEnv *, jclass, jlong);
1473
1474 /*
1475  * Class:     org_ldk_impl_bindings
1476  * Method:    CResult_NetworkGraphDecodeErrorZ_get_err
1477  * Signature: (J)J
1478  */
1479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetworkGraphDecodeErrorZ_1get_1err
1480   (JNIEnv *, jclass, jlong);
1481
1482 /*
1483  * Class:     org_ldk_impl_bindings
1484  * Method:    LDKCOption_CVec_NetAddressZZ_ref_from_ptr
1485  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_CVec_NetAddressZZ;
1486  */
1487 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1CVec_1NetAddressZZ_1ref_1from_1ptr
1488   (JNIEnv *, jclass, jlong);
1489
1490 /*
1491  * Class:     org_ldk_impl_bindings
1492  * Method:    CResult_DelayedPaymentOutputDescriptorDecodeErrorZ_get_ok
1493  * Signature: (J)J
1494  */
1495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DelayedPaymentOutputDescriptorDecodeErrorZ_1get_1ok
1496   (JNIEnv *, jclass, jlong);
1497
1498 /*
1499  * Class:     org_ldk_impl_bindings
1500  * Method:    CResult_DelayedPaymentOutputDescriptorDecodeErrorZ_get_err
1501  * Signature: (J)J
1502  */
1503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DelayedPaymentOutputDescriptorDecodeErrorZ_1get_1err
1504   (JNIEnv *, jclass, jlong);
1505
1506 /*
1507  * Class:     org_ldk_impl_bindings
1508  * Method:    CResult_StaticPaymentOutputDescriptorDecodeErrorZ_get_ok
1509  * Signature: (J)J
1510  */
1511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1StaticPaymentOutputDescriptorDecodeErrorZ_1get_1ok
1512   (JNIEnv *, jclass, jlong);
1513
1514 /*
1515  * Class:     org_ldk_impl_bindings
1516  * Method:    CResult_StaticPaymentOutputDescriptorDecodeErrorZ_get_err
1517  * Signature: (J)J
1518  */
1519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1StaticPaymentOutputDescriptorDecodeErrorZ_1get_1err
1520   (JNIEnv *, jclass, jlong);
1521
1522 /*
1523  * Class:     org_ldk_impl_bindings
1524  * Method:    CResult_SpendableOutputDescriptorDecodeErrorZ_get_ok
1525  * Signature: (J)J
1526  */
1527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SpendableOutputDescriptorDecodeErrorZ_1get_1ok
1528   (JNIEnv *, jclass, jlong);
1529
1530 /*
1531  * Class:     org_ldk_impl_bindings
1532  * Method:    CResult_SpendableOutputDescriptorDecodeErrorZ_get_err
1533  * Signature: (J)J
1534  */
1535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SpendableOutputDescriptorDecodeErrorZ_1get_1err
1536   (JNIEnv *, jclass, jlong);
1537
1538 /*
1539  * Class:     org_ldk_impl_bindings
1540  * Method:    C2Tuple_SignatureCVec_SignatureZZ_get_a
1541  * Signature: (J)[B
1542  */
1543 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1SignatureCVec_1SignatureZZ_1get_1a
1544   (JNIEnv *, jclass, jlong);
1545
1546 /*
1547  * Class:     org_ldk_impl_bindings
1548  * Method:    C2Tuple_SignatureCVec_SignatureZZ_get_b
1549  * Signature: (J)[[B
1550  */
1551 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1SignatureCVec_1SignatureZZ_1get_1b
1552   (JNIEnv *, jclass, jlong);
1553
1554 /*
1555  * Class:     org_ldk_impl_bindings
1556  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_get_ok
1557  * Signature: (J)J
1558  */
1559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1get_1ok
1560   (JNIEnv *, jclass, jlong);
1561
1562 /*
1563  * Class:     org_ldk_impl_bindings
1564  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_get_err
1565  * Signature: (J)V
1566  */
1567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1get_1err
1568   (JNIEnv *, jclass, jlong);
1569
1570 /*
1571  * Class:     org_ldk_impl_bindings
1572  * Method:    CResult_SignatureNoneZ_get_ok
1573  * Signature: (J)[B
1574  */
1575 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1get_1ok
1576   (JNIEnv *, jclass, jlong);
1577
1578 /*
1579  * Class:     org_ldk_impl_bindings
1580  * Method:    CResult_SignatureNoneZ_get_err
1581  * Signature: (J)V
1582  */
1583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1get_1err
1584   (JNIEnv *, jclass, jlong);
1585
1586 /*
1587  * Class:     org_ldk_impl_bindings
1588  * Method:    CResult_PublicKeyNoneZ_get_ok
1589  * Signature: (J)[B
1590  */
1591 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyNoneZ_1get_1ok
1592   (JNIEnv *, jclass, jlong);
1593
1594 /*
1595  * Class:     org_ldk_impl_bindings
1596  * Method:    CResult_PublicKeyNoneZ_get_err
1597  * Signature: (J)V
1598  */
1599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyNoneZ_1get_1err
1600   (JNIEnv *, jclass, jlong);
1601
1602 /*
1603  * Class:     org_ldk_impl_bindings
1604  * Method:    LDKCOption_ScalarZ_ref_from_ptr
1605  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_ScalarZ;
1606  */
1607 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1ScalarZ_1ref_1from_1ptr
1608   (JNIEnv *, jclass, jlong);
1609
1610 /*
1611  * Class:     org_ldk_impl_bindings
1612  * Method:    CResult_SharedSecretNoneZ_get_ok
1613  * Signature: (J)[B
1614  */
1615 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CResult_1SharedSecretNoneZ_1get_1ok
1616   (JNIEnv *, jclass, jlong);
1617
1618 /*
1619  * Class:     org_ldk_impl_bindings
1620  * Method:    CResult_SharedSecretNoneZ_get_err
1621  * Signature: (J)V
1622  */
1623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SharedSecretNoneZ_1get_1err
1624   (JNIEnv *, jclass, jlong);
1625
1626 /*
1627  * Class:     org_ldk_impl_bindings
1628  * Method:    CResult_RecoverableSignatureNoneZ_get_ok
1629  * Signature: (J)[B
1630  */
1631 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CResult_1RecoverableSignatureNoneZ_1get_1ok
1632   (JNIEnv *, jclass, jlong);
1633
1634 /*
1635  * Class:     org_ldk_impl_bindings
1636  * Method:    CResult_RecoverableSignatureNoneZ_get_err
1637  * Signature: (J)V
1638  */
1639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RecoverableSignatureNoneZ_1get_1err
1640   (JNIEnv *, jclass, jlong);
1641
1642 /*
1643  * Class:     org_ldk_impl_bindings
1644  * Method:    LDKChannelSigner_new
1645  * Signature: (Lorg/ldk/impl/bindings/LDKChannelSigner;J)J
1646  */
1647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKChannelSigner_1new
1648   (JNIEnv *, jclass, jobject, jlong);
1649
1650 /*
1651  * Class:     org_ldk_impl_bindings
1652  * Method:    ChannelSigner_get_per_commitment_point
1653  * Signature: (JJ)[B
1654  */
1655 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelSigner_1get_1per_1commitment_1point
1656   (JNIEnv *, jclass, jlong, jlong);
1657
1658 /*
1659  * Class:     org_ldk_impl_bindings
1660  * Method:    ChannelSigner_release_commitment_secret
1661  * Signature: (JJ)[B
1662  */
1663 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelSigner_1release_1commitment_1secret
1664   (JNIEnv *, jclass, jlong, jlong);
1665
1666 /*
1667  * Class:     org_ldk_impl_bindings
1668  * Method:    ChannelSigner_validate_holder_commitment
1669  * Signature: (JJ[[B)J
1670  */
1671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelSigner_1validate_1holder_1commitment
1672   (JNIEnv *, jclass, jlong, jlong, jobjectArray);
1673
1674 /*
1675  * Class:     org_ldk_impl_bindings
1676  * Method:    ChannelSigner_channel_keys_id
1677  * Signature: (J)[B
1678  */
1679 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelSigner_1channel_1keys_1id
1680   (JNIEnv *, jclass, jlong);
1681
1682 /*
1683  * Class:     org_ldk_impl_bindings
1684  * Method:    ChannelSigner_provide_channel_parameters
1685  * Signature: (JJ)V
1686  */
1687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelSigner_1provide_1channel_1parameters
1688   (JNIEnv *, jclass, jlong, jlong);
1689
1690 /*
1691  * Class:     org_ldk_impl_bindings
1692  * Method:    ChannelSigner_get_pubkeys
1693  * Signature: (J)J
1694  */
1695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelSigner_1get_1pubkeys
1696   (JNIEnv *, jclass, jlong);
1697
1698 /*
1699  * Class:     org_ldk_impl_bindings
1700  * Method:    LDKEcdsaChannelSigner_new
1701  * Signature: (Lorg/ldk/impl/bindings/LDKEcdsaChannelSigner;Lorg/ldk/impl/bindings/LDKChannelSigner;J)J
1702  */
1703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKEcdsaChannelSigner_1new
1704   (JNIEnv *, jclass, jobject, jobject, jlong);
1705
1706 /*
1707  * Class:     org_ldk_impl_bindings
1708  * Method:    LDKEcdsaChannelSigner_get_ChannelSigner
1709  * Signature: (J)J
1710  */
1711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKEcdsaChannelSigner_1get_1ChannelSigner
1712   (JNIEnv *, jclass, jlong);
1713
1714 /*
1715  * Class:     org_ldk_impl_bindings
1716  * Method:    EcdsaChannelSigner_sign_counterparty_commitment
1717  * Signature: (JJ[[B)J
1718  */
1719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EcdsaChannelSigner_1sign_1counterparty_1commitment
1720   (JNIEnv *, jclass, jlong, jlong, jobjectArray);
1721
1722 /*
1723  * Class:     org_ldk_impl_bindings
1724  * Method:    EcdsaChannelSigner_validate_counterparty_revocation
1725  * Signature: (JJ[B)J
1726  */
1727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EcdsaChannelSigner_1validate_1counterparty_1revocation
1728   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
1729
1730 /*
1731  * Class:     org_ldk_impl_bindings
1732  * Method:    EcdsaChannelSigner_sign_holder_commitment_and_htlcs
1733  * Signature: (JJ)J
1734  */
1735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EcdsaChannelSigner_1sign_1holder_1commitment_1and_1htlcs
1736   (JNIEnv *, jclass, jlong, jlong);
1737
1738 /*
1739  * Class:     org_ldk_impl_bindings
1740  * Method:    EcdsaChannelSigner_sign_justice_revoked_output
1741  * Signature: (J[BJJ[B)J
1742  */
1743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EcdsaChannelSigner_1sign_1justice_1revoked_1output
1744   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong, jbyteArray);
1745
1746 /*
1747  * Class:     org_ldk_impl_bindings
1748  * Method:    EcdsaChannelSigner_sign_justice_revoked_htlc
1749  * Signature: (J[BJJ[BJ)J
1750  */
1751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EcdsaChannelSigner_1sign_1justice_1revoked_1htlc
1752   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong, jbyteArray, jlong);
1753
1754 /*
1755  * Class:     org_ldk_impl_bindings
1756  * Method:    EcdsaChannelSigner_sign_counterparty_htlc_transaction
1757  * Signature: (J[BJJ[BJ)J
1758  */
1759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EcdsaChannelSigner_1sign_1counterparty_1htlc_1transaction
1760   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong, jbyteArray, jlong);
1761
1762 /*
1763  * Class:     org_ldk_impl_bindings
1764  * Method:    EcdsaChannelSigner_sign_closing_transaction
1765  * Signature: (JJ)J
1766  */
1767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EcdsaChannelSigner_1sign_1closing_1transaction
1768   (JNIEnv *, jclass, jlong, jlong);
1769
1770 /*
1771  * Class:     org_ldk_impl_bindings
1772  * Method:    EcdsaChannelSigner_sign_holder_anchor_input
1773  * Signature: (J[BJ)J
1774  */
1775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EcdsaChannelSigner_1sign_1holder_1anchor_1input
1776   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
1777
1778 /*
1779  * Class:     org_ldk_impl_bindings
1780  * Method:    EcdsaChannelSigner_sign_channel_announcement_with_funding_key
1781  * Signature: (JJ)J
1782  */
1783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EcdsaChannelSigner_1sign_1channel_1announcement_1with_1funding_1key
1784   (JNIEnv *, jclass, jlong, jlong);
1785
1786 /*
1787  * Class:     org_ldk_impl_bindings
1788  * Method:    LDKWriteableEcdsaChannelSigner_new
1789  * Signature: (Lorg/ldk/impl/bindings/LDKWriteableEcdsaChannelSigner;Lorg/ldk/impl/bindings/LDKEcdsaChannelSigner;Lorg/ldk/impl/bindings/LDKChannelSigner;J)J
1790  */
1791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKWriteableEcdsaChannelSigner_1new
1792   (JNIEnv *, jclass, jobject, jobject, jobject, jlong);
1793
1794 /*
1795  * Class:     org_ldk_impl_bindings
1796  * Method:    LDKWriteableEcdsaChannelSigner_get_EcdsaChannelSigner
1797  * Signature: (J)J
1798  */
1799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKWriteableEcdsaChannelSigner_1get_1EcdsaChannelSigner
1800   (JNIEnv *, jclass, jlong);
1801
1802 /*
1803  * Class:     org_ldk_impl_bindings
1804  * Method:    LDKWriteableEcdsaChannelSigner_get_ChannelSigner
1805  * Signature: (J)J
1806  */
1807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKWriteableEcdsaChannelSigner_1get_1ChannelSigner
1808   (JNIEnv *, jclass, jlong);
1809
1810 /*
1811  * Class:     org_ldk_impl_bindings
1812  * Method:    WriteableEcdsaChannelSigner_write
1813  * Signature: (J)[B
1814  */
1815 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_WriteableEcdsaChannelSigner_1write
1816   (JNIEnv *, jclass, jlong);
1817
1818 /*
1819  * Class:     org_ldk_impl_bindings
1820  * Method:    CResult_WriteableEcdsaChannelSignerDecodeErrorZ_get_ok
1821  * Signature: (J)J
1822  */
1823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1WriteableEcdsaChannelSignerDecodeErrorZ_1get_1ok
1824   (JNIEnv *, jclass, jlong);
1825
1826 /*
1827  * Class:     org_ldk_impl_bindings
1828  * Method:    CResult_WriteableEcdsaChannelSignerDecodeErrorZ_get_err
1829  * Signature: (J)J
1830  */
1831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1WriteableEcdsaChannelSignerDecodeErrorZ_1get_1err
1832   (JNIEnv *, jclass, jlong);
1833
1834 /*
1835  * Class:     org_ldk_impl_bindings
1836  * Method:    CResult_CVec_CVec_u8ZZNoneZ_get_ok
1837  * Signature: (J)[[B
1838  */
1839 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1CVec_1u8ZZNoneZ_1get_1ok
1840   (JNIEnv *, jclass, jlong);
1841
1842 /*
1843  * Class:     org_ldk_impl_bindings
1844  * Method:    CResult_CVec_CVec_u8ZZNoneZ_get_err
1845  * Signature: (J)V
1846  */
1847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1CVec_1u8ZZNoneZ_1get_1err
1848   (JNIEnv *, jclass, jlong);
1849
1850 /*
1851  * Class:     org_ldk_impl_bindings
1852  * Method:    CResult_InMemorySignerDecodeErrorZ_get_ok
1853  * Signature: (J)J
1854  */
1855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InMemorySignerDecodeErrorZ_1get_1ok
1856   (JNIEnv *, jclass, jlong);
1857
1858 /*
1859  * Class:     org_ldk_impl_bindings
1860  * Method:    CResult_InMemorySignerDecodeErrorZ_get_err
1861  * Signature: (J)J
1862  */
1863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InMemorySignerDecodeErrorZ_1get_1err
1864   (JNIEnv *, jclass, jlong);
1865
1866 /*
1867  * Class:     org_ldk_impl_bindings
1868  * Method:    CResult_TransactionNoneZ_get_ok
1869  * Signature: (J)[B
1870  */
1871 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CResult_1TransactionNoneZ_1get_1ok
1872   (JNIEnv *, jclass, jlong);
1873
1874 /*
1875  * Class:     org_ldk_impl_bindings
1876  * Method:    CResult_TransactionNoneZ_get_err
1877  * Signature: (J)V
1878  */
1879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TransactionNoneZ_1get_1err
1880   (JNIEnv *, jclass, jlong);
1881
1882 /*
1883  * Class:     org_ldk_impl_bindings
1884  * Method:    C2Tuple_BlockHashChannelMonitorZ_get_a
1885  * Signature: (J)[B
1886  */
1887 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelMonitorZ_1get_1a
1888   (JNIEnv *, jclass, jlong);
1889
1890 /*
1891  * Class:     org_ldk_impl_bindings
1892  * Method:    C2Tuple_BlockHashChannelMonitorZ_get_b
1893  * Signature: (J)J
1894  */
1895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelMonitorZ_1get_1b
1896   (JNIEnv *, jclass, jlong);
1897
1898 /*
1899  * Class:     org_ldk_impl_bindings
1900  * Method:    CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_get_ok
1901  * Signature: (J)[J
1902  */
1903 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1C2Tuple_1BlockHashChannelMonitorZZErrorZ_1get_1ok
1904   (JNIEnv *, jclass, jlong);
1905
1906 /*
1907  * Class:     org_ldk_impl_bindings
1908  * Method:    CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_get_err
1909  * Signature: (J)Lorg/ldk/enums/IOError;
1910  */
1911 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1C2Tuple_1BlockHashChannelMonitorZZErrorZ_1get_1err
1912   (JNIEnv *, jclass, jlong);
1913
1914 /*
1915  * Class:     org_ldk_impl_bindings
1916  * Method:    LDKCOption_u16Z_ref_from_ptr
1917  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_u16Z;
1918  */
1919 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1u16Z_1ref_1from_1ptr
1920   (JNIEnv *, jclass, jlong);
1921
1922 /*
1923  * Class:     org_ldk_impl_bindings
1924  * Method:    CResult__u832APIErrorZ_get_ok
1925  * Signature: (J)[B
1926  */
1927 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CResult_1_1u832APIErrorZ_1get_1ok
1928   (JNIEnv *, jclass, jlong);
1929
1930 /*
1931  * Class:     org_ldk_impl_bindings
1932  * Method:    CResult__u832APIErrorZ_get_err
1933  * Signature: (J)J
1934  */
1935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1_1u832APIErrorZ_1get_1err
1936   (JNIEnv *, jclass, jlong);
1937
1938 /*
1939  * Class:     org_ldk_impl_bindings
1940  * Method:    LDKRecentPaymentDetails_ref_from_ptr
1941  * Signature: (J)Lorg/ldk/impl/bindings/LDKRecentPaymentDetails;
1942  */
1943 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKRecentPaymentDetails_1ref_1from_1ptr
1944   (JNIEnv *, jclass, jlong);
1945
1946 /*
1947  * Class:     org_ldk_impl_bindings
1948  * Method:    LDKPaymentSendFailure_ref_from_ptr
1949  * Signature: (J)Lorg/ldk/impl/bindings/LDKPaymentSendFailure;
1950  */
1951 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKPaymentSendFailure_1ref_1from_1ptr
1952   (JNIEnv *, jclass, jlong);
1953
1954 /*
1955  * Class:     org_ldk_impl_bindings
1956  * Method:    CResult_NonePaymentSendFailureZ_get_ok
1957  * Signature: (J)V
1958  */
1959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1get_1ok
1960   (JNIEnv *, jclass, jlong);
1961
1962 /*
1963  * Class:     org_ldk_impl_bindings
1964  * Method:    CResult_NonePaymentSendFailureZ_get_err
1965  * Signature: (J)J
1966  */
1967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1get_1err
1968   (JNIEnv *, jclass, jlong);
1969
1970 /*
1971  * Class:     org_ldk_impl_bindings
1972  * Method:    CResult_NoneRetryableSendFailureZ_get_ok
1973  * Signature: (J)V
1974  */
1975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneRetryableSendFailureZ_1get_1ok
1976   (JNIEnv *, jclass, jlong);
1977
1978 /*
1979  * Class:     org_ldk_impl_bindings
1980  * Method:    CResult_NoneRetryableSendFailureZ_get_err
1981  * Signature: (J)Lorg/ldk/enums/RetryableSendFailure;
1982  */
1983 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CResult_1NoneRetryableSendFailureZ_1get_1err
1984   (JNIEnv *, jclass, jlong);
1985
1986 /*
1987  * Class:     org_ldk_impl_bindings
1988  * Method:    CResult_PaymentHashPaymentSendFailureZ_get_ok
1989  * Signature: (J)[B
1990  */
1991 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentHashPaymentSendFailureZ_1get_1ok
1992   (JNIEnv *, jclass, jlong);
1993
1994 /*
1995  * Class:     org_ldk_impl_bindings
1996  * Method:    CResult_PaymentHashPaymentSendFailureZ_get_err
1997  * Signature: (J)J
1998  */
1999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentHashPaymentSendFailureZ_1get_1err
2000   (JNIEnv *, jclass, jlong);
2001
2002 /*
2003  * Class:     org_ldk_impl_bindings
2004  * Method:    CResult_PaymentHashRetryableSendFailureZ_get_ok
2005  * Signature: (J)[B
2006  */
2007 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentHashRetryableSendFailureZ_1get_1ok
2008   (JNIEnv *, jclass, jlong);
2009
2010 /*
2011  * Class:     org_ldk_impl_bindings
2012  * Method:    CResult_PaymentHashRetryableSendFailureZ_get_err
2013  * Signature: (J)Lorg/ldk/enums/RetryableSendFailure;
2014  */
2015 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentHashRetryableSendFailureZ_1get_1err
2016   (JNIEnv *, jclass, jlong);
2017
2018 /*
2019  * Class:     org_ldk_impl_bindings
2020  * Method:    C2Tuple_PaymentHashPaymentIdZ_get_a
2021  * Signature: (J)[B
2022  */
2023 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentIdZ_1get_1a
2024   (JNIEnv *, jclass, jlong);
2025
2026 /*
2027  * Class:     org_ldk_impl_bindings
2028  * Method:    C2Tuple_PaymentHashPaymentIdZ_get_b
2029  * Signature: (J)[B
2030  */
2031 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentIdZ_1get_1b
2032   (JNIEnv *, jclass, jlong);
2033
2034 /*
2035  * Class:     org_ldk_impl_bindings
2036  * Method:    CResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_get_ok
2037  * Signature: (J)J
2038  */
2039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentIdZPaymentSendFailureZ_1get_1ok
2040   (JNIEnv *, jclass, jlong);
2041
2042 /*
2043  * Class:     org_ldk_impl_bindings
2044  * Method:    CResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_get_err
2045  * Signature: (J)J
2046  */
2047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentIdZPaymentSendFailureZ_1get_1err
2048   (JNIEnv *, jclass, jlong);
2049
2050 /*
2051  * Class:     org_ldk_impl_bindings
2052  * Method:    C2Tuple_PaymentHashPaymentSecretZ_get_a
2053  * Signature: (J)[B
2054  */
2055 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentSecretZ_1get_1a
2056   (JNIEnv *, jclass, jlong);
2057
2058 /*
2059  * Class:     org_ldk_impl_bindings
2060  * Method:    C2Tuple_PaymentHashPaymentSecretZ_get_b
2061  * Signature: (J)[B
2062  */
2063 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentSecretZ_1get_1b
2064   (JNIEnv *, jclass, jlong);
2065
2066 /*
2067  * Class:     org_ldk_impl_bindings
2068  * Method:    CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_get_ok
2069  * Signature: (J)J
2070  */
2071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentSecretZNoneZ_1get_1ok
2072   (JNIEnv *, jclass, jlong);
2073
2074 /*
2075  * Class:     org_ldk_impl_bindings
2076  * Method:    CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_get_err
2077  * Signature: (J)V
2078  */
2079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentSecretZNoneZ_1get_1err
2080   (JNIEnv *, jclass, jlong);
2081
2082 /*
2083  * Class:     org_ldk_impl_bindings
2084  * Method:    CResult_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ_get_ok
2085  * Signature: (J)J
2086  */
2087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentSecretZAPIErrorZ_1get_1ok
2088   (JNIEnv *, jclass, jlong);
2089
2090 /*
2091  * Class:     org_ldk_impl_bindings
2092  * Method:    CResult_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ_get_err
2093  * Signature: (J)J
2094  */
2095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentSecretZAPIErrorZ_1get_1err
2096   (JNIEnv *, jclass, jlong);
2097
2098 /*
2099  * Class:     org_ldk_impl_bindings
2100  * Method:    CResult_PaymentSecretNoneZ_get_ok
2101  * Signature: (J)[B
2102  */
2103 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretNoneZ_1get_1ok
2104   (JNIEnv *, jclass, jlong);
2105
2106 /*
2107  * Class:     org_ldk_impl_bindings
2108  * Method:    CResult_PaymentSecretNoneZ_get_err
2109  * Signature: (J)V
2110  */
2111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretNoneZ_1get_1err
2112   (JNIEnv *, jclass, jlong);
2113
2114 /*
2115  * Class:     org_ldk_impl_bindings
2116  * Method:    CResult_PaymentSecretAPIErrorZ_get_ok
2117  * Signature: (J)[B
2118  */
2119 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretAPIErrorZ_1get_1ok
2120   (JNIEnv *, jclass, jlong);
2121
2122 /*
2123  * Class:     org_ldk_impl_bindings
2124  * Method:    CResult_PaymentSecretAPIErrorZ_get_err
2125  * Signature: (J)J
2126  */
2127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretAPIErrorZ_1get_1err
2128   (JNIEnv *, jclass, jlong);
2129
2130 /*
2131  * Class:     org_ldk_impl_bindings
2132  * Method:    CResult_PaymentPreimageAPIErrorZ_get_ok
2133  * Signature: (J)[B
2134  */
2135 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentPreimageAPIErrorZ_1get_1ok
2136   (JNIEnv *, jclass, jlong);
2137
2138 /*
2139  * Class:     org_ldk_impl_bindings
2140  * Method:    CResult_PaymentPreimageAPIErrorZ_get_err
2141  * Signature: (J)J
2142  */
2143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentPreimageAPIErrorZ_1get_1err
2144   (JNIEnv *, jclass, jlong);
2145
2146 /*
2147  * Class:     org_ldk_impl_bindings
2148  * Method:    CResult_CounterpartyForwardingInfoDecodeErrorZ_get_ok
2149  * Signature: (J)J
2150  */
2151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyForwardingInfoDecodeErrorZ_1get_1ok
2152   (JNIEnv *, jclass, jlong);
2153
2154 /*
2155  * Class:     org_ldk_impl_bindings
2156  * Method:    CResult_CounterpartyForwardingInfoDecodeErrorZ_get_err
2157  * Signature: (J)J
2158  */
2159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyForwardingInfoDecodeErrorZ_1get_1err
2160   (JNIEnv *, jclass, jlong);
2161
2162 /*
2163  * Class:     org_ldk_impl_bindings
2164  * Method:    CResult_ChannelCounterpartyDecodeErrorZ_get_ok
2165  * Signature: (J)J
2166  */
2167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelCounterpartyDecodeErrorZ_1get_1ok
2168   (JNIEnv *, jclass, jlong);
2169
2170 /*
2171  * Class:     org_ldk_impl_bindings
2172  * Method:    CResult_ChannelCounterpartyDecodeErrorZ_get_err
2173  * Signature: (J)J
2174  */
2175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelCounterpartyDecodeErrorZ_1get_1err
2176   (JNIEnv *, jclass, jlong);
2177
2178 /*
2179  * Class:     org_ldk_impl_bindings
2180  * Method:    CResult_ChannelDetailsDecodeErrorZ_get_ok
2181  * Signature: (J)J
2182  */
2183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelDetailsDecodeErrorZ_1get_1ok
2184   (JNIEnv *, jclass, jlong);
2185
2186 /*
2187  * Class:     org_ldk_impl_bindings
2188  * Method:    CResult_ChannelDetailsDecodeErrorZ_get_err
2189  * Signature: (J)J
2190  */
2191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelDetailsDecodeErrorZ_1get_1err
2192   (JNIEnv *, jclass, jlong);
2193
2194 /*
2195  * Class:     org_ldk_impl_bindings
2196  * Method:    CResult_PhantomRouteHintsDecodeErrorZ_get_ok
2197  * Signature: (J)J
2198  */
2199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PhantomRouteHintsDecodeErrorZ_1get_1ok
2200   (JNIEnv *, jclass, jlong);
2201
2202 /*
2203  * Class:     org_ldk_impl_bindings
2204  * Method:    CResult_PhantomRouteHintsDecodeErrorZ_get_err
2205  * Signature: (J)J
2206  */
2207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PhantomRouteHintsDecodeErrorZ_1get_1err
2208   (JNIEnv *, jclass, jlong);
2209
2210 /*
2211  * Class:     org_ldk_impl_bindings
2212  * Method:    LDKWatch_new
2213  * Signature: (Lorg/ldk/impl/bindings/LDKWatch;)J
2214  */
2215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKWatch_1new
2216   (JNIEnv *, jclass, jobject);
2217
2218 /*
2219  * Class:     org_ldk_impl_bindings
2220  * Method:    Watch_watch_channel
2221  * Signature: (JJJ)Lorg/ldk/enums/ChannelMonitorUpdateStatus;
2222  */
2223 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Watch_1watch_1channel
2224   (JNIEnv *, jclass, jlong, jlong, jlong);
2225
2226 /*
2227  * Class:     org_ldk_impl_bindings
2228  * Method:    Watch_update_channel
2229  * Signature: (JJJ)Lorg/ldk/enums/ChannelMonitorUpdateStatus;
2230  */
2231 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Watch_1update_1channel
2232   (JNIEnv *, jclass, jlong, jlong, jlong);
2233
2234 /*
2235  * Class:     org_ldk_impl_bindings
2236  * Method:    Watch_release_pending_monitor_events
2237  * Signature: (J)[J
2238  */
2239 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_Watch_1release_1pending_1monitor_1events
2240   (JNIEnv *, jclass, jlong);
2241
2242 /*
2243  * Class:     org_ldk_impl_bindings
2244  * Method:    LDKBroadcasterInterface_new
2245  * Signature: (Lorg/ldk/impl/bindings/LDKBroadcasterInterface;)J
2246  */
2247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKBroadcasterInterface_1new
2248   (JNIEnv *, jclass, jobject);
2249
2250 /*
2251  * Class:     org_ldk_impl_bindings
2252  * Method:    BroadcasterInterface_broadcast_transaction
2253  * Signature: (J[B)V
2254  */
2255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BroadcasterInterface_1broadcast_1transaction
2256   (JNIEnv *, jclass, jlong, jbyteArray);
2257
2258 /*
2259  * Class:     org_ldk_impl_bindings
2260  * Method:    LDKEntropySource_new
2261  * Signature: (Lorg/ldk/impl/bindings/LDKEntropySource;)J
2262  */
2263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKEntropySource_1new
2264   (JNIEnv *, jclass, jobject);
2265
2266 /*
2267  * Class:     org_ldk_impl_bindings
2268  * Method:    EntropySource_get_secure_random_bytes
2269  * Signature: (J)[B
2270  */
2271 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_EntropySource_1get_1secure_1random_1bytes
2272   (JNIEnv *, jclass, jlong);
2273
2274 /*
2275  * Class:     org_ldk_impl_bindings
2276  * Method:    LDKUnsignedGossipMessage_ref_from_ptr
2277  * Signature: (J)Lorg/ldk/impl/bindings/LDKUnsignedGossipMessage;
2278  */
2279 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKUnsignedGossipMessage_1ref_1from_1ptr
2280   (JNIEnv *, jclass, jlong);
2281
2282 /*
2283  * Class:     org_ldk_impl_bindings
2284  * Method:    LDKNodeSigner_new
2285  * Signature: (Lorg/ldk/impl/bindings/LDKNodeSigner;)J
2286  */
2287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKNodeSigner_1new
2288   (JNIEnv *, jclass, jobject);
2289
2290 /*
2291  * Class:     org_ldk_impl_bindings
2292  * Method:    NodeSigner_get_inbound_payment_key_material
2293  * Signature: (J)[B
2294  */
2295 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeSigner_1get_1inbound_1payment_1key_1material
2296   (JNIEnv *, jclass, jlong);
2297
2298 /*
2299  * Class:     org_ldk_impl_bindings
2300  * Method:    NodeSigner_get_node_id
2301  * Signature: (JLorg/ldk/enums/Recipient;)J
2302  */
2303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeSigner_1get_1node_1id
2304   (JNIEnv *, jclass, jlong, jobject);
2305
2306 /*
2307  * Class:     org_ldk_impl_bindings
2308  * Method:    NodeSigner_ecdh
2309  * Signature: (JLorg/ldk/enums/Recipient;[BJ)J
2310  */
2311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeSigner_1ecdh
2312   (JNIEnv *, jclass, jlong, jobject, jbyteArray, jlong);
2313
2314 /*
2315  * Class:     org_ldk_impl_bindings
2316  * Method:    NodeSigner_sign_invoice
2317  * Signature: (J[B[BLorg/ldk/enums/Recipient;)J
2318  */
2319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeSigner_1sign_1invoice
2320   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jobject);
2321
2322 /*
2323  * Class:     org_ldk_impl_bindings
2324  * Method:    NodeSigner_sign_gossip_message
2325  * Signature: (JJ)J
2326  */
2327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeSigner_1sign_1gossip_1message
2328   (JNIEnv *, jclass, jlong, jlong);
2329
2330 /*
2331  * Class:     org_ldk_impl_bindings
2332  * Method:    LDKSignerProvider_new
2333  * Signature: (Lorg/ldk/impl/bindings/LDKSignerProvider;)J
2334  */
2335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKSignerProvider_1new
2336   (JNIEnv *, jclass, jobject);
2337
2338 /*
2339  * Class:     org_ldk_impl_bindings
2340  * Method:    SignerProvider_generate_channel_keys_id
2341  * Signature: (JZJ[B)[B
2342  */
2343 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_SignerProvider_1generate_1channel_1keys_1id
2344   (JNIEnv *, jclass, jlong, jboolean, jlong, jbyteArray);
2345
2346 /*
2347  * Class:     org_ldk_impl_bindings
2348  * Method:    SignerProvider_derive_channel_signer
2349  * Signature: (JJ[B)J
2350  */
2351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignerProvider_1derive_1channel_1signer
2352   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
2353
2354 /*
2355  * Class:     org_ldk_impl_bindings
2356  * Method:    SignerProvider_read_chan_signer
2357  * Signature: (J[B)J
2358  */
2359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignerProvider_1read_1chan_1signer
2360   (JNIEnv *, jclass, jlong, jbyteArray);
2361
2362 /*
2363  * Class:     org_ldk_impl_bindings
2364  * Method:    SignerProvider_get_destination_script
2365  * Signature: (J)[B
2366  */
2367 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_SignerProvider_1get_1destination_1script
2368   (JNIEnv *, jclass, jlong);
2369
2370 /*
2371  * Class:     org_ldk_impl_bindings
2372  * Method:    SignerProvider_get_shutdown_scriptpubkey
2373  * Signature: (J)J
2374  */
2375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignerProvider_1get_1shutdown_1scriptpubkey
2376   (JNIEnv *, jclass, jlong);
2377
2378 /*
2379  * Class:     org_ldk_impl_bindings
2380  * Method:    LDKFeeEstimator_new
2381  * Signature: (Lorg/ldk/impl/bindings/LDKFeeEstimator;)J
2382  */
2383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKFeeEstimator_1new
2384   (JNIEnv *, jclass, jobject);
2385
2386 /*
2387  * Class:     org_ldk_impl_bindings
2388  * Method:    FeeEstimator_get_est_sat_per_1000_weight
2389  * Signature: (JLorg/ldk/enums/ConfirmationTarget;)I
2390  */
2391 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_FeeEstimator_1get_1est_1sat_1per_11000_1weight
2392   (JNIEnv *, jclass, jlong, jobject);
2393
2394 /*
2395  * Class:     org_ldk_impl_bindings
2396  * Method:    LDKRouter_new
2397  * Signature: (Lorg/ldk/impl/bindings/LDKRouter;)J
2398  */
2399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKRouter_1new
2400   (JNIEnv *, jclass, jobject);
2401
2402 /*
2403  * Class:     org_ldk_impl_bindings
2404  * Method:    Router_find_route
2405  * Signature: (J[BJ[JJ)J
2406  */
2407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Router_1find_1route
2408   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlongArray, jlong);
2409
2410 /*
2411  * Class:     org_ldk_impl_bindings
2412  * Method:    Router_find_route_with_id
2413  * Signature: (J[BJ[JJ[B[B)J
2414  */
2415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Router_1find_1route_1with_1id
2416   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlongArray, jlong, jbyteArray, jbyteArray);
2417
2418 /*
2419  * Class:     org_ldk_impl_bindings
2420  * Method:    C2Tuple_BlockHashChannelManagerZ_get_a
2421  * Signature: (J)[B
2422  */
2423 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelManagerZ_1get_1a
2424   (JNIEnv *, jclass, jlong);
2425
2426 /*
2427  * Class:     org_ldk_impl_bindings
2428  * Method:    C2Tuple_BlockHashChannelManagerZ_get_b
2429  * Signature: (J)J
2430  */
2431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelManagerZ_1get_1b
2432   (JNIEnv *, jclass, jlong);
2433
2434 /*
2435  * Class:     org_ldk_impl_bindings
2436  * Method:    CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_get_ok
2437  * Signature: (J)J
2438  */
2439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1get_1ok
2440   (JNIEnv *, jclass, jlong);
2441
2442 /*
2443  * Class:     org_ldk_impl_bindings
2444  * Method:    CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_get_err
2445  * Signature: (J)J
2446  */
2447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1get_1err
2448   (JNIEnv *, jclass, jlong);
2449
2450 /*
2451  * Class:     org_ldk_impl_bindings
2452  * Method:    CResult_ChannelConfigDecodeErrorZ_get_ok
2453  * Signature: (J)J
2454  */
2455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelConfigDecodeErrorZ_1get_1ok
2456   (JNIEnv *, jclass, jlong);
2457
2458 /*
2459  * Class:     org_ldk_impl_bindings
2460  * Method:    CResult_ChannelConfigDecodeErrorZ_get_err
2461  * Signature: (J)J
2462  */
2463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelConfigDecodeErrorZ_1get_1err
2464   (JNIEnv *, jclass, jlong);
2465
2466 /*
2467  * Class:     org_ldk_impl_bindings
2468  * Method:    LDKCOption_APIErrorZ_ref_from_ptr
2469  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_APIErrorZ;
2470  */
2471 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1APIErrorZ_1ref_1from_1ptr
2472   (JNIEnv *, jclass, jlong);
2473
2474 /*
2475  * Class:     org_ldk_impl_bindings
2476  * Method:    CResult_COption_APIErrorZDecodeErrorZ_get_ok
2477  * Signature: (J)J
2478  */
2479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1APIErrorZDecodeErrorZ_1get_1ok
2480   (JNIEnv *, jclass, jlong);
2481
2482 /*
2483  * Class:     org_ldk_impl_bindings
2484  * Method:    CResult_COption_APIErrorZDecodeErrorZ_get_err
2485  * Signature: (J)J
2486  */
2487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1APIErrorZDecodeErrorZ_1get_1err
2488   (JNIEnv *, jclass, jlong);
2489
2490 /*
2491  * Class:     org_ldk_impl_bindings
2492  * Method:    CResult_UntrustedStringDecodeErrorZ_get_ok
2493  * Signature: (J)J
2494  */
2495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UntrustedStringDecodeErrorZ_1get_1ok
2496   (JNIEnv *, jclass, jlong);
2497
2498 /*
2499  * Class:     org_ldk_impl_bindings
2500  * Method:    CResult_UntrustedStringDecodeErrorZ_get_err
2501  * Signature: (J)J
2502  */
2503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UntrustedStringDecodeErrorZ_1get_1err
2504   (JNIEnv *, jclass, jlong);
2505
2506 /*
2507  * Class:     org_ldk_impl_bindings
2508  * Method:    CResult_OutPointDecodeErrorZ_get_ok
2509  * Signature: (J)J
2510  */
2511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OutPointDecodeErrorZ_1get_1ok
2512   (JNIEnv *, jclass, jlong);
2513
2514 /*
2515  * Class:     org_ldk_impl_bindings
2516  * Method:    CResult_OutPointDecodeErrorZ_get_err
2517  * Signature: (J)J
2518  */
2519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OutPointDecodeErrorZ_1get_1err
2520   (JNIEnv *, jclass, jlong);
2521
2522 /*
2523  * Class:     org_ldk_impl_bindings
2524  * Method:    LDKType_new
2525  * Signature: (Lorg/ldk/impl/bindings/LDKType;)J
2526  */
2527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKType_1new
2528   (JNIEnv *, jclass, jobject);
2529
2530 /*
2531  * Class:     org_ldk_impl_bindings
2532  * Method:    Type_type_id
2533  * Signature: (J)S
2534  */
2535 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_Type_1type_1id
2536   (JNIEnv *, jclass, jlong);
2537
2538 /*
2539  * Class:     org_ldk_impl_bindings
2540  * Method:    Type_debug_str
2541  * Signature: (J)Ljava/lang/String;
2542  */
2543 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_Type_1debug_1str
2544   (JNIEnv *, jclass, jlong);
2545
2546 /*
2547  * Class:     org_ldk_impl_bindings
2548  * Method:    Type_write
2549  * Signature: (J)[B
2550  */
2551 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Type_1write
2552   (JNIEnv *, jclass, jlong);
2553
2554 /*
2555  * Class:     org_ldk_impl_bindings
2556  * Method:    LDKCOption_TypeZ_ref_from_ptr
2557  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_TypeZ;
2558  */
2559 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1TypeZ_1ref_1from_1ptr
2560   (JNIEnv *, jclass, jlong);
2561
2562 /*
2563  * Class:     org_ldk_impl_bindings
2564  * Method:    CResult_COption_TypeZDecodeErrorZ_get_ok
2565  * Signature: (J)J
2566  */
2567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1TypeZDecodeErrorZ_1get_1ok
2568   (JNIEnv *, jclass, jlong);
2569
2570 /*
2571  * Class:     org_ldk_impl_bindings
2572  * Method:    CResult_COption_TypeZDecodeErrorZ_get_err
2573  * Signature: (J)J
2574  */
2575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1TypeZDecodeErrorZ_1get_1err
2576   (JNIEnv *, jclass, jlong);
2577
2578 /*
2579  * Class:     org_ldk_impl_bindings
2580  * Method:    LDKPaymentError_ref_from_ptr
2581  * Signature: (J)Lorg/ldk/impl/bindings/LDKPaymentError;
2582  */
2583 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKPaymentError_1ref_1from_1ptr
2584   (JNIEnv *, jclass, jlong);
2585
2586 /*
2587  * Class:     org_ldk_impl_bindings
2588  * Method:    CResult_PaymentIdPaymentErrorZ_get_ok
2589  * Signature: (J)[B
2590  */
2591 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentIdPaymentErrorZ_1get_1ok
2592   (JNIEnv *, jclass, jlong);
2593
2594 /*
2595  * Class:     org_ldk_impl_bindings
2596  * Method:    CResult_PaymentIdPaymentErrorZ_get_err
2597  * Signature: (J)J
2598  */
2599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentIdPaymentErrorZ_1get_1err
2600   (JNIEnv *, jclass, jlong);
2601
2602 /*
2603  * Class:     org_ldk_impl_bindings
2604  * Method:    CResult_NonePaymentErrorZ_get_ok
2605  * Signature: (J)V
2606  */
2607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentErrorZ_1get_1ok
2608   (JNIEnv *, jclass, jlong);
2609
2610 /*
2611  * Class:     org_ldk_impl_bindings
2612  * Method:    CResult_NonePaymentErrorZ_get_err
2613  * Signature: (J)J
2614  */
2615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentErrorZ_1get_1err
2616   (JNIEnv *, jclass, jlong);
2617
2618 /*
2619  * Class:     org_ldk_impl_bindings
2620  * Method:    CResult_StringErrorZ_get_ok
2621  * Signature: (J)Ljava/lang/String;
2622  */
2623 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_CResult_1StringErrorZ_1get_1ok
2624   (JNIEnv *, jclass, jlong);
2625
2626 /*
2627  * Class:     org_ldk_impl_bindings
2628  * Method:    CResult_StringErrorZ_get_err
2629  * Signature: (J)Lorg/ldk/enums/Secp256k1Error;
2630  */
2631 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CResult_1StringErrorZ_1get_1err
2632   (JNIEnv *, jclass, jlong);
2633
2634 /*
2635  * Class:     org_ldk_impl_bindings
2636  * Method:    CResult_ChannelMonitorUpdateDecodeErrorZ_get_ok
2637  * Signature: (J)J
2638  */
2639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelMonitorUpdateDecodeErrorZ_1get_1ok
2640   (JNIEnv *, jclass, jlong);
2641
2642 /*
2643  * Class:     org_ldk_impl_bindings
2644  * Method:    CResult_ChannelMonitorUpdateDecodeErrorZ_get_err
2645  * Signature: (J)J
2646  */
2647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelMonitorUpdateDecodeErrorZ_1get_1err
2648   (JNIEnv *, jclass, jlong);
2649
2650 /*
2651  * Class:     org_ldk_impl_bindings
2652  * Method:    LDKCOption_MonitorEventZ_ref_from_ptr
2653  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_MonitorEventZ;
2654  */
2655 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1MonitorEventZ_1ref_1from_1ptr
2656   (JNIEnv *, jclass, jlong);
2657
2658 /*
2659  * Class:     org_ldk_impl_bindings
2660  * Method:    CResult_COption_MonitorEventZDecodeErrorZ_get_ok
2661  * Signature: (J)J
2662  */
2663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1MonitorEventZDecodeErrorZ_1get_1ok
2664   (JNIEnv *, jclass, jlong);
2665
2666 /*
2667  * Class:     org_ldk_impl_bindings
2668  * Method:    CResult_COption_MonitorEventZDecodeErrorZ_get_err
2669  * Signature: (J)J
2670  */
2671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1MonitorEventZDecodeErrorZ_1get_1err
2672   (JNIEnv *, jclass, jlong);
2673
2674 /*
2675  * Class:     org_ldk_impl_bindings
2676  * Method:    CResult_HTLCUpdateDecodeErrorZ_get_ok
2677  * Signature: (J)J
2678  */
2679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCUpdateDecodeErrorZ_1get_1ok
2680   (JNIEnv *, jclass, jlong);
2681
2682 /*
2683  * Class:     org_ldk_impl_bindings
2684  * Method:    CResult_HTLCUpdateDecodeErrorZ_get_err
2685  * Signature: (J)J
2686  */
2687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCUpdateDecodeErrorZ_1get_1err
2688   (JNIEnv *, jclass, jlong);
2689
2690 /*
2691  * Class:     org_ldk_impl_bindings
2692  * Method:    C2Tuple_OutPointScriptZ_get_a
2693  * Signature: (J)J
2694  */
2695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointScriptZ_1get_1a
2696   (JNIEnv *, jclass, jlong);
2697
2698 /*
2699  * Class:     org_ldk_impl_bindings
2700  * Method:    C2Tuple_OutPointScriptZ_get_b
2701  * Signature: (J)[B
2702  */
2703 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointScriptZ_1get_1b
2704   (JNIEnv *, jclass, jlong);
2705
2706 /*
2707  * Class:     org_ldk_impl_bindings
2708  * Method:    C2Tuple_u32ScriptZ_get_a
2709  * Signature: (J)I
2710  */
2711 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32ScriptZ_1get_1a
2712   (JNIEnv *, jclass, jlong);
2713
2714 /*
2715  * Class:     org_ldk_impl_bindings
2716  * Method:    C2Tuple_u32ScriptZ_get_b
2717  * Signature: (J)[B
2718  */
2719 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32ScriptZ_1get_1b
2720   (JNIEnv *, jclass, jlong);
2721
2722 /*
2723  * Class:     org_ldk_impl_bindings
2724  * Method:    C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZ_get_a
2725  * Signature: (J)[B
2726  */
2727 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZ_1get_1a
2728   (JNIEnv *, jclass, jlong);
2729
2730 /*
2731  * Class:     org_ldk_impl_bindings
2732  * Method:    C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZ_get_b
2733  * Signature: (J)[J
2734  */
2735 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZ_1get_1b
2736   (JNIEnv *, jclass, jlong);
2737
2738 /*
2739  * Class:     org_ldk_impl_bindings
2740  * Method:    C2Tuple_u32TxOutZ_get_a
2741  * Signature: (J)I
2742  */
2743 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32TxOutZ_1get_1a
2744   (JNIEnv *, jclass, jlong);
2745
2746 /*
2747  * Class:     org_ldk_impl_bindings
2748  * Method:    C2Tuple_u32TxOutZ_get_b
2749  * Signature: (J)J
2750  */
2751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32TxOutZ_1get_1b
2752   (JNIEnv *, jclass, jlong);
2753
2754 /*
2755  * Class:     org_ldk_impl_bindings
2756  * Method:    C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ_get_a
2757  * Signature: (J)[B
2758  */
2759 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZ_1get_1a
2760   (JNIEnv *, jclass, jlong);
2761
2762 /*
2763  * Class:     org_ldk_impl_bindings
2764  * Method:    C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ_get_b
2765  * Signature: (J)[J
2766  */
2767 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZ_1get_1b
2768   (JNIEnv *, jclass, jlong);
2769
2770 /*
2771  * Class:     org_ldk_impl_bindings
2772  * Method:    LDKBalance_ref_from_ptr
2773  * Signature: (J)Lorg/ldk/impl/bindings/LDKBalance;
2774  */
2775 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKBalance_1ref_1from_1ptr
2776   (JNIEnv *, jclass, jlong);
2777
2778 /*
2779  * Class:     org_ldk_impl_bindings
2780  * Method:    CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_get_ok
2781  * Signature: (J)J
2782  */
2783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1get_1ok
2784   (JNIEnv *, jclass, jlong);
2785
2786 /*
2787  * Class:     org_ldk_impl_bindings
2788  * Method:    CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_get_err
2789  * Signature: (J)J
2790  */
2791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1get_1err
2792   (JNIEnv *, jclass, jlong);
2793
2794 /*
2795  * Class:     org_ldk_impl_bindings
2796  * Method:    C2Tuple_PublicKeyTypeZ_get_a
2797  * Signature: (J)[B
2798  */
2799 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyTypeZ_1get_1a
2800   (JNIEnv *, jclass, jlong);
2801
2802 /*
2803  * Class:     org_ldk_impl_bindings
2804  * Method:    C2Tuple_PublicKeyTypeZ_get_b
2805  * Signature: (J)J
2806  */
2807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyTypeZ_1get_1b
2808   (JNIEnv *, jclass, jlong);
2809
2810 /*
2811  * Class:     org_ldk_impl_bindings
2812  * Method:    LDKCustomOnionMessageContents_new
2813  * Signature: (Lorg/ldk/impl/bindings/LDKCustomOnionMessageContents;)J
2814  */
2815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCustomOnionMessageContents_1new
2816   (JNIEnv *, jclass, jobject);
2817
2818 /*
2819  * Class:     org_ldk_impl_bindings
2820  * Method:    CustomOnionMessageContents_tlv_type
2821  * Signature: (J)J
2822  */
2823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CustomOnionMessageContents_1tlv_1type
2824   (JNIEnv *, jclass, jlong);
2825
2826 /*
2827  * Class:     org_ldk_impl_bindings
2828  * Method:    CustomOnionMessageContents_write
2829  * Signature: (J)[B
2830  */
2831 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CustomOnionMessageContents_1write
2832   (JNIEnv *, jclass, jlong);
2833
2834 /*
2835  * Class:     org_ldk_impl_bindings
2836  * Method:    LDKCOption_CustomOnionMessageContentsZ_ref_from_ptr
2837  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_CustomOnionMessageContentsZ;
2838  */
2839 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1CustomOnionMessageContentsZ_1ref_1from_1ptr
2840   (JNIEnv *, jclass, jlong);
2841
2842 /*
2843  * Class:     org_ldk_impl_bindings
2844  * Method:    CResult_COption_CustomOnionMessageContentsZDecodeErrorZ_get_ok
2845  * Signature: (J)J
2846  */
2847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1CustomOnionMessageContentsZDecodeErrorZ_1get_1ok
2848   (JNIEnv *, jclass, jlong);
2849
2850 /*
2851  * Class:     org_ldk_impl_bindings
2852  * Method:    CResult_COption_CustomOnionMessageContentsZDecodeErrorZ_get_err
2853  * Signature: (J)J
2854  */
2855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1CustomOnionMessageContentsZDecodeErrorZ_1get_1err
2856   (JNIEnv *, jclass, jlong);
2857
2858 /*
2859  * Class:     org_ldk_impl_bindings
2860  * Method:    LDKCOption_NetAddressZ_ref_from_ptr
2861  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_NetAddressZ;
2862  */
2863 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1NetAddressZ_1ref_1from_1ptr
2864   (JNIEnv *, jclass, jlong);
2865
2866 /*
2867  * Class:     org_ldk_impl_bindings
2868  * Method:    C2Tuple_PublicKeyCOption_NetAddressZZ_get_a
2869  * Signature: (J)[B
2870  */
2871 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyCOption_1NetAddressZZ_1get_1a
2872   (JNIEnv *, jclass, jlong);
2873
2874 /*
2875  * Class:     org_ldk_impl_bindings
2876  * Method:    C2Tuple_PublicKeyCOption_NetAddressZZ_get_b
2877  * Signature: (J)J
2878  */
2879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyCOption_1NetAddressZZ_1get_1b
2880   (JNIEnv *, jclass, jlong);
2881
2882 /*
2883  * Class:     org_ldk_impl_bindings
2884  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_get_ok
2885  * Signature: (J)[B
2886  */
2887 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1get_1ok
2888   (JNIEnv *, jclass, jlong);
2889
2890 /*
2891  * Class:     org_ldk_impl_bindings
2892  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_get_err
2893  * Signature: (J)J
2894  */
2895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1get_1err
2896   (JNIEnv *, jclass, jlong);
2897
2898 /*
2899  * Class:     org_ldk_impl_bindings
2900  * Method:    CResult_NonePeerHandleErrorZ_get_ok
2901  * Signature: (J)V
2902  */
2903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1get_1ok
2904   (JNIEnv *, jclass, jlong);
2905
2906 /*
2907  * Class:     org_ldk_impl_bindings
2908  * Method:    CResult_NonePeerHandleErrorZ_get_err
2909  * Signature: (J)J
2910  */
2911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1get_1err
2912   (JNIEnv *, jclass, jlong);
2913
2914 /*
2915  * Class:     org_ldk_impl_bindings
2916  * Method:    CResult_boolPeerHandleErrorZ_get_ok
2917  * Signature: (J)Z
2918  */
2919 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1get_1ok
2920   (JNIEnv *, jclass, jlong);
2921
2922 /*
2923  * Class:     org_ldk_impl_bindings
2924  * Method:    CResult_boolPeerHandleErrorZ_get_err
2925  * Signature: (J)J
2926  */
2927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1get_1err
2928   (JNIEnv *, jclass, jlong);
2929
2930 /*
2931  * Class:     org_ldk_impl_bindings
2932  * Method:    LDKSendError_ref_from_ptr
2933  * Signature: (J)Lorg/ldk/impl/bindings/LDKSendError;
2934  */
2935 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKSendError_1ref_1from_1ptr
2936   (JNIEnv *, jclass, jlong);
2937
2938 /*
2939  * Class:     org_ldk_impl_bindings
2940  * Method:    CResult_NoneSendErrorZ_get_ok
2941  * Signature: (J)V
2942  */
2943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSendErrorZ_1get_1ok
2944   (JNIEnv *, jclass, jlong);
2945
2946 /*
2947  * Class:     org_ldk_impl_bindings
2948  * Method:    CResult_NoneSendErrorZ_get_err
2949  * Signature: (J)J
2950  */
2951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSendErrorZ_1get_1err
2952   (JNIEnv *, jclass, jlong);
2953
2954 /*
2955  * Class:     org_ldk_impl_bindings
2956  * Method:    CResult_BlindedPathNoneZ_get_ok
2957  * Signature: (J)J
2958  */
2959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPathNoneZ_1get_1ok
2960   (JNIEnv *, jclass, jlong);
2961
2962 /*
2963  * Class:     org_ldk_impl_bindings
2964  * Method:    CResult_BlindedPathNoneZ_get_err
2965  * Signature: (J)V
2966  */
2967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPathNoneZ_1get_1err
2968   (JNIEnv *, jclass, jlong);
2969
2970 /*
2971  * Class:     org_ldk_impl_bindings
2972  * Method:    CResult_BlindedPathDecodeErrorZ_get_ok
2973  * Signature: (J)J
2974  */
2975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPathDecodeErrorZ_1get_1ok
2976   (JNIEnv *, jclass, jlong);
2977
2978 /*
2979  * Class:     org_ldk_impl_bindings
2980  * Method:    CResult_BlindedPathDecodeErrorZ_get_err
2981  * Signature: (J)J
2982  */
2983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPathDecodeErrorZ_1get_1err
2984   (JNIEnv *, jclass, jlong);
2985
2986 /*
2987  * Class:     org_ldk_impl_bindings
2988  * Method:    CResult_BlindedHopDecodeErrorZ_get_ok
2989  * Signature: (J)J
2990  */
2991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedHopDecodeErrorZ_1get_1ok
2992   (JNIEnv *, jclass, jlong);
2993
2994 /*
2995  * Class:     org_ldk_impl_bindings
2996  * Method:    CResult_BlindedHopDecodeErrorZ_get_err
2997  * Signature: (J)J
2998  */
2999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedHopDecodeErrorZ_1get_1err
3000   (JNIEnv *, jclass, jlong);
3001
3002 /*
3003  * Class:     org_ldk_impl_bindings
3004  * Method:    LDKParseError_ref_from_ptr
3005  * Signature: (J)Lorg/ldk/impl/bindings/LDKParseError;
3006  */
3007 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKParseError_1ref_1from_1ptr
3008   (JNIEnv *, jclass, jlong);
3009
3010 /*
3011  * Class:     org_ldk_impl_bindings
3012  * Method:    CResult_SiPrefixParseErrorZ_get_ok
3013  * Signature: (J)Lorg/ldk/enums/SiPrefix;
3014  */
3015 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CResult_1SiPrefixParseErrorZ_1get_1ok
3016   (JNIEnv *, jclass, jlong);
3017
3018 /*
3019  * Class:     org_ldk_impl_bindings
3020  * Method:    CResult_SiPrefixParseErrorZ_get_err
3021  * Signature: (J)J
3022  */
3023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SiPrefixParseErrorZ_1get_1err
3024   (JNIEnv *, jclass, jlong);
3025
3026 /*
3027  * Class:     org_ldk_impl_bindings
3028  * Method:    LDKParseOrSemanticError_ref_from_ptr
3029  * Signature: (J)Lorg/ldk/impl/bindings/LDKParseOrSemanticError;
3030  */
3031 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKParseOrSemanticError_1ref_1from_1ptr
3032   (JNIEnv *, jclass, jlong);
3033
3034 /*
3035  * Class:     org_ldk_impl_bindings
3036  * Method:    CResult_InvoiceParseOrSemanticErrorZ_get_ok
3037  * Signature: (J)J
3038  */
3039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceParseOrSemanticErrorZ_1get_1ok
3040   (JNIEnv *, jclass, jlong);
3041
3042 /*
3043  * Class:     org_ldk_impl_bindings
3044  * Method:    CResult_InvoiceParseOrSemanticErrorZ_get_err
3045  * Signature: (J)J
3046  */
3047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceParseOrSemanticErrorZ_1get_1err
3048   (JNIEnv *, jclass, jlong);
3049
3050 /*
3051  * Class:     org_ldk_impl_bindings
3052  * Method:    CResult_SignedRawInvoiceParseErrorZ_get_ok
3053  * Signature: (J)J
3054  */
3055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignedRawInvoiceParseErrorZ_1get_1ok
3056   (JNIEnv *, jclass, jlong);
3057
3058 /*
3059  * Class:     org_ldk_impl_bindings
3060  * Method:    CResult_SignedRawInvoiceParseErrorZ_get_err
3061  * Signature: (J)J
3062  */
3063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignedRawInvoiceParseErrorZ_1get_1err
3064   (JNIEnv *, jclass, jlong);
3065
3066 /*
3067  * Class:     org_ldk_impl_bindings
3068  * Method:    C3Tuple_RawInvoice_u832InvoiceSignatureZ_get_a
3069  * Signature: (J)J
3070  */
3071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1RawInvoice_1u832InvoiceSignatureZ_1get_1a
3072   (JNIEnv *, jclass, jlong);
3073
3074 /*
3075  * Class:     org_ldk_impl_bindings
3076  * Method:    C3Tuple_RawInvoice_u832InvoiceSignatureZ_get_b
3077  * Signature: (J)[B
3078  */
3079 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_C3Tuple_1RawInvoice_1u832InvoiceSignatureZ_1get_1b
3080   (JNIEnv *, jclass, jlong);
3081
3082 /*
3083  * Class:     org_ldk_impl_bindings
3084  * Method:    C3Tuple_RawInvoice_u832InvoiceSignatureZ_get_c
3085  * Signature: (J)J
3086  */
3087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1RawInvoice_1u832InvoiceSignatureZ_1get_1c
3088   (JNIEnv *, jclass, jlong);
3089
3090 /*
3091  * Class:     org_ldk_impl_bindings
3092  * Method:    CResult_PayeePubKeyErrorZ_get_ok
3093  * Signature: (J)J
3094  */
3095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PayeePubKeyErrorZ_1get_1ok
3096   (JNIEnv *, jclass, jlong);
3097
3098 /*
3099  * Class:     org_ldk_impl_bindings
3100  * Method:    CResult_PayeePubKeyErrorZ_get_err
3101  * Signature: (J)Lorg/ldk/enums/Secp256k1Error;
3102  */
3103 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CResult_1PayeePubKeyErrorZ_1get_1err
3104   (JNIEnv *, jclass, jlong);
3105
3106 /*
3107  * Class:     org_ldk_impl_bindings
3108  * Method:    CResult_PositiveTimestampCreationErrorZ_get_ok
3109  * Signature: (J)J
3110  */
3111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PositiveTimestampCreationErrorZ_1get_1ok
3112   (JNIEnv *, jclass, jlong);
3113
3114 /*
3115  * Class:     org_ldk_impl_bindings
3116  * Method:    CResult_PositiveTimestampCreationErrorZ_get_err
3117  * Signature: (J)Lorg/ldk/enums/CreationError;
3118  */
3119 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CResult_1PositiveTimestampCreationErrorZ_1get_1err
3120   (JNIEnv *, jclass, jlong);
3121
3122 /*
3123  * Class:     org_ldk_impl_bindings
3124  * Method:    CResult_NoneSemanticErrorZ_get_ok
3125  * Signature: (J)V
3126  */
3127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSemanticErrorZ_1get_1ok
3128   (JNIEnv *, jclass, jlong);
3129
3130 /*
3131  * Class:     org_ldk_impl_bindings
3132  * Method:    CResult_NoneSemanticErrorZ_get_err
3133  * Signature: (J)Lorg/ldk/enums/SemanticError;
3134  */
3135 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSemanticErrorZ_1get_1err
3136   (JNIEnv *, jclass, jlong);
3137
3138 /*
3139  * Class:     org_ldk_impl_bindings
3140  * Method:    CResult_InvoiceSemanticErrorZ_get_ok
3141  * Signature: (J)J
3142  */
3143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSemanticErrorZ_1get_1ok
3144   (JNIEnv *, jclass, jlong);
3145
3146 /*
3147  * Class:     org_ldk_impl_bindings
3148  * Method:    CResult_InvoiceSemanticErrorZ_get_err
3149  * Signature: (J)Lorg/ldk/enums/SemanticError;
3150  */
3151 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSemanticErrorZ_1get_1err
3152   (JNIEnv *, jclass, jlong);
3153
3154 /*
3155  * Class:     org_ldk_impl_bindings
3156  * Method:    CResult_DescriptionCreationErrorZ_get_ok
3157  * Signature: (J)J
3158  */
3159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DescriptionCreationErrorZ_1get_1ok
3160   (JNIEnv *, jclass, jlong);
3161
3162 /*
3163  * Class:     org_ldk_impl_bindings
3164  * Method:    CResult_DescriptionCreationErrorZ_get_err
3165  * Signature: (J)Lorg/ldk/enums/CreationError;
3166  */
3167 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CResult_1DescriptionCreationErrorZ_1get_1err
3168   (JNIEnv *, jclass, jlong);
3169
3170 /*
3171  * Class:     org_ldk_impl_bindings
3172  * Method:    CResult_PrivateRouteCreationErrorZ_get_ok
3173  * Signature: (J)J
3174  */
3175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PrivateRouteCreationErrorZ_1get_1ok
3176   (JNIEnv *, jclass, jlong);
3177
3178 /*
3179  * Class:     org_ldk_impl_bindings
3180  * Method:    CResult_PrivateRouteCreationErrorZ_get_err
3181  * Signature: (J)Lorg/ldk/enums/CreationError;
3182  */
3183 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CResult_1PrivateRouteCreationErrorZ_1get_1err
3184   (JNIEnv *, jclass, jlong);
3185
3186 /*
3187  * Class:     org_ldk_impl_bindings
3188  * Method:    CResult_NetAddressDecodeErrorZ_get_ok
3189  * Signature: (J)J
3190  */
3191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetAddressDecodeErrorZ_1get_1ok
3192   (JNIEnv *, jclass, jlong);
3193
3194 /*
3195  * Class:     org_ldk_impl_bindings
3196  * Method:    CResult_NetAddressDecodeErrorZ_get_err
3197  * Signature: (J)J
3198  */
3199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetAddressDecodeErrorZ_1get_1err
3200   (JNIEnv *, jclass, jlong);
3201
3202 /*
3203  * Class:     org_ldk_impl_bindings
3204  * Method:    CResult_AcceptChannelDecodeErrorZ_get_ok
3205  * Signature: (J)J
3206  */
3207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AcceptChannelDecodeErrorZ_1get_1ok
3208   (JNIEnv *, jclass, jlong);
3209
3210 /*
3211  * Class:     org_ldk_impl_bindings
3212  * Method:    CResult_AcceptChannelDecodeErrorZ_get_err
3213  * Signature: (J)J
3214  */
3215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AcceptChannelDecodeErrorZ_1get_1err
3216   (JNIEnv *, jclass, jlong);
3217
3218 /*
3219  * Class:     org_ldk_impl_bindings
3220  * Method:    CResult_AnnouncementSignaturesDecodeErrorZ_get_ok
3221  * Signature: (J)J
3222  */
3223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AnnouncementSignaturesDecodeErrorZ_1get_1ok
3224   (JNIEnv *, jclass, jlong);
3225
3226 /*
3227  * Class:     org_ldk_impl_bindings
3228  * Method:    CResult_AnnouncementSignaturesDecodeErrorZ_get_err
3229  * Signature: (J)J
3230  */
3231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AnnouncementSignaturesDecodeErrorZ_1get_1err
3232   (JNIEnv *, jclass, jlong);
3233
3234 /*
3235  * Class:     org_ldk_impl_bindings
3236  * Method:    CResult_ChannelReestablishDecodeErrorZ_get_ok
3237  * Signature: (J)J
3238  */
3239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReestablishDecodeErrorZ_1get_1ok
3240   (JNIEnv *, jclass, jlong);
3241
3242 /*
3243  * Class:     org_ldk_impl_bindings
3244  * Method:    CResult_ChannelReestablishDecodeErrorZ_get_err
3245  * Signature: (J)J
3246  */
3247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReestablishDecodeErrorZ_1get_1err
3248   (JNIEnv *, jclass, jlong);
3249
3250 /*
3251  * Class:     org_ldk_impl_bindings
3252  * Method:    CResult_ClosingSignedDecodeErrorZ_get_ok
3253  * Signature: (J)J
3254  */
3255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedDecodeErrorZ_1get_1ok
3256   (JNIEnv *, jclass, jlong);
3257
3258 /*
3259  * Class:     org_ldk_impl_bindings
3260  * Method:    CResult_ClosingSignedDecodeErrorZ_get_err
3261  * Signature: (J)J
3262  */
3263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedDecodeErrorZ_1get_1err
3264   (JNIEnv *, jclass, jlong);
3265
3266 /*
3267  * Class:     org_ldk_impl_bindings
3268  * Method:    CResult_ClosingSignedFeeRangeDecodeErrorZ_get_ok
3269  * Signature: (J)J
3270  */
3271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedFeeRangeDecodeErrorZ_1get_1ok
3272   (JNIEnv *, jclass, jlong);
3273
3274 /*
3275  * Class:     org_ldk_impl_bindings
3276  * Method:    CResult_ClosingSignedFeeRangeDecodeErrorZ_get_err
3277  * Signature: (J)J
3278  */
3279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedFeeRangeDecodeErrorZ_1get_1err
3280   (JNIEnv *, jclass, jlong);
3281
3282 /*
3283  * Class:     org_ldk_impl_bindings
3284  * Method:    CResult_CommitmentSignedDecodeErrorZ_get_ok
3285  * Signature: (J)J
3286  */
3287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentSignedDecodeErrorZ_1get_1ok
3288   (JNIEnv *, jclass, jlong);
3289
3290 /*
3291  * Class:     org_ldk_impl_bindings
3292  * Method:    CResult_CommitmentSignedDecodeErrorZ_get_err
3293  * Signature: (J)J
3294  */
3295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentSignedDecodeErrorZ_1get_1err
3296   (JNIEnv *, jclass, jlong);
3297
3298 /*
3299  * Class:     org_ldk_impl_bindings
3300  * Method:    CResult_FundingCreatedDecodeErrorZ_get_ok
3301  * Signature: (J)J
3302  */
3303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingCreatedDecodeErrorZ_1get_1ok
3304   (JNIEnv *, jclass, jlong);
3305
3306 /*
3307  * Class:     org_ldk_impl_bindings
3308  * Method:    CResult_FundingCreatedDecodeErrorZ_get_err
3309  * Signature: (J)J
3310  */
3311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingCreatedDecodeErrorZ_1get_1err
3312   (JNIEnv *, jclass, jlong);
3313
3314 /*
3315  * Class:     org_ldk_impl_bindings
3316  * Method:    CResult_FundingSignedDecodeErrorZ_get_ok
3317  * Signature: (J)J
3318  */
3319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingSignedDecodeErrorZ_1get_1ok
3320   (JNIEnv *, jclass, jlong);
3321
3322 /*
3323  * Class:     org_ldk_impl_bindings
3324  * Method:    CResult_FundingSignedDecodeErrorZ_get_err
3325  * Signature: (J)J
3326  */
3327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingSignedDecodeErrorZ_1get_1err
3328   (JNIEnv *, jclass, jlong);
3329
3330 /*
3331  * Class:     org_ldk_impl_bindings
3332  * Method:    CResult_ChannelReadyDecodeErrorZ_get_ok
3333  * Signature: (J)J
3334  */
3335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReadyDecodeErrorZ_1get_1ok
3336   (JNIEnv *, jclass, jlong);
3337
3338 /*
3339  * Class:     org_ldk_impl_bindings
3340  * Method:    CResult_ChannelReadyDecodeErrorZ_get_err
3341  * Signature: (J)J
3342  */
3343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReadyDecodeErrorZ_1get_1err
3344   (JNIEnv *, jclass, jlong);
3345
3346 /*
3347  * Class:     org_ldk_impl_bindings
3348  * Method:    CResult_InitDecodeErrorZ_get_ok
3349  * Signature: (J)J
3350  */
3351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitDecodeErrorZ_1get_1ok
3352   (JNIEnv *, jclass, jlong);
3353
3354 /*
3355  * Class:     org_ldk_impl_bindings
3356  * Method:    CResult_InitDecodeErrorZ_get_err
3357  * Signature: (J)J
3358  */
3359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitDecodeErrorZ_1get_1err
3360   (JNIEnv *, jclass, jlong);
3361
3362 /*
3363  * Class:     org_ldk_impl_bindings
3364  * Method:    CResult_OpenChannelDecodeErrorZ_get_ok
3365  * Signature: (J)J
3366  */
3367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OpenChannelDecodeErrorZ_1get_1ok
3368   (JNIEnv *, jclass, jlong);
3369
3370 /*
3371  * Class:     org_ldk_impl_bindings
3372  * Method:    CResult_OpenChannelDecodeErrorZ_get_err
3373  * Signature: (J)J
3374  */
3375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OpenChannelDecodeErrorZ_1get_1err
3376   (JNIEnv *, jclass, jlong);
3377
3378 /*
3379  * Class:     org_ldk_impl_bindings
3380  * Method:    CResult_RevokeAndACKDecodeErrorZ_get_ok
3381  * Signature: (J)J
3382  */
3383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RevokeAndACKDecodeErrorZ_1get_1ok
3384   (JNIEnv *, jclass, jlong);
3385
3386 /*
3387  * Class:     org_ldk_impl_bindings
3388  * Method:    CResult_RevokeAndACKDecodeErrorZ_get_err
3389  * Signature: (J)J
3390  */
3391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RevokeAndACKDecodeErrorZ_1get_1err
3392   (JNIEnv *, jclass, jlong);
3393
3394 /*
3395  * Class:     org_ldk_impl_bindings
3396  * Method:    CResult_ShutdownDecodeErrorZ_get_ok
3397  * Signature: (J)J
3398  */
3399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownDecodeErrorZ_1get_1ok
3400   (JNIEnv *, jclass, jlong);
3401
3402 /*
3403  * Class:     org_ldk_impl_bindings
3404  * Method:    CResult_ShutdownDecodeErrorZ_get_err
3405  * Signature: (J)J
3406  */
3407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownDecodeErrorZ_1get_1err
3408   (JNIEnv *, jclass, jlong);
3409
3410 /*
3411  * Class:     org_ldk_impl_bindings
3412  * Method:    CResult_UpdateFailHTLCDecodeErrorZ_get_ok
3413  * Signature: (J)J
3414  */
3415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailHTLCDecodeErrorZ_1get_1ok
3416   (JNIEnv *, jclass, jlong);
3417
3418 /*
3419  * Class:     org_ldk_impl_bindings
3420  * Method:    CResult_UpdateFailHTLCDecodeErrorZ_get_err
3421  * Signature: (J)J
3422  */
3423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailHTLCDecodeErrorZ_1get_1err
3424   (JNIEnv *, jclass, jlong);
3425
3426 /*
3427  * Class:     org_ldk_impl_bindings
3428  * Method:    CResult_UpdateFailMalformedHTLCDecodeErrorZ_get_ok
3429  * Signature: (J)J
3430  */
3431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailMalformedHTLCDecodeErrorZ_1get_1ok
3432   (JNIEnv *, jclass, jlong);
3433
3434 /*
3435  * Class:     org_ldk_impl_bindings
3436  * Method:    CResult_UpdateFailMalformedHTLCDecodeErrorZ_get_err
3437  * Signature: (J)J
3438  */
3439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailMalformedHTLCDecodeErrorZ_1get_1err
3440   (JNIEnv *, jclass, jlong);
3441
3442 /*
3443  * Class:     org_ldk_impl_bindings
3444  * Method:    CResult_UpdateFeeDecodeErrorZ_get_ok
3445  * Signature: (J)J
3446  */
3447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFeeDecodeErrorZ_1get_1ok
3448   (JNIEnv *, jclass, jlong);
3449
3450 /*
3451  * Class:     org_ldk_impl_bindings
3452  * Method:    CResult_UpdateFeeDecodeErrorZ_get_err
3453  * Signature: (J)J
3454  */
3455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFeeDecodeErrorZ_1get_1err
3456   (JNIEnv *, jclass, jlong);
3457
3458 /*
3459  * Class:     org_ldk_impl_bindings
3460  * Method:    CResult_UpdateFulfillHTLCDecodeErrorZ_get_ok
3461  * Signature: (J)J
3462  */
3463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFulfillHTLCDecodeErrorZ_1get_1ok
3464   (JNIEnv *, jclass, jlong);
3465
3466 /*
3467  * Class:     org_ldk_impl_bindings
3468  * Method:    CResult_UpdateFulfillHTLCDecodeErrorZ_get_err
3469  * Signature: (J)J
3470  */
3471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFulfillHTLCDecodeErrorZ_1get_1err
3472   (JNIEnv *, jclass, jlong);
3473
3474 /*
3475  * Class:     org_ldk_impl_bindings
3476  * Method:    CResult_UpdateAddHTLCDecodeErrorZ_get_ok
3477  * Signature: (J)J
3478  */
3479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateAddHTLCDecodeErrorZ_1get_1ok
3480   (JNIEnv *, jclass, jlong);
3481
3482 /*
3483  * Class:     org_ldk_impl_bindings
3484  * Method:    CResult_UpdateAddHTLCDecodeErrorZ_get_err
3485  * Signature: (J)J
3486  */
3487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateAddHTLCDecodeErrorZ_1get_1err
3488   (JNIEnv *, jclass, jlong);
3489
3490 /*
3491  * Class:     org_ldk_impl_bindings
3492  * Method:    CResult_OnionMessageDecodeErrorZ_get_ok
3493  * Signature: (J)J
3494  */
3495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OnionMessageDecodeErrorZ_1get_1ok
3496   (JNIEnv *, jclass, jlong);
3497
3498 /*
3499  * Class:     org_ldk_impl_bindings
3500  * Method:    CResult_OnionMessageDecodeErrorZ_get_err
3501  * Signature: (J)J
3502  */
3503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OnionMessageDecodeErrorZ_1get_1err
3504   (JNIEnv *, jclass, jlong);
3505
3506 /*
3507  * Class:     org_ldk_impl_bindings
3508  * Method:    CResult_PingDecodeErrorZ_get_ok
3509  * Signature: (J)J
3510  */
3511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PingDecodeErrorZ_1get_1ok
3512   (JNIEnv *, jclass, jlong);
3513
3514 /*
3515  * Class:     org_ldk_impl_bindings
3516  * Method:    CResult_PingDecodeErrorZ_get_err
3517  * Signature: (J)J
3518  */
3519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PingDecodeErrorZ_1get_1err
3520   (JNIEnv *, jclass, jlong);
3521
3522 /*
3523  * Class:     org_ldk_impl_bindings
3524  * Method:    CResult_PongDecodeErrorZ_get_ok
3525  * Signature: (J)J
3526  */
3527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PongDecodeErrorZ_1get_1ok
3528   (JNIEnv *, jclass, jlong);
3529
3530 /*
3531  * Class:     org_ldk_impl_bindings
3532  * Method:    CResult_PongDecodeErrorZ_get_err
3533  * Signature: (J)J
3534  */
3535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PongDecodeErrorZ_1get_1err
3536   (JNIEnv *, jclass, jlong);
3537
3538 /*
3539  * Class:     org_ldk_impl_bindings
3540  * Method:    CResult_UnsignedChannelAnnouncementDecodeErrorZ_get_ok
3541  * Signature: (J)J
3542  */
3543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelAnnouncementDecodeErrorZ_1get_1ok
3544   (JNIEnv *, jclass, jlong);
3545
3546 /*
3547  * Class:     org_ldk_impl_bindings
3548  * Method:    CResult_UnsignedChannelAnnouncementDecodeErrorZ_get_err
3549  * Signature: (J)J
3550  */
3551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelAnnouncementDecodeErrorZ_1get_1err
3552   (JNIEnv *, jclass, jlong);
3553
3554 /*
3555  * Class:     org_ldk_impl_bindings
3556  * Method:    CResult_ChannelAnnouncementDecodeErrorZ_get_ok
3557  * Signature: (J)J
3558  */
3559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelAnnouncementDecodeErrorZ_1get_1ok
3560   (JNIEnv *, jclass, jlong);
3561
3562 /*
3563  * Class:     org_ldk_impl_bindings
3564  * Method:    CResult_ChannelAnnouncementDecodeErrorZ_get_err
3565  * Signature: (J)J
3566  */
3567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelAnnouncementDecodeErrorZ_1get_1err
3568   (JNIEnv *, jclass, jlong);
3569
3570 /*
3571  * Class:     org_ldk_impl_bindings
3572  * Method:    CResult_UnsignedChannelUpdateDecodeErrorZ_get_ok
3573  * Signature: (J)J
3574  */
3575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelUpdateDecodeErrorZ_1get_1ok
3576   (JNIEnv *, jclass, jlong);
3577
3578 /*
3579  * Class:     org_ldk_impl_bindings
3580  * Method:    CResult_UnsignedChannelUpdateDecodeErrorZ_get_err
3581  * Signature: (J)J
3582  */
3583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelUpdateDecodeErrorZ_1get_1err
3584   (JNIEnv *, jclass, jlong);
3585
3586 /*
3587  * Class:     org_ldk_impl_bindings
3588  * Method:    CResult_ChannelUpdateDecodeErrorZ_get_ok
3589  * Signature: (J)J
3590  */
3591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateDecodeErrorZ_1get_1ok
3592   (JNIEnv *, jclass, jlong);
3593
3594 /*
3595  * Class:     org_ldk_impl_bindings
3596  * Method:    CResult_ChannelUpdateDecodeErrorZ_get_err
3597  * Signature: (J)J
3598  */
3599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateDecodeErrorZ_1get_1err
3600   (JNIEnv *, jclass, jlong);
3601
3602 /*
3603  * Class:     org_ldk_impl_bindings
3604  * Method:    CResult_ErrorMessageDecodeErrorZ_get_ok
3605  * Signature: (J)J
3606  */
3607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ErrorMessageDecodeErrorZ_1get_1ok
3608   (JNIEnv *, jclass, jlong);
3609
3610 /*
3611  * Class:     org_ldk_impl_bindings
3612  * Method:    CResult_ErrorMessageDecodeErrorZ_get_err
3613  * Signature: (J)J
3614  */
3615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ErrorMessageDecodeErrorZ_1get_1err
3616   (JNIEnv *, jclass, jlong);
3617
3618 /*
3619  * Class:     org_ldk_impl_bindings
3620  * Method:    CResult_WarningMessageDecodeErrorZ_get_ok
3621  * Signature: (J)J
3622  */
3623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1WarningMessageDecodeErrorZ_1get_1ok
3624   (JNIEnv *, jclass, jlong);
3625
3626 /*
3627  * Class:     org_ldk_impl_bindings
3628  * Method:    CResult_WarningMessageDecodeErrorZ_get_err
3629  * Signature: (J)J
3630  */
3631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1WarningMessageDecodeErrorZ_1get_1err
3632   (JNIEnv *, jclass, jlong);
3633
3634 /*
3635  * Class:     org_ldk_impl_bindings
3636  * Method:    CResult_UnsignedNodeAnnouncementDecodeErrorZ_get_ok
3637  * Signature: (J)J
3638  */
3639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedNodeAnnouncementDecodeErrorZ_1get_1ok
3640   (JNIEnv *, jclass, jlong);
3641
3642 /*
3643  * Class:     org_ldk_impl_bindings
3644  * Method:    CResult_UnsignedNodeAnnouncementDecodeErrorZ_get_err
3645  * Signature: (J)J
3646  */
3647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedNodeAnnouncementDecodeErrorZ_1get_1err
3648   (JNIEnv *, jclass, jlong);
3649
3650 /*
3651  * Class:     org_ldk_impl_bindings
3652  * Method:    CResult_NodeAnnouncementDecodeErrorZ_get_ok
3653  * Signature: (J)J
3654  */
3655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementDecodeErrorZ_1get_1ok
3656   (JNIEnv *, jclass, jlong);
3657
3658 /*
3659  * Class:     org_ldk_impl_bindings
3660  * Method:    CResult_NodeAnnouncementDecodeErrorZ_get_err
3661  * Signature: (J)J
3662  */
3663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementDecodeErrorZ_1get_1err
3664   (JNIEnv *, jclass, jlong);
3665
3666 /*
3667  * Class:     org_ldk_impl_bindings
3668  * Method:    CResult_QueryShortChannelIdsDecodeErrorZ_get_ok
3669  * Signature: (J)J
3670  */
3671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryShortChannelIdsDecodeErrorZ_1get_1ok
3672   (JNIEnv *, jclass, jlong);
3673
3674 /*
3675  * Class:     org_ldk_impl_bindings
3676  * Method:    CResult_QueryShortChannelIdsDecodeErrorZ_get_err
3677  * Signature: (J)J
3678  */
3679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryShortChannelIdsDecodeErrorZ_1get_1err
3680   (JNIEnv *, jclass, jlong);
3681
3682 /*
3683  * Class:     org_ldk_impl_bindings
3684  * Method:    CResult_ReplyShortChannelIdsEndDecodeErrorZ_get_ok
3685  * Signature: (J)J
3686  */
3687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyShortChannelIdsEndDecodeErrorZ_1get_1ok
3688   (JNIEnv *, jclass, jlong);
3689
3690 /*
3691  * Class:     org_ldk_impl_bindings
3692  * Method:    CResult_ReplyShortChannelIdsEndDecodeErrorZ_get_err
3693  * Signature: (J)J
3694  */
3695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyShortChannelIdsEndDecodeErrorZ_1get_1err
3696   (JNIEnv *, jclass, jlong);
3697
3698 /*
3699  * Class:     org_ldk_impl_bindings
3700  * Method:    CResult_QueryChannelRangeDecodeErrorZ_get_ok
3701  * Signature: (J)J
3702  */
3703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryChannelRangeDecodeErrorZ_1get_1ok
3704   (JNIEnv *, jclass, jlong);
3705
3706 /*
3707  * Class:     org_ldk_impl_bindings
3708  * Method:    CResult_QueryChannelRangeDecodeErrorZ_get_err
3709  * Signature: (J)J
3710  */
3711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryChannelRangeDecodeErrorZ_1get_1err
3712   (JNIEnv *, jclass, jlong);
3713
3714 /*
3715  * Class:     org_ldk_impl_bindings
3716  * Method:    CResult_ReplyChannelRangeDecodeErrorZ_get_ok
3717  * Signature: (J)J
3718  */
3719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyChannelRangeDecodeErrorZ_1get_1ok
3720   (JNIEnv *, jclass, jlong);
3721
3722 /*
3723  * Class:     org_ldk_impl_bindings
3724  * Method:    CResult_ReplyChannelRangeDecodeErrorZ_get_err
3725  * Signature: (J)J
3726  */
3727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyChannelRangeDecodeErrorZ_1get_1err
3728   (JNIEnv *, jclass, jlong);
3729
3730 /*
3731  * Class:     org_ldk_impl_bindings
3732  * Method:    CResult_GossipTimestampFilterDecodeErrorZ_get_ok
3733  * Signature: (J)J
3734  */
3735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1GossipTimestampFilterDecodeErrorZ_1get_1ok
3736   (JNIEnv *, jclass, jlong);
3737
3738 /*
3739  * Class:     org_ldk_impl_bindings
3740  * Method:    CResult_GossipTimestampFilterDecodeErrorZ_get_err
3741  * Signature: (J)J
3742  */
3743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1GossipTimestampFilterDecodeErrorZ_1get_1err
3744   (JNIEnv *, jclass, jlong);
3745
3746 /*
3747  * Class:     org_ldk_impl_bindings
3748  * Method:    LDKSignOrCreationError_ref_from_ptr
3749  * Signature: (J)Lorg/ldk/impl/bindings/LDKSignOrCreationError;
3750  */
3751 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKSignOrCreationError_1ref_1from_1ptr
3752   (JNIEnv *, jclass, jlong);
3753
3754 /*
3755  * Class:     org_ldk_impl_bindings
3756  * Method:    CResult_InvoiceSignOrCreationErrorZ_get_ok
3757  * Signature: (J)J
3758  */
3759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSignOrCreationErrorZ_1get_1ok
3760   (JNIEnv *, jclass, jlong);
3761
3762 /*
3763  * Class:     org_ldk_impl_bindings
3764  * Method:    CResult_InvoiceSignOrCreationErrorZ_get_err
3765  * Signature: (J)J
3766  */
3767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSignOrCreationErrorZ_1get_1err
3768   (JNIEnv *, jclass, jlong);
3769
3770 /*
3771  * Class:     org_ldk_impl_bindings
3772  * Method:    LDKFilter_new
3773  * Signature: (Lorg/ldk/impl/bindings/LDKFilter;)J
3774  */
3775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKFilter_1new
3776   (JNIEnv *, jclass, jobject);
3777
3778 /*
3779  * Class:     org_ldk_impl_bindings
3780  * Method:    Filter_register_tx
3781  * Signature: (J[B[B)V
3782  */
3783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Filter_1register_1tx
3784   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray);
3785
3786 /*
3787  * Class:     org_ldk_impl_bindings
3788  * Method:    Filter_register_output
3789  * Signature: (JJ)V
3790  */
3791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Filter_1register_1output
3792   (JNIEnv *, jclass, jlong, jlong);
3793
3794 /*
3795  * Class:     org_ldk_impl_bindings
3796  * Method:    LDKCOption_FilterZ_ref_from_ptr
3797  * Signature: (J)Lorg/ldk/impl/bindings/LDKCOption_FilterZ;
3798  */
3799 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKCOption_1FilterZ_1ref_1from_1ptr
3800   (JNIEnv *, jclass, jlong);
3801
3802 /*
3803  * Class:     org_ldk_impl_bindings
3804  * Method:    CResult_LockedChannelMonitorNoneZ_get_ok
3805  * Signature: (J)J
3806  */
3807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1LockedChannelMonitorNoneZ_1get_1ok
3808   (JNIEnv *, jclass, jlong);
3809
3810 /*
3811  * Class:     org_ldk_impl_bindings
3812  * Method:    CResult_LockedChannelMonitorNoneZ_get_err
3813  * Signature: (J)V
3814  */
3815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1LockedChannelMonitorNoneZ_1get_1err
3816   (JNIEnv *, jclass, jlong);
3817
3818 /*
3819  * Class:     org_ldk_impl_bindings
3820  * Method:    C2Tuple_OutPointCVec_MonitorUpdateIdZZ_get_a
3821  * Signature: (J)J
3822  */
3823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointCVec_1MonitorUpdateIdZZ_1get_1a
3824   (JNIEnv *, jclass, jlong);
3825
3826 /*
3827  * Class:     org_ldk_impl_bindings
3828  * Method:    C2Tuple_OutPointCVec_MonitorUpdateIdZZ_get_b
3829  * Signature: (J)[J
3830  */
3831 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointCVec_1MonitorUpdateIdZZ_1get_1b
3832   (JNIEnv *, jclass, jlong);
3833
3834 /*
3835  * Class:     org_ldk_impl_bindings
3836  * Method:    LDKGraphSyncError_ref_from_ptr
3837  * Signature: (J)Lorg/ldk/impl/bindings/LDKGraphSyncError;
3838  */
3839 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKGraphSyncError_1ref_1from_1ptr
3840   (JNIEnv *, jclass, jlong);
3841
3842 /*
3843  * Class:     org_ldk_impl_bindings
3844  * Method:    CResult_u32GraphSyncErrorZ_get_ok
3845  * Signature: (J)I
3846  */
3847 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_CResult_1u32GraphSyncErrorZ_1get_1ok
3848   (JNIEnv *, jclass, jlong);
3849
3850 /*
3851  * Class:     org_ldk_impl_bindings
3852  * Method:    CResult_u32GraphSyncErrorZ_get_err
3853  * Signature: (J)J
3854  */
3855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1u32GraphSyncErrorZ_1get_1err
3856   (JNIEnv *, jclass, jlong);
3857
3858 /*
3859  * Class:     org_ldk_impl_bindings
3860  * Method:    LDKPersister_new
3861  * Signature: (Lorg/ldk/impl/bindings/LDKPersister;)J
3862  */
3863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKPersister_1new
3864   (JNIEnv *, jclass, jobject);
3865
3866 /*
3867  * Class:     org_ldk_impl_bindings
3868  * Method:    Persister_persist_manager
3869  * Signature: (JJ)J
3870  */
3871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Persister_1persist_1manager
3872   (JNIEnv *, jclass, jlong, jlong);
3873
3874 /*
3875  * Class:     org_ldk_impl_bindings
3876  * Method:    Persister_persist_graph
3877  * Signature: (JJ)J
3878  */
3879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Persister_1persist_1graph
3880   (JNIEnv *, jclass, jlong, jlong);
3881
3882 /*
3883  * Class:     org_ldk_impl_bindings
3884  * Method:    Persister_persist_scorer
3885  * Signature: (JJ)J
3886  */
3887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Persister_1persist_1scorer
3888   (JNIEnv *, jclass, jlong, jlong);
3889
3890 /*
3891  * Class:     org_ldk_impl_bindings
3892  * Method:    LDKFutureCallback_new
3893  * Signature: (Lorg/ldk/impl/bindings/LDKFutureCallback;)J
3894  */
3895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKFutureCallback_1new
3896   (JNIEnv *, jclass, jobject);
3897
3898 /*
3899  * Class:     org_ldk_impl_bindings
3900  * Method:    FutureCallback_call
3901  * Signature: (J)V
3902  */
3903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FutureCallback_1call
3904   (JNIEnv *, jclass, jlong);
3905
3906 /*
3907  * Class:     org_ldk_impl_bindings
3908  * Method:    LDKListen_new
3909  * Signature: (Lorg/ldk/impl/bindings/LDKListen;)J
3910  */
3911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKListen_1new
3912   (JNIEnv *, jclass, jobject);
3913
3914 /*
3915  * Class:     org_ldk_impl_bindings
3916  * Method:    Listen_filtered_block_connected
3917  * Signature: (J[B[JI)V
3918  */
3919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Listen_1filtered_1block_1connected
3920   (JNIEnv *, jclass, jlong, jbyteArray, jlongArray, jint);
3921
3922 /*
3923  * Class:     org_ldk_impl_bindings
3924  * Method:    Listen_block_connected
3925  * Signature: (J[BI)V
3926  */
3927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Listen_1block_1connected
3928   (JNIEnv *, jclass, jlong, jbyteArray, jint);
3929
3930 /*
3931  * Class:     org_ldk_impl_bindings
3932  * Method:    Listen_block_disconnected
3933  * Signature: (J[BI)V
3934  */
3935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Listen_1block_1disconnected
3936   (JNIEnv *, jclass, jlong, jbyteArray, jint);
3937
3938 /*
3939  * Class:     org_ldk_impl_bindings
3940  * Method:    LDKConfirm_new
3941  * Signature: (Lorg/ldk/impl/bindings/LDKConfirm;)J
3942  */
3943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKConfirm_1new
3944   (JNIEnv *, jclass, jobject);
3945
3946 /*
3947  * Class:     org_ldk_impl_bindings
3948  * Method:    Confirm_transactions_confirmed
3949  * Signature: (J[B[JI)V
3950  */
3951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Confirm_1transactions_1confirmed
3952   (JNIEnv *, jclass, jlong, jbyteArray, jlongArray, jint);
3953
3954 /*
3955  * Class:     org_ldk_impl_bindings
3956  * Method:    Confirm_transaction_unconfirmed
3957  * Signature: (J[B)V
3958  */
3959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Confirm_1transaction_1unconfirmed
3960   (JNIEnv *, jclass, jlong, jbyteArray);
3961
3962 /*
3963  * Class:     org_ldk_impl_bindings
3964  * Method:    Confirm_best_block_updated
3965  * Signature: (J[BI)V
3966  */
3967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Confirm_1best_1block_1updated
3968   (JNIEnv *, jclass, jlong, jbyteArray, jint);
3969
3970 /*
3971  * Class:     org_ldk_impl_bindings
3972  * Method:    Confirm_get_relevant_txids
3973  * Signature: (J)[J
3974  */
3975 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_Confirm_1get_1relevant_1txids
3976   (JNIEnv *, jclass, jlong);
3977
3978 /*
3979  * Class:     org_ldk_impl_bindings
3980  * Method:    LDKPersist_new
3981  * Signature: (Lorg/ldk/impl/bindings/LDKPersist;)J
3982  */
3983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKPersist_1new
3984   (JNIEnv *, jclass, jobject);
3985
3986 /*
3987  * Class:     org_ldk_impl_bindings
3988  * Method:    Persist_persist_new_channel
3989  * Signature: (JJJJ)Lorg/ldk/enums/ChannelMonitorUpdateStatus;
3990  */
3991 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Persist_1persist_1new_1channel
3992   (JNIEnv *, jclass, jlong, jlong, jlong, jlong);
3993
3994 /*
3995  * Class:     org_ldk_impl_bindings
3996  * Method:    Persist_update_persisted_channel
3997  * Signature: (JJJJJ)Lorg/ldk/enums/ChannelMonitorUpdateStatus;
3998  */
3999 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Persist_1update_1persisted_1channel
4000   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, 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:    LDKRetry_ref_from_ptr
4037  * Signature: (J)Lorg/ldk/impl/bindings/LDKRetry;
4038  */
4039 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKRetry_1ref_1from_1ptr
4040   (JNIEnv *, jclass, jlong);
4041
4042 /*
4043  * Class:     org_ldk_impl_bindings
4044  * Method:    LDKMessageSendEventsProvider_new
4045  * Signature: (Lorg/ldk/impl/bindings/LDKMessageSendEventsProvider;)J
4046  */
4047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKMessageSendEventsProvider_1new
4048   (JNIEnv *, jclass, jobject);
4049
4050 /*
4051  * Class:     org_ldk_impl_bindings
4052  * Method:    MessageSendEventsProvider_get_and_clear_pending_msg_events
4053  * Signature: (J)[J
4054  */
4055 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_MessageSendEventsProvider_1get_1and_1clear_1pending_1msg_1events
4056   (JNIEnv *, jclass, jlong);
4057
4058 /*
4059  * Class:     org_ldk_impl_bindings
4060  * Method:    LDKChannelMessageHandler_new
4061  * Signature: (Lorg/ldk/impl/bindings/LDKChannelMessageHandler;Lorg/ldk/impl/bindings/LDKMessageSendEventsProvider;)J
4062  */
4063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKChannelMessageHandler_1new
4064   (JNIEnv *, jclass, jobject, jobject);
4065
4066 /*
4067  * Class:     org_ldk_impl_bindings
4068  * Method:    LDKChannelMessageHandler_get_MessageSendEventsProvider
4069  * Signature: (J)J
4070  */
4071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKChannelMessageHandler_1get_1MessageSendEventsProvider
4072   (JNIEnv *, jclass, jlong);
4073
4074 /*
4075  * Class:     org_ldk_impl_bindings
4076  * Method:    ChannelMessageHandler_handle_open_channel
4077  * Signature: (J[BJ)V
4078  */
4079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1open_1channel
4080   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4081
4082 /*
4083  * Class:     org_ldk_impl_bindings
4084  * Method:    ChannelMessageHandler_handle_accept_channel
4085  * Signature: (J[BJ)V
4086  */
4087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1accept_1channel
4088   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4089
4090 /*
4091  * Class:     org_ldk_impl_bindings
4092  * Method:    ChannelMessageHandler_handle_funding_created
4093  * Signature: (J[BJ)V
4094  */
4095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1funding_1created
4096   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4097
4098 /*
4099  * Class:     org_ldk_impl_bindings
4100  * Method:    ChannelMessageHandler_handle_funding_signed
4101  * Signature: (J[BJ)V
4102  */
4103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1funding_1signed
4104   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4105
4106 /*
4107  * Class:     org_ldk_impl_bindings
4108  * Method:    ChannelMessageHandler_handle_channel_ready
4109  * Signature: (J[BJ)V
4110  */
4111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1channel_1ready
4112   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4113
4114 /*
4115  * Class:     org_ldk_impl_bindings
4116  * Method:    ChannelMessageHandler_handle_shutdown
4117  * Signature: (J[BJ)V
4118  */
4119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1shutdown
4120   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4121
4122 /*
4123  * Class:     org_ldk_impl_bindings
4124  * Method:    ChannelMessageHandler_handle_closing_signed
4125  * Signature: (J[BJ)V
4126  */
4127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1closing_1signed
4128   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4129
4130 /*
4131  * Class:     org_ldk_impl_bindings
4132  * Method:    ChannelMessageHandler_handle_update_add_htlc
4133  * Signature: (J[BJ)V
4134  */
4135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1add_1htlc
4136   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4137
4138 /*
4139  * Class:     org_ldk_impl_bindings
4140  * Method:    ChannelMessageHandler_handle_update_fulfill_htlc
4141  * Signature: (J[BJ)V
4142  */
4143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1fulfill_1htlc
4144   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4145
4146 /*
4147  * Class:     org_ldk_impl_bindings
4148  * Method:    ChannelMessageHandler_handle_update_fail_htlc
4149  * Signature: (J[BJ)V
4150  */
4151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1fail_1htlc
4152   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4153
4154 /*
4155  * Class:     org_ldk_impl_bindings
4156  * Method:    ChannelMessageHandler_handle_update_fail_malformed_htlc
4157  * Signature: (J[BJ)V
4158  */
4159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1fail_1malformed_1htlc
4160   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4161
4162 /*
4163  * Class:     org_ldk_impl_bindings
4164  * Method:    ChannelMessageHandler_handle_commitment_signed
4165  * Signature: (J[BJ)V
4166  */
4167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1commitment_1signed
4168   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4169
4170 /*
4171  * Class:     org_ldk_impl_bindings
4172  * Method:    ChannelMessageHandler_handle_revoke_and_ack
4173  * Signature: (J[BJ)V
4174  */
4175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1revoke_1and_1ack
4176   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4177
4178 /*
4179  * Class:     org_ldk_impl_bindings
4180  * Method:    ChannelMessageHandler_handle_update_fee
4181  * Signature: (J[BJ)V
4182  */
4183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1update_1fee
4184   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4185
4186 /*
4187  * Class:     org_ldk_impl_bindings
4188  * Method:    ChannelMessageHandler_handle_announcement_signatures
4189  * Signature: (J[BJ)V
4190  */
4191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1announcement_1signatures
4192   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4193
4194 /*
4195  * Class:     org_ldk_impl_bindings
4196  * Method:    ChannelMessageHandler_peer_disconnected
4197  * Signature: (J[B)V
4198  */
4199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1peer_1disconnected
4200   (JNIEnv *, jclass, jlong, jbyteArray);
4201
4202 /*
4203  * Class:     org_ldk_impl_bindings
4204  * Method:    ChannelMessageHandler_peer_connected
4205  * Signature: (J[BJZ)J
4206  */
4207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1peer_1connected
4208   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jboolean);
4209
4210 /*
4211  * Class:     org_ldk_impl_bindings
4212  * Method:    ChannelMessageHandler_handle_channel_reestablish
4213  * Signature: (J[BJ)V
4214  */
4215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1channel_1reestablish
4216   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4217
4218 /*
4219  * Class:     org_ldk_impl_bindings
4220  * Method:    ChannelMessageHandler_handle_channel_update
4221  * Signature: (J[BJ)V
4222  */
4223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1channel_1update
4224   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4225
4226 /*
4227  * Class:     org_ldk_impl_bindings
4228  * Method:    ChannelMessageHandler_handle_error
4229  * Signature: (J[BJ)V
4230  */
4231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1handle_1error
4232   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4233
4234 /*
4235  * Class:     org_ldk_impl_bindings
4236  * Method:    ChannelMessageHandler_provided_node_features
4237  * Signature: (J)J
4238  */
4239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1provided_1node_1features
4240   (JNIEnv *, jclass, jlong);
4241
4242 /*
4243  * Class:     org_ldk_impl_bindings
4244  * Method:    ChannelMessageHandler_provided_init_features
4245  * Signature: (J[B)J
4246  */
4247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1provided_1init_1features
4248   (JNIEnv *, jclass, jlong, jbyteArray);
4249
4250 /*
4251  * Class:     org_ldk_impl_bindings
4252  * Method:    LDKRoutingMessageHandler_new
4253  * Signature: (Lorg/ldk/impl/bindings/LDKRoutingMessageHandler;Lorg/ldk/impl/bindings/LDKMessageSendEventsProvider;)J
4254  */
4255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKRoutingMessageHandler_1new
4256   (JNIEnv *, jclass, jobject, jobject);
4257
4258 /*
4259  * Class:     org_ldk_impl_bindings
4260  * Method:    LDKRoutingMessageHandler_get_MessageSendEventsProvider
4261  * Signature: (J)J
4262  */
4263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKRoutingMessageHandler_1get_1MessageSendEventsProvider
4264   (JNIEnv *, jclass, jlong);
4265
4266 /*
4267  * Class:     org_ldk_impl_bindings
4268  * Method:    RoutingMessageHandler_handle_node_announcement
4269  * Signature: (JJ)J
4270  */
4271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1node_1announcement
4272   (JNIEnv *, jclass, jlong, jlong);
4273
4274 /*
4275  * Class:     org_ldk_impl_bindings
4276  * Method:    RoutingMessageHandler_handle_channel_announcement
4277  * Signature: (JJ)J
4278  */
4279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1channel_1announcement
4280   (JNIEnv *, jclass, jlong, jlong);
4281
4282 /*
4283  * Class:     org_ldk_impl_bindings
4284  * Method:    RoutingMessageHandler_handle_channel_update
4285  * Signature: (JJ)J
4286  */
4287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1channel_1update
4288   (JNIEnv *, jclass, jlong, jlong);
4289
4290 /*
4291  * Class:     org_ldk_impl_bindings
4292  * Method:    RoutingMessageHandler_get_next_channel_announcement
4293  * Signature: (JJ)J
4294  */
4295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1get_1next_1channel_1announcement
4296   (JNIEnv *, jclass, jlong, jlong);
4297
4298 /*
4299  * Class:     org_ldk_impl_bindings
4300  * Method:    RoutingMessageHandler_get_next_node_announcement
4301  * Signature: (JJ)J
4302  */
4303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1get_1next_1node_1announcement
4304   (JNIEnv *, jclass, jlong, jlong);
4305
4306 /*
4307  * Class:     org_ldk_impl_bindings
4308  * Method:    RoutingMessageHandler_peer_connected
4309  * Signature: (J[BJZ)J
4310  */
4311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1peer_1connected
4312   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jboolean);
4313
4314 /*
4315  * Class:     org_ldk_impl_bindings
4316  * Method:    RoutingMessageHandler_handle_reply_channel_range
4317  * Signature: (J[BJ)J
4318  */
4319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1reply_1channel_1range
4320   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4321
4322 /*
4323  * Class:     org_ldk_impl_bindings
4324  * Method:    RoutingMessageHandler_handle_reply_short_channel_ids_end
4325  * Signature: (J[BJ)J
4326  */
4327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1reply_1short_1channel_1ids_1end
4328   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4329
4330 /*
4331  * Class:     org_ldk_impl_bindings
4332  * Method:    RoutingMessageHandler_handle_query_channel_range
4333  * Signature: (J[BJ)J
4334  */
4335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1query_1channel_1range
4336   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4337
4338 /*
4339  * Class:     org_ldk_impl_bindings
4340  * Method:    RoutingMessageHandler_handle_query_short_channel_ids
4341  * Signature: (J[BJ)J
4342  */
4343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1handle_1query_1short_1channel_1ids
4344   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4345
4346 /*
4347  * Class:     org_ldk_impl_bindings
4348  * Method:    RoutingMessageHandler_processing_queue_high
4349  * Signature: (J)Z
4350  */
4351 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1processing_1queue_1high
4352   (JNIEnv *, jclass, jlong);
4353
4354 /*
4355  * Class:     org_ldk_impl_bindings
4356  * Method:    RoutingMessageHandler_provided_node_features
4357  * Signature: (J)J
4358  */
4359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1provided_1node_1features
4360   (JNIEnv *, jclass, jlong);
4361
4362 /*
4363  * Class:     org_ldk_impl_bindings
4364  * Method:    RoutingMessageHandler_provided_init_features
4365  * Signature: (J[B)J
4366  */
4367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1provided_1init_1features
4368   (JNIEnv *, jclass, jlong, jbyteArray);
4369
4370 /*
4371  * Class:     org_ldk_impl_bindings
4372  * Method:    LDKOnionMessageProvider_new
4373  * Signature: (Lorg/ldk/impl/bindings/LDKOnionMessageProvider;)J
4374  */
4375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKOnionMessageProvider_1new
4376   (JNIEnv *, jclass, jobject);
4377
4378 /*
4379  * Class:     org_ldk_impl_bindings
4380  * Method:    OnionMessageProvider_next_onion_message_for_peer
4381  * Signature: (J[B)J
4382  */
4383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OnionMessageProvider_1next_1onion_1message_1for_1peer
4384   (JNIEnv *, jclass, jlong, jbyteArray);
4385
4386 /*
4387  * Class:     org_ldk_impl_bindings
4388  * Method:    LDKOnionMessageHandler_new
4389  * Signature: (Lorg/ldk/impl/bindings/LDKOnionMessageHandler;Lorg/ldk/impl/bindings/LDKOnionMessageProvider;)J
4390  */
4391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKOnionMessageHandler_1new
4392   (JNIEnv *, jclass, jobject, jobject);
4393
4394 /*
4395  * Class:     org_ldk_impl_bindings
4396  * Method:    LDKOnionMessageHandler_get_OnionMessageProvider
4397  * Signature: (J)J
4398  */
4399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKOnionMessageHandler_1get_1OnionMessageProvider
4400   (JNIEnv *, jclass, jlong);
4401
4402 /*
4403  * Class:     org_ldk_impl_bindings
4404  * Method:    OnionMessageHandler_handle_onion_message
4405  * Signature: (J[BJ)V
4406  */
4407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OnionMessageHandler_1handle_1onion_1message
4408   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
4409
4410 /*
4411  * Class:     org_ldk_impl_bindings
4412  * Method:    OnionMessageHandler_peer_connected
4413  * Signature: (J[BJZ)J
4414  */
4415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OnionMessageHandler_1peer_1connected
4416   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jboolean);
4417
4418 /*
4419  * Class:     org_ldk_impl_bindings
4420  * Method:    OnionMessageHandler_peer_disconnected
4421  * Signature: (J[B)V
4422  */
4423 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OnionMessageHandler_1peer_1disconnected
4424   (JNIEnv *, jclass, jlong, jbyteArray);
4425
4426 /*
4427  * Class:     org_ldk_impl_bindings
4428  * Method:    OnionMessageHandler_provided_node_features
4429  * Signature: (J)J
4430  */
4431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OnionMessageHandler_1provided_1node_1features
4432   (JNIEnv *, jclass, jlong);
4433
4434 /*
4435  * Class:     org_ldk_impl_bindings
4436  * Method:    OnionMessageHandler_provided_init_features
4437  * Signature: (J[B)J
4438  */
4439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OnionMessageHandler_1provided_1init_1features
4440   (JNIEnv *, jclass, jlong, jbyteArray);
4441
4442 /*
4443  * Class:     org_ldk_impl_bindings
4444  * Method:    LDKCustomMessageReader_new
4445  * Signature: (Lorg/ldk/impl/bindings/LDKCustomMessageReader;)J
4446  */
4447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCustomMessageReader_1new
4448   (JNIEnv *, jclass, jobject);
4449
4450 /*
4451  * Class:     org_ldk_impl_bindings
4452  * Method:    CustomMessageReader_read
4453  * Signature: (JS[B)J
4454  */
4455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CustomMessageReader_1read
4456   (JNIEnv *, jclass, jlong, jshort, jbyteArray);
4457
4458 /*
4459  * Class:     org_ldk_impl_bindings
4460  * Method:    LDKCustomMessageHandler_new
4461  * Signature: (Lorg/ldk/impl/bindings/LDKCustomMessageHandler;Lorg/ldk/impl/bindings/LDKCustomMessageReader;)J
4462  */
4463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCustomMessageHandler_1new
4464   (JNIEnv *, jclass, jobject, jobject);
4465
4466 /*
4467  * Class:     org_ldk_impl_bindings
4468  * Method:    LDKCustomMessageHandler_get_CustomMessageReader
4469  * Signature: (J)J
4470  */
4471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCustomMessageHandler_1get_1CustomMessageReader
4472   (JNIEnv *, jclass, jlong);
4473
4474 /*
4475  * Class:     org_ldk_impl_bindings
4476  * Method:    CustomMessageHandler_handle_custom_message
4477  * Signature: (JJ[B)J
4478  */
4479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CustomMessageHandler_1handle_1custom_1message
4480   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
4481
4482 /*
4483  * Class:     org_ldk_impl_bindings
4484  * Method:    CustomMessageHandler_get_and_clear_pending_msg
4485  * Signature: (J)[J
4486  */
4487 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_CustomMessageHandler_1get_1and_1clear_1pending_1msg
4488   (JNIEnv *, jclass, jlong);
4489
4490 /*
4491  * Class:     org_ldk_impl_bindings
4492  * Method:    LDKCustomOnionMessageHandler_new
4493  * Signature: (Lorg/ldk/impl/bindings/LDKCustomOnionMessageHandler;)J
4494  */
4495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKCustomOnionMessageHandler_1new
4496   (JNIEnv *, jclass, jobject);
4497
4498 /*
4499  * Class:     org_ldk_impl_bindings
4500  * Method:    CustomOnionMessageHandler_handle_custom_message
4501  * Signature: (JJ)V
4502  */
4503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CustomOnionMessageHandler_1handle_1custom_1message
4504   (JNIEnv *, jclass, jlong, jlong);
4505
4506 /*
4507  * Class:     org_ldk_impl_bindings
4508  * Method:    CustomOnionMessageHandler_read_custom_message
4509  * Signature: (JJ[B)J
4510  */
4511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CustomOnionMessageHandler_1read_1custom_1message
4512   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
4513
4514 /*
4515  * Class:     org_ldk_impl_bindings
4516  * Method:    LDKSocketDescriptor_new
4517  * Signature: (Lorg/ldk/impl/bindings/LDKSocketDescriptor;)J
4518  */
4519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LDKSocketDescriptor_1new
4520   (JNIEnv *, jclass, jobject);
4521
4522 /*
4523  * Class:     org_ldk_impl_bindings
4524  * Method:    SocketDescriptor_send_data
4525  * Signature: (J[BZ)J
4526  */
4527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1send_1data
4528   (JNIEnv *, jclass, jlong, jbyteArray, jboolean);
4529
4530 /*
4531  * Class:     org_ldk_impl_bindings
4532  * Method:    SocketDescriptor_disconnect_socket
4533  * Signature: (J)V
4534  */
4535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1disconnect_1socket
4536   (JNIEnv *, jclass, jlong);
4537
4538 /*
4539  * Class:     org_ldk_impl_bindings
4540  * Method:    SocketDescriptor_hash
4541  * Signature: (J)J
4542  */
4543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1hash
4544   (JNIEnv *, jclass, jlong);
4545
4546 /*
4547  * Class:     org_ldk_impl_bindings
4548  * Method:    LDKEffectiveCapacity_ref_from_ptr
4549  * Signature: (J)Lorg/ldk/impl/bindings/LDKEffectiveCapacity;
4550  */
4551 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKEffectiveCapacity_1ref_1from_1ptr
4552   (JNIEnv *, jclass, jlong);
4553
4554 /*
4555  * Class:     org_ldk_impl_bindings
4556  * Method:    LDKHints_ref_from_ptr
4557  * Signature: (J)Lorg/ldk/impl/bindings/LDKHints;
4558  */
4559 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKHints_1ref_1from_1ptr
4560   (JNIEnv *, jclass, jlong);
4561
4562 /*
4563  * Class:     org_ldk_impl_bindings
4564  * Method:    LDKDestination_ref_from_ptr
4565  * Signature: (J)Lorg/ldk/impl/bindings/LDKDestination;
4566  */
4567 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKDestination_1ref_1from_1ptr
4568   (JNIEnv *, jclass, jlong);
4569
4570 /*
4571  * Class:     org_ldk_impl_bindings
4572  * Method:    LDKOnionMessageContents_ref_from_ptr
4573  * Signature: (J)Lorg/ldk/impl/bindings/LDKOnionMessageContents;
4574  */
4575 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKOnionMessageContents_1ref_1from_1ptr
4576   (JNIEnv *, jclass, jlong);
4577
4578 /*
4579  * Class:     org_ldk_impl_bindings
4580  * Method:    LDKGossipSync_ref_from_ptr
4581  * Signature: (J)Lorg/ldk/impl/bindings/LDKGossipSync;
4582  */
4583 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKGossipSync_1ref_1from_1ptr
4584   (JNIEnv *, jclass, jlong);
4585
4586 /*
4587  * Class:     org_ldk_impl_bindings
4588  * Method:    LDKFallback_ref_from_ptr
4589  * Signature: (J)Lorg/ldk/impl/bindings/LDKFallback;
4590  */
4591 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_LDKFallback_1ref_1from_1ptr
4592   (JNIEnv *, jclass, jlong);
4593
4594 /*
4595  * Class:     org_ldk_impl_bindings
4596  * Method:    _ldk_get_compiled_version
4597  * Signature: ()Ljava/lang/String;
4598  */
4599 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings__1ldk_1get_1compiled_1version
4600   (JNIEnv *, jclass);
4601
4602 /*
4603  * Class:     org_ldk_impl_bindings
4604  * Method:    _ldk_c_bindings_get_compiled_version
4605  * Signature: ()Ljava/lang/String;
4606  */
4607 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings__1ldk_1c_1bindings_1get_1compiled_1version
4608   (JNIEnv *, jclass);
4609
4610 /*
4611  * Class:     org_ldk_impl_bindings
4612  * Method:    U128_le_bytes
4613  * Signature: ([B)[B
4614  */
4615 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_U128_1le_1bytes
4616   (JNIEnv *, jclass, jbyteArray);
4617
4618 /*
4619  * Class:     org_ldk_impl_bindings
4620  * Method:    U128_new
4621  * Signature: ([B)[B
4622  */
4623 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_U128_1new
4624   (JNIEnv *, jclass, jbyteArray);
4625
4626 /*
4627  * Class:     org_ldk_impl_bindings
4628  * Method:    BigEndianScalar_new
4629  * Signature: ([B)J
4630  */
4631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BigEndianScalar_1new
4632   (JNIEnv *, jclass, jbyteArray);
4633
4634 /*
4635  * Class:     org_ldk_impl_bindings
4636  * Method:    Bech32Error_clone_ptr
4637  * Signature: (J)J
4638  */
4639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Bech32Error_1clone_1ptr
4640   (JNIEnv *, jclass, jlong);
4641
4642 /*
4643  * Class:     org_ldk_impl_bindings
4644  * Method:    Bech32Error_clone
4645  * Signature: (J)J
4646  */
4647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Bech32Error_1clone
4648   (JNIEnv *, jclass, jlong);
4649
4650 /*
4651  * Class:     org_ldk_impl_bindings
4652  * Method:    Bech32Error_free
4653  * Signature: (J)V
4654  */
4655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Bech32Error_1free
4656   (JNIEnv *, jclass, jlong);
4657
4658 /*
4659  * Class:     org_ldk_impl_bindings
4660  * Method:    Transaction_free
4661  * Signature: ([B)V
4662  */
4663 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Transaction_1free
4664   (JNIEnv *, jclass, jbyteArray);
4665
4666 /*
4667  * Class:     org_ldk_impl_bindings
4668  * Method:    Witness_free
4669  * Signature: ([B)V
4670  */
4671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Witness_1free
4672   (JNIEnv *, jclass, jbyteArray);
4673
4674 /*
4675  * Class:     org_ldk_impl_bindings
4676  * Method:    TxOut_new
4677  * Signature: ([BJ)J
4678  */
4679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxOut_1new
4680   (JNIEnv *, jclass, jbyteArray, jlong);
4681
4682 /*
4683  * Class:     org_ldk_impl_bindings
4684  * Method:    TxOut_free
4685  * Signature: (J)V
4686  */
4687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxOut_1free
4688   (JNIEnv *, jclass, jlong);
4689
4690 /*
4691  * Class:     org_ldk_impl_bindings
4692  * Method:    TxOut_clone_ptr
4693  * Signature: (J)J
4694  */
4695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxOut_1clone_1ptr
4696   (JNIEnv *, jclass, jlong);
4697
4698 /*
4699  * Class:     org_ldk_impl_bindings
4700  * Method:    TxOut_clone
4701  * Signature: (J)J
4702  */
4703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxOut_1clone
4704   (JNIEnv *, jclass, jlong);
4705
4706 /*
4707  * Class:     org_ldk_impl_bindings
4708  * Method:    Str_free
4709  * Signature: (Ljava/lang/String;)V
4710  */
4711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Str_1free
4712   (JNIEnv *, jclass, jstring);
4713
4714 /*
4715  * Class:     org_ldk_impl_bindings
4716  * Method:    COption_DurationZ_some
4717  * Signature: (J)J
4718  */
4719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1DurationZ_1some
4720   (JNIEnv *, jclass, jlong);
4721
4722 /*
4723  * Class:     org_ldk_impl_bindings
4724  * Method:    COption_DurationZ_none
4725  * Signature: ()J
4726  */
4727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1DurationZ_1none
4728   (JNIEnv *, jclass);
4729
4730 /*
4731  * Class:     org_ldk_impl_bindings
4732  * Method:    COption_DurationZ_free
4733  * Signature: (J)V
4734  */
4735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1DurationZ_1free
4736   (JNIEnv *, jclass, jlong);
4737
4738 /*
4739  * Class:     org_ldk_impl_bindings
4740  * Method:    COption_DurationZ_clone_ptr
4741  * Signature: (J)J
4742  */
4743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1DurationZ_1clone_1ptr
4744   (JNIEnv *, jclass, jlong);
4745
4746 /*
4747  * Class:     org_ldk_impl_bindings
4748  * Method:    COption_DurationZ_clone
4749  * Signature: (J)J
4750  */
4751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1DurationZ_1clone
4752   (JNIEnv *, jclass, jlong);
4753
4754 /*
4755  * Class:     org_ldk_impl_bindings
4756  * Method:    CVec_BlindedPathZ_free
4757  * Signature: ([J)V
4758  */
4759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1BlindedPathZ_1free
4760   (JNIEnv *, jclass, jlongArray);
4761
4762 /*
4763  * Class:     org_ldk_impl_bindings
4764  * Method:    COption_u64Z_some
4765  * Signature: (J)J
4766  */
4767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u64Z_1some
4768   (JNIEnv *, jclass, jlong);
4769
4770 /*
4771  * Class:     org_ldk_impl_bindings
4772  * Method:    COption_u64Z_none
4773  * Signature: ()J
4774  */
4775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u64Z_1none
4776   (JNIEnv *, jclass);
4777
4778 /*
4779  * Class:     org_ldk_impl_bindings
4780  * Method:    COption_u64Z_free
4781  * Signature: (J)V
4782  */
4783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1u64Z_1free
4784   (JNIEnv *, jclass, jlong);
4785
4786 /*
4787  * Class:     org_ldk_impl_bindings
4788  * Method:    COption_u64Z_clone_ptr
4789  * Signature: (J)J
4790  */
4791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u64Z_1clone_1ptr
4792   (JNIEnv *, jclass, jlong);
4793
4794 /*
4795  * Class:     org_ldk_impl_bindings
4796  * Method:    COption_u64Z_clone
4797  * Signature: (J)J
4798  */
4799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u64Z_1clone
4800   (JNIEnv *, jclass, jlong);
4801
4802 /*
4803  * Class:     org_ldk_impl_bindings
4804  * Method:    CResult_NoneAPIErrorZ_ok
4805  * Signature: ()J
4806  */
4807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1ok
4808   (JNIEnv *, jclass);
4809
4810 /*
4811  * Class:     org_ldk_impl_bindings
4812  * Method:    CResult_NoneAPIErrorZ_err
4813  * Signature: (J)J
4814  */
4815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1err
4816   (JNIEnv *, jclass, jlong);
4817
4818 /*
4819  * Class:     org_ldk_impl_bindings
4820  * Method:    CResult_NoneAPIErrorZ_is_ok
4821  * Signature: (J)Z
4822  */
4823 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1is_1ok
4824   (JNIEnv *, jclass, jlong);
4825
4826 /*
4827  * Class:     org_ldk_impl_bindings
4828  * Method:    CResult_NoneAPIErrorZ_free
4829  * Signature: (J)V
4830  */
4831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1free
4832   (JNIEnv *, jclass, jlong);
4833
4834 /*
4835  * Class:     org_ldk_impl_bindings
4836  * Method:    CResult_NoneAPIErrorZ_clone_ptr
4837  * Signature: (J)J
4838  */
4839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1clone_1ptr
4840   (JNIEnv *, jclass, jlong);
4841
4842 /*
4843  * Class:     org_ldk_impl_bindings
4844  * Method:    CResult_NoneAPIErrorZ_clone
4845  * Signature: (J)J
4846  */
4847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneAPIErrorZ_1clone
4848   (JNIEnv *, jclass, jlong);
4849
4850 /*
4851  * Class:     org_ldk_impl_bindings
4852  * Method:    CVec_CResult_NoneAPIErrorZZ_free
4853  * Signature: ([J)V
4854  */
4855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1CResult_1NoneAPIErrorZZ_1free
4856   (JNIEnv *, jclass, jlongArray);
4857
4858 /*
4859  * Class:     org_ldk_impl_bindings
4860  * Method:    CVec_APIErrorZ_free
4861  * Signature: ([J)V
4862  */
4863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1APIErrorZ_1free
4864   (JNIEnv *, jclass, jlongArray);
4865
4866 /*
4867  * Class:     org_ldk_impl_bindings
4868  * Method:    CVec_u8Z_free
4869  * Signature: ([B)V
4870  */
4871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1u8Z_1free
4872   (JNIEnv *, jclass, jbyteArray);
4873
4874 /*
4875  * Class:     org_ldk_impl_bindings
4876  * Method:    COption_CVec_u8ZZ_some
4877  * Signature: ([B)J
4878  */
4879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1CVec_1u8ZZ_1some
4880   (JNIEnv *, jclass, jbyteArray);
4881
4882 /*
4883  * Class:     org_ldk_impl_bindings
4884  * Method:    COption_CVec_u8ZZ_none
4885  * Signature: ()J
4886  */
4887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1CVec_1u8ZZ_1none
4888   (JNIEnv *, jclass);
4889
4890 /*
4891  * Class:     org_ldk_impl_bindings
4892  * Method:    COption_CVec_u8ZZ_free
4893  * Signature: (J)V
4894  */
4895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1CVec_1u8ZZ_1free
4896   (JNIEnv *, jclass, jlong);
4897
4898 /*
4899  * Class:     org_ldk_impl_bindings
4900  * Method:    COption_CVec_u8ZZ_clone_ptr
4901  * Signature: (J)J
4902  */
4903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1CVec_1u8ZZ_1clone_1ptr
4904   (JNIEnv *, jclass, jlong);
4905
4906 /*
4907  * Class:     org_ldk_impl_bindings
4908  * Method:    COption_CVec_u8ZZ_clone
4909  * Signature: (J)J
4910  */
4911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1CVec_1u8ZZ_1clone
4912   (JNIEnv *, jclass, jlong);
4913
4914 /*
4915  * Class:     org_ldk_impl_bindings
4916  * Method:    CResult_RecipientOnionFieldsDecodeErrorZ_ok
4917  * Signature: (J)J
4918  */
4919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RecipientOnionFieldsDecodeErrorZ_1ok
4920   (JNIEnv *, jclass, jlong);
4921
4922 /*
4923  * Class:     org_ldk_impl_bindings
4924  * Method:    CResult_RecipientOnionFieldsDecodeErrorZ_err
4925  * Signature: (J)J
4926  */
4927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RecipientOnionFieldsDecodeErrorZ_1err
4928   (JNIEnv *, jclass, jlong);
4929
4930 /*
4931  * Class:     org_ldk_impl_bindings
4932  * Method:    CResult_RecipientOnionFieldsDecodeErrorZ_is_ok
4933  * Signature: (J)Z
4934  */
4935 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1RecipientOnionFieldsDecodeErrorZ_1is_1ok
4936   (JNIEnv *, jclass, jlong);
4937
4938 /*
4939  * Class:     org_ldk_impl_bindings
4940  * Method:    CResult_RecipientOnionFieldsDecodeErrorZ_free
4941  * Signature: (J)V
4942  */
4943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RecipientOnionFieldsDecodeErrorZ_1free
4944   (JNIEnv *, jclass, jlong);
4945
4946 /*
4947  * Class:     org_ldk_impl_bindings
4948  * Method:    CResult_RecipientOnionFieldsDecodeErrorZ_clone_ptr
4949  * Signature: (J)J
4950  */
4951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RecipientOnionFieldsDecodeErrorZ_1clone_1ptr
4952   (JNIEnv *, jclass, jlong);
4953
4954 /*
4955  * Class:     org_ldk_impl_bindings
4956  * Method:    CResult_RecipientOnionFieldsDecodeErrorZ_clone
4957  * Signature: (J)J
4958  */
4959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RecipientOnionFieldsDecodeErrorZ_1clone
4960   (JNIEnv *, jclass, jlong);
4961
4962 /*
4963  * Class:     org_ldk_impl_bindings
4964  * Method:    COption_HTLCClaimZ_some
4965  * Signature: (Lorg/ldk/enums/HTLCClaim;)J
4966  */
4967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1HTLCClaimZ_1some
4968   (JNIEnv *, jclass, jobject);
4969
4970 /*
4971  * Class:     org_ldk_impl_bindings
4972  * Method:    COption_HTLCClaimZ_none
4973  * Signature: ()J
4974  */
4975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1HTLCClaimZ_1none
4976   (JNIEnv *, jclass);
4977
4978 /*
4979  * Class:     org_ldk_impl_bindings
4980  * Method:    COption_HTLCClaimZ_free
4981  * Signature: (J)V
4982  */
4983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1HTLCClaimZ_1free
4984   (JNIEnv *, jclass, jlong);
4985
4986 /*
4987  * Class:     org_ldk_impl_bindings
4988  * Method:    CResult_NoneNoneZ_ok
4989  * Signature: ()J
4990  */
4991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneNoneZ_1ok
4992   (JNIEnv *, jclass);
4993
4994 /*
4995  * Class:     org_ldk_impl_bindings
4996  * Method:    CResult_NoneNoneZ_err
4997  * Signature: ()J
4998  */
4999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneNoneZ_1err
5000   (JNIEnv *, jclass);
5001
5002 /*
5003  * Class:     org_ldk_impl_bindings
5004  * Method:    CResult_NoneNoneZ_is_ok
5005  * Signature: (J)Z
5006  */
5007 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NoneNoneZ_1is_1ok
5008   (JNIEnv *, jclass, jlong);
5009
5010 /*
5011  * Class:     org_ldk_impl_bindings
5012  * Method:    CResult_NoneNoneZ_free
5013  * Signature: (J)V
5014  */
5015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneNoneZ_1free
5016   (JNIEnv *, jclass, jlong);
5017
5018 /*
5019  * Class:     org_ldk_impl_bindings
5020  * Method:    CResult_NoneNoneZ_clone_ptr
5021  * Signature: (J)J
5022  */
5023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneNoneZ_1clone_1ptr
5024   (JNIEnv *, jclass, jlong);
5025
5026 /*
5027  * Class:     org_ldk_impl_bindings
5028  * Method:    CResult_NoneNoneZ_clone
5029  * Signature: (J)J
5030  */
5031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneNoneZ_1clone
5032   (JNIEnv *, jclass, jlong);
5033
5034 /*
5035  * Class:     org_ldk_impl_bindings
5036  * Method:    CResult_CounterpartyCommitmentSecretsDecodeErrorZ_ok
5037  * Signature: (J)J
5038  */
5039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyCommitmentSecretsDecodeErrorZ_1ok
5040   (JNIEnv *, jclass, jlong);
5041
5042 /*
5043  * Class:     org_ldk_impl_bindings
5044  * Method:    CResult_CounterpartyCommitmentSecretsDecodeErrorZ_err
5045  * Signature: (J)J
5046  */
5047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyCommitmentSecretsDecodeErrorZ_1err
5048   (JNIEnv *, jclass, jlong);
5049
5050 /*
5051  * Class:     org_ldk_impl_bindings
5052  * Method:    CResult_CounterpartyCommitmentSecretsDecodeErrorZ_is_ok
5053  * Signature: (J)Z
5054  */
5055 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyCommitmentSecretsDecodeErrorZ_1is_1ok
5056   (JNIEnv *, jclass, jlong);
5057
5058 /*
5059  * Class:     org_ldk_impl_bindings
5060  * Method:    CResult_CounterpartyCommitmentSecretsDecodeErrorZ_free
5061  * Signature: (J)V
5062  */
5063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyCommitmentSecretsDecodeErrorZ_1free
5064   (JNIEnv *, jclass, jlong);
5065
5066 /*
5067  * Class:     org_ldk_impl_bindings
5068  * Method:    CResult_CounterpartyCommitmentSecretsDecodeErrorZ_clone_ptr
5069  * Signature: (J)J
5070  */
5071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyCommitmentSecretsDecodeErrorZ_1clone_1ptr
5072   (JNIEnv *, jclass, jlong);
5073
5074 /*
5075  * Class:     org_ldk_impl_bindings
5076  * Method:    CResult_CounterpartyCommitmentSecretsDecodeErrorZ_clone
5077  * Signature: (J)J
5078  */
5079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyCommitmentSecretsDecodeErrorZ_1clone
5080   (JNIEnv *, jclass, jlong);
5081
5082 /*
5083  * Class:     org_ldk_impl_bindings
5084  * Method:    CResult_TxCreationKeysDecodeErrorZ_ok
5085  * Signature: (J)J
5086  */
5087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysDecodeErrorZ_1ok
5088   (JNIEnv *, jclass, jlong);
5089
5090 /*
5091  * Class:     org_ldk_impl_bindings
5092  * Method:    CResult_TxCreationKeysDecodeErrorZ_err
5093  * Signature: (J)J
5094  */
5095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysDecodeErrorZ_1err
5096   (JNIEnv *, jclass, jlong);
5097
5098 /*
5099  * Class:     org_ldk_impl_bindings
5100  * Method:    CResult_TxCreationKeysDecodeErrorZ_is_ok
5101  * Signature: (J)Z
5102  */
5103 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysDecodeErrorZ_1is_1ok
5104   (JNIEnv *, jclass, jlong);
5105
5106 /*
5107  * Class:     org_ldk_impl_bindings
5108  * Method:    CResult_TxCreationKeysDecodeErrorZ_free
5109  * Signature: (J)V
5110  */
5111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysDecodeErrorZ_1free
5112   (JNIEnv *, jclass, jlong);
5113
5114 /*
5115  * Class:     org_ldk_impl_bindings
5116  * Method:    CResult_TxCreationKeysDecodeErrorZ_clone_ptr
5117  * Signature: (J)J
5118  */
5119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysDecodeErrorZ_1clone_1ptr
5120   (JNIEnv *, jclass, jlong);
5121
5122 /*
5123  * Class:     org_ldk_impl_bindings
5124  * Method:    CResult_TxCreationKeysDecodeErrorZ_clone
5125  * Signature: (J)J
5126  */
5127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxCreationKeysDecodeErrorZ_1clone
5128   (JNIEnv *, jclass, jlong);
5129
5130 /*
5131  * Class:     org_ldk_impl_bindings
5132  * Method:    CResult_ChannelPublicKeysDecodeErrorZ_ok
5133  * Signature: (J)J
5134  */
5135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelPublicKeysDecodeErrorZ_1ok
5136   (JNIEnv *, jclass, jlong);
5137
5138 /*
5139  * Class:     org_ldk_impl_bindings
5140  * Method:    CResult_ChannelPublicKeysDecodeErrorZ_err
5141  * Signature: (J)J
5142  */
5143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelPublicKeysDecodeErrorZ_1err
5144   (JNIEnv *, jclass, jlong);
5145
5146 /*
5147  * Class:     org_ldk_impl_bindings
5148  * Method:    CResult_ChannelPublicKeysDecodeErrorZ_is_ok
5149  * Signature: (J)Z
5150  */
5151 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelPublicKeysDecodeErrorZ_1is_1ok
5152   (JNIEnv *, jclass, jlong);
5153
5154 /*
5155  * Class:     org_ldk_impl_bindings
5156  * Method:    CResult_ChannelPublicKeysDecodeErrorZ_free
5157  * Signature: (J)V
5158  */
5159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelPublicKeysDecodeErrorZ_1free
5160   (JNIEnv *, jclass, jlong);
5161
5162 /*
5163  * Class:     org_ldk_impl_bindings
5164  * Method:    CResult_ChannelPublicKeysDecodeErrorZ_clone_ptr
5165  * Signature: (J)J
5166  */
5167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelPublicKeysDecodeErrorZ_1clone_1ptr
5168   (JNIEnv *, jclass, jlong);
5169
5170 /*
5171  * Class:     org_ldk_impl_bindings
5172  * Method:    CResult_ChannelPublicKeysDecodeErrorZ_clone
5173  * Signature: (J)J
5174  */
5175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelPublicKeysDecodeErrorZ_1clone
5176   (JNIEnv *, jclass, jlong);
5177
5178 /*
5179  * Class:     org_ldk_impl_bindings
5180  * Method:    COption_u32Z_some
5181  * Signature: (I)J
5182  */
5183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u32Z_1some
5184   (JNIEnv *, jclass, jint);
5185
5186 /*
5187  * Class:     org_ldk_impl_bindings
5188  * Method:    COption_u32Z_none
5189  * Signature: ()J
5190  */
5191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u32Z_1none
5192   (JNIEnv *, jclass);
5193
5194 /*
5195  * Class:     org_ldk_impl_bindings
5196  * Method:    COption_u32Z_free
5197  * Signature: (J)V
5198  */
5199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1u32Z_1free
5200   (JNIEnv *, jclass, jlong);
5201
5202 /*
5203  * Class:     org_ldk_impl_bindings
5204  * Method:    COption_u32Z_clone_ptr
5205  * Signature: (J)J
5206  */
5207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u32Z_1clone_1ptr
5208   (JNIEnv *, jclass, jlong);
5209
5210 /*
5211  * Class:     org_ldk_impl_bindings
5212  * Method:    COption_u32Z_clone
5213  * Signature: (J)J
5214  */
5215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u32Z_1clone
5216   (JNIEnv *, jclass, jlong);
5217
5218 /*
5219  * Class:     org_ldk_impl_bindings
5220  * Method:    CResult_HTLCOutputInCommitmentDecodeErrorZ_ok
5221  * Signature: (J)J
5222  */
5223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCOutputInCommitmentDecodeErrorZ_1ok
5224   (JNIEnv *, jclass, jlong);
5225
5226 /*
5227  * Class:     org_ldk_impl_bindings
5228  * Method:    CResult_HTLCOutputInCommitmentDecodeErrorZ_err
5229  * Signature: (J)J
5230  */
5231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCOutputInCommitmentDecodeErrorZ_1err
5232   (JNIEnv *, jclass, jlong);
5233
5234 /*
5235  * Class:     org_ldk_impl_bindings
5236  * Method:    CResult_HTLCOutputInCommitmentDecodeErrorZ_is_ok
5237  * Signature: (J)Z
5238  */
5239 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCOutputInCommitmentDecodeErrorZ_1is_1ok
5240   (JNIEnv *, jclass, jlong);
5241
5242 /*
5243  * Class:     org_ldk_impl_bindings
5244  * Method:    CResult_HTLCOutputInCommitmentDecodeErrorZ_free
5245  * Signature: (J)V
5246  */
5247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCOutputInCommitmentDecodeErrorZ_1free
5248   (JNIEnv *, jclass, jlong);
5249
5250 /*
5251  * Class:     org_ldk_impl_bindings
5252  * Method:    CResult_HTLCOutputInCommitmentDecodeErrorZ_clone_ptr
5253  * Signature: (J)J
5254  */
5255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCOutputInCommitmentDecodeErrorZ_1clone_1ptr
5256   (JNIEnv *, jclass, jlong);
5257
5258 /*
5259  * Class:     org_ldk_impl_bindings
5260  * Method:    CResult_HTLCOutputInCommitmentDecodeErrorZ_clone
5261  * Signature: (J)J
5262  */
5263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCOutputInCommitmentDecodeErrorZ_1clone
5264   (JNIEnv *, jclass, jlong);
5265
5266 /*
5267  * Class:     org_ldk_impl_bindings
5268  * Method:    COption_NoneZ_some
5269  * Signature: ()Lorg/ldk/enums/COption_NoneZ;
5270  */
5271 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_COption_1NoneZ_1some
5272   (JNIEnv *, jclass);
5273
5274 /*
5275  * Class:     org_ldk_impl_bindings
5276  * Method:    COption_NoneZ_none
5277  * Signature: ()Lorg/ldk/enums/COption_NoneZ;
5278  */
5279 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_COption_1NoneZ_1none
5280   (JNIEnv *, jclass);
5281
5282 /*
5283  * Class:     org_ldk_impl_bindings
5284  * Method:    COption_NoneZ_free
5285  * Signature: (Lorg/ldk/enums/COption_NoneZ;)V
5286  */
5287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1NoneZ_1free
5288   (JNIEnv *, jclass, jobject);
5289
5290 /*
5291  * Class:     org_ldk_impl_bindings
5292  * Method:    CResult_CounterpartyChannelTransactionParametersDecodeErrorZ_ok
5293  * Signature: (J)J
5294  */
5295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1ok
5296   (JNIEnv *, jclass, jlong);
5297
5298 /*
5299  * Class:     org_ldk_impl_bindings
5300  * Method:    CResult_CounterpartyChannelTransactionParametersDecodeErrorZ_err
5301  * Signature: (J)J
5302  */
5303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1err
5304   (JNIEnv *, jclass, jlong);
5305
5306 /*
5307  * Class:     org_ldk_impl_bindings
5308  * Method:    CResult_CounterpartyChannelTransactionParametersDecodeErrorZ_is_ok
5309  * Signature: (J)Z
5310  */
5311 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1is_1ok
5312   (JNIEnv *, jclass, jlong);
5313
5314 /*
5315  * Class:     org_ldk_impl_bindings
5316  * Method:    CResult_CounterpartyChannelTransactionParametersDecodeErrorZ_free
5317  * Signature: (J)V
5318  */
5319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1free
5320   (JNIEnv *, jclass, jlong);
5321
5322 /*
5323  * Class:     org_ldk_impl_bindings
5324  * Method:    CResult_CounterpartyChannelTransactionParametersDecodeErrorZ_clone_ptr
5325  * Signature: (J)J
5326  */
5327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1clone_1ptr
5328   (JNIEnv *, jclass, jlong);
5329
5330 /*
5331  * Class:     org_ldk_impl_bindings
5332  * Method:    CResult_CounterpartyChannelTransactionParametersDecodeErrorZ_clone
5333  * Signature: (J)J
5334  */
5335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyChannelTransactionParametersDecodeErrorZ_1clone
5336   (JNIEnv *, jclass, jlong);
5337
5338 /*
5339  * Class:     org_ldk_impl_bindings
5340  * Method:    CResult_ChannelTransactionParametersDecodeErrorZ_ok
5341  * Signature: (J)J
5342  */
5343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTransactionParametersDecodeErrorZ_1ok
5344   (JNIEnv *, jclass, jlong);
5345
5346 /*
5347  * Class:     org_ldk_impl_bindings
5348  * Method:    CResult_ChannelTransactionParametersDecodeErrorZ_err
5349  * Signature: (J)J
5350  */
5351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTransactionParametersDecodeErrorZ_1err
5352   (JNIEnv *, jclass, jlong);
5353
5354 /*
5355  * Class:     org_ldk_impl_bindings
5356  * Method:    CResult_ChannelTransactionParametersDecodeErrorZ_is_ok
5357  * Signature: (J)Z
5358  */
5359 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTransactionParametersDecodeErrorZ_1is_1ok
5360   (JNIEnv *, jclass, jlong);
5361
5362 /*
5363  * Class:     org_ldk_impl_bindings
5364  * Method:    CResult_ChannelTransactionParametersDecodeErrorZ_free
5365  * Signature: (J)V
5366  */
5367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTransactionParametersDecodeErrorZ_1free
5368   (JNIEnv *, jclass, jlong);
5369
5370 /*
5371  * Class:     org_ldk_impl_bindings
5372  * Method:    CResult_ChannelTransactionParametersDecodeErrorZ_clone_ptr
5373  * Signature: (J)J
5374  */
5375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTransactionParametersDecodeErrorZ_1clone_1ptr
5376   (JNIEnv *, jclass, jlong);
5377
5378 /*
5379  * Class:     org_ldk_impl_bindings
5380  * Method:    CResult_ChannelTransactionParametersDecodeErrorZ_clone
5381  * Signature: (J)J
5382  */
5383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTransactionParametersDecodeErrorZ_1clone
5384   (JNIEnv *, jclass, jlong);
5385
5386 /*
5387  * Class:     org_ldk_impl_bindings
5388  * Method:    CVec_SignatureZ_free
5389  * Signature: ([[B)V
5390  */
5391 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1SignatureZ_1free
5392   (JNIEnv *, jclass, jobjectArray);
5393
5394 /*
5395  * Class:     org_ldk_impl_bindings
5396  * Method:    CResult_HolderCommitmentTransactionDecodeErrorZ_ok
5397  * Signature: (J)J
5398  */
5399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HolderCommitmentTransactionDecodeErrorZ_1ok
5400   (JNIEnv *, jclass, jlong);
5401
5402 /*
5403  * Class:     org_ldk_impl_bindings
5404  * Method:    CResult_HolderCommitmentTransactionDecodeErrorZ_err
5405  * Signature: (J)J
5406  */
5407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HolderCommitmentTransactionDecodeErrorZ_1err
5408   (JNIEnv *, jclass, jlong);
5409
5410 /*
5411  * Class:     org_ldk_impl_bindings
5412  * Method:    CResult_HolderCommitmentTransactionDecodeErrorZ_is_ok
5413  * Signature: (J)Z
5414  */
5415 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1HolderCommitmentTransactionDecodeErrorZ_1is_1ok
5416   (JNIEnv *, jclass, jlong);
5417
5418 /*
5419  * Class:     org_ldk_impl_bindings
5420  * Method:    CResult_HolderCommitmentTransactionDecodeErrorZ_free
5421  * Signature: (J)V
5422  */
5423 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1HolderCommitmentTransactionDecodeErrorZ_1free
5424   (JNIEnv *, jclass, jlong);
5425
5426 /*
5427  * Class:     org_ldk_impl_bindings
5428  * Method:    CResult_HolderCommitmentTransactionDecodeErrorZ_clone_ptr
5429  * Signature: (J)J
5430  */
5431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HolderCommitmentTransactionDecodeErrorZ_1clone_1ptr
5432   (JNIEnv *, jclass, jlong);
5433
5434 /*
5435  * Class:     org_ldk_impl_bindings
5436  * Method:    CResult_HolderCommitmentTransactionDecodeErrorZ_clone
5437  * Signature: (J)J
5438  */
5439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HolderCommitmentTransactionDecodeErrorZ_1clone
5440   (JNIEnv *, jclass, jlong);
5441
5442 /*
5443  * Class:     org_ldk_impl_bindings
5444  * Method:    CResult_BuiltCommitmentTransactionDecodeErrorZ_ok
5445  * Signature: (J)J
5446  */
5447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BuiltCommitmentTransactionDecodeErrorZ_1ok
5448   (JNIEnv *, jclass, jlong);
5449
5450 /*
5451  * Class:     org_ldk_impl_bindings
5452  * Method:    CResult_BuiltCommitmentTransactionDecodeErrorZ_err
5453  * Signature: (J)J
5454  */
5455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BuiltCommitmentTransactionDecodeErrorZ_1err
5456   (JNIEnv *, jclass, jlong);
5457
5458 /*
5459  * Class:     org_ldk_impl_bindings
5460  * Method:    CResult_BuiltCommitmentTransactionDecodeErrorZ_is_ok
5461  * Signature: (J)Z
5462  */
5463 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1BuiltCommitmentTransactionDecodeErrorZ_1is_1ok
5464   (JNIEnv *, jclass, jlong);
5465
5466 /*
5467  * Class:     org_ldk_impl_bindings
5468  * Method:    CResult_BuiltCommitmentTransactionDecodeErrorZ_free
5469  * Signature: (J)V
5470  */
5471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1BuiltCommitmentTransactionDecodeErrorZ_1free
5472   (JNIEnv *, jclass, jlong);
5473
5474 /*
5475  * Class:     org_ldk_impl_bindings
5476  * Method:    CResult_BuiltCommitmentTransactionDecodeErrorZ_clone_ptr
5477  * Signature: (J)J
5478  */
5479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BuiltCommitmentTransactionDecodeErrorZ_1clone_1ptr
5480   (JNIEnv *, jclass, jlong);
5481
5482 /*
5483  * Class:     org_ldk_impl_bindings
5484  * Method:    CResult_BuiltCommitmentTransactionDecodeErrorZ_clone
5485  * Signature: (J)J
5486  */
5487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BuiltCommitmentTransactionDecodeErrorZ_1clone
5488   (JNIEnv *, jclass, jlong);
5489
5490 /*
5491  * Class:     org_ldk_impl_bindings
5492  * Method:    CResult_TrustedClosingTransactionNoneZ_ok
5493  * Signature: (J)J
5494  */
5495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedClosingTransactionNoneZ_1ok
5496   (JNIEnv *, jclass, jlong);
5497
5498 /*
5499  * Class:     org_ldk_impl_bindings
5500  * Method:    CResult_TrustedClosingTransactionNoneZ_err
5501  * Signature: ()J
5502  */
5503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedClosingTransactionNoneZ_1err
5504   (JNIEnv *, jclass);
5505
5506 /*
5507  * Class:     org_ldk_impl_bindings
5508  * Method:    CResult_TrustedClosingTransactionNoneZ_is_ok
5509  * Signature: (J)Z
5510  */
5511 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedClosingTransactionNoneZ_1is_1ok
5512   (JNIEnv *, jclass, jlong);
5513
5514 /*
5515  * Class:     org_ldk_impl_bindings
5516  * Method:    CResult_TrustedClosingTransactionNoneZ_free
5517  * Signature: (J)V
5518  */
5519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedClosingTransactionNoneZ_1free
5520   (JNIEnv *, jclass, jlong);
5521
5522 /*
5523  * Class:     org_ldk_impl_bindings
5524  * Method:    CResult_CommitmentTransactionDecodeErrorZ_ok
5525  * Signature: (J)J
5526  */
5527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentTransactionDecodeErrorZ_1ok
5528   (JNIEnv *, jclass, jlong);
5529
5530 /*
5531  * Class:     org_ldk_impl_bindings
5532  * Method:    CResult_CommitmentTransactionDecodeErrorZ_err
5533  * Signature: (J)J
5534  */
5535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentTransactionDecodeErrorZ_1err
5536   (JNIEnv *, jclass, jlong);
5537
5538 /*
5539  * Class:     org_ldk_impl_bindings
5540  * Method:    CResult_CommitmentTransactionDecodeErrorZ_is_ok
5541  * Signature: (J)Z
5542  */
5543 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentTransactionDecodeErrorZ_1is_1ok
5544   (JNIEnv *, jclass, jlong);
5545
5546 /*
5547  * Class:     org_ldk_impl_bindings
5548  * Method:    CResult_CommitmentTransactionDecodeErrorZ_free
5549  * Signature: (J)V
5550  */
5551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentTransactionDecodeErrorZ_1free
5552   (JNIEnv *, jclass, jlong);
5553
5554 /*
5555  * Class:     org_ldk_impl_bindings
5556  * Method:    CResult_CommitmentTransactionDecodeErrorZ_clone_ptr
5557  * Signature: (J)J
5558  */
5559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentTransactionDecodeErrorZ_1clone_1ptr
5560   (JNIEnv *, jclass, jlong);
5561
5562 /*
5563  * Class:     org_ldk_impl_bindings
5564  * Method:    CResult_CommitmentTransactionDecodeErrorZ_clone
5565  * Signature: (J)J
5566  */
5567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentTransactionDecodeErrorZ_1clone
5568   (JNIEnv *, jclass, jlong);
5569
5570 /*
5571  * Class:     org_ldk_impl_bindings
5572  * Method:    CResult_TrustedCommitmentTransactionNoneZ_ok
5573  * Signature: (J)J
5574  */
5575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedCommitmentTransactionNoneZ_1ok
5576   (JNIEnv *, jclass, jlong);
5577
5578 /*
5579  * Class:     org_ldk_impl_bindings
5580  * Method:    CResult_TrustedCommitmentTransactionNoneZ_err
5581  * Signature: ()J
5582  */
5583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedCommitmentTransactionNoneZ_1err
5584   (JNIEnv *, jclass);
5585
5586 /*
5587  * Class:     org_ldk_impl_bindings
5588  * Method:    CResult_TrustedCommitmentTransactionNoneZ_is_ok
5589  * Signature: (J)Z
5590  */
5591 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedCommitmentTransactionNoneZ_1is_1ok
5592   (JNIEnv *, jclass, jlong);
5593
5594 /*
5595  * Class:     org_ldk_impl_bindings
5596  * Method:    CResult_TrustedCommitmentTransactionNoneZ_free
5597  * Signature: (J)V
5598  */
5599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TrustedCommitmentTransactionNoneZ_1free
5600   (JNIEnv *, jclass, jlong);
5601
5602 /*
5603  * Class:     org_ldk_impl_bindings
5604  * Method:    CResult_CVec_SignatureZNoneZ_ok
5605  * Signature: ([[B)J
5606  */
5607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1ok
5608   (JNIEnv *, jclass, jobjectArray);
5609
5610 /*
5611  * Class:     org_ldk_impl_bindings
5612  * Method:    CResult_CVec_SignatureZNoneZ_err
5613  * Signature: ()J
5614  */
5615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1err
5616   (JNIEnv *, jclass);
5617
5618 /*
5619  * Class:     org_ldk_impl_bindings
5620  * Method:    CResult_CVec_SignatureZNoneZ_is_ok
5621  * Signature: (J)Z
5622  */
5623 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1is_1ok
5624   (JNIEnv *, jclass, jlong);
5625
5626 /*
5627  * Class:     org_ldk_impl_bindings
5628  * Method:    CResult_CVec_SignatureZNoneZ_free
5629  * Signature: (J)V
5630  */
5631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1free
5632   (JNIEnv *, jclass, jlong);
5633
5634 /*
5635  * Class:     org_ldk_impl_bindings
5636  * Method:    CResult_CVec_SignatureZNoneZ_clone_ptr
5637  * Signature: (J)J
5638  */
5639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1clone_1ptr
5640   (JNIEnv *, jclass, jlong);
5641
5642 /*
5643  * Class:     org_ldk_impl_bindings
5644  * Method:    CResult_CVec_SignatureZNoneZ_clone
5645  * Signature: (J)J
5646  */
5647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1SignatureZNoneZ_1clone
5648   (JNIEnv *, jclass, jlong);
5649
5650 /*
5651  * Class:     org_ldk_impl_bindings
5652  * Method:    CResult_ShutdownScriptDecodeErrorZ_ok
5653  * Signature: (J)J
5654  */
5655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptDecodeErrorZ_1ok
5656   (JNIEnv *, jclass, jlong);
5657
5658 /*
5659  * Class:     org_ldk_impl_bindings
5660  * Method:    CResult_ShutdownScriptDecodeErrorZ_err
5661  * Signature: (J)J
5662  */
5663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptDecodeErrorZ_1err
5664   (JNIEnv *, jclass, jlong);
5665
5666 /*
5667  * Class:     org_ldk_impl_bindings
5668  * Method:    CResult_ShutdownScriptDecodeErrorZ_is_ok
5669  * Signature: (J)Z
5670  */
5671 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptDecodeErrorZ_1is_1ok
5672   (JNIEnv *, jclass, jlong);
5673
5674 /*
5675  * Class:     org_ldk_impl_bindings
5676  * Method:    CResult_ShutdownScriptDecodeErrorZ_free
5677  * Signature: (J)V
5678  */
5679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptDecodeErrorZ_1free
5680   (JNIEnv *, jclass, jlong);
5681
5682 /*
5683  * Class:     org_ldk_impl_bindings
5684  * Method:    CResult_ShutdownScriptDecodeErrorZ_clone_ptr
5685  * Signature: (J)J
5686  */
5687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptDecodeErrorZ_1clone_1ptr
5688   (JNIEnv *, jclass, jlong);
5689
5690 /*
5691  * Class:     org_ldk_impl_bindings
5692  * Method:    CResult_ShutdownScriptDecodeErrorZ_clone
5693  * Signature: (J)J
5694  */
5695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptDecodeErrorZ_1clone
5696   (JNIEnv *, jclass, jlong);
5697
5698 /*
5699  * Class:     org_ldk_impl_bindings
5700  * Method:    CResult_ShutdownScriptInvalidShutdownScriptZ_ok
5701  * Signature: (J)J
5702  */
5703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptInvalidShutdownScriptZ_1ok
5704   (JNIEnv *, jclass, jlong);
5705
5706 /*
5707  * Class:     org_ldk_impl_bindings
5708  * Method:    CResult_ShutdownScriptInvalidShutdownScriptZ_err
5709  * Signature: (J)J
5710  */
5711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptInvalidShutdownScriptZ_1err
5712   (JNIEnv *, jclass, jlong);
5713
5714 /*
5715  * Class:     org_ldk_impl_bindings
5716  * Method:    CResult_ShutdownScriptInvalidShutdownScriptZ_is_ok
5717  * Signature: (J)Z
5718  */
5719 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptInvalidShutdownScriptZ_1is_1ok
5720   (JNIEnv *, jclass, jlong);
5721
5722 /*
5723  * Class:     org_ldk_impl_bindings
5724  * Method:    CResult_ShutdownScriptInvalidShutdownScriptZ_free
5725  * Signature: (J)V
5726  */
5727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptInvalidShutdownScriptZ_1free
5728   (JNIEnv *, jclass, jlong);
5729
5730 /*
5731  * Class:     org_ldk_impl_bindings
5732  * Method:    CResult_ShutdownScriptInvalidShutdownScriptZ_clone_ptr
5733  * Signature: (J)J
5734  */
5735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptInvalidShutdownScriptZ_1clone_1ptr
5736   (JNIEnv *, jclass, jlong);
5737
5738 /*
5739  * Class:     org_ldk_impl_bindings
5740  * Method:    CResult_ShutdownScriptInvalidShutdownScriptZ_clone
5741  * Signature: (J)J
5742  */
5743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownScriptInvalidShutdownScriptZ_1clone
5744   (JNIEnv *, jclass, jlong);
5745
5746 /*
5747  * Class:     org_ldk_impl_bindings
5748  * Method:    CResult_BlindedPayInfoDecodeErrorZ_ok
5749  * Signature: (J)J
5750  */
5751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPayInfoDecodeErrorZ_1ok
5752   (JNIEnv *, jclass, jlong);
5753
5754 /*
5755  * Class:     org_ldk_impl_bindings
5756  * Method:    CResult_BlindedPayInfoDecodeErrorZ_err
5757  * Signature: (J)J
5758  */
5759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPayInfoDecodeErrorZ_1err
5760   (JNIEnv *, jclass, jlong);
5761
5762 /*
5763  * Class:     org_ldk_impl_bindings
5764  * Method:    CResult_BlindedPayInfoDecodeErrorZ_is_ok
5765  * Signature: (J)Z
5766  */
5767 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPayInfoDecodeErrorZ_1is_1ok
5768   (JNIEnv *, jclass, jlong);
5769
5770 /*
5771  * Class:     org_ldk_impl_bindings
5772  * Method:    CResult_BlindedPayInfoDecodeErrorZ_free
5773  * Signature: (J)V
5774  */
5775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPayInfoDecodeErrorZ_1free
5776   (JNIEnv *, jclass, jlong);
5777
5778 /*
5779  * Class:     org_ldk_impl_bindings
5780  * Method:    CResult_BlindedPayInfoDecodeErrorZ_clone_ptr
5781  * Signature: (J)J
5782  */
5783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPayInfoDecodeErrorZ_1clone_1ptr
5784   (JNIEnv *, jclass, jlong);
5785
5786 /*
5787  * Class:     org_ldk_impl_bindings
5788  * Method:    CResult_BlindedPayInfoDecodeErrorZ_clone
5789  * Signature: (J)J
5790  */
5791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPayInfoDecodeErrorZ_1clone
5792   (JNIEnv *, jclass, jlong);
5793
5794 /*
5795  * Class:     org_ldk_impl_bindings
5796  * Method:    COption_WriteableScoreZ_some
5797  * Signature: (J)J
5798  */
5799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1WriteableScoreZ_1some
5800   (JNIEnv *, jclass, jlong);
5801
5802 /*
5803  * Class:     org_ldk_impl_bindings
5804  * Method:    COption_WriteableScoreZ_none
5805  * Signature: ()J
5806  */
5807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1WriteableScoreZ_1none
5808   (JNIEnv *, jclass);
5809
5810 /*
5811  * Class:     org_ldk_impl_bindings
5812  * Method:    COption_WriteableScoreZ_free
5813  * Signature: (J)V
5814  */
5815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1WriteableScoreZ_1free
5816   (JNIEnv *, jclass, jlong);
5817
5818 /*
5819  * Class:     org_ldk_impl_bindings
5820  * Method:    CResult_NoneErrorZ_ok
5821  * Signature: ()J
5822  */
5823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneErrorZ_1ok
5824   (JNIEnv *, jclass);
5825
5826 /*
5827  * Class:     org_ldk_impl_bindings
5828  * Method:    CResult_NoneErrorZ_err
5829  * Signature: (Lorg/ldk/enums/IOError;)J
5830  */
5831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneErrorZ_1err
5832   (JNIEnv *, jclass, jobject);
5833
5834 /*
5835  * Class:     org_ldk_impl_bindings
5836  * Method:    CResult_NoneErrorZ_is_ok
5837  * Signature: (J)Z
5838  */
5839 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NoneErrorZ_1is_1ok
5840   (JNIEnv *, jclass, jlong);
5841
5842 /*
5843  * Class:     org_ldk_impl_bindings
5844  * Method:    CResult_NoneErrorZ_free
5845  * Signature: (J)V
5846  */
5847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneErrorZ_1free
5848   (JNIEnv *, jclass, jlong);
5849
5850 /*
5851  * Class:     org_ldk_impl_bindings
5852  * Method:    CResult_NoneErrorZ_clone_ptr
5853  * Signature: (J)J
5854  */
5855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneErrorZ_1clone_1ptr
5856   (JNIEnv *, jclass, jlong);
5857
5858 /*
5859  * Class:     org_ldk_impl_bindings
5860  * Method:    CResult_NoneErrorZ_clone
5861  * Signature: (J)J
5862  */
5863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneErrorZ_1clone
5864   (JNIEnv *, jclass, jlong);
5865
5866 /*
5867  * Class:     org_ldk_impl_bindings
5868  * Method:    CVec_ChannelDetailsZ_free
5869  * Signature: ([J)V
5870  */
5871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1ChannelDetailsZ_1free
5872   (JNIEnv *, jclass, jlongArray);
5873
5874 /*
5875  * Class:     org_ldk_impl_bindings
5876  * Method:    CResult_RouteLightningErrorZ_ok
5877  * Signature: (J)J
5878  */
5879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1ok
5880   (JNIEnv *, jclass, jlong);
5881
5882 /*
5883  * Class:     org_ldk_impl_bindings
5884  * Method:    CResult_RouteLightningErrorZ_err
5885  * Signature: (J)J
5886  */
5887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1err
5888   (JNIEnv *, jclass, jlong);
5889
5890 /*
5891  * Class:     org_ldk_impl_bindings
5892  * Method:    CResult_RouteLightningErrorZ_is_ok
5893  * Signature: (J)Z
5894  */
5895 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1is_1ok
5896   (JNIEnv *, jclass, jlong);
5897
5898 /*
5899  * Class:     org_ldk_impl_bindings
5900  * Method:    CResult_RouteLightningErrorZ_free
5901  * Signature: (J)V
5902  */
5903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1free
5904   (JNIEnv *, jclass, jlong);
5905
5906 /*
5907  * Class:     org_ldk_impl_bindings
5908  * Method:    CResult_RouteLightningErrorZ_clone_ptr
5909  * Signature: (J)J
5910  */
5911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1clone_1ptr
5912   (JNIEnv *, jclass, jlong);
5913
5914 /*
5915  * Class:     org_ldk_impl_bindings
5916  * Method:    CResult_RouteLightningErrorZ_clone
5917  * Signature: (J)J
5918  */
5919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteLightningErrorZ_1clone
5920   (JNIEnv *, jclass, jlong);
5921
5922 /*
5923  * Class:     org_ldk_impl_bindings
5924  * Method:    CResult_InFlightHtlcsDecodeErrorZ_ok
5925  * Signature: (J)J
5926  */
5927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InFlightHtlcsDecodeErrorZ_1ok
5928   (JNIEnv *, jclass, jlong);
5929
5930 /*
5931  * Class:     org_ldk_impl_bindings
5932  * Method:    CResult_InFlightHtlcsDecodeErrorZ_err
5933  * Signature: (J)J
5934  */
5935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InFlightHtlcsDecodeErrorZ_1err
5936   (JNIEnv *, jclass, jlong);
5937
5938 /*
5939  * Class:     org_ldk_impl_bindings
5940  * Method:    CResult_InFlightHtlcsDecodeErrorZ_is_ok
5941  * Signature: (J)Z
5942  */
5943 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1InFlightHtlcsDecodeErrorZ_1is_1ok
5944   (JNIEnv *, jclass, jlong);
5945
5946 /*
5947  * Class:     org_ldk_impl_bindings
5948  * Method:    CResult_InFlightHtlcsDecodeErrorZ_free
5949  * Signature: (J)V
5950  */
5951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InFlightHtlcsDecodeErrorZ_1free
5952   (JNIEnv *, jclass, jlong);
5953
5954 /*
5955  * Class:     org_ldk_impl_bindings
5956  * Method:    CResult_InFlightHtlcsDecodeErrorZ_clone_ptr
5957  * Signature: (J)J
5958  */
5959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InFlightHtlcsDecodeErrorZ_1clone_1ptr
5960   (JNIEnv *, jclass, jlong);
5961
5962 /*
5963  * Class:     org_ldk_impl_bindings
5964  * Method:    CResult_InFlightHtlcsDecodeErrorZ_clone
5965  * Signature: (J)J
5966  */
5967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InFlightHtlcsDecodeErrorZ_1clone
5968   (JNIEnv *, jclass, jlong);
5969
5970 /*
5971  * Class:     org_ldk_impl_bindings
5972  * Method:    CResult_RouteHopDecodeErrorZ_ok
5973  * Signature: (J)J
5974  */
5975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHopDecodeErrorZ_1ok
5976   (JNIEnv *, jclass, jlong);
5977
5978 /*
5979  * Class:     org_ldk_impl_bindings
5980  * Method:    CResult_RouteHopDecodeErrorZ_err
5981  * Signature: (J)J
5982  */
5983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHopDecodeErrorZ_1err
5984   (JNIEnv *, jclass, jlong);
5985
5986 /*
5987  * Class:     org_ldk_impl_bindings
5988  * Method:    CResult_RouteHopDecodeErrorZ_is_ok
5989  * Signature: (J)Z
5990  */
5991 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHopDecodeErrorZ_1is_1ok
5992   (JNIEnv *, jclass, jlong);
5993
5994 /*
5995  * Class:     org_ldk_impl_bindings
5996  * Method:    CResult_RouteHopDecodeErrorZ_free
5997  * Signature: (J)V
5998  */
5999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHopDecodeErrorZ_1free
6000   (JNIEnv *, jclass, jlong);
6001
6002 /*
6003  * Class:     org_ldk_impl_bindings
6004  * Method:    CResult_RouteHopDecodeErrorZ_clone_ptr
6005  * Signature: (J)J
6006  */
6007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHopDecodeErrorZ_1clone_1ptr
6008   (JNIEnv *, jclass, jlong);
6009
6010 /*
6011  * Class:     org_ldk_impl_bindings
6012  * Method:    CResult_RouteHopDecodeErrorZ_clone
6013  * Signature: (J)J
6014  */
6015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHopDecodeErrorZ_1clone
6016   (JNIEnv *, jclass, jlong);
6017
6018 /*
6019  * Class:     org_ldk_impl_bindings
6020  * Method:    CVec_BlindedHopZ_free
6021  * Signature: ([J)V
6022  */
6023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1BlindedHopZ_1free
6024   (JNIEnv *, jclass, jlongArray);
6025
6026 /*
6027  * Class:     org_ldk_impl_bindings
6028  * Method:    CResult_BlindedTailDecodeErrorZ_ok
6029  * Signature: (J)J
6030  */
6031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedTailDecodeErrorZ_1ok
6032   (JNIEnv *, jclass, jlong);
6033
6034 /*
6035  * Class:     org_ldk_impl_bindings
6036  * Method:    CResult_BlindedTailDecodeErrorZ_err
6037  * Signature: (J)J
6038  */
6039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedTailDecodeErrorZ_1err
6040   (JNIEnv *, jclass, jlong);
6041
6042 /*
6043  * Class:     org_ldk_impl_bindings
6044  * Method:    CResult_BlindedTailDecodeErrorZ_is_ok
6045  * Signature: (J)Z
6046  */
6047 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedTailDecodeErrorZ_1is_1ok
6048   (JNIEnv *, jclass, jlong);
6049
6050 /*
6051  * Class:     org_ldk_impl_bindings
6052  * Method:    CResult_BlindedTailDecodeErrorZ_free
6053  * Signature: (J)V
6054  */
6055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedTailDecodeErrorZ_1free
6056   (JNIEnv *, jclass, jlong);
6057
6058 /*
6059  * Class:     org_ldk_impl_bindings
6060  * Method:    CResult_BlindedTailDecodeErrorZ_clone_ptr
6061  * Signature: (J)J
6062  */
6063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedTailDecodeErrorZ_1clone_1ptr
6064   (JNIEnv *, jclass, jlong);
6065
6066 /*
6067  * Class:     org_ldk_impl_bindings
6068  * Method:    CResult_BlindedTailDecodeErrorZ_clone
6069  * Signature: (J)J
6070  */
6071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedTailDecodeErrorZ_1clone
6072   (JNIEnv *, jclass, jlong);
6073
6074 /*
6075  * Class:     org_ldk_impl_bindings
6076  * Method:    CVec_RouteHopZ_free
6077  * Signature: ([J)V
6078  */
6079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1RouteHopZ_1free
6080   (JNIEnv *, jclass, jlongArray);
6081
6082 /*
6083  * Class:     org_ldk_impl_bindings
6084  * Method:    CVec_PathZ_free
6085  * Signature: ([J)V
6086  */
6087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1PathZ_1free
6088   (JNIEnv *, jclass, jlongArray);
6089
6090 /*
6091  * Class:     org_ldk_impl_bindings
6092  * Method:    CResult_RouteDecodeErrorZ_ok
6093  * Signature: (J)J
6094  */
6095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteDecodeErrorZ_1ok
6096   (JNIEnv *, jclass, jlong);
6097
6098 /*
6099  * Class:     org_ldk_impl_bindings
6100  * Method:    CResult_RouteDecodeErrorZ_err
6101  * Signature: (J)J
6102  */
6103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteDecodeErrorZ_1err
6104   (JNIEnv *, jclass, jlong);
6105
6106 /*
6107  * Class:     org_ldk_impl_bindings
6108  * Method:    CResult_RouteDecodeErrorZ_is_ok
6109  * Signature: (J)Z
6110  */
6111 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1RouteDecodeErrorZ_1is_1ok
6112   (JNIEnv *, jclass, jlong);
6113
6114 /*
6115  * Class:     org_ldk_impl_bindings
6116  * Method:    CResult_RouteDecodeErrorZ_free
6117  * Signature: (J)V
6118  */
6119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RouteDecodeErrorZ_1free
6120   (JNIEnv *, jclass, jlong);
6121
6122 /*
6123  * Class:     org_ldk_impl_bindings
6124  * Method:    CResult_RouteDecodeErrorZ_clone_ptr
6125  * Signature: (J)J
6126  */
6127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteDecodeErrorZ_1clone_1ptr
6128   (JNIEnv *, jclass, jlong);
6129
6130 /*
6131  * Class:     org_ldk_impl_bindings
6132  * Method:    CResult_RouteDecodeErrorZ_clone
6133  * Signature: (J)J
6134  */
6135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteDecodeErrorZ_1clone
6136   (JNIEnv *, jclass, jlong);
6137
6138 /*
6139  * Class:     org_ldk_impl_bindings
6140  * Method:    CResult_RouteParametersDecodeErrorZ_ok
6141  * Signature: (J)J
6142  */
6143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteParametersDecodeErrorZ_1ok
6144   (JNIEnv *, jclass, jlong);
6145
6146 /*
6147  * Class:     org_ldk_impl_bindings
6148  * Method:    CResult_RouteParametersDecodeErrorZ_err
6149  * Signature: (J)J
6150  */
6151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteParametersDecodeErrorZ_1err
6152   (JNIEnv *, jclass, jlong);
6153
6154 /*
6155  * Class:     org_ldk_impl_bindings
6156  * Method:    CResult_RouteParametersDecodeErrorZ_is_ok
6157  * Signature: (J)Z
6158  */
6159 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1RouteParametersDecodeErrorZ_1is_1ok
6160   (JNIEnv *, jclass, jlong);
6161
6162 /*
6163  * Class:     org_ldk_impl_bindings
6164  * Method:    CResult_RouteParametersDecodeErrorZ_free
6165  * Signature: (J)V
6166  */
6167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RouteParametersDecodeErrorZ_1free
6168   (JNIEnv *, jclass, jlong);
6169
6170 /*
6171  * Class:     org_ldk_impl_bindings
6172  * Method:    CResult_RouteParametersDecodeErrorZ_clone_ptr
6173  * Signature: (J)J
6174  */
6175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteParametersDecodeErrorZ_1clone_1ptr
6176   (JNIEnv *, jclass, jlong);
6177
6178 /*
6179  * Class:     org_ldk_impl_bindings
6180  * Method:    CResult_RouteParametersDecodeErrorZ_clone
6181  * Signature: (J)J
6182  */
6183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteParametersDecodeErrorZ_1clone
6184   (JNIEnv *, jclass, jlong);
6185
6186 /*
6187  * Class:     org_ldk_impl_bindings
6188  * Method:    CVec_u64Z_free
6189  * Signature: ([J)V
6190  */
6191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1u64Z_1free
6192   (JNIEnv *, jclass, jlongArray);
6193
6194 /*
6195  * Class:     org_ldk_impl_bindings
6196  * Method:    CResult_PaymentParametersDecodeErrorZ_ok
6197  * Signature: (J)J
6198  */
6199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentParametersDecodeErrorZ_1ok
6200   (JNIEnv *, jclass, jlong);
6201
6202 /*
6203  * Class:     org_ldk_impl_bindings
6204  * Method:    CResult_PaymentParametersDecodeErrorZ_err
6205  * Signature: (J)J
6206  */
6207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentParametersDecodeErrorZ_1err
6208   (JNIEnv *, jclass, jlong);
6209
6210 /*
6211  * Class:     org_ldk_impl_bindings
6212  * Method:    CResult_PaymentParametersDecodeErrorZ_is_ok
6213  * Signature: (J)Z
6214  */
6215 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentParametersDecodeErrorZ_1is_1ok
6216   (JNIEnv *, jclass, jlong);
6217
6218 /*
6219  * Class:     org_ldk_impl_bindings
6220  * Method:    CResult_PaymentParametersDecodeErrorZ_free
6221  * Signature: (J)V
6222  */
6223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentParametersDecodeErrorZ_1free
6224   (JNIEnv *, jclass, jlong);
6225
6226 /*
6227  * Class:     org_ldk_impl_bindings
6228  * Method:    CResult_PaymentParametersDecodeErrorZ_clone_ptr
6229  * Signature: (J)J
6230  */
6231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentParametersDecodeErrorZ_1clone_1ptr
6232   (JNIEnv *, jclass, jlong);
6233
6234 /*
6235  * Class:     org_ldk_impl_bindings
6236  * Method:    CResult_PaymentParametersDecodeErrorZ_clone
6237  * Signature: (J)J
6238  */
6239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentParametersDecodeErrorZ_1clone
6240   (JNIEnv *, jclass, jlong);
6241
6242 /*
6243  * Class:     org_ldk_impl_bindings
6244  * Method:    C2Tuple_BlindedPayInfoBlindedPathZ_clone_ptr
6245  * Signature: (J)J
6246  */
6247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlindedPayInfoBlindedPathZ_1clone_1ptr
6248   (JNIEnv *, jclass, jlong);
6249
6250 /*
6251  * Class:     org_ldk_impl_bindings
6252  * Method:    C2Tuple_BlindedPayInfoBlindedPathZ_clone
6253  * Signature: (J)J
6254  */
6255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlindedPayInfoBlindedPathZ_1clone
6256   (JNIEnv *, jclass, jlong);
6257
6258 /*
6259  * Class:     org_ldk_impl_bindings
6260  * Method:    C2Tuple_BlindedPayInfoBlindedPathZ_new
6261  * Signature: (JJ)J
6262  */
6263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlindedPayInfoBlindedPathZ_1new
6264   (JNIEnv *, jclass, jlong, jlong);
6265
6266 /*
6267  * Class:     org_ldk_impl_bindings
6268  * Method:    C2Tuple_BlindedPayInfoBlindedPathZ_free
6269  * Signature: (J)V
6270  */
6271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlindedPayInfoBlindedPathZ_1free
6272   (JNIEnv *, jclass, jlong);
6273
6274 /*
6275  * Class:     org_ldk_impl_bindings
6276  * Method:    CVec_C2Tuple_BlindedPayInfoBlindedPathZZ_free
6277  * Signature: ([J)V
6278  */
6279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1BlindedPayInfoBlindedPathZZ_1free
6280   (JNIEnv *, jclass, jlongArray);
6281
6282 /*
6283  * Class:     org_ldk_impl_bindings
6284  * Method:    CVec_RouteHintZ_free
6285  * Signature: ([J)V
6286  */
6287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1RouteHintZ_1free
6288   (JNIEnv *, jclass, jlongArray);
6289
6290 /*
6291  * Class:     org_ldk_impl_bindings
6292  * Method:    CVec_RouteHintHopZ_free
6293  * Signature: ([J)V
6294  */
6295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1RouteHintHopZ_1free
6296   (JNIEnv *, jclass, jlongArray);
6297
6298 /*
6299  * Class:     org_ldk_impl_bindings
6300  * Method:    CResult_RouteHintDecodeErrorZ_ok
6301  * Signature: (J)J
6302  */
6303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintDecodeErrorZ_1ok
6304   (JNIEnv *, jclass, jlong);
6305
6306 /*
6307  * Class:     org_ldk_impl_bindings
6308  * Method:    CResult_RouteHintDecodeErrorZ_err
6309  * Signature: (J)J
6310  */
6311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintDecodeErrorZ_1err
6312   (JNIEnv *, jclass, jlong);
6313
6314 /*
6315  * Class:     org_ldk_impl_bindings
6316  * Method:    CResult_RouteHintDecodeErrorZ_is_ok
6317  * Signature: (J)Z
6318  */
6319 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintDecodeErrorZ_1is_1ok
6320   (JNIEnv *, jclass, jlong);
6321
6322 /*
6323  * Class:     org_ldk_impl_bindings
6324  * Method:    CResult_RouteHintDecodeErrorZ_free
6325  * Signature: (J)V
6326  */
6327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintDecodeErrorZ_1free
6328   (JNIEnv *, jclass, jlong);
6329
6330 /*
6331  * Class:     org_ldk_impl_bindings
6332  * Method:    CResult_RouteHintDecodeErrorZ_clone_ptr
6333  * Signature: (J)J
6334  */
6335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintDecodeErrorZ_1clone_1ptr
6336   (JNIEnv *, jclass, jlong);
6337
6338 /*
6339  * Class:     org_ldk_impl_bindings
6340  * Method:    CResult_RouteHintDecodeErrorZ_clone
6341  * Signature: (J)J
6342  */
6343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintDecodeErrorZ_1clone
6344   (JNIEnv *, jclass, jlong);
6345
6346 /*
6347  * Class:     org_ldk_impl_bindings
6348  * Method:    CResult_RouteHintHopDecodeErrorZ_ok
6349  * Signature: (J)J
6350  */
6351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintHopDecodeErrorZ_1ok
6352   (JNIEnv *, jclass, jlong);
6353
6354 /*
6355  * Class:     org_ldk_impl_bindings
6356  * Method:    CResult_RouteHintHopDecodeErrorZ_err
6357  * Signature: (J)J
6358  */
6359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintHopDecodeErrorZ_1err
6360   (JNIEnv *, jclass, jlong);
6361
6362 /*
6363  * Class:     org_ldk_impl_bindings
6364  * Method:    CResult_RouteHintHopDecodeErrorZ_is_ok
6365  * Signature: (J)Z
6366  */
6367 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintHopDecodeErrorZ_1is_1ok
6368   (JNIEnv *, jclass, jlong);
6369
6370 /*
6371  * Class:     org_ldk_impl_bindings
6372  * Method:    CResult_RouteHintHopDecodeErrorZ_free
6373  * Signature: (J)V
6374  */
6375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintHopDecodeErrorZ_1free
6376   (JNIEnv *, jclass, jlong);
6377
6378 /*
6379  * Class:     org_ldk_impl_bindings
6380  * Method:    CResult_RouteHintHopDecodeErrorZ_clone_ptr
6381  * Signature: (J)J
6382  */
6383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintHopDecodeErrorZ_1clone_1ptr
6384   (JNIEnv *, jclass, jlong);
6385
6386 /*
6387  * Class:     org_ldk_impl_bindings
6388  * Method:    CResult_RouteHintHopDecodeErrorZ_clone
6389  * Signature: (J)J
6390  */
6391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RouteHintHopDecodeErrorZ_1clone
6392   (JNIEnv *, jclass, jlong);
6393
6394 /*
6395  * Class:     org_ldk_impl_bindings
6396  * Method:    CVec_PublicKeyZ_free
6397  * Signature: ([[B)V
6398  */
6399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1PublicKeyZ_1free
6400   (JNIEnv *, jclass, jobjectArray);
6401
6402 /*
6403  * Class:     org_ldk_impl_bindings
6404  * Method:    C2Tuple_usizeTransactionZ_clone_ptr
6405  * Signature: (J)J
6406  */
6407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1usizeTransactionZ_1clone_1ptr
6408   (JNIEnv *, jclass, jlong);
6409
6410 /*
6411  * Class:     org_ldk_impl_bindings
6412  * Method:    C2Tuple_usizeTransactionZ_clone
6413  * Signature: (J)J
6414  */
6415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1usizeTransactionZ_1clone
6416   (JNIEnv *, jclass, jlong);
6417
6418 /*
6419  * Class:     org_ldk_impl_bindings
6420  * Method:    C2Tuple_usizeTransactionZ_new
6421  * Signature: (J[B)J
6422  */
6423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1usizeTransactionZ_1new
6424   (JNIEnv *, jclass, jlong, jbyteArray);
6425
6426 /*
6427  * Class:     org_ldk_impl_bindings
6428  * Method:    C2Tuple_usizeTransactionZ_free
6429  * Signature: (J)V
6430  */
6431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1usizeTransactionZ_1free
6432   (JNIEnv *, jclass, jlong);
6433
6434 /*
6435  * Class:     org_ldk_impl_bindings
6436  * Method:    CVec_C2Tuple_usizeTransactionZZ_free
6437  * Signature: ([J)V
6438  */
6439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1usizeTransactionZZ_1free
6440   (JNIEnv *, jclass, jlongArray);
6441
6442 /*
6443  * Class:     org_ldk_impl_bindings
6444  * Method:    C2Tuple_TxidBlockHashZ_clone_ptr
6445  * Signature: (J)J
6446  */
6447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidBlockHashZ_1clone_1ptr
6448   (JNIEnv *, jclass, jlong);
6449
6450 /*
6451  * Class:     org_ldk_impl_bindings
6452  * Method:    C2Tuple_TxidBlockHashZ_clone
6453  * Signature: (J)J
6454  */
6455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidBlockHashZ_1clone
6456   (JNIEnv *, jclass, jlong);
6457
6458 /*
6459  * Class:     org_ldk_impl_bindings
6460  * Method:    C2Tuple_TxidBlockHashZ_new
6461  * Signature: ([B[B)J
6462  */
6463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidBlockHashZ_1new
6464   (JNIEnv *, jclass, jbyteArray, jbyteArray);
6465
6466 /*
6467  * Class:     org_ldk_impl_bindings
6468  * Method:    C2Tuple_TxidBlockHashZ_free
6469  * Signature: (J)V
6470  */
6471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidBlockHashZ_1free
6472   (JNIEnv *, jclass, jlong);
6473
6474 /*
6475  * Class:     org_ldk_impl_bindings
6476  * Method:    CVec_C2Tuple_TxidBlockHashZZ_free
6477  * Signature: ([J)V
6478  */
6479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1TxidBlockHashZZ_1free
6480   (JNIEnv *, jclass, jlongArray);
6481
6482 /*
6483  * Class:     org_ldk_impl_bindings
6484  * Method:    CVec_MonitorEventZ_free
6485  * Signature: ([J)V
6486  */
6487 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1MonitorEventZ_1free
6488   (JNIEnv *, jclass, jlongArray);
6489
6490 /*
6491  * Class:     org_ldk_impl_bindings
6492  * Method:    C3Tuple_OutPointCVec_MonitorEventZPublicKeyZ_clone_ptr
6493  * Signature: (J)J
6494  */
6495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1OutPointCVec_1MonitorEventZPublicKeyZ_1clone_1ptr
6496   (JNIEnv *, jclass, jlong);
6497
6498 /*
6499  * Class:     org_ldk_impl_bindings
6500  * Method:    C3Tuple_OutPointCVec_MonitorEventZPublicKeyZ_clone
6501  * Signature: (J)J
6502  */
6503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1OutPointCVec_1MonitorEventZPublicKeyZ_1clone
6504   (JNIEnv *, jclass, jlong);
6505
6506 /*
6507  * Class:     org_ldk_impl_bindings
6508  * Method:    C3Tuple_OutPointCVec_MonitorEventZPublicKeyZ_new
6509  * Signature: (J[J[B)J
6510  */
6511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1OutPointCVec_1MonitorEventZPublicKeyZ_1new
6512   (JNIEnv *, jclass, jlong, jlongArray, jbyteArray);
6513
6514 /*
6515  * Class:     org_ldk_impl_bindings
6516  * Method:    C3Tuple_OutPointCVec_MonitorEventZPublicKeyZ_free
6517  * Signature: (J)V
6518  */
6519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C3Tuple_1OutPointCVec_1MonitorEventZPublicKeyZ_1free
6520   (JNIEnv *, jclass, jlong);
6521
6522 /*
6523  * Class:     org_ldk_impl_bindings
6524  * Method:    CVec_C3Tuple_OutPointCVec_MonitorEventZPublicKeyZZ_free
6525  * Signature: ([J)V
6526  */
6527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C3Tuple_1OutPointCVec_1MonitorEventZPublicKeyZZ_1free
6528   (JNIEnv *, jclass, jlongArray);
6529
6530 /*
6531  * Class:     org_ldk_impl_bindings
6532  * Method:    CResult_FixedPenaltyScorerDecodeErrorZ_ok
6533  * Signature: (J)J
6534  */
6535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FixedPenaltyScorerDecodeErrorZ_1ok
6536   (JNIEnv *, jclass, jlong);
6537
6538 /*
6539  * Class:     org_ldk_impl_bindings
6540  * Method:    CResult_FixedPenaltyScorerDecodeErrorZ_err
6541  * Signature: (J)J
6542  */
6543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FixedPenaltyScorerDecodeErrorZ_1err
6544   (JNIEnv *, jclass, jlong);
6545
6546 /*
6547  * Class:     org_ldk_impl_bindings
6548  * Method:    CResult_FixedPenaltyScorerDecodeErrorZ_is_ok
6549  * Signature: (J)Z
6550  */
6551 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1FixedPenaltyScorerDecodeErrorZ_1is_1ok
6552   (JNIEnv *, jclass, jlong);
6553
6554 /*
6555  * Class:     org_ldk_impl_bindings
6556  * Method:    CResult_FixedPenaltyScorerDecodeErrorZ_free
6557  * Signature: (J)V
6558  */
6559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1FixedPenaltyScorerDecodeErrorZ_1free
6560   (JNIEnv *, jclass, jlong);
6561
6562 /*
6563  * Class:     org_ldk_impl_bindings
6564  * Method:    CResult_FixedPenaltyScorerDecodeErrorZ_clone_ptr
6565  * Signature: (J)J
6566  */
6567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FixedPenaltyScorerDecodeErrorZ_1clone_1ptr
6568   (JNIEnv *, jclass, jlong);
6569
6570 /*
6571  * Class:     org_ldk_impl_bindings
6572  * Method:    CResult_FixedPenaltyScorerDecodeErrorZ_clone
6573  * Signature: (J)J
6574  */
6575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FixedPenaltyScorerDecodeErrorZ_1clone
6576   (JNIEnv *, jclass, jlong);
6577
6578 /*
6579  * Class:     org_ldk_impl_bindings
6580  * Method:    C2Tuple_u64u64Z_clone_ptr
6581  * Signature: (J)J
6582  */
6583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u64u64Z_1clone_1ptr
6584   (JNIEnv *, jclass, jlong);
6585
6586 /*
6587  * Class:     org_ldk_impl_bindings
6588  * Method:    C2Tuple_u64u64Z_clone
6589  * Signature: (J)J
6590  */
6591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u64u64Z_1clone
6592   (JNIEnv *, jclass, jlong);
6593
6594 /*
6595  * Class:     org_ldk_impl_bindings
6596  * Method:    C2Tuple_u64u64Z_new
6597  * Signature: (JJ)J
6598  */
6599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u64u64Z_1new
6600   (JNIEnv *, jclass, jlong, jlong);
6601
6602 /*
6603  * Class:     org_ldk_impl_bindings
6604  * Method:    C2Tuple_u64u64Z_free
6605  * Signature: (J)V
6606  */
6607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u64u64Z_1free
6608   (JNIEnv *, jclass, jlong);
6609
6610 /*
6611  * Class:     org_ldk_impl_bindings
6612  * Method:    COption_C2Tuple_u64u64ZZ_some
6613  * Signature: (J)J
6614  */
6615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1u64u64ZZ_1some
6616   (JNIEnv *, jclass, jlong);
6617
6618 /*
6619  * Class:     org_ldk_impl_bindings
6620  * Method:    COption_C2Tuple_u64u64ZZ_none
6621  * Signature: ()J
6622  */
6623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1u64u64ZZ_1none
6624   (JNIEnv *, jclass);
6625
6626 /*
6627  * Class:     org_ldk_impl_bindings
6628  * Method:    COption_C2Tuple_u64u64ZZ_free
6629  * Signature: (J)V
6630  */
6631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1u64u64ZZ_1free
6632   (JNIEnv *, jclass, jlong);
6633
6634 /*
6635  * Class:     org_ldk_impl_bindings
6636  * Method:    COption_C2Tuple_u64u64ZZ_clone_ptr
6637  * Signature: (J)J
6638  */
6639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1u64u64ZZ_1clone_1ptr
6640   (JNIEnv *, jclass, jlong);
6641
6642 /*
6643  * Class:     org_ldk_impl_bindings
6644  * Method:    COption_C2Tuple_u64u64ZZ_clone
6645  * Signature: (J)J
6646  */
6647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1u64u64ZZ_1clone
6648   (JNIEnv *, jclass, jlong);
6649
6650 /*
6651  * Class:     org_ldk_impl_bindings
6652  * Method:    C2Tuple_Z_clone_ptr
6653  * Signature: (J)J
6654  */
6655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1Z_1clone_1ptr
6656   (JNIEnv *, jclass, jlong);
6657
6658 /*
6659  * Class:     org_ldk_impl_bindings
6660  * Method:    C2Tuple_Z_clone
6661  * Signature: (J)J
6662  */
6663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1Z_1clone
6664   (JNIEnv *, jclass, jlong);
6665
6666 /*
6667  * Class:     org_ldk_impl_bindings
6668  * Method:    C2Tuple_Z_new
6669  * Signature: ([S[S)J
6670  */
6671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1Z_1new
6672   (JNIEnv *, jclass, jshortArray, jshortArray);
6673
6674 /*
6675  * Class:     org_ldk_impl_bindings
6676  * Method:    C2Tuple_Z_free
6677  * Signature: (J)V
6678  */
6679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1Z_1free
6680   (JNIEnv *, jclass, jlong);
6681
6682 /*
6683  * Class:     org_ldk_impl_bindings
6684  * Method:    C2Tuple__u168_u168Z_clone_ptr
6685  * Signature: (J)J
6686  */
6687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1_1u168_1u168Z_1clone_1ptr
6688   (JNIEnv *, jclass, jlong);
6689
6690 /*
6691  * Class:     org_ldk_impl_bindings
6692  * Method:    C2Tuple__u168_u168Z_clone
6693  * Signature: (J)J
6694  */
6695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1_1u168_1u168Z_1clone
6696   (JNIEnv *, jclass, jlong);
6697
6698 /*
6699  * Class:     org_ldk_impl_bindings
6700  * Method:    C2Tuple__u168_u168Z_new
6701  * Signature: ([S[S)J
6702  */
6703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1_1u168_1u168Z_1new
6704   (JNIEnv *, jclass, jshortArray, jshortArray);
6705
6706 /*
6707  * Class:     org_ldk_impl_bindings
6708  * Method:    C2Tuple__u168_u168Z_free
6709  * Signature: (J)V
6710  */
6711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1_1u168_1u168Z_1free
6712   (JNIEnv *, jclass, jlong);
6713
6714 /*
6715  * Class:     org_ldk_impl_bindings
6716  * Method:    COption_C2Tuple_EightU16sEightU16sZZ_some
6717  * Signature: (J)J
6718  */
6719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1EightU16sEightU16sZZ_1some
6720   (JNIEnv *, jclass, jlong);
6721
6722 /*
6723  * Class:     org_ldk_impl_bindings
6724  * Method:    COption_C2Tuple_EightU16sEightU16sZZ_none
6725  * Signature: ()J
6726  */
6727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1EightU16sEightU16sZZ_1none
6728   (JNIEnv *, jclass);
6729
6730 /*
6731  * Class:     org_ldk_impl_bindings
6732  * Method:    COption_C2Tuple_EightU16sEightU16sZZ_free
6733  * Signature: (J)V
6734  */
6735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1EightU16sEightU16sZZ_1free
6736   (JNIEnv *, jclass, jlong);
6737
6738 /*
6739  * Class:     org_ldk_impl_bindings
6740  * Method:    COption_C2Tuple_EightU16sEightU16sZZ_clone_ptr
6741  * Signature: (J)J
6742  */
6743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1EightU16sEightU16sZZ_1clone_1ptr
6744   (JNIEnv *, jclass, jlong);
6745
6746 /*
6747  * Class:     org_ldk_impl_bindings
6748  * Method:    COption_C2Tuple_EightU16sEightU16sZZ_clone
6749  * Signature: (J)J
6750  */
6751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C2Tuple_1EightU16sEightU16sZZ_1clone
6752   (JNIEnv *, jclass, jlong);
6753
6754 /*
6755  * Class:     org_ldk_impl_bindings
6756  * Method:    CVec_NodeIdZ_free
6757  * Signature: ([J)V
6758  */
6759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1NodeIdZ_1free
6760   (JNIEnv *, jclass, jlongArray);
6761
6762 /*
6763  * Class:     org_ldk_impl_bindings
6764  * Method:    CResult_ProbabilisticScorerDecodeErrorZ_ok
6765  * Signature: (J)J
6766  */
6767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ProbabilisticScorerDecodeErrorZ_1ok
6768   (JNIEnv *, jclass, jlong);
6769
6770 /*
6771  * Class:     org_ldk_impl_bindings
6772  * Method:    CResult_ProbabilisticScorerDecodeErrorZ_err
6773  * Signature: (J)J
6774  */
6775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ProbabilisticScorerDecodeErrorZ_1err
6776   (JNIEnv *, jclass, jlong);
6777
6778 /*
6779  * Class:     org_ldk_impl_bindings
6780  * Method:    CResult_ProbabilisticScorerDecodeErrorZ_is_ok
6781  * Signature: (J)Z
6782  */
6783 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ProbabilisticScorerDecodeErrorZ_1is_1ok
6784   (JNIEnv *, jclass, jlong);
6785
6786 /*
6787  * Class:     org_ldk_impl_bindings
6788  * Method:    CResult_ProbabilisticScorerDecodeErrorZ_free
6789  * Signature: (J)V
6790  */
6791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ProbabilisticScorerDecodeErrorZ_1free
6792   (JNIEnv *, jclass, jlong);
6793
6794 /*
6795  * Class:     org_ldk_impl_bindings
6796  * Method:    CResult_InitFeaturesDecodeErrorZ_ok
6797  * Signature: (J)J
6798  */
6799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitFeaturesDecodeErrorZ_1ok
6800   (JNIEnv *, jclass, jlong);
6801
6802 /*
6803  * Class:     org_ldk_impl_bindings
6804  * Method:    CResult_InitFeaturesDecodeErrorZ_err
6805  * Signature: (J)J
6806  */
6807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitFeaturesDecodeErrorZ_1err
6808   (JNIEnv *, jclass, jlong);
6809
6810 /*
6811  * Class:     org_ldk_impl_bindings
6812  * Method:    CResult_InitFeaturesDecodeErrorZ_is_ok
6813  * Signature: (J)Z
6814  */
6815 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1InitFeaturesDecodeErrorZ_1is_1ok
6816   (JNIEnv *, jclass, jlong);
6817
6818 /*
6819  * Class:     org_ldk_impl_bindings
6820  * Method:    CResult_InitFeaturesDecodeErrorZ_free
6821  * Signature: (J)V
6822  */
6823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InitFeaturesDecodeErrorZ_1free
6824   (JNIEnv *, jclass, jlong);
6825
6826 /*
6827  * Class:     org_ldk_impl_bindings
6828  * Method:    CResult_InitFeaturesDecodeErrorZ_clone_ptr
6829  * Signature: (J)J
6830  */
6831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitFeaturesDecodeErrorZ_1clone_1ptr
6832   (JNIEnv *, jclass, jlong);
6833
6834 /*
6835  * Class:     org_ldk_impl_bindings
6836  * Method:    CResult_InitFeaturesDecodeErrorZ_clone
6837  * Signature: (J)J
6838  */
6839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitFeaturesDecodeErrorZ_1clone
6840   (JNIEnv *, jclass, jlong);
6841
6842 /*
6843  * Class:     org_ldk_impl_bindings
6844  * Method:    CResult_ChannelFeaturesDecodeErrorZ_ok
6845  * Signature: (J)J
6846  */
6847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelFeaturesDecodeErrorZ_1ok
6848   (JNIEnv *, jclass, jlong);
6849
6850 /*
6851  * Class:     org_ldk_impl_bindings
6852  * Method:    CResult_ChannelFeaturesDecodeErrorZ_err
6853  * Signature: (J)J
6854  */
6855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelFeaturesDecodeErrorZ_1err
6856   (JNIEnv *, jclass, jlong);
6857
6858 /*
6859  * Class:     org_ldk_impl_bindings
6860  * Method:    CResult_ChannelFeaturesDecodeErrorZ_is_ok
6861  * Signature: (J)Z
6862  */
6863 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelFeaturesDecodeErrorZ_1is_1ok
6864   (JNIEnv *, jclass, jlong);
6865
6866 /*
6867  * Class:     org_ldk_impl_bindings
6868  * Method:    CResult_ChannelFeaturesDecodeErrorZ_free
6869  * Signature: (J)V
6870  */
6871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelFeaturesDecodeErrorZ_1free
6872   (JNIEnv *, jclass, jlong);
6873
6874 /*
6875  * Class:     org_ldk_impl_bindings
6876  * Method:    CResult_ChannelFeaturesDecodeErrorZ_clone_ptr
6877  * Signature: (J)J
6878  */
6879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelFeaturesDecodeErrorZ_1clone_1ptr
6880   (JNIEnv *, jclass, jlong);
6881
6882 /*
6883  * Class:     org_ldk_impl_bindings
6884  * Method:    CResult_ChannelFeaturesDecodeErrorZ_clone
6885  * Signature: (J)J
6886  */
6887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelFeaturesDecodeErrorZ_1clone
6888   (JNIEnv *, jclass, jlong);
6889
6890 /*
6891  * Class:     org_ldk_impl_bindings
6892  * Method:    CResult_NodeFeaturesDecodeErrorZ_ok
6893  * Signature: (J)J
6894  */
6895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeFeaturesDecodeErrorZ_1ok
6896   (JNIEnv *, jclass, jlong);
6897
6898 /*
6899  * Class:     org_ldk_impl_bindings
6900  * Method:    CResult_NodeFeaturesDecodeErrorZ_err
6901  * Signature: (J)J
6902  */
6903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeFeaturesDecodeErrorZ_1err
6904   (JNIEnv *, jclass, jlong);
6905
6906 /*
6907  * Class:     org_ldk_impl_bindings
6908  * Method:    CResult_NodeFeaturesDecodeErrorZ_is_ok
6909  * Signature: (J)Z
6910  */
6911 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NodeFeaturesDecodeErrorZ_1is_1ok
6912   (JNIEnv *, jclass, jlong);
6913
6914 /*
6915  * Class:     org_ldk_impl_bindings
6916  * Method:    CResult_NodeFeaturesDecodeErrorZ_free
6917  * Signature: (J)V
6918  */
6919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NodeFeaturesDecodeErrorZ_1free
6920   (JNIEnv *, jclass, jlong);
6921
6922 /*
6923  * Class:     org_ldk_impl_bindings
6924  * Method:    CResult_NodeFeaturesDecodeErrorZ_clone_ptr
6925  * Signature: (J)J
6926  */
6927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeFeaturesDecodeErrorZ_1clone_1ptr
6928   (JNIEnv *, jclass, jlong);
6929
6930 /*
6931  * Class:     org_ldk_impl_bindings
6932  * Method:    CResult_NodeFeaturesDecodeErrorZ_clone
6933  * Signature: (J)J
6934  */
6935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeFeaturesDecodeErrorZ_1clone
6936   (JNIEnv *, jclass, jlong);
6937
6938 /*
6939  * Class:     org_ldk_impl_bindings
6940  * Method:    CResult_InvoiceFeaturesDecodeErrorZ_ok
6941  * Signature: (J)J
6942  */
6943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceFeaturesDecodeErrorZ_1ok
6944   (JNIEnv *, jclass, jlong);
6945
6946 /*
6947  * Class:     org_ldk_impl_bindings
6948  * Method:    CResult_InvoiceFeaturesDecodeErrorZ_err
6949  * Signature: (J)J
6950  */
6951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceFeaturesDecodeErrorZ_1err
6952   (JNIEnv *, jclass, jlong);
6953
6954 /*
6955  * Class:     org_ldk_impl_bindings
6956  * Method:    CResult_InvoiceFeaturesDecodeErrorZ_is_ok
6957  * Signature: (J)Z
6958  */
6959 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceFeaturesDecodeErrorZ_1is_1ok
6960   (JNIEnv *, jclass, jlong);
6961
6962 /*
6963  * Class:     org_ldk_impl_bindings
6964  * Method:    CResult_InvoiceFeaturesDecodeErrorZ_free
6965  * Signature: (J)V
6966  */
6967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceFeaturesDecodeErrorZ_1free
6968   (JNIEnv *, jclass, jlong);
6969
6970 /*
6971  * Class:     org_ldk_impl_bindings
6972  * Method:    CResult_InvoiceFeaturesDecodeErrorZ_clone_ptr
6973  * Signature: (J)J
6974  */
6975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceFeaturesDecodeErrorZ_1clone_1ptr
6976   (JNIEnv *, jclass, jlong);
6977
6978 /*
6979  * Class:     org_ldk_impl_bindings
6980  * Method:    CResult_InvoiceFeaturesDecodeErrorZ_clone
6981  * Signature: (J)J
6982  */
6983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceFeaturesDecodeErrorZ_1clone
6984   (JNIEnv *, jclass, jlong);
6985
6986 /*
6987  * Class:     org_ldk_impl_bindings
6988  * Method:    CResult_BlindedHopFeaturesDecodeErrorZ_ok
6989  * Signature: (J)J
6990  */
6991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedHopFeaturesDecodeErrorZ_1ok
6992   (JNIEnv *, jclass, jlong);
6993
6994 /*
6995  * Class:     org_ldk_impl_bindings
6996  * Method:    CResult_BlindedHopFeaturesDecodeErrorZ_err
6997  * Signature: (J)J
6998  */
6999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedHopFeaturesDecodeErrorZ_1err
7000   (JNIEnv *, jclass, jlong);
7001
7002 /*
7003  * Class:     org_ldk_impl_bindings
7004  * Method:    CResult_BlindedHopFeaturesDecodeErrorZ_is_ok
7005  * Signature: (J)Z
7006  */
7007 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedHopFeaturesDecodeErrorZ_1is_1ok
7008   (JNIEnv *, jclass, jlong);
7009
7010 /*
7011  * Class:     org_ldk_impl_bindings
7012  * Method:    CResult_BlindedHopFeaturesDecodeErrorZ_free
7013  * Signature: (J)V
7014  */
7015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedHopFeaturesDecodeErrorZ_1free
7016   (JNIEnv *, jclass, jlong);
7017
7018 /*
7019  * Class:     org_ldk_impl_bindings
7020  * Method:    CResult_BlindedHopFeaturesDecodeErrorZ_clone_ptr
7021  * Signature: (J)J
7022  */
7023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedHopFeaturesDecodeErrorZ_1clone_1ptr
7024   (JNIEnv *, jclass, jlong);
7025
7026 /*
7027  * Class:     org_ldk_impl_bindings
7028  * Method:    CResult_BlindedHopFeaturesDecodeErrorZ_clone
7029  * Signature: (J)J
7030  */
7031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedHopFeaturesDecodeErrorZ_1clone
7032   (JNIEnv *, jclass, jlong);
7033
7034 /*
7035  * Class:     org_ldk_impl_bindings
7036  * Method:    CResult_ChannelTypeFeaturesDecodeErrorZ_ok
7037  * Signature: (J)J
7038  */
7039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTypeFeaturesDecodeErrorZ_1ok
7040   (JNIEnv *, jclass, jlong);
7041
7042 /*
7043  * Class:     org_ldk_impl_bindings
7044  * Method:    CResult_ChannelTypeFeaturesDecodeErrorZ_err
7045  * Signature: (J)J
7046  */
7047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTypeFeaturesDecodeErrorZ_1err
7048   (JNIEnv *, jclass, jlong);
7049
7050 /*
7051  * Class:     org_ldk_impl_bindings
7052  * Method:    CResult_ChannelTypeFeaturesDecodeErrorZ_is_ok
7053  * Signature: (J)Z
7054  */
7055 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTypeFeaturesDecodeErrorZ_1is_1ok
7056   (JNIEnv *, jclass, jlong);
7057
7058 /*
7059  * Class:     org_ldk_impl_bindings
7060  * Method:    CResult_ChannelTypeFeaturesDecodeErrorZ_free
7061  * Signature: (J)V
7062  */
7063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTypeFeaturesDecodeErrorZ_1free
7064   (JNIEnv *, jclass, jlong);
7065
7066 /*
7067  * Class:     org_ldk_impl_bindings
7068  * Method:    CResult_ChannelTypeFeaturesDecodeErrorZ_clone_ptr
7069  * Signature: (J)J
7070  */
7071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTypeFeaturesDecodeErrorZ_1clone_1ptr
7072   (JNIEnv *, jclass, jlong);
7073
7074 /*
7075  * Class:     org_ldk_impl_bindings
7076  * Method:    CResult_ChannelTypeFeaturesDecodeErrorZ_clone
7077  * Signature: (J)J
7078  */
7079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelTypeFeaturesDecodeErrorZ_1clone
7080   (JNIEnv *, jclass, jlong);
7081
7082 /*
7083  * Class:     org_ldk_impl_bindings
7084  * Method:    CResult_PaymentPurposeDecodeErrorZ_ok
7085  * Signature: (J)J
7086  */
7087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentPurposeDecodeErrorZ_1ok
7088   (JNIEnv *, jclass, jlong);
7089
7090 /*
7091  * Class:     org_ldk_impl_bindings
7092  * Method:    CResult_PaymentPurposeDecodeErrorZ_err
7093  * Signature: (J)J
7094  */
7095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentPurposeDecodeErrorZ_1err
7096   (JNIEnv *, jclass, jlong);
7097
7098 /*
7099  * Class:     org_ldk_impl_bindings
7100  * Method:    CResult_PaymentPurposeDecodeErrorZ_is_ok
7101  * Signature: (J)Z
7102  */
7103 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentPurposeDecodeErrorZ_1is_1ok
7104   (JNIEnv *, jclass, jlong);
7105
7106 /*
7107  * Class:     org_ldk_impl_bindings
7108  * Method:    CResult_PaymentPurposeDecodeErrorZ_free
7109  * Signature: (J)V
7110  */
7111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentPurposeDecodeErrorZ_1free
7112   (JNIEnv *, jclass, jlong);
7113
7114 /*
7115  * Class:     org_ldk_impl_bindings
7116  * Method:    CResult_PaymentPurposeDecodeErrorZ_clone_ptr
7117  * Signature: (J)J
7118  */
7119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentPurposeDecodeErrorZ_1clone_1ptr
7120   (JNIEnv *, jclass, jlong);
7121
7122 /*
7123  * Class:     org_ldk_impl_bindings
7124  * Method:    CResult_PaymentPurposeDecodeErrorZ_clone
7125  * Signature: (J)J
7126  */
7127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentPurposeDecodeErrorZ_1clone
7128   (JNIEnv *, jclass, jlong);
7129
7130 /*
7131  * Class:     org_ldk_impl_bindings
7132  * Method:    COption_NetworkUpdateZ_some
7133  * Signature: (J)J
7134  */
7135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1NetworkUpdateZ_1some
7136   (JNIEnv *, jclass, jlong);
7137
7138 /*
7139  * Class:     org_ldk_impl_bindings
7140  * Method:    COption_NetworkUpdateZ_none
7141  * Signature: ()J
7142  */
7143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1NetworkUpdateZ_1none
7144   (JNIEnv *, jclass);
7145
7146 /*
7147  * Class:     org_ldk_impl_bindings
7148  * Method:    COption_NetworkUpdateZ_free
7149  * Signature: (J)V
7150  */
7151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1NetworkUpdateZ_1free
7152   (JNIEnv *, jclass, jlong);
7153
7154 /*
7155  * Class:     org_ldk_impl_bindings
7156  * Method:    COption_NetworkUpdateZ_clone_ptr
7157  * Signature: (J)J
7158  */
7159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1NetworkUpdateZ_1clone_1ptr
7160   (JNIEnv *, jclass, jlong);
7161
7162 /*
7163  * Class:     org_ldk_impl_bindings
7164  * Method:    COption_NetworkUpdateZ_clone
7165  * Signature: (J)J
7166  */
7167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1NetworkUpdateZ_1clone
7168   (JNIEnv *, jclass, jlong);
7169
7170 /*
7171  * Class:     org_ldk_impl_bindings
7172  * Method:    COption_PathFailureZ_some
7173  * Signature: (J)J
7174  */
7175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1PathFailureZ_1some
7176   (JNIEnv *, jclass, jlong);
7177
7178 /*
7179  * Class:     org_ldk_impl_bindings
7180  * Method:    COption_PathFailureZ_none
7181  * Signature: ()J
7182  */
7183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1PathFailureZ_1none
7184   (JNIEnv *, jclass);
7185
7186 /*
7187  * Class:     org_ldk_impl_bindings
7188  * Method:    COption_PathFailureZ_free
7189  * Signature: (J)V
7190  */
7191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1PathFailureZ_1free
7192   (JNIEnv *, jclass, jlong);
7193
7194 /*
7195  * Class:     org_ldk_impl_bindings
7196  * Method:    COption_PathFailureZ_clone_ptr
7197  * Signature: (J)J
7198  */
7199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1PathFailureZ_1clone_1ptr
7200   (JNIEnv *, jclass, jlong);
7201
7202 /*
7203  * Class:     org_ldk_impl_bindings
7204  * Method:    COption_PathFailureZ_clone
7205  * Signature: (J)J
7206  */
7207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1PathFailureZ_1clone
7208   (JNIEnv *, jclass, jlong);
7209
7210 /*
7211  * Class:     org_ldk_impl_bindings
7212  * Method:    CResult_COption_PathFailureZDecodeErrorZ_ok
7213  * Signature: (J)J
7214  */
7215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1PathFailureZDecodeErrorZ_1ok
7216   (JNIEnv *, jclass, jlong);
7217
7218 /*
7219  * Class:     org_ldk_impl_bindings
7220  * Method:    CResult_COption_PathFailureZDecodeErrorZ_err
7221  * Signature: (J)J
7222  */
7223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1PathFailureZDecodeErrorZ_1err
7224   (JNIEnv *, jclass, jlong);
7225
7226 /*
7227  * Class:     org_ldk_impl_bindings
7228  * Method:    CResult_COption_PathFailureZDecodeErrorZ_is_ok
7229  * Signature: (J)Z
7230  */
7231 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1PathFailureZDecodeErrorZ_1is_1ok
7232   (JNIEnv *, jclass, jlong);
7233
7234 /*
7235  * Class:     org_ldk_impl_bindings
7236  * Method:    CResult_COption_PathFailureZDecodeErrorZ_free
7237  * Signature: (J)V
7238  */
7239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1PathFailureZDecodeErrorZ_1free
7240   (JNIEnv *, jclass, jlong);
7241
7242 /*
7243  * Class:     org_ldk_impl_bindings
7244  * Method:    CResult_COption_PathFailureZDecodeErrorZ_clone_ptr
7245  * Signature: (J)J
7246  */
7247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1PathFailureZDecodeErrorZ_1clone_1ptr
7248   (JNIEnv *, jclass, jlong);
7249
7250 /*
7251  * Class:     org_ldk_impl_bindings
7252  * Method:    CResult_COption_PathFailureZDecodeErrorZ_clone
7253  * Signature: (J)J
7254  */
7255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1PathFailureZDecodeErrorZ_1clone
7256   (JNIEnv *, jclass, jlong);
7257
7258 /*
7259  * Class:     org_ldk_impl_bindings
7260  * Method:    COption_ClosureReasonZ_some
7261  * Signature: (J)J
7262  */
7263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1ClosureReasonZ_1some
7264   (JNIEnv *, jclass, jlong);
7265
7266 /*
7267  * Class:     org_ldk_impl_bindings
7268  * Method:    COption_ClosureReasonZ_none
7269  * Signature: ()J
7270  */
7271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1ClosureReasonZ_1none
7272   (JNIEnv *, jclass);
7273
7274 /*
7275  * Class:     org_ldk_impl_bindings
7276  * Method:    COption_ClosureReasonZ_free
7277  * Signature: (J)V
7278  */
7279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1ClosureReasonZ_1free
7280   (JNIEnv *, jclass, jlong);
7281
7282 /*
7283  * Class:     org_ldk_impl_bindings
7284  * Method:    COption_ClosureReasonZ_clone_ptr
7285  * Signature: (J)J
7286  */
7287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1ClosureReasonZ_1clone_1ptr
7288   (JNIEnv *, jclass, jlong);
7289
7290 /*
7291  * Class:     org_ldk_impl_bindings
7292  * Method:    COption_ClosureReasonZ_clone
7293  * Signature: (J)J
7294  */
7295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1ClosureReasonZ_1clone
7296   (JNIEnv *, jclass, jlong);
7297
7298 /*
7299  * Class:     org_ldk_impl_bindings
7300  * Method:    CResult_COption_ClosureReasonZDecodeErrorZ_ok
7301  * Signature: (J)J
7302  */
7303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1ClosureReasonZDecodeErrorZ_1ok
7304   (JNIEnv *, jclass, jlong);
7305
7306 /*
7307  * Class:     org_ldk_impl_bindings
7308  * Method:    CResult_COption_ClosureReasonZDecodeErrorZ_err
7309  * Signature: (J)J
7310  */
7311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1ClosureReasonZDecodeErrorZ_1err
7312   (JNIEnv *, jclass, jlong);
7313
7314 /*
7315  * Class:     org_ldk_impl_bindings
7316  * Method:    CResult_COption_ClosureReasonZDecodeErrorZ_is_ok
7317  * Signature: (J)Z
7318  */
7319 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1ClosureReasonZDecodeErrorZ_1is_1ok
7320   (JNIEnv *, jclass, jlong);
7321
7322 /*
7323  * Class:     org_ldk_impl_bindings
7324  * Method:    CResult_COption_ClosureReasonZDecodeErrorZ_free
7325  * Signature: (J)V
7326  */
7327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1ClosureReasonZDecodeErrorZ_1free
7328   (JNIEnv *, jclass, jlong);
7329
7330 /*
7331  * Class:     org_ldk_impl_bindings
7332  * Method:    CResult_COption_ClosureReasonZDecodeErrorZ_clone_ptr
7333  * Signature: (J)J
7334  */
7335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1ClosureReasonZDecodeErrorZ_1clone_1ptr
7336   (JNIEnv *, jclass, jlong);
7337
7338 /*
7339  * Class:     org_ldk_impl_bindings
7340  * Method:    CResult_COption_ClosureReasonZDecodeErrorZ_clone
7341  * Signature: (J)J
7342  */
7343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1ClosureReasonZDecodeErrorZ_1clone
7344   (JNIEnv *, jclass, jlong);
7345
7346 /*
7347  * Class:     org_ldk_impl_bindings
7348  * Method:    COption_HTLCDestinationZ_some
7349  * Signature: (J)J
7350  */
7351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1HTLCDestinationZ_1some
7352   (JNIEnv *, jclass, jlong);
7353
7354 /*
7355  * Class:     org_ldk_impl_bindings
7356  * Method:    COption_HTLCDestinationZ_none
7357  * Signature: ()J
7358  */
7359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1HTLCDestinationZ_1none
7360   (JNIEnv *, jclass);
7361
7362 /*
7363  * Class:     org_ldk_impl_bindings
7364  * Method:    COption_HTLCDestinationZ_free
7365  * Signature: (J)V
7366  */
7367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1HTLCDestinationZ_1free
7368   (JNIEnv *, jclass, jlong);
7369
7370 /*
7371  * Class:     org_ldk_impl_bindings
7372  * Method:    COption_HTLCDestinationZ_clone_ptr
7373  * Signature: (J)J
7374  */
7375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1HTLCDestinationZ_1clone_1ptr
7376   (JNIEnv *, jclass, jlong);
7377
7378 /*
7379  * Class:     org_ldk_impl_bindings
7380  * Method:    COption_HTLCDestinationZ_clone
7381  * Signature: (J)J
7382  */
7383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1HTLCDestinationZ_1clone
7384   (JNIEnv *, jclass, jlong);
7385
7386 /*
7387  * Class:     org_ldk_impl_bindings
7388  * Method:    CResult_COption_HTLCDestinationZDecodeErrorZ_ok
7389  * Signature: (J)J
7390  */
7391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1HTLCDestinationZDecodeErrorZ_1ok
7392   (JNIEnv *, jclass, jlong);
7393
7394 /*
7395  * Class:     org_ldk_impl_bindings
7396  * Method:    CResult_COption_HTLCDestinationZDecodeErrorZ_err
7397  * Signature: (J)J
7398  */
7399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1HTLCDestinationZDecodeErrorZ_1err
7400   (JNIEnv *, jclass, jlong);
7401
7402 /*
7403  * Class:     org_ldk_impl_bindings
7404  * Method:    CResult_COption_HTLCDestinationZDecodeErrorZ_is_ok
7405  * Signature: (J)Z
7406  */
7407 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1HTLCDestinationZDecodeErrorZ_1is_1ok
7408   (JNIEnv *, jclass, jlong);
7409
7410 /*
7411  * Class:     org_ldk_impl_bindings
7412  * Method:    CResult_COption_HTLCDestinationZDecodeErrorZ_free
7413  * Signature: (J)V
7414  */
7415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1HTLCDestinationZDecodeErrorZ_1free
7416   (JNIEnv *, jclass, jlong);
7417
7418 /*
7419  * Class:     org_ldk_impl_bindings
7420  * Method:    CResult_COption_HTLCDestinationZDecodeErrorZ_clone_ptr
7421  * Signature: (J)J
7422  */
7423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1HTLCDestinationZDecodeErrorZ_1clone_1ptr
7424   (JNIEnv *, jclass, jlong);
7425
7426 /*
7427  * Class:     org_ldk_impl_bindings
7428  * Method:    CResult_COption_HTLCDestinationZDecodeErrorZ_clone
7429  * Signature: (J)J
7430  */
7431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1HTLCDestinationZDecodeErrorZ_1clone
7432   (JNIEnv *, jclass, jlong);
7433
7434 /*
7435  * Class:     org_ldk_impl_bindings
7436  * Method:    CResult_PaymentFailureReasonDecodeErrorZ_ok
7437  * Signature: (Lorg/ldk/enums/PaymentFailureReason;)J
7438  */
7439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentFailureReasonDecodeErrorZ_1ok
7440   (JNIEnv *, jclass, jobject);
7441
7442 /*
7443  * Class:     org_ldk_impl_bindings
7444  * Method:    CResult_PaymentFailureReasonDecodeErrorZ_err
7445  * Signature: (J)J
7446  */
7447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentFailureReasonDecodeErrorZ_1err
7448   (JNIEnv *, jclass, jlong);
7449
7450 /*
7451  * Class:     org_ldk_impl_bindings
7452  * Method:    CResult_PaymentFailureReasonDecodeErrorZ_is_ok
7453  * Signature: (J)Z
7454  */
7455 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentFailureReasonDecodeErrorZ_1is_1ok
7456   (JNIEnv *, jclass, jlong);
7457
7458 /*
7459  * Class:     org_ldk_impl_bindings
7460  * Method:    CResult_PaymentFailureReasonDecodeErrorZ_free
7461  * Signature: (J)V
7462  */
7463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentFailureReasonDecodeErrorZ_1free
7464   (JNIEnv *, jclass, jlong);
7465
7466 /*
7467  * Class:     org_ldk_impl_bindings
7468  * Method:    CResult_PaymentFailureReasonDecodeErrorZ_clone_ptr
7469  * Signature: (J)J
7470  */
7471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentFailureReasonDecodeErrorZ_1clone_1ptr
7472   (JNIEnv *, jclass, jlong);
7473
7474 /*
7475  * Class:     org_ldk_impl_bindings
7476  * Method:    CResult_PaymentFailureReasonDecodeErrorZ_clone
7477  * Signature: (J)J
7478  */
7479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentFailureReasonDecodeErrorZ_1clone
7480   (JNIEnv *, jclass, jlong);
7481
7482 /*
7483  * Class:     org_ldk_impl_bindings
7484  * Method:    COption_u128Z_some
7485  * Signature: ([B)J
7486  */
7487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u128Z_1some
7488   (JNIEnv *, jclass, jbyteArray);
7489
7490 /*
7491  * Class:     org_ldk_impl_bindings
7492  * Method:    COption_u128Z_none
7493  * Signature: ()J
7494  */
7495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u128Z_1none
7496   (JNIEnv *, jclass);
7497
7498 /*
7499  * Class:     org_ldk_impl_bindings
7500  * Method:    COption_u128Z_free
7501  * Signature: (J)V
7502  */
7503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1u128Z_1free
7504   (JNIEnv *, jclass, jlong);
7505
7506 /*
7507  * Class:     org_ldk_impl_bindings
7508  * Method:    COption_u128Z_clone_ptr
7509  * Signature: (J)J
7510  */
7511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u128Z_1clone_1ptr
7512   (JNIEnv *, jclass, jlong);
7513
7514 /*
7515  * Class:     org_ldk_impl_bindings
7516  * Method:    COption_u128Z_clone
7517  * Signature: (J)J
7518  */
7519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u128Z_1clone
7520   (JNIEnv *, jclass, jlong);
7521
7522 /*
7523  * Class:     org_ldk_impl_bindings
7524  * Method:    COption_PaymentFailureReasonZ_some
7525  * Signature: (Lorg/ldk/enums/PaymentFailureReason;)J
7526  */
7527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1PaymentFailureReasonZ_1some
7528   (JNIEnv *, jclass, jobject);
7529
7530 /*
7531  * Class:     org_ldk_impl_bindings
7532  * Method:    COption_PaymentFailureReasonZ_none
7533  * Signature: ()J
7534  */
7535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1PaymentFailureReasonZ_1none
7536   (JNIEnv *, jclass);
7537
7538 /*
7539  * Class:     org_ldk_impl_bindings
7540  * Method:    COption_PaymentFailureReasonZ_free
7541  * Signature: (J)V
7542  */
7543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1PaymentFailureReasonZ_1free
7544   (JNIEnv *, jclass, jlong);
7545
7546 /*
7547  * Class:     org_ldk_impl_bindings
7548  * Method:    COption_PaymentFailureReasonZ_clone_ptr
7549  * Signature: (J)J
7550  */
7551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1PaymentFailureReasonZ_1clone_1ptr
7552   (JNIEnv *, jclass, jlong);
7553
7554 /*
7555  * Class:     org_ldk_impl_bindings
7556  * Method:    COption_PaymentFailureReasonZ_clone
7557  * Signature: (J)J
7558  */
7559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1PaymentFailureReasonZ_1clone
7560   (JNIEnv *, jclass, jlong);
7561
7562 /*
7563  * Class:     org_ldk_impl_bindings
7564  * Method:    CVec_SpendableOutputDescriptorZ_free
7565  * Signature: ([J)V
7566  */
7567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1SpendableOutputDescriptorZ_1free
7568   (JNIEnv *, jclass, jlongArray);
7569
7570 /*
7571  * Class:     org_ldk_impl_bindings
7572  * Method:    COption_EventZ_some
7573  * Signature: (J)J
7574  */
7575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1EventZ_1some
7576   (JNIEnv *, jclass, jlong);
7577
7578 /*
7579  * Class:     org_ldk_impl_bindings
7580  * Method:    COption_EventZ_none
7581  * Signature: ()J
7582  */
7583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1EventZ_1none
7584   (JNIEnv *, jclass);
7585
7586 /*
7587  * Class:     org_ldk_impl_bindings
7588  * Method:    COption_EventZ_free
7589  * Signature: (J)V
7590  */
7591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1EventZ_1free
7592   (JNIEnv *, jclass, jlong);
7593
7594 /*
7595  * Class:     org_ldk_impl_bindings
7596  * Method:    COption_EventZ_clone_ptr
7597  * Signature: (J)J
7598  */
7599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1EventZ_1clone_1ptr
7600   (JNIEnv *, jclass, jlong);
7601
7602 /*
7603  * Class:     org_ldk_impl_bindings
7604  * Method:    COption_EventZ_clone
7605  * Signature: (J)J
7606  */
7607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1EventZ_1clone
7608   (JNIEnv *, jclass, jlong);
7609
7610 /*
7611  * Class:     org_ldk_impl_bindings
7612  * Method:    CResult_COption_EventZDecodeErrorZ_ok
7613  * Signature: (J)J
7614  */
7615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1EventZDecodeErrorZ_1ok
7616   (JNIEnv *, jclass, jlong);
7617
7618 /*
7619  * Class:     org_ldk_impl_bindings
7620  * Method:    CResult_COption_EventZDecodeErrorZ_err
7621  * Signature: (J)J
7622  */
7623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1EventZDecodeErrorZ_1err
7624   (JNIEnv *, jclass, jlong);
7625
7626 /*
7627  * Class:     org_ldk_impl_bindings
7628  * Method:    CResult_COption_EventZDecodeErrorZ_is_ok
7629  * Signature: (J)Z
7630  */
7631 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1EventZDecodeErrorZ_1is_1ok
7632   (JNIEnv *, jclass, jlong);
7633
7634 /*
7635  * Class:     org_ldk_impl_bindings
7636  * Method:    CResult_COption_EventZDecodeErrorZ_free
7637  * Signature: (J)V
7638  */
7639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1EventZDecodeErrorZ_1free
7640   (JNIEnv *, jclass, jlong);
7641
7642 /*
7643  * Class:     org_ldk_impl_bindings
7644  * Method:    CResult_COption_EventZDecodeErrorZ_clone_ptr
7645  * Signature: (J)J
7646  */
7647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1EventZDecodeErrorZ_1clone_1ptr
7648   (JNIEnv *, jclass, jlong);
7649
7650 /*
7651  * Class:     org_ldk_impl_bindings
7652  * Method:    CResult_COption_EventZDecodeErrorZ_clone
7653  * Signature: (J)J
7654  */
7655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1EventZDecodeErrorZ_1clone
7656   (JNIEnv *, jclass, jlong);
7657
7658 /*
7659  * Class:     org_ldk_impl_bindings
7660  * Method:    CVec_MessageSendEventZ_free
7661  * Signature: ([J)V
7662  */
7663 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1MessageSendEventZ_1free
7664   (JNIEnv *, jclass, jlongArray);
7665
7666 /*
7667  * Class:     org_ldk_impl_bindings
7668  * Method:    CVec_ChainHashZ_free
7669  * Signature: ([[B)V
7670  */
7671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1ChainHashZ_1free
7672   (JNIEnv *, jclass, jobjectArray);
7673
7674 /*
7675  * Class:     org_ldk_impl_bindings
7676  * Method:    CResult_PublicKeyErrorZ_ok
7677  * Signature: ([B)J
7678  */
7679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyErrorZ_1ok
7680   (JNIEnv *, jclass, jbyteArray);
7681
7682 /*
7683  * Class:     org_ldk_impl_bindings
7684  * Method:    CResult_PublicKeyErrorZ_err
7685  * Signature: (Lorg/ldk/enums/Secp256k1Error;)J
7686  */
7687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyErrorZ_1err
7688   (JNIEnv *, jclass, jobject);
7689
7690 /*
7691  * Class:     org_ldk_impl_bindings
7692  * Method:    CResult_PublicKeyErrorZ_is_ok
7693  * Signature: (J)Z
7694  */
7695 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyErrorZ_1is_1ok
7696   (JNIEnv *, jclass, jlong);
7697
7698 /*
7699  * Class:     org_ldk_impl_bindings
7700  * Method:    CResult_PublicKeyErrorZ_free
7701  * Signature: (J)V
7702  */
7703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyErrorZ_1free
7704   (JNIEnv *, jclass, jlong);
7705
7706 /*
7707  * Class:     org_ldk_impl_bindings
7708  * Method:    CResult_PublicKeyErrorZ_clone_ptr
7709  * Signature: (J)J
7710  */
7711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyErrorZ_1clone_1ptr
7712   (JNIEnv *, jclass, jlong);
7713
7714 /*
7715  * Class:     org_ldk_impl_bindings
7716  * Method:    CResult_PublicKeyErrorZ_clone
7717  * Signature: (J)J
7718  */
7719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyErrorZ_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_is_ok
7741  * Signature: (J)Z
7742  */
7743 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NodeIdDecodeErrorZ_1is_1ok
7744   (JNIEnv *, jclass, jlong);
7745
7746 /*
7747  * Class:     org_ldk_impl_bindings
7748  * Method:    CResult_NodeIdDecodeErrorZ_free
7749  * Signature: (J)V
7750  */
7751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NodeIdDecodeErrorZ_1free
7752   (JNIEnv *, jclass, jlong);
7753
7754 /*
7755  * Class:     org_ldk_impl_bindings
7756  * Method:    CResult_NodeIdDecodeErrorZ_clone_ptr
7757  * Signature: (J)J
7758  */
7759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeIdDecodeErrorZ_1clone_1ptr
7760   (JNIEnv *, jclass, jlong);
7761
7762 /*
7763  * Class:     org_ldk_impl_bindings
7764  * Method:    CResult_NodeIdDecodeErrorZ_clone
7765  * Signature: (J)J
7766  */
7767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeIdDecodeErrorZ_1clone
7768   (JNIEnv *, jclass, jlong);
7769
7770 /*
7771  * Class:     org_ldk_impl_bindings
7772  * Method:    CResult_COption_NetworkUpdateZDecodeErrorZ_ok
7773  * Signature: (J)J
7774  */
7775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1NetworkUpdateZDecodeErrorZ_1ok
7776   (JNIEnv *, jclass, jlong);
7777
7778 /*
7779  * Class:     org_ldk_impl_bindings
7780  * Method:    CResult_COption_NetworkUpdateZDecodeErrorZ_err
7781  * Signature: (J)J
7782  */
7783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1NetworkUpdateZDecodeErrorZ_1err
7784   (JNIEnv *, jclass, jlong);
7785
7786 /*
7787  * Class:     org_ldk_impl_bindings
7788  * Method:    CResult_COption_NetworkUpdateZDecodeErrorZ_is_ok
7789  * Signature: (J)Z
7790  */
7791 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1NetworkUpdateZDecodeErrorZ_1is_1ok
7792   (JNIEnv *, jclass, jlong);
7793
7794 /*
7795  * Class:     org_ldk_impl_bindings
7796  * Method:    CResult_COption_NetworkUpdateZDecodeErrorZ_free
7797  * Signature: (J)V
7798  */
7799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1NetworkUpdateZDecodeErrorZ_1free
7800   (JNIEnv *, jclass, jlong);
7801
7802 /*
7803  * Class:     org_ldk_impl_bindings
7804  * Method:    CResult_COption_NetworkUpdateZDecodeErrorZ_clone_ptr
7805  * Signature: (J)J
7806  */
7807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1NetworkUpdateZDecodeErrorZ_1clone_1ptr
7808   (JNIEnv *, jclass, jlong);
7809
7810 /*
7811  * Class:     org_ldk_impl_bindings
7812  * Method:    CResult_COption_NetworkUpdateZDecodeErrorZ_clone
7813  * Signature: (J)J
7814  */
7815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1NetworkUpdateZDecodeErrorZ_1clone
7816   (JNIEnv *, jclass, jlong);
7817
7818 /*
7819  * Class:     org_ldk_impl_bindings
7820  * Method:    COption_UtxoLookupZ_some
7821  * Signature: (J)J
7822  */
7823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1UtxoLookupZ_1some
7824   (JNIEnv *, jclass, jlong);
7825
7826 /*
7827  * Class:     org_ldk_impl_bindings
7828  * Method:    COption_UtxoLookupZ_none
7829  * Signature: ()J
7830  */
7831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1UtxoLookupZ_1none
7832   (JNIEnv *, jclass);
7833
7834 /*
7835  * Class:     org_ldk_impl_bindings
7836  * Method:    COption_UtxoLookupZ_free
7837  * Signature: (J)V
7838  */
7839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1UtxoLookupZ_1free
7840   (JNIEnv *, jclass, jlong);
7841
7842 /*
7843  * Class:     org_ldk_impl_bindings
7844  * Method:    CResult_boolLightningErrorZ_ok
7845  * Signature: (Z)J
7846  */
7847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1ok
7848   (JNIEnv *, jclass, jboolean);
7849
7850 /*
7851  * Class:     org_ldk_impl_bindings
7852  * Method:    CResult_boolLightningErrorZ_err
7853  * Signature: (J)J
7854  */
7855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1err
7856   (JNIEnv *, jclass, jlong);
7857
7858 /*
7859  * Class:     org_ldk_impl_bindings
7860  * Method:    CResult_boolLightningErrorZ_is_ok
7861  * Signature: (J)Z
7862  */
7863 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1is_1ok
7864   (JNIEnv *, jclass, jlong);
7865
7866 /*
7867  * Class:     org_ldk_impl_bindings
7868  * Method:    CResult_boolLightningErrorZ_free
7869  * Signature: (J)V
7870  */
7871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1free
7872   (JNIEnv *, jclass, jlong);
7873
7874 /*
7875  * Class:     org_ldk_impl_bindings
7876  * Method:    CResult_boolLightningErrorZ_clone_ptr
7877  * Signature: (J)J
7878  */
7879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1clone_1ptr
7880   (JNIEnv *, jclass, jlong);
7881
7882 /*
7883  * Class:     org_ldk_impl_bindings
7884  * Method:    CResult_boolLightningErrorZ_clone
7885  * Signature: (J)J
7886  */
7887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolLightningErrorZ_1clone
7888   (JNIEnv *, jclass, jlong);
7889
7890 /*
7891  * Class:     org_ldk_impl_bindings
7892  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_clone_ptr
7893  * Signature: (J)J
7894  */
7895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1clone_1ptr
7896   (JNIEnv *, jclass, jlong);
7897
7898 /*
7899  * Class:     org_ldk_impl_bindings
7900  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_clone
7901  * Signature: (J)J
7902  */
7903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1clone
7904   (JNIEnv *, jclass, jlong);
7905
7906 /*
7907  * Class:     org_ldk_impl_bindings
7908  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_new
7909  * Signature: (JJJ)J
7910  */
7911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1new
7912   (JNIEnv *, jclass, jlong, jlong, jlong);
7913
7914 /*
7915  * Class:     org_ldk_impl_bindings
7916  * Method:    C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ_free
7917  * Signature: (J)V
7918  */
7919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZ_1free
7920   (JNIEnv *, jclass, jlong);
7921
7922 /*
7923  * Class:     org_ldk_impl_bindings
7924  * Method:    COption_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ_some
7925  * Signature: (J)J
7926  */
7927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZZ_1some
7928   (JNIEnv *, jclass, jlong);
7929
7930 /*
7931  * Class:     org_ldk_impl_bindings
7932  * Method:    COption_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ_none
7933  * Signature: ()J
7934  */
7935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZZ_1none
7936   (JNIEnv *, jclass);
7937
7938 /*
7939  * Class:     org_ldk_impl_bindings
7940  * Method:    COption_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ_free
7941  * Signature: (J)V
7942  */
7943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZZ_1free
7944   (JNIEnv *, jclass, jlong);
7945
7946 /*
7947  * Class:     org_ldk_impl_bindings
7948  * Method:    COption_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ_clone_ptr
7949  * Signature: (J)J
7950  */
7951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZZ_1clone_1ptr
7952   (JNIEnv *, jclass, jlong);
7953
7954 /*
7955  * Class:     org_ldk_impl_bindings
7956  * Method:    COption_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ_clone
7957  * Signature: (J)J
7958  */
7959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1C3Tuple_1ChannelAnnouncementChannelUpdateChannelUpdateZZ_1clone
7960   (JNIEnv *, jclass, jlong);
7961
7962 /*
7963  * Class:     org_ldk_impl_bindings
7964  * Method:    CResult_NoneLightningErrorZ_ok
7965  * Signature: ()J
7966  */
7967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneLightningErrorZ_1ok
7968   (JNIEnv *, jclass);
7969
7970 /*
7971  * Class:     org_ldk_impl_bindings
7972  * Method:    CResult_NoneLightningErrorZ_err
7973  * Signature: (J)J
7974  */
7975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneLightningErrorZ_1err
7976   (JNIEnv *, jclass, jlong);
7977
7978 /*
7979  * Class:     org_ldk_impl_bindings
7980  * Method:    CResult_NoneLightningErrorZ_is_ok
7981  * Signature: (J)Z
7982  */
7983 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NoneLightningErrorZ_1is_1ok
7984   (JNIEnv *, jclass, jlong);
7985
7986 /*
7987  * Class:     org_ldk_impl_bindings
7988  * Method:    CResult_NoneLightningErrorZ_free
7989  * Signature: (J)V
7990  */
7991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneLightningErrorZ_1free
7992   (JNIEnv *, jclass, jlong);
7993
7994 /*
7995  * Class:     org_ldk_impl_bindings
7996  * Method:    CResult_NoneLightningErrorZ_clone_ptr
7997  * Signature: (J)J
7998  */
7999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneLightningErrorZ_1clone_1ptr
8000   (JNIEnv *, jclass, jlong);
8001
8002 /*
8003  * Class:     org_ldk_impl_bindings
8004  * Method:    CResult_NoneLightningErrorZ_clone
8005  * Signature: (J)J
8006  */
8007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneLightningErrorZ_1clone
8008   (JNIEnv *, jclass, jlong);
8009
8010 /*
8011  * Class:     org_ldk_impl_bindings
8012  * Method:    CResult_ChannelUpdateInfoDecodeErrorZ_ok
8013  * Signature: (J)J
8014  */
8015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateInfoDecodeErrorZ_1ok
8016   (JNIEnv *, jclass, jlong);
8017
8018 /*
8019  * Class:     org_ldk_impl_bindings
8020  * Method:    CResult_ChannelUpdateInfoDecodeErrorZ_err
8021  * Signature: (J)J
8022  */
8023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateInfoDecodeErrorZ_1err
8024   (JNIEnv *, jclass, jlong);
8025
8026 /*
8027  * Class:     org_ldk_impl_bindings
8028  * Method:    CResult_ChannelUpdateInfoDecodeErrorZ_is_ok
8029  * Signature: (J)Z
8030  */
8031 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateInfoDecodeErrorZ_1is_1ok
8032   (JNIEnv *, jclass, jlong);
8033
8034 /*
8035  * Class:     org_ldk_impl_bindings
8036  * Method:    CResult_ChannelUpdateInfoDecodeErrorZ_free
8037  * Signature: (J)V
8038  */
8039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateInfoDecodeErrorZ_1free
8040   (JNIEnv *, jclass, jlong);
8041
8042 /*
8043  * Class:     org_ldk_impl_bindings
8044  * Method:    CResult_ChannelUpdateInfoDecodeErrorZ_clone_ptr
8045  * Signature: (J)J
8046  */
8047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateInfoDecodeErrorZ_1clone_1ptr
8048   (JNIEnv *, jclass, jlong);
8049
8050 /*
8051  * Class:     org_ldk_impl_bindings
8052  * Method:    CResult_ChannelUpdateInfoDecodeErrorZ_clone
8053  * Signature: (J)J
8054  */
8055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateInfoDecodeErrorZ_1clone
8056   (JNIEnv *, jclass, jlong);
8057
8058 /*
8059  * Class:     org_ldk_impl_bindings
8060  * Method:    CResult_ChannelInfoDecodeErrorZ_ok
8061  * Signature: (J)J
8062  */
8063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelInfoDecodeErrorZ_1ok
8064   (JNIEnv *, jclass, jlong);
8065
8066 /*
8067  * Class:     org_ldk_impl_bindings
8068  * Method:    CResult_ChannelInfoDecodeErrorZ_err
8069  * Signature: (J)J
8070  */
8071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelInfoDecodeErrorZ_1err
8072   (JNIEnv *, jclass, jlong);
8073
8074 /*
8075  * Class:     org_ldk_impl_bindings
8076  * Method:    CResult_ChannelInfoDecodeErrorZ_is_ok
8077  * Signature: (J)Z
8078  */
8079 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelInfoDecodeErrorZ_1is_1ok
8080   (JNIEnv *, jclass, jlong);
8081
8082 /*
8083  * Class:     org_ldk_impl_bindings
8084  * Method:    CResult_ChannelInfoDecodeErrorZ_free
8085  * Signature: (J)V
8086  */
8087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelInfoDecodeErrorZ_1free
8088   (JNIEnv *, jclass, jlong);
8089
8090 /*
8091  * Class:     org_ldk_impl_bindings
8092  * Method:    CResult_ChannelInfoDecodeErrorZ_clone_ptr
8093  * Signature: (J)J
8094  */
8095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelInfoDecodeErrorZ_1clone_1ptr
8096   (JNIEnv *, jclass, jlong);
8097
8098 /*
8099  * Class:     org_ldk_impl_bindings
8100  * Method:    CResult_ChannelInfoDecodeErrorZ_clone
8101  * Signature: (J)J
8102  */
8103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelInfoDecodeErrorZ_1clone
8104   (JNIEnv *, jclass, jlong);
8105
8106 /*
8107  * Class:     org_ldk_impl_bindings
8108  * Method:    CResult_RoutingFeesDecodeErrorZ_ok
8109  * Signature: (J)J
8110  */
8111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RoutingFeesDecodeErrorZ_1ok
8112   (JNIEnv *, jclass, jlong);
8113
8114 /*
8115  * Class:     org_ldk_impl_bindings
8116  * Method:    CResult_RoutingFeesDecodeErrorZ_err
8117  * Signature: (J)J
8118  */
8119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RoutingFeesDecodeErrorZ_1err
8120   (JNIEnv *, jclass, jlong);
8121
8122 /*
8123  * Class:     org_ldk_impl_bindings
8124  * Method:    CResult_RoutingFeesDecodeErrorZ_is_ok
8125  * Signature: (J)Z
8126  */
8127 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1RoutingFeesDecodeErrorZ_1is_1ok
8128   (JNIEnv *, jclass, jlong);
8129
8130 /*
8131  * Class:     org_ldk_impl_bindings
8132  * Method:    CResult_RoutingFeesDecodeErrorZ_free
8133  * Signature: (J)V
8134  */
8135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RoutingFeesDecodeErrorZ_1free
8136   (JNIEnv *, jclass, jlong);
8137
8138 /*
8139  * Class:     org_ldk_impl_bindings
8140  * Method:    CResult_RoutingFeesDecodeErrorZ_clone_ptr
8141  * Signature: (J)J
8142  */
8143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RoutingFeesDecodeErrorZ_1clone_1ptr
8144   (JNIEnv *, jclass, jlong);
8145
8146 /*
8147  * Class:     org_ldk_impl_bindings
8148  * Method:    CResult_RoutingFeesDecodeErrorZ_clone
8149  * Signature: (J)J
8150  */
8151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RoutingFeesDecodeErrorZ_1clone
8152   (JNIEnv *, jclass, jlong);
8153
8154 /*
8155  * Class:     org_ldk_impl_bindings
8156  * Method:    CVec_NetAddressZ_free
8157  * Signature: ([J)V
8158  */
8159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1NetAddressZ_1free
8160   (JNIEnv *, jclass, jlongArray);
8161
8162 /*
8163  * Class:     org_ldk_impl_bindings
8164  * Method:    CResult_NodeAnnouncementInfoDecodeErrorZ_ok
8165  * Signature: (J)J
8166  */
8167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementInfoDecodeErrorZ_1ok
8168   (JNIEnv *, jclass, jlong);
8169
8170 /*
8171  * Class:     org_ldk_impl_bindings
8172  * Method:    CResult_NodeAnnouncementInfoDecodeErrorZ_err
8173  * Signature: (J)J
8174  */
8175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementInfoDecodeErrorZ_1err
8176   (JNIEnv *, jclass, jlong);
8177
8178 /*
8179  * Class:     org_ldk_impl_bindings
8180  * Method:    CResult_NodeAnnouncementInfoDecodeErrorZ_is_ok
8181  * Signature: (J)Z
8182  */
8183 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementInfoDecodeErrorZ_1is_1ok
8184   (JNIEnv *, jclass, jlong);
8185
8186 /*
8187  * Class:     org_ldk_impl_bindings
8188  * Method:    CResult_NodeAnnouncementInfoDecodeErrorZ_free
8189  * Signature: (J)V
8190  */
8191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementInfoDecodeErrorZ_1free
8192   (JNIEnv *, jclass, jlong);
8193
8194 /*
8195  * Class:     org_ldk_impl_bindings
8196  * Method:    CResult_NodeAnnouncementInfoDecodeErrorZ_clone_ptr
8197  * Signature: (J)J
8198  */
8199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementInfoDecodeErrorZ_1clone_1ptr
8200   (JNIEnv *, jclass, jlong);
8201
8202 /*
8203  * Class:     org_ldk_impl_bindings
8204  * Method:    CResult_NodeAnnouncementInfoDecodeErrorZ_clone
8205  * Signature: (J)J
8206  */
8207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementInfoDecodeErrorZ_1clone
8208   (JNIEnv *, jclass, jlong);
8209
8210 /*
8211  * Class:     org_ldk_impl_bindings
8212  * Method:    CResult_NodeAliasDecodeErrorZ_ok
8213  * Signature: (J)J
8214  */
8215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAliasDecodeErrorZ_1ok
8216   (JNIEnv *, jclass, jlong);
8217
8218 /*
8219  * Class:     org_ldk_impl_bindings
8220  * Method:    CResult_NodeAliasDecodeErrorZ_err
8221  * Signature: (J)J
8222  */
8223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAliasDecodeErrorZ_1err
8224   (JNIEnv *, jclass, jlong);
8225
8226 /*
8227  * Class:     org_ldk_impl_bindings
8228  * Method:    CResult_NodeAliasDecodeErrorZ_is_ok
8229  * Signature: (J)Z
8230  */
8231 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAliasDecodeErrorZ_1is_1ok
8232   (JNIEnv *, jclass, jlong);
8233
8234 /*
8235  * Class:     org_ldk_impl_bindings
8236  * Method:    CResult_NodeAliasDecodeErrorZ_free
8237  * Signature: (J)V
8238  */
8239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAliasDecodeErrorZ_1free
8240   (JNIEnv *, jclass, jlong);
8241
8242 /*
8243  * Class:     org_ldk_impl_bindings
8244  * Method:    CResult_NodeAliasDecodeErrorZ_clone_ptr
8245  * Signature: (J)J
8246  */
8247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAliasDecodeErrorZ_1clone_1ptr
8248   (JNIEnv *, jclass, jlong);
8249
8250 /*
8251  * Class:     org_ldk_impl_bindings
8252  * Method:    CResult_NodeAliasDecodeErrorZ_clone
8253  * Signature: (J)J
8254  */
8255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAliasDecodeErrorZ_1clone
8256   (JNIEnv *, jclass, jlong);
8257
8258 /*
8259  * Class:     org_ldk_impl_bindings
8260  * Method:    CResult_NodeInfoDecodeErrorZ_ok
8261  * Signature: (J)J
8262  */
8263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeInfoDecodeErrorZ_1ok
8264   (JNIEnv *, jclass, jlong);
8265
8266 /*
8267  * Class:     org_ldk_impl_bindings
8268  * Method:    CResult_NodeInfoDecodeErrorZ_err
8269  * Signature: (J)J
8270  */
8271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeInfoDecodeErrorZ_1err
8272   (JNIEnv *, jclass, jlong);
8273
8274 /*
8275  * Class:     org_ldk_impl_bindings
8276  * Method:    CResult_NodeInfoDecodeErrorZ_is_ok
8277  * Signature: (J)Z
8278  */
8279 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NodeInfoDecodeErrorZ_1is_1ok
8280   (JNIEnv *, jclass, jlong);
8281
8282 /*
8283  * Class:     org_ldk_impl_bindings
8284  * Method:    CResult_NodeInfoDecodeErrorZ_free
8285  * Signature: (J)V
8286  */
8287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NodeInfoDecodeErrorZ_1free
8288   (JNIEnv *, jclass, jlong);
8289
8290 /*
8291  * Class:     org_ldk_impl_bindings
8292  * Method:    CResult_NodeInfoDecodeErrorZ_clone_ptr
8293  * Signature: (J)J
8294  */
8295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeInfoDecodeErrorZ_1clone_1ptr
8296   (JNIEnv *, jclass, jlong);
8297
8298 /*
8299  * Class:     org_ldk_impl_bindings
8300  * Method:    CResult_NodeInfoDecodeErrorZ_clone
8301  * Signature: (J)J
8302  */
8303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeInfoDecodeErrorZ_1clone
8304   (JNIEnv *, jclass, jlong);
8305
8306 /*
8307  * Class:     org_ldk_impl_bindings
8308  * Method:    CResult_NetworkGraphDecodeErrorZ_ok
8309  * Signature: (J)J
8310  */
8311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetworkGraphDecodeErrorZ_1ok
8312   (JNIEnv *, jclass, jlong);
8313
8314 /*
8315  * Class:     org_ldk_impl_bindings
8316  * Method:    CResult_NetworkGraphDecodeErrorZ_err
8317  * Signature: (J)J
8318  */
8319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetworkGraphDecodeErrorZ_1err
8320   (JNIEnv *, jclass, jlong);
8321
8322 /*
8323  * Class:     org_ldk_impl_bindings
8324  * Method:    CResult_NetworkGraphDecodeErrorZ_is_ok
8325  * Signature: (J)Z
8326  */
8327 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NetworkGraphDecodeErrorZ_1is_1ok
8328   (JNIEnv *, jclass, jlong);
8329
8330 /*
8331  * Class:     org_ldk_impl_bindings
8332  * Method:    CResult_NetworkGraphDecodeErrorZ_free
8333  * Signature: (J)V
8334  */
8335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NetworkGraphDecodeErrorZ_1free
8336   (JNIEnv *, jclass, jlong);
8337
8338 /*
8339  * Class:     org_ldk_impl_bindings
8340  * Method:    COption_CVec_NetAddressZZ_some
8341  * Signature: ([J)J
8342  */
8343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1CVec_1NetAddressZZ_1some
8344   (JNIEnv *, jclass, jlongArray);
8345
8346 /*
8347  * Class:     org_ldk_impl_bindings
8348  * Method:    COption_CVec_NetAddressZZ_none
8349  * Signature: ()J
8350  */
8351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1CVec_1NetAddressZZ_1none
8352   (JNIEnv *, jclass);
8353
8354 /*
8355  * Class:     org_ldk_impl_bindings
8356  * Method:    COption_CVec_NetAddressZZ_free
8357  * Signature: (J)V
8358  */
8359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1CVec_1NetAddressZZ_1free
8360   (JNIEnv *, jclass, jlong);
8361
8362 /*
8363  * Class:     org_ldk_impl_bindings
8364  * Method:    COption_CVec_NetAddressZZ_clone_ptr
8365  * Signature: (J)J
8366  */
8367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1CVec_1NetAddressZZ_1clone_1ptr
8368   (JNIEnv *, jclass, jlong);
8369
8370 /*
8371  * Class:     org_ldk_impl_bindings
8372  * Method:    COption_CVec_NetAddressZZ_clone
8373  * Signature: (J)J
8374  */
8375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1CVec_1NetAddressZZ_1clone
8376   (JNIEnv *, jclass, jlong);
8377
8378 /*
8379  * Class:     org_ldk_impl_bindings
8380  * Method:    CResult_DelayedPaymentOutputDescriptorDecodeErrorZ_ok
8381  * Signature: (J)J
8382  */
8383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DelayedPaymentOutputDescriptorDecodeErrorZ_1ok
8384   (JNIEnv *, jclass, jlong);
8385
8386 /*
8387  * Class:     org_ldk_impl_bindings
8388  * Method:    CResult_DelayedPaymentOutputDescriptorDecodeErrorZ_err
8389  * Signature: (J)J
8390  */
8391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DelayedPaymentOutputDescriptorDecodeErrorZ_1err
8392   (JNIEnv *, jclass, jlong);
8393
8394 /*
8395  * Class:     org_ldk_impl_bindings
8396  * Method:    CResult_DelayedPaymentOutputDescriptorDecodeErrorZ_is_ok
8397  * Signature: (J)Z
8398  */
8399 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1DelayedPaymentOutputDescriptorDecodeErrorZ_1is_1ok
8400   (JNIEnv *, jclass, jlong);
8401
8402 /*
8403  * Class:     org_ldk_impl_bindings
8404  * Method:    CResult_DelayedPaymentOutputDescriptorDecodeErrorZ_free
8405  * Signature: (J)V
8406  */
8407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1DelayedPaymentOutputDescriptorDecodeErrorZ_1free
8408   (JNIEnv *, jclass, jlong);
8409
8410 /*
8411  * Class:     org_ldk_impl_bindings
8412  * Method:    CResult_DelayedPaymentOutputDescriptorDecodeErrorZ_clone_ptr
8413  * Signature: (J)J
8414  */
8415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DelayedPaymentOutputDescriptorDecodeErrorZ_1clone_1ptr
8416   (JNIEnv *, jclass, jlong);
8417
8418 /*
8419  * Class:     org_ldk_impl_bindings
8420  * Method:    CResult_DelayedPaymentOutputDescriptorDecodeErrorZ_clone
8421  * Signature: (J)J
8422  */
8423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DelayedPaymentOutputDescriptorDecodeErrorZ_1clone
8424   (JNIEnv *, jclass, jlong);
8425
8426 /*
8427  * Class:     org_ldk_impl_bindings
8428  * Method:    CResult_StaticPaymentOutputDescriptorDecodeErrorZ_ok
8429  * Signature: (J)J
8430  */
8431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1StaticPaymentOutputDescriptorDecodeErrorZ_1ok
8432   (JNIEnv *, jclass, jlong);
8433
8434 /*
8435  * Class:     org_ldk_impl_bindings
8436  * Method:    CResult_StaticPaymentOutputDescriptorDecodeErrorZ_err
8437  * Signature: (J)J
8438  */
8439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1StaticPaymentOutputDescriptorDecodeErrorZ_1err
8440   (JNIEnv *, jclass, jlong);
8441
8442 /*
8443  * Class:     org_ldk_impl_bindings
8444  * Method:    CResult_StaticPaymentOutputDescriptorDecodeErrorZ_is_ok
8445  * Signature: (J)Z
8446  */
8447 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1StaticPaymentOutputDescriptorDecodeErrorZ_1is_1ok
8448   (JNIEnv *, jclass, jlong);
8449
8450 /*
8451  * Class:     org_ldk_impl_bindings
8452  * Method:    CResult_StaticPaymentOutputDescriptorDecodeErrorZ_free
8453  * Signature: (J)V
8454  */
8455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1StaticPaymentOutputDescriptorDecodeErrorZ_1free
8456   (JNIEnv *, jclass, jlong);
8457
8458 /*
8459  * Class:     org_ldk_impl_bindings
8460  * Method:    CResult_StaticPaymentOutputDescriptorDecodeErrorZ_clone_ptr
8461  * Signature: (J)J
8462  */
8463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1StaticPaymentOutputDescriptorDecodeErrorZ_1clone_1ptr
8464   (JNIEnv *, jclass, jlong);
8465
8466 /*
8467  * Class:     org_ldk_impl_bindings
8468  * Method:    CResult_StaticPaymentOutputDescriptorDecodeErrorZ_clone
8469  * Signature: (J)J
8470  */
8471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1StaticPaymentOutputDescriptorDecodeErrorZ_1clone
8472   (JNIEnv *, jclass, jlong);
8473
8474 /*
8475  * Class:     org_ldk_impl_bindings
8476  * Method:    CResult_SpendableOutputDescriptorDecodeErrorZ_ok
8477  * Signature: (J)J
8478  */
8479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SpendableOutputDescriptorDecodeErrorZ_1ok
8480   (JNIEnv *, jclass, jlong);
8481
8482 /*
8483  * Class:     org_ldk_impl_bindings
8484  * Method:    CResult_SpendableOutputDescriptorDecodeErrorZ_err
8485  * Signature: (J)J
8486  */
8487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SpendableOutputDescriptorDecodeErrorZ_1err
8488   (JNIEnv *, jclass, jlong);
8489
8490 /*
8491  * Class:     org_ldk_impl_bindings
8492  * Method:    CResult_SpendableOutputDescriptorDecodeErrorZ_is_ok
8493  * Signature: (J)Z
8494  */
8495 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1SpendableOutputDescriptorDecodeErrorZ_1is_1ok
8496   (JNIEnv *, jclass, jlong);
8497
8498 /*
8499  * Class:     org_ldk_impl_bindings
8500  * Method:    CResult_SpendableOutputDescriptorDecodeErrorZ_free
8501  * Signature: (J)V
8502  */
8503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SpendableOutputDescriptorDecodeErrorZ_1free
8504   (JNIEnv *, jclass, jlong);
8505
8506 /*
8507  * Class:     org_ldk_impl_bindings
8508  * Method:    CResult_SpendableOutputDescriptorDecodeErrorZ_clone_ptr
8509  * Signature: (J)J
8510  */
8511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SpendableOutputDescriptorDecodeErrorZ_1clone_1ptr
8512   (JNIEnv *, jclass, jlong);
8513
8514 /*
8515  * Class:     org_ldk_impl_bindings
8516  * Method:    CResult_SpendableOutputDescriptorDecodeErrorZ_clone
8517  * Signature: (J)J
8518  */
8519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SpendableOutputDescriptorDecodeErrorZ_1clone
8520   (JNIEnv *, jclass, jlong);
8521
8522 /*
8523  * Class:     org_ldk_impl_bindings
8524  * Method:    CVec_PaymentPreimageZ_free
8525  * Signature: ([[B)V
8526  */
8527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1PaymentPreimageZ_1free
8528   (JNIEnv *, jclass, jobjectArray);
8529
8530 /*
8531  * Class:     org_ldk_impl_bindings
8532  * Method:    C2Tuple_SignatureCVec_SignatureZZ_clone_ptr
8533  * Signature: (J)J
8534  */
8535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1SignatureCVec_1SignatureZZ_1clone_1ptr
8536   (JNIEnv *, jclass, jlong);
8537
8538 /*
8539  * Class:     org_ldk_impl_bindings
8540  * Method:    C2Tuple_SignatureCVec_SignatureZZ_clone
8541  * Signature: (J)J
8542  */
8543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1SignatureCVec_1SignatureZZ_1clone
8544   (JNIEnv *, jclass, jlong);
8545
8546 /*
8547  * Class:     org_ldk_impl_bindings
8548  * Method:    C2Tuple_SignatureCVec_SignatureZZ_new
8549  * Signature: ([B[[B)J
8550  */
8551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1SignatureCVec_1SignatureZZ_1new
8552   (JNIEnv *, jclass, jbyteArray, jobjectArray);
8553
8554 /*
8555  * Class:     org_ldk_impl_bindings
8556  * Method:    C2Tuple_SignatureCVec_SignatureZZ_free
8557  * Signature: (J)V
8558  */
8559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1SignatureCVec_1SignatureZZ_1free
8560   (JNIEnv *, jclass, jlong);
8561
8562 /*
8563  * Class:     org_ldk_impl_bindings
8564  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_ok
8565  * Signature: (J)J
8566  */
8567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1ok
8568   (JNIEnv *, jclass, jlong);
8569
8570 /*
8571  * Class:     org_ldk_impl_bindings
8572  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_err
8573  * Signature: ()J
8574  */
8575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1err
8576   (JNIEnv *, jclass);
8577
8578 /*
8579  * Class:     org_ldk_impl_bindings
8580  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_is_ok
8581  * Signature: (J)Z
8582  */
8583 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1is_1ok
8584   (JNIEnv *, jclass, jlong);
8585
8586 /*
8587  * Class:     org_ldk_impl_bindings
8588  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_free
8589  * Signature: (J)V
8590  */
8591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1free
8592   (JNIEnv *, jclass, jlong);
8593
8594 /*
8595  * Class:     org_ldk_impl_bindings
8596  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_clone_ptr
8597  * Signature: (J)J
8598  */
8599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1clone_1ptr
8600   (JNIEnv *, jclass, jlong);
8601
8602 /*
8603  * Class:     org_ldk_impl_bindings
8604  * Method:    CResult_C2Tuple_SignatureCVec_SignatureZZNoneZ_clone
8605  * Signature: (J)J
8606  */
8607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1SignatureCVec_1SignatureZZNoneZ_1clone
8608   (JNIEnv *, jclass, jlong);
8609
8610 /*
8611  * Class:     org_ldk_impl_bindings
8612  * Method:    CResult_SignatureNoneZ_ok
8613  * Signature: ([B)J
8614  */
8615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1ok
8616   (JNIEnv *, jclass, jbyteArray);
8617
8618 /*
8619  * Class:     org_ldk_impl_bindings
8620  * Method:    CResult_SignatureNoneZ_err
8621  * Signature: ()J
8622  */
8623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1err
8624   (JNIEnv *, jclass);
8625
8626 /*
8627  * Class:     org_ldk_impl_bindings
8628  * Method:    CResult_SignatureNoneZ_is_ok
8629  * Signature: (J)Z
8630  */
8631 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1is_1ok
8632   (JNIEnv *, jclass, jlong);
8633
8634 /*
8635  * Class:     org_ldk_impl_bindings
8636  * Method:    CResult_SignatureNoneZ_free
8637  * Signature: (J)V
8638  */
8639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1free
8640   (JNIEnv *, jclass, jlong);
8641
8642 /*
8643  * Class:     org_ldk_impl_bindings
8644  * Method:    CResult_SignatureNoneZ_clone_ptr
8645  * Signature: (J)J
8646  */
8647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1clone_1ptr
8648   (JNIEnv *, jclass, jlong);
8649
8650 /*
8651  * Class:     org_ldk_impl_bindings
8652  * Method:    CResult_SignatureNoneZ_clone
8653  * Signature: (J)J
8654  */
8655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignatureNoneZ_1clone
8656   (JNIEnv *, jclass, jlong);
8657
8658 /*
8659  * Class:     org_ldk_impl_bindings
8660  * Method:    CResult_PublicKeyNoneZ_ok
8661  * Signature: ([B)J
8662  */
8663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyNoneZ_1ok
8664   (JNIEnv *, jclass, jbyteArray);
8665
8666 /*
8667  * Class:     org_ldk_impl_bindings
8668  * Method:    CResult_PublicKeyNoneZ_err
8669  * Signature: ()J
8670  */
8671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyNoneZ_1err
8672   (JNIEnv *, jclass);
8673
8674 /*
8675  * Class:     org_ldk_impl_bindings
8676  * Method:    CResult_PublicKeyNoneZ_is_ok
8677  * Signature: (J)Z
8678  */
8679 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyNoneZ_1is_1ok
8680   (JNIEnv *, jclass, jlong);
8681
8682 /*
8683  * Class:     org_ldk_impl_bindings
8684  * Method:    CResult_PublicKeyNoneZ_free
8685  * Signature: (J)V
8686  */
8687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyNoneZ_1free
8688   (JNIEnv *, jclass, jlong);
8689
8690 /*
8691  * Class:     org_ldk_impl_bindings
8692  * Method:    CResult_PublicKeyNoneZ_clone_ptr
8693  * Signature: (J)J
8694  */
8695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyNoneZ_1clone_1ptr
8696   (JNIEnv *, jclass, jlong);
8697
8698 /*
8699  * Class:     org_ldk_impl_bindings
8700  * Method:    CResult_PublicKeyNoneZ_clone
8701  * Signature: (J)J
8702  */
8703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PublicKeyNoneZ_1clone
8704   (JNIEnv *, jclass, jlong);
8705
8706 /*
8707  * Class:     org_ldk_impl_bindings
8708  * Method:    COption_ScalarZ_some
8709  * Signature: (J)J
8710  */
8711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1ScalarZ_1some
8712   (JNIEnv *, jclass, jlong);
8713
8714 /*
8715  * Class:     org_ldk_impl_bindings
8716  * Method:    COption_ScalarZ_none
8717  * Signature: ()J
8718  */
8719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1ScalarZ_1none
8720   (JNIEnv *, jclass);
8721
8722 /*
8723  * Class:     org_ldk_impl_bindings
8724  * Method:    COption_ScalarZ_free
8725  * Signature: (J)V
8726  */
8727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1ScalarZ_1free
8728   (JNIEnv *, jclass, jlong);
8729
8730 /*
8731  * Class:     org_ldk_impl_bindings
8732  * Method:    COption_ScalarZ_clone_ptr
8733  * Signature: (J)J
8734  */
8735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1ScalarZ_1clone_1ptr
8736   (JNIEnv *, jclass, jlong);
8737
8738 /*
8739  * Class:     org_ldk_impl_bindings
8740  * Method:    COption_ScalarZ_clone
8741  * Signature: (J)J
8742  */
8743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1ScalarZ_1clone
8744   (JNIEnv *, jclass, jlong);
8745
8746 /*
8747  * Class:     org_ldk_impl_bindings
8748  * Method:    CResult_SharedSecretNoneZ_ok
8749  * Signature: ([B)J
8750  */
8751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SharedSecretNoneZ_1ok
8752   (JNIEnv *, jclass, jbyteArray);
8753
8754 /*
8755  * Class:     org_ldk_impl_bindings
8756  * Method:    CResult_SharedSecretNoneZ_err
8757  * Signature: ()J
8758  */
8759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SharedSecretNoneZ_1err
8760   (JNIEnv *, jclass);
8761
8762 /*
8763  * Class:     org_ldk_impl_bindings
8764  * Method:    CResult_SharedSecretNoneZ_is_ok
8765  * Signature: (J)Z
8766  */
8767 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1SharedSecretNoneZ_1is_1ok
8768   (JNIEnv *, jclass, jlong);
8769
8770 /*
8771  * Class:     org_ldk_impl_bindings
8772  * Method:    CResult_SharedSecretNoneZ_free
8773  * Signature: (J)V
8774  */
8775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SharedSecretNoneZ_1free
8776   (JNIEnv *, jclass, jlong);
8777
8778 /*
8779  * Class:     org_ldk_impl_bindings
8780  * Method:    CResult_SharedSecretNoneZ_clone_ptr
8781  * Signature: (J)J
8782  */
8783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SharedSecretNoneZ_1clone_1ptr
8784   (JNIEnv *, jclass, jlong);
8785
8786 /*
8787  * Class:     org_ldk_impl_bindings
8788  * Method:    CResult_SharedSecretNoneZ_clone
8789  * Signature: (J)J
8790  */
8791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SharedSecretNoneZ_1clone
8792   (JNIEnv *, jclass, jlong);
8793
8794 /*
8795  * Class:     org_ldk_impl_bindings
8796  * Method:    CVec_U5Z_free
8797  * Signature: ([B)V
8798  */
8799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1U5Z_1free
8800   (JNIEnv *, jclass, jbyteArray);
8801
8802 /*
8803  * Class:     org_ldk_impl_bindings
8804  * Method:    CResult_RecoverableSignatureNoneZ_ok
8805  * Signature: ([B)J
8806  */
8807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RecoverableSignatureNoneZ_1ok
8808   (JNIEnv *, jclass, jbyteArray);
8809
8810 /*
8811  * Class:     org_ldk_impl_bindings
8812  * Method:    CResult_RecoverableSignatureNoneZ_err
8813  * Signature: ()J
8814  */
8815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RecoverableSignatureNoneZ_1err
8816   (JNIEnv *, jclass);
8817
8818 /*
8819  * Class:     org_ldk_impl_bindings
8820  * Method:    CResult_RecoverableSignatureNoneZ_is_ok
8821  * Signature: (J)Z
8822  */
8823 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1RecoverableSignatureNoneZ_1is_1ok
8824   (JNIEnv *, jclass, jlong);
8825
8826 /*
8827  * Class:     org_ldk_impl_bindings
8828  * Method:    CResult_RecoverableSignatureNoneZ_free
8829  * Signature: (J)V
8830  */
8831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RecoverableSignatureNoneZ_1free
8832   (JNIEnv *, jclass, jlong);
8833
8834 /*
8835  * Class:     org_ldk_impl_bindings
8836  * Method:    CResult_RecoverableSignatureNoneZ_clone_ptr
8837  * Signature: (J)J
8838  */
8839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RecoverableSignatureNoneZ_1clone_1ptr
8840   (JNIEnv *, jclass, jlong);
8841
8842 /*
8843  * Class:     org_ldk_impl_bindings
8844  * Method:    CResult_RecoverableSignatureNoneZ_clone
8845  * Signature: (J)J
8846  */
8847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RecoverableSignatureNoneZ_1clone
8848   (JNIEnv *, jclass, jlong);
8849
8850 /*
8851  * Class:     org_ldk_impl_bindings
8852  * Method:    CResult_WriteableEcdsaChannelSignerDecodeErrorZ_ok
8853  * Signature: (J)J
8854  */
8855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1WriteableEcdsaChannelSignerDecodeErrorZ_1ok
8856   (JNIEnv *, jclass, jlong);
8857
8858 /*
8859  * Class:     org_ldk_impl_bindings
8860  * Method:    CResult_WriteableEcdsaChannelSignerDecodeErrorZ_err
8861  * Signature: (J)J
8862  */
8863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1WriteableEcdsaChannelSignerDecodeErrorZ_1err
8864   (JNIEnv *, jclass, jlong);
8865
8866 /*
8867  * Class:     org_ldk_impl_bindings
8868  * Method:    CResult_WriteableEcdsaChannelSignerDecodeErrorZ_is_ok
8869  * Signature: (J)Z
8870  */
8871 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1WriteableEcdsaChannelSignerDecodeErrorZ_1is_1ok
8872   (JNIEnv *, jclass, jlong);
8873
8874 /*
8875  * Class:     org_ldk_impl_bindings
8876  * Method:    CResult_WriteableEcdsaChannelSignerDecodeErrorZ_free
8877  * Signature: (J)V
8878  */
8879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1WriteableEcdsaChannelSignerDecodeErrorZ_1free
8880   (JNIEnv *, jclass, jlong);
8881
8882 /*
8883  * Class:     org_ldk_impl_bindings
8884  * Method:    CResult_WriteableEcdsaChannelSignerDecodeErrorZ_clone_ptr
8885  * Signature: (J)J
8886  */
8887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1WriteableEcdsaChannelSignerDecodeErrorZ_1clone_1ptr
8888   (JNIEnv *, jclass, jlong);
8889
8890 /*
8891  * Class:     org_ldk_impl_bindings
8892  * Method:    CResult_WriteableEcdsaChannelSignerDecodeErrorZ_clone
8893  * Signature: (J)J
8894  */
8895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1WriteableEcdsaChannelSignerDecodeErrorZ_1clone
8896   (JNIEnv *, jclass, jlong);
8897
8898 /*
8899  * Class:     org_ldk_impl_bindings
8900  * Method:    CVec_CVec_u8ZZ_free
8901  * Signature: ([[B)V
8902  */
8903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1CVec_1u8ZZ_1free
8904   (JNIEnv *, jclass, jobjectArray);
8905
8906 /*
8907  * Class:     org_ldk_impl_bindings
8908  * Method:    CResult_CVec_CVec_u8ZZNoneZ_ok
8909  * Signature: ([[B)J
8910  */
8911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1CVec_1u8ZZNoneZ_1ok
8912   (JNIEnv *, jclass, jobjectArray);
8913
8914 /*
8915  * Class:     org_ldk_impl_bindings
8916  * Method:    CResult_CVec_CVec_u8ZZNoneZ_err
8917  * Signature: ()J
8918  */
8919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1CVec_1u8ZZNoneZ_1err
8920   (JNIEnv *, jclass);
8921
8922 /*
8923  * Class:     org_ldk_impl_bindings
8924  * Method:    CResult_CVec_CVec_u8ZZNoneZ_is_ok
8925  * Signature: (J)Z
8926  */
8927 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1CVec_1u8ZZNoneZ_1is_1ok
8928   (JNIEnv *, jclass, jlong);
8929
8930 /*
8931  * Class:     org_ldk_impl_bindings
8932  * Method:    CResult_CVec_CVec_u8ZZNoneZ_free
8933  * Signature: (J)V
8934  */
8935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1CVec_1u8ZZNoneZ_1free
8936   (JNIEnv *, jclass, jlong);
8937
8938 /*
8939  * Class:     org_ldk_impl_bindings
8940  * Method:    CResult_CVec_CVec_u8ZZNoneZ_clone_ptr
8941  * Signature: (J)J
8942  */
8943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1CVec_1u8ZZNoneZ_1clone_1ptr
8944   (JNIEnv *, jclass, jlong);
8945
8946 /*
8947  * Class:     org_ldk_impl_bindings
8948  * Method:    CResult_CVec_CVec_u8ZZNoneZ_clone
8949  * Signature: (J)J
8950  */
8951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1CVec_1u8ZZNoneZ_1clone
8952   (JNIEnv *, jclass, jlong);
8953
8954 /*
8955  * Class:     org_ldk_impl_bindings
8956  * Method:    CResult_InMemorySignerDecodeErrorZ_ok
8957  * Signature: (J)J
8958  */
8959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InMemorySignerDecodeErrorZ_1ok
8960   (JNIEnv *, jclass, jlong);
8961
8962 /*
8963  * Class:     org_ldk_impl_bindings
8964  * Method:    CResult_InMemorySignerDecodeErrorZ_err
8965  * Signature: (J)J
8966  */
8967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InMemorySignerDecodeErrorZ_1err
8968   (JNIEnv *, jclass, jlong);
8969
8970 /*
8971  * Class:     org_ldk_impl_bindings
8972  * Method:    CResult_InMemorySignerDecodeErrorZ_is_ok
8973  * Signature: (J)Z
8974  */
8975 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1InMemorySignerDecodeErrorZ_1is_1ok
8976   (JNIEnv *, jclass, jlong);
8977
8978 /*
8979  * Class:     org_ldk_impl_bindings
8980  * Method:    CResult_InMemorySignerDecodeErrorZ_free
8981  * Signature: (J)V
8982  */
8983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InMemorySignerDecodeErrorZ_1free
8984   (JNIEnv *, jclass, jlong);
8985
8986 /*
8987  * Class:     org_ldk_impl_bindings
8988  * Method:    CResult_InMemorySignerDecodeErrorZ_clone_ptr
8989  * Signature: (J)J
8990  */
8991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InMemorySignerDecodeErrorZ_1clone_1ptr
8992   (JNIEnv *, jclass, jlong);
8993
8994 /*
8995  * Class:     org_ldk_impl_bindings
8996  * Method:    CResult_InMemorySignerDecodeErrorZ_clone
8997  * Signature: (J)J
8998  */
8999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InMemorySignerDecodeErrorZ_1clone
9000   (JNIEnv *, jclass, jlong);
9001
9002 /*
9003  * Class:     org_ldk_impl_bindings
9004  * Method:    CVec_TxOutZ_free
9005  * Signature: ([J)V
9006  */
9007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1TxOutZ_1free
9008   (JNIEnv *, jclass, jlongArray);
9009
9010 /*
9011  * Class:     org_ldk_impl_bindings
9012  * Method:    CResult_TransactionNoneZ_ok
9013  * Signature: ([B)J
9014  */
9015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TransactionNoneZ_1ok
9016   (JNIEnv *, jclass, jbyteArray);
9017
9018 /*
9019  * Class:     org_ldk_impl_bindings
9020  * Method:    CResult_TransactionNoneZ_err
9021  * Signature: ()J
9022  */
9023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TransactionNoneZ_1err
9024   (JNIEnv *, jclass);
9025
9026 /*
9027  * Class:     org_ldk_impl_bindings
9028  * Method:    CResult_TransactionNoneZ_is_ok
9029  * Signature: (J)Z
9030  */
9031 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1TransactionNoneZ_1is_1ok
9032   (JNIEnv *, jclass, jlong);
9033
9034 /*
9035  * Class:     org_ldk_impl_bindings
9036  * Method:    CResult_TransactionNoneZ_free
9037  * Signature: (J)V
9038  */
9039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TransactionNoneZ_1free
9040   (JNIEnv *, jclass, jlong);
9041
9042 /*
9043  * Class:     org_ldk_impl_bindings
9044  * Method:    CResult_TransactionNoneZ_clone_ptr
9045  * Signature: (J)J
9046  */
9047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TransactionNoneZ_1clone_1ptr
9048   (JNIEnv *, jclass, jlong);
9049
9050 /*
9051  * Class:     org_ldk_impl_bindings
9052  * Method:    CResult_TransactionNoneZ_clone
9053  * Signature: (J)J
9054  */
9055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TransactionNoneZ_1clone
9056   (JNIEnv *, jclass, jlong);
9057
9058 /*
9059  * Class:     org_ldk_impl_bindings
9060  * Method:    C2Tuple_BlockHashChannelMonitorZ_clone_ptr
9061  * Signature: (J)J
9062  */
9063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelMonitorZ_1clone_1ptr
9064   (JNIEnv *, jclass, jlong);
9065
9066 /*
9067  * Class:     org_ldk_impl_bindings
9068  * Method:    C2Tuple_BlockHashChannelMonitorZ_clone
9069  * Signature: (J)J
9070  */
9071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelMonitorZ_1clone
9072   (JNIEnv *, jclass, jlong);
9073
9074 /*
9075  * Class:     org_ldk_impl_bindings
9076  * Method:    C2Tuple_BlockHashChannelMonitorZ_new
9077  * Signature: ([BJ)J
9078  */
9079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelMonitorZ_1new
9080   (JNIEnv *, jclass, jbyteArray, jlong);
9081
9082 /*
9083  * Class:     org_ldk_impl_bindings
9084  * Method:    C2Tuple_BlockHashChannelMonitorZ_free
9085  * Signature: (J)V
9086  */
9087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelMonitorZ_1free
9088   (JNIEnv *, jclass, jlong);
9089
9090 /*
9091  * Class:     org_ldk_impl_bindings
9092  * Method:    CVec_C2Tuple_BlockHashChannelMonitorZZ_free
9093  * Signature: ([J)V
9094  */
9095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1BlockHashChannelMonitorZZ_1free
9096   (JNIEnv *, jclass, jlongArray);
9097
9098 /*
9099  * Class:     org_ldk_impl_bindings
9100  * Method:    CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_ok
9101  * Signature: ([J)J
9102  */
9103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1C2Tuple_1BlockHashChannelMonitorZZErrorZ_1ok
9104   (JNIEnv *, jclass, jlongArray);
9105
9106 /*
9107  * Class:     org_ldk_impl_bindings
9108  * Method:    CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_err
9109  * Signature: (Lorg/ldk/enums/IOError;)J
9110  */
9111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1C2Tuple_1BlockHashChannelMonitorZZErrorZ_1err
9112   (JNIEnv *, jclass, jobject);
9113
9114 /*
9115  * Class:     org_ldk_impl_bindings
9116  * Method:    CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_is_ok
9117  * Signature: (J)Z
9118  */
9119 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1C2Tuple_1BlockHashChannelMonitorZZErrorZ_1is_1ok
9120   (JNIEnv *, jclass, jlong);
9121
9122 /*
9123  * Class:     org_ldk_impl_bindings
9124  * Method:    CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_free
9125  * Signature: (J)V
9126  */
9127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1C2Tuple_1BlockHashChannelMonitorZZErrorZ_1free
9128   (JNIEnv *, jclass, jlong);
9129
9130 /*
9131  * Class:     org_ldk_impl_bindings
9132  * Method:    CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_clone_ptr
9133  * Signature: (J)J
9134  */
9135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1C2Tuple_1BlockHashChannelMonitorZZErrorZ_1clone_1ptr
9136   (JNIEnv *, jclass, jlong);
9137
9138 /*
9139  * Class:     org_ldk_impl_bindings
9140  * Method:    CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_clone
9141  * Signature: (J)J
9142  */
9143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1C2Tuple_1BlockHashChannelMonitorZZErrorZ_1clone
9144   (JNIEnv *, jclass, jlong);
9145
9146 /*
9147  * Class:     org_ldk_impl_bindings
9148  * Method:    COption_u16Z_some
9149  * Signature: (S)J
9150  */
9151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u16Z_1some
9152   (JNIEnv *, jclass, jshort);
9153
9154 /*
9155  * Class:     org_ldk_impl_bindings
9156  * Method:    COption_u16Z_none
9157  * Signature: ()J
9158  */
9159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u16Z_1none
9160   (JNIEnv *, jclass);
9161
9162 /*
9163  * Class:     org_ldk_impl_bindings
9164  * Method:    COption_u16Z_free
9165  * Signature: (J)V
9166  */
9167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1u16Z_1free
9168   (JNIEnv *, jclass, jlong);
9169
9170 /*
9171  * Class:     org_ldk_impl_bindings
9172  * Method:    COption_u16Z_clone_ptr
9173  * Signature: (J)J
9174  */
9175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u16Z_1clone_1ptr
9176   (JNIEnv *, jclass, jlong);
9177
9178 /*
9179  * Class:     org_ldk_impl_bindings
9180  * Method:    COption_u16Z_clone
9181  * Signature: (J)J
9182  */
9183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1u16Z_1clone
9184   (JNIEnv *, jclass, jlong);
9185
9186 /*
9187  * Class:     org_ldk_impl_bindings
9188  * Method:    CResult__u832APIErrorZ_ok
9189  * Signature: ([B)J
9190  */
9191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1_1u832APIErrorZ_1ok
9192   (JNIEnv *, jclass, jbyteArray);
9193
9194 /*
9195  * Class:     org_ldk_impl_bindings
9196  * Method:    CResult__u832APIErrorZ_err
9197  * Signature: (J)J
9198  */
9199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1_1u832APIErrorZ_1err
9200   (JNIEnv *, jclass, jlong);
9201
9202 /*
9203  * Class:     org_ldk_impl_bindings
9204  * Method:    CResult__u832APIErrorZ_is_ok
9205  * Signature: (J)Z
9206  */
9207 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1_1u832APIErrorZ_1is_1ok
9208   (JNIEnv *, jclass, jlong);
9209
9210 /*
9211  * Class:     org_ldk_impl_bindings
9212  * Method:    CResult__u832APIErrorZ_free
9213  * Signature: (J)V
9214  */
9215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1_1u832APIErrorZ_1free
9216   (JNIEnv *, jclass, jlong);
9217
9218 /*
9219  * Class:     org_ldk_impl_bindings
9220  * Method:    CResult__u832APIErrorZ_clone_ptr
9221  * Signature: (J)J
9222  */
9223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1_1u832APIErrorZ_1clone_1ptr
9224   (JNIEnv *, jclass, jlong);
9225
9226 /*
9227  * Class:     org_ldk_impl_bindings
9228  * Method:    CResult__u832APIErrorZ_clone
9229  * Signature: (J)J
9230  */
9231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1_1u832APIErrorZ_1clone
9232   (JNIEnv *, jclass, jlong);
9233
9234 /*
9235  * Class:     org_ldk_impl_bindings
9236  * Method:    CVec_RecentPaymentDetailsZ_free
9237  * Signature: ([J)V
9238  */
9239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1RecentPaymentDetailsZ_1free
9240   (JNIEnv *, jclass, jlongArray);
9241
9242 /*
9243  * Class:     org_ldk_impl_bindings
9244  * Method:    CResult_NonePaymentSendFailureZ_ok
9245  * Signature: ()J
9246  */
9247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1ok
9248   (JNIEnv *, jclass);
9249
9250 /*
9251  * Class:     org_ldk_impl_bindings
9252  * Method:    CResult_NonePaymentSendFailureZ_err
9253  * Signature: (J)J
9254  */
9255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1err
9256   (JNIEnv *, jclass, jlong);
9257
9258 /*
9259  * Class:     org_ldk_impl_bindings
9260  * Method:    CResult_NonePaymentSendFailureZ_is_ok
9261  * Signature: (J)Z
9262  */
9263 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1is_1ok
9264   (JNIEnv *, jclass, jlong);
9265
9266 /*
9267  * Class:     org_ldk_impl_bindings
9268  * Method:    CResult_NonePaymentSendFailureZ_free
9269  * Signature: (J)V
9270  */
9271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1free
9272   (JNIEnv *, jclass, jlong);
9273
9274 /*
9275  * Class:     org_ldk_impl_bindings
9276  * Method:    CResult_NonePaymentSendFailureZ_clone_ptr
9277  * Signature: (J)J
9278  */
9279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1clone_1ptr
9280   (JNIEnv *, jclass, jlong);
9281
9282 /*
9283  * Class:     org_ldk_impl_bindings
9284  * Method:    CResult_NonePaymentSendFailureZ_clone
9285  * Signature: (J)J
9286  */
9287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentSendFailureZ_1clone
9288   (JNIEnv *, jclass, jlong);
9289
9290 /*
9291  * Class:     org_ldk_impl_bindings
9292  * Method:    CResult_NoneRetryableSendFailureZ_ok
9293  * Signature: ()J
9294  */
9295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneRetryableSendFailureZ_1ok
9296   (JNIEnv *, jclass);
9297
9298 /*
9299  * Class:     org_ldk_impl_bindings
9300  * Method:    CResult_NoneRetryableSendFailureZ_err
9301  * Signature: (Lorg/ldk/enums/RetryableSendFailure;)J
9302  */
9303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneRetryableSendFailureZ_1err
9304   (JNIEnv *, jclass, jobject);
9305
9306 /*
9307  * Class:     org_ldk_impl_bindings
9308  * Method:    CResult_NoneRetryableSendFailureZ_is_ok
9309  * Signature: (J)Z
9310  */
9311 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NoneRetryableSendFailureZ_1is_1ok
9312   (JNIEnv *, jclass, jlong);
9313
9314 /*
9315  * Class:     org_ldk_impl_bindings
9316  * Method:    CResult_NoneRetryableSendFailureZ_free
9317  * Signature: (J)V
9318  */
9319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneRetryableSendFailureZ_1free
9320   (JNIEnv *, jclass, jlong);
9321
9322 /*
9323  * Class:     org_ldk_impl_bindings
9324  * Method:    CResult_NoneRetryableSendFailureZ_clone_ptr
9325  * Signature: (J)J
9326  */
9327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneRetryableSendFailureZ_1clone_1ptr
9328   (JNIEnv *, jclass, jlong);
9329
9330 /*
9331  * Class:     org_ldk_impl_bindings
9332  * Method:    CResult_NoneRetryableSendFailureZ_clone
9333  * Signature: (J)J
9334  */
9335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneRetryableSendFailureZ_1clone
9336   (JNIEnv *, jclass, jlong);
9337
9338 /*
9339  * Class:     org_ldk_impl_bindings
9340  * Method:    CResult_PaymentHashPaymentSendFailureZ_ok
9341  * Signature: ([B)J
9342  */
9343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentHashPaymentSendFailureZ_1ok
9344   (JNIEnv *, jclass, jbyteArray);
9345
9346 /*
9347  * Class:     org_ldk_impl_bindings
9348  * Method:    CResult_PaymentHashPaymentSendFailureZ_err
9349  * Signature: (J)J
9350  */
9351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentHashPaymentSendFailureZ_1err
9352   (JNIEnv *, jclass, jlong);
9353
9354 /*
9355  * Class:     org_ldk_impl_bindings
9356  * Method:    CResult_PaymentHashPaymentSendFailureZ_is_ok
9357  * Signature: (J)Z
9358  */
9359 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentHashPaymentSendFailureZ_1is_1ok
9360   (JNIEnv *, jclass, jlong);
9361
9362 /*
9363  * Class:     org_ldk_impl_bindings
9364  * Method:    CResult_PaymentHashPaymentSendFailureZ_free
9365  * Signature: (J)V
9366  */
9367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentHashPaymentSendFailureZ_1free
9368   (JNIEnv *, jclass, jlong);
9369
9370 /*
9371  * Class:     org_ldk_impl_bindings
9372  * Method:    CResult_PaymentHashPaymentSendFailureZ_clone_ptr
9373  * Signature: (J)J
9374  */
9375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentHashPaymentSendFailureZ_1clone_1ptr
9376   (JNIEnv *, jclass, jlong);
9377
9378 /*
9379  * Class:     org_ldk_impl_bindings
9380  * Method:    CResult_PaymentHashPaymentSendFailureZ_clone
9381  * Signature: (J)J
9382  */
9383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentHashPaymentSendFailureZ_1clone
9384   (JNIEnv *, jclass, jlong);
9385
9386 /*
9387  * Class:     org_ldk_impl_bindings
9388  * Method:    CResult_PaymentHashRetryableSendFailureZ_ok
9389  * Signature: ([B)J
9390  */
9391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentHashRetryableSendFailureZ_1ok
9392   (JNIEnv *, jclass, jbyteArray);
9393
9394 /*
9395  * Class:     org_ldk_impl_bindings
9396  * Method:    CResult_PaymentHashRetryableSendFailureZ_err
9397  * Signature: (Lorg/ldk/enums/RetryableSendFailure;)J
9398  */
9399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentHashRetryableSendFailureZ_1err
9400   (JNIEnv *, jclass, jobject);
9401
9402 /*
9403  * Class:     org_ldk_impl_bindings
9404  * Method:    CResult_PaymentHashRetryableSendFailureZ_is_ok
9405  * Signature: (J)Z
9406  */
9407 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentHashRetryableSendFailureZ_1is_1ok
9408   (JNIEnv *, jclass, jlong);
9409
9410 /*
9411  * Class:     org_ldk_impl_bindings
9412  * Method:    CResult_PaymentHashRetryableSendFailureZ_free
9413  * Signature: (J)V
9414  */
9415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentHashRetryableSendFailureZ_1free
9416   (JNIEnv *, jclass, jlong);
9417
9418 /*
9419  * Class:     org_ldk_impl_bindings
9420  * Method:    CResult_PaymentHashRetryableSendFailureZ_clone_ptr
9421  * Signature: (J)J
9422  */
9423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentHashRetryableSendFailureZ_1clone_1ptr
9424   (JNIEnv *, jclass, jlong);
9425
9426 /*
9427  * Class:     org_ldk_impl_bindings
9428  * Method:    CResult_PaymentHashRetryableSendFailureZ_clone
9429  * Signature: (J)J
9430  */
9431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentHashRetryableSendFailureZ_1clone
9432   (JNIEnv *, jclass, jlong);
9433
9434 /*
9435  * Class:     org_ldk_impl_bindings
9436  * Method:    C2Tuple_PaymentHashPaymentIdZ_clone_ptr
9437  * Signature: (J)J
9438  */
9439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentIdZ_1clone_1ptr
9440   (JNIEnv *, jclass, jlong);
9441
9442 /*
9443  * Class:     org_ldk_impl_bindings
9444  * Method:    C2Tuple_PaymentHashPaymentIdZ_clone
9445  * Signature: (J)J
9446  */
9447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentIdZ_1clone
9448   (JNIEnv *, jclass, jlong);
9449
9450 /*
9451  * Class:     org_ldk_impl_bindings
9452  * Method:    C2Tuple_PaymentHashPaymentIdZ_new
9453  * Signature: ([B[B)J
9454  */
9455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentIdZ_1new
9456   (JNIEnv *, jclass, jbyteArray, jbyteArray);
9457
9458 /*
9459  * Class:     org_ldk_impl_bindings
9460  * Method:    C2Tuple_PaymentHashPaymentIdZ_free
9461  * Signature: (J)V
9462  */
9463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentIdZ_1free
9464   (JNIEnv *, jclass, jlong);
9465
9466 /*
9467  * Class:     org_ldk_impl_bindings
9468  * Method:    CResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_ok
9469  * Signature: (J)J
9470  */
9471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentIdZPaymentSendFailureZ_1ok
9472   (JNIEnv *, jclass, jlong);
9473
9474 /*
9475  * Class:     org_ldk_impl_bindings
9476  * Method:    CResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_err
9477  * Signature: (J)J
9478  */
9479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentIdZPaymentSendFailureZ_1err
9480   (JNIEnv *, jclass, jlong);
9481
9482 /*
9483  * Class:     org_ldk_impl_bindings
9484  * Method:    CResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_is_ok
9485  * Signature: (J)Z
9486  */
9487 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentIdZPaymentSendFailureZ_1is_1ok
9488   (JNIEnv *, jclass, jlong);
9489
9490 /*
9491  * Class:     org_ldk_impl_bindings
9492  * Method:    CResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_free
9493  * Signature: (J)V
9494  */
9495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentIdZPaymentSendFailureZ_1free
9496   (JNIEnv *, jclass, jlong);
9497
9498 /*
9499  * Class:     org_ldk_impl_bindings
9500  * Method:    CResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_clone_ptr
9501  * Signature: (J)J
9502  */
9503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentIdZPaymentSendFailureZ_1clone_1ptr
9504   (JNIEnv *, jclass, jlong);
9505
9506 /*
9507  * Class:     org_ldk_impl_bindings
9508  * Method:    CResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_clone
9509  * Signature: (J)J
9510  */
9511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentIdZPaymentSendFailureZ_1clone
9512   (JNIEnv *, jclass, jlong);
9513
9514 /*
9515  * Class:     org_ldk_impl_bindings
9516  * Method:    CVec_ThirtyTwoBytesZ_free
9517  * Signature: ([[B)V
9518  */
9519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1ThirtyTwoBytesZ_1free
9520   (JNIEnv *, jclass, jobjectArray);
9521
9522 /*
9523  * Class:     org_ldk_impl_bindings
9524  * Method:    C2Tuple_PaymentHashPaymentSecretZ_clone_ptr
9525  * Signature: (J)J
9526  */
9527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentSecretZ_1clone_1ptr
9528   (JNIEnv *, jclass, jlong);
9529
9530 /*
9531  * Class:     org_ldk_impl_bindings
9532  * Method:    C2Tuple_PaymentHashPaymentSecretZ_clone
9533  * Signature: (J)J
9534  */
9535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentSecretZ_1clone
9536   (JNIEnv *, jclass, jlong);
9537
9538 /*
9539  * Class:     org_ldk_impl_bindings
9540  * Method:    C2Tuple_PaymentHashPaymentSecretZ_new
9541  * Signature: ([B[B)J
9542  */
9543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentSecretZ_1new
9544   (JNIEnv *, jclass, jbyteArray, jbyteArray);
9545
9546 /*
9547  * Class:     org_ldk_impl_bindings
9548  * Method:    C2Tuple_PaymentHashPaymentSecretZ_free
9549  * Signature: (J)V
9550  */
9551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PaymentHashPaymentSecretZ_1free
9552   (JNIEnv *, jclass, jlong);
9553
9554 /*
9555  * Class:     org_ldk_impl_bindings
9556  * Method:    CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_ok
9557  * Signature: (J)J
9558  */
9559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentSecretZNoneZ_1ok
9560   (JNIEnv *, jclass, jlong);
9561
9562 /*
9563  * Class:     org_ldk_impl_bindings
9564  * Method:    CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_err
9565  * Signature: ()J
9566  */
9567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentSecretZNoneZ_1err
9568   (JNIEnv *, jclass);
9569
9570 /*
9571  * Class:     org_ldk_impl_bindings
9572  * Method:    CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_is_ok
9573  * Signature: (J)Z
9574  */
9575 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentSecretZNoneZ_1is_1ok
9576   (JNIEnv *, jclass, jlong);
9577
9578 /*
9579  * Class:     org_ldk_impl_bindings
9580  * Method:    CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_free
9581  * Signature: (J)V
9582  */
9583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentSecretZNoneZ_1free
9584   (JNIEnv *, jclass, jlong);
9585
9586 /*
9587  * Class:     org_ldk_impl_bindings
9588  * Method:    CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_clone_ptr
9589  * Signature: (J)J
9590  */
9591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentSecretZNoneZ_1clone_1ptr
9592   (JNIEnv *, jclass, jlong);
9593
9594 /*
9595  * Class:     org_ldk_impl_bindings
9596  * Method:    CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_clone
9597  * Signature: (J)J
9598  */
9599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentSecretZNoneZ_1clone
9600   (JNIEnv *, jclass, jlong);
9601
9602 /*
9603  * Class:     org_ldk_impl_bindings
9604  * Method:    CResult_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ_ok
9605  * Signature: (J)J
9606  */
9607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentSecretZAPIErrorZ_1ok
9608   (JNIEnv *, jclass, jlong);
9609
9610 /*
9611  * Class:     org_ldk_impl_bindings
9612  * Method:    CResult_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ_err
9613  * Signature: (J)J
9614  */
9615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentSecretZAPIErrorZ_1err
9616   (JNIEnv *, jclass, jlong);
9617
9618 /*
9619  * Class:     org_ldk_impl_bindings
9620  * Method:    CResult_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ_is_ok
9621  * Signature: (J)Z
9622  */
9623 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentSecretZAPIErrorZ_1is_1ok
9624   (JNIEnv *, jclass, jlong);
9625
9626 /*
9627  * Class:     org_ldk_impl_bindings
9628  * Method:    CResult_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ_free
9629  * Signature: (J)V
9630  */
9631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentSecretZAPIErrorZ_1free
9632   (JNIEnv *, jclass, jlong);
9633
9634 /*
9635  * Class:     org_ldk_impl_bindings
9636  * Method:    CResult_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ_clone_ptr
9637  * Signature: (J)J
9638  */
9639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentSecretZAPIErrorZ_1clone_1ptr
9640   (JNIEnv *, jclass, jlong);
9641
9642 /*
9643  * Class:     org_ldk_impl_bindings
9644  * Method:    CResult_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ_clone
9645  * Signature: (J)J
9646  */
9647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1PaymentHashPaymentSecretZAPIErrorZ_1clone
9648   (JNIEnv *, jclass, jlong);
9649
9650 /*
9651  * Class:     org_ldk_impl_bindings
9652  * Method:    CResult_PaymentSecretNoneZ_ok
9653  * Signature: ([B)J
9654  */
9655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretNoneZ_1ok
9656   (JNIEnv *, jclass, jbyteArray);
9657
9658 /*
9659  * Class:     org_ldk_impl_bindings
9660  * Method:    CResult_PaymentSecretNoneZ_err
9661  * Signature: ()J
9662  */
9663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretNoneZ_1err
9664   (JNIEnv *, jclass);
9665
9666 /*
9667  * Class:     org_ldk_impl_bindings
9668  * Method:    CResult_PaymentSecretNoneZ_is_ok
9669  * Signature: (J)Z
9670  */
9671 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretNoneZ_1is_1ok
9672   (JNIEnv *, jclass, jlong);
9673
9674 /*
9675  * Class:     org_ldk_impl_bindings
9676  * Method:    CResult_PaymentSecretNoneZ_free
9677  * Signature: (J)V
9678  */
9679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretNoneZ_1free
9680   (JNIEnv *, jclass, jlong);
9681
9682 /*
9683  * Class:     org_ldk_impl_bindings
9684  * Method:    CResult_PaymentSecretNoneZ_clone_ptr
9685  * Signature: (J)J
9686  */
9687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretNoneZ_1clone_1ptr
9688   (JNIEnv *, jclass, jlong);
9689
9690 /*
9691  * Class:     org_ldk_impl_bindings
9692  * Method:    CResult_PaymentSecretNoneZ_clone
9693  * Signature: (J)J
9694  */
9695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretNoneZ_1clone
9696   (JNIEnv *, jclass, jlong);
9697
9698 /*
9699  * Class:     org_ldk_impl_bindings
9700  * Method:    CResult_PaymentSecretAPIErrorZ_ok
9701  * Signature: ([B)J
9702  */
9703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretAPIErrorZ_1ok
9704   (JNIEnv *, jclass, jbyteArray);
9705
9706 /*
9707  * Class:     org_ldk_impl_bindings
9708  * Method:    CResult_PaymentSecretAPIErrorZ_err
9709  * Signature: (J)J
9710  */
9711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretAPIErrorZ_1err
9712   (JNIEnv *, jclass, jlong);
9713
9714 /*
9715  * Class:     org_ldk_impl_bindings
9716  * Method:    CResult_PaymentSecretAPIErrorZ_is_ok
9717  * Signature: (J)Z
9718  */
9719 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretAPIErrorZ_1is_1ok
9720   (JNIEnv *, jclass, jlong);
9721
9722 /*
9723  * Class:     org_ldk_impl_bindings
9724  * Method:    CResult_PaymentSecretAPIErrorZ_free
9725  * Signature: (J)V
9726  */
9727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretAPIErrorZ_1free
9728   (JNIEnv *, jclass, jlong);
9729
9730 /*
9731  * Class:     org_ldk_impl_bindings
9732  * Method:    CResult_PaymentSecretAPIErrorZ_clone_ptr
9733  * Signature: (J)J
9734  */
9735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretAPIErrorZ_1clone_1ptr
9736   (JNIEnv *, jclass, jlong);
9737
9738 /*
9739  * Class:     org_ldk_impl_bindings
9740  * Method:    CResult_PaymentSecretAPIErrorZ_clone
9741  * Signature: (J)J
9742  */
9743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentSecretAPIErrorZ_1clone
9744   (JNIEnv *, jclass, jlong);
9745
9746 /*
9747  * Class:     org_ldk_impl_bindings
9748  * Method:    CResult_PaymentPreimageAPIErrorZ_ok
9749  * Signature: ([B)J
9750  */
9751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentPreimageAPIErrorZ_1ok
9752   (JNIEnv *, jclass, jbyteArray);
9753
9754 /*
9755  * Class:     org_ldk_impl_bindings
9756  * Method:    CResult_PaymentPreimageAPIErrorZ_err
9757  * Signature: (J)J
9758  */
9759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentPreimageAPIErrorZ_1err
9760   (JNIEnv *, jclass, jlong);
9761
9762 /*
9763  * Class:     org_ldk_impl_bindings
9764  * Method:    CResult_PaymentPreimageAPIErrorZ_is_ok
9765  * Signature: (J)Z
9766  */
9767 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentPreimageAPIErrorZ_1is_1ok
9768   (JNIEnv *, jclass, jlong);
9769
9770 /*
9771  * Class:     org_ldk_impl_bindings
9772  * Method:    CResult_PaymentPreimageAPIErrorZ_free
9773  * Signature: (J)V
9774  */
9775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentPreimageAPIErrorZ_1free
9776   (JNIEnv *, jclass, jlong);
9777
9778 /*
9779  * Class:     org_ldk_impl_bindings
9780  * Method:    CResult_PaymentPreimageAPIErrorZ_clone_ptr
9781  * Signature: (J)J
9782  */
9783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentPreimageAPIErrorZ_1clone_1ptr
9784   (JNIEnv *, jclass, jlong);
9785
9786 /*
9787  * Class:     org_ldk_impl_bindings
9788  * Method:    CResult_PaymentPreimageAPIErrorZ_clone
9789  * Signature: (J)J
9790  */
9791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentPreimageAPIErrorZ_1clone
9792   (JNIEnv *, jclass, jlong);
9793
9794 /*
9795  * Class:     org_ldk_impl_bindings
9796  * Method:    CResult_CounterpartyForwardingInfoDecodeErrorZ_ok
9797  * Signature: (J)J
9798  */
9799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyForwardingInfoDecodeErrorZ_1ok
9800   (JNIEnv *, jclass, jlong);
9801
9802 /*
9803  * Class:     org_ldk_impl_bindings
9804  * Method:    CResult_CounterpartyForwardingInfoDecodeErrorZ_err
9805  * Signature: (J)J
9806  */
9807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyForwardingInfoDecodeErrorZ_1err
9808   (JNIEnv *, jclass, jlong);
9809
9810 /*
9811  * Class:     org_ldk_impl_bindings
9812  * Method:    CResult_CounterpartyForwardingInfoDecodeErrorZ_is_ok
9813  * Signature: (J)Z
9814  */
9815 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyForwardingInfoDecodeErrorZ_1is_1ok
9816   (JNIEnv *, jclass, jlong);
9817
9818 /*
9819  * Class:     org_ldk_impl_bindings
9820  * Method:    CResult_CounterpartyForwardingInfoDecodeErrorZ_free
9821  * Signature: (J)V
9822  */
9823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyForwardingInfoDecodeErrorZ_1free
9824   (JNIEnv *, jclass, jlong);
9825
9826 /*
9827  * Class:     org_ldk_impl_bindings
9828  * Method:    CResult_CounterpartyForwardingInfoDecodeErrorZ_clone_ptr
9829  * Signature: (J)J
9830  */
9831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyForwardingInfoDecodeErrorZ_1clone_1ptr
9832   (JNIEnv *, jclass, jlong);
9833
9834 /*
9835  * Class:     org_ldk_impl_bindings
9836  * Method:    CResult_CounterpartyForwardingInfoDecodeErrorZ_clone
9837  * Signature: (J)J
9838  */
9839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CounterpartyForwardingInfoDecodeErrorZ_1clone
9840   (JNIEnv *, jclass, jlong);
9841
9842 /*
9843  * Class:     org_ldk_impl_bindings
9844  * Method:    CResult_ChannelCounterpartyDecodeErrorZ_ok
9845  * Signature: (J)J
9846  */
9847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelCounterpartyDecodeErrorZ_1ok
9848   (JNIEnv *, jclass, jlong);
9849
9850 /*
9851  * Class:     org_ldk_impl_bindings
9852  * Method:    CResult_ChannelCounterpartyDecodeErrorZ_err
9853  * Signature: (J)J
9854  */
9855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelCounterpartyDecodeErrorZ_1err
9856   (JNIEnv *, jclass, jlong);
9857
9858 /*
9859  * Class:     org_ldk_impl_bindings
9860  * Method:    CResult_ChannelCounterpartyDecodeErrorZ_is_ok
9861  * Signature: (J)Z
9862  */
9863 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelCounterpartyDecodeErrorZ_1is_1ok
9864   (JNIEnv *, jclass, jlong);
9865
9866 /*
9867  * Class:     org_ldk_impl_bindings
9868  * Method:    CResult_ChannelCounterpartyDecodeErrorZ_free
9869  * Signature: (J)V
9870  */
9871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelCounterpartyDecodeErrorZ_1free
9872   (JNIEnv *, jclass, jlong);
9873
9874 /*
9875  * Class:     org_ldk_impl_bindings
9876  * Method:    CResult_ChannelCounterpartyDecodeErrorZ_clone_ptr
9877  * Signature: (J)J
9878  */
9879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelCounterpartyDecodeErrorZ_1clone_1ptr
9880   (JNIEnv *, jclass, jlong);
9881
9882 /*
9883  * Class:     org_ldk_impl_bindings
9884  * Method:    CResult_ChannelCounterpartyDecodeErrorZ_clone
9885  * Signature: (J)J
9886  */
9887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelCounterpartyDecodeErrorZ_1clone
9888   (JNIEnv *, jclass, jlong);
9889
9890 /*
9891  * Class:     org_ldk_impl_bindings
9892  * Method:    CResult_ChannelDetailsDecodeErrorZ_ok
9893  * Signature: (J)J
9894  */
9895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelDetailsDecodeErrorZ_1ok
9896   (JNIEnv *, jclass, jlong);
9897
9898 /*
9899  * Class:     org_ldk_impl_bindings
9900  * Method:    CResult_ChannelDetailsDecodeErrorZ_err
9901  * Signature: (J)J
9902  */
9903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelDetailsDecodeErrorZ_1err
9904   (JNIEnv *, jclass, jlong);
9905
9906 /*
9907  * Class:     org_ldk_impl_bindings
9908  * Method:    CResult_ChannelDetailsDecodeErrorZ_is_ok
9909  * Signature: (J)Z
9910  */
9911 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelDetailsDecodeErrorZ_1is_1ok
9912   (JNIEnv *, jclass, jlong);
9913
9914 /*
9915  * Class:     org_ldk_impl_bindings
9916  * Method:    CResult_ChannelDetailsDecodeErrorZ_free
9917  * Signature: (J)V
9918  */
9919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelDetailsDecodeErrorZ_1free
9920   (JNIEnv *, jclass, jlong);
9921
9922 /*
9923  * Class:     org_ldk_impl_bindings
9924  * Method:    CResult_ChannelDetailsDecodeErrorZ_clone_ptr
9925  * Signature: (J)J
9926  */
9927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelDetailsDecodeErrorZ_1clone_1ptr
9928   (JNIEnv *, jclass, jlong);
9929
9930 /*
9931  * Class:     org_ldk_impl_bindings
9932  * Method:    CResult_ChannelDetailsDecodeErrorZ_clone
9933  * Signature: (J)J
9934  */
9935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelDetailsDecodeErrorZ_1clone
9936   (JNIEnv *, jclass, jlong);
9937
9938 /*
9939  * Class:     org_ldk_impl_bindings
9940  * Method:    CResult_PhantomRouteHintsDecodeErrorZ_ok
9941  * Signature: (J)J
9942  */
9943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PhantomRouteHintsDecodeErrorZ_1ok
9944   (JNIEnv *, jclass, jlong);
9945
9946 /*
9947  * Class:     org_ldk_impl_bindings
9948  * Method:    CResult_PhantomRouteHintsDecodeErrorZ_err
9949  * Signature: (J)J
9950  */
9951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PhantomRouteHintsDecodeErrorZ_1err
9952   (JNIEnv *, jclass, jlong);
9953
9954 /*
9955  * Class:     org_ldk_impl_bindings
9956  * Method:    CResult_PhantomRouteHintsDecodeErrorZ_is_ok
9957  * Signature: (J)Z
9958  */
9959 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PhantomRouteHintsDecodeErrorZ_1is_1ok
9960   (JNIEnv *, jclass, jlong);
9961
9962 /*
9963  * Class:     org_ldk_impl_bindings
9964  * Method:    CResult_PhantomRouteHintsDecodeErrorZ_free
9965  * Signature: (J)V
9966  */
9967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PhantomRouteHintsDecodeErrorZ_1free
9968   (JNIEnv *, jclass, jlong);
9969
9970 /*
9971  * Class:     org_ldk_impl_bindings
9972  * Method:    CResult_PhantomRouteHintsDecodeErrorZ_clone_ptr
9973  * Signature: (J)J
9974  */
9975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PhantomRouteHintsDecodeErrorZ_1clone_1ptr
9976   (JNIEnv *, jclass, jlong);
9977
9978 /*
9979  * Class:     org_ldk_impl_bindings
9980  * Method:    CResult_PhantomRouteHintsDecodeErrorZ_clone
9981  * Signature: (J)J
9982  */
9983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PhantomRouteHintsDecodeErrorZ_1clone
9984   (JNIEnv *, jclass, jlong);
9985
9986 /*
9987  * Class:     org_ldk_impl_bindings
9988  * Method:    CVec_ChannelMonitorZ_free
9989  * Signature: ([J)V
9990  */
9991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1ChannelMonitorZ_1free
9992   (JNIEnv *, jclass, jlongArray);
9993
9994 /*
9995  * Class:     org_ldk_impl_bindings
9996  * Method:    C2Tuple_BlockHashChannelManagerZ_new
9997  * Signature: ([BJ)J
9998  */
9999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelManagerZ_1new
10000   (JNIEnv *, jclass, jbyteArray, jlong);
10001
10002 /*
10003  * Class:     org_ldk_impl_bindings
10004  * Method:    C2Tuple_BlockHashChannelManagerZ_free
10005  * Signature: (J)V
10006  */
10007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelManagerZ_1free
10008   (JNIEnv *, jclass, jlong);
10009
10010 /*
10011  * Class:     org_ldk_impl_bindings
10012  * Method:    CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_ok
10013  * Signature: (J)J
10014  */
10015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1ok
10016   (JNIEnv *, jclass, jlong);
10017
10018 /*
10019  * Class:     org_ldk_impl_bindings
10020  * Method:    CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_err
10021  * Signature: (J)J
10022  */
10023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1err
10024   (JNIEnv *, jclass, jlong);
10025
10026 /*
10027  * Class:     org_ldk_impl_bindings
10028  * Method:    CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_is_ok
10029  * Signature: (J)Z
10030  */
10031 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1is_1ok
10032   (JNIEnv *, jclass, jlong);
10033
10034 /*
10035  * Class:     org_ldk_impl_bindings
10036  * Method:    CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_free
10037  * Signature: (J)V
10038  */
10039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelManagerZDecodeErrorZ_1free
10040   (JNIEnv *, jclass, jlong);
10041
10042 /*
10043  * Class:     org_ldk_impl_bindings
10044  * Method:    CResult_ChannelConfigDecodeErrorZ_ok
10045  * Signature: (J)J
10046  */
10047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelConfigDecodeErrorZ_1ok
10048   (JNIEnv *, jclass, jlong);
10049
10050 /*
10051  * Class:     org_ldk_impl_bindings
10052  * Method:    CResult_ChannelConfigDecodeErrorZ_err
10053  * Signature: (J)J
10054  */
10055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelConfigDecodeErrorZ_1err
10056   (JNIEnv *, jclass, jlong);
10057
10058 /*
10059  * Class:     org_ldk_impl_bindings
10060  * Method:    CResult_ChannelConfigDecodeErrorZ_is_ok
10061  * Signature: (J)Z
10062  */
10063 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelConfigDecodeErrorZ_1is_1ok
10064   (JNIEnv *, jclass, jlong);
10065
10066 /*
10067  * Class:     org_ldk_impl_bindings
10068  * Method:    CResult_ChannelConfigDecodeErrorZ_free
10069  * Signature: (J)V
10070  */
10071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelConfigDecodeErrorZ_1free
10072   (JNIEnv *, jclass, jlong);
10073
10074 /*
10075  * Class:     org_ldk_impl_bindings
10076  * Method:    CResult_ChannelConfigDecodeErrorZ_clone_ptr
10077  * Signature: (J)J
10078  */
10079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelConfigDecodeErrorZ_1clone_1ptr
10080   (JNIEnv *, jclass, jlong);
10081
10082 /*
10083  * Class:     org_ldk_impl_bindings
10084  * Method:    CResult_ChannelConfigDecodeErrorZ_clone
10085  * Signature: (J)J
10086  */
10087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelConfigDecodeErrorZ_1clone
10088   (JNIEnv *, jclass, jlong);
10089
10090 /*
10091  * Class:     org_ldk_impl_bindings
10092  * Method:    COption_APIErrorZ_some
10093  * Signature: (J)J
10094  */
10095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1APIErrorZ_1some
10096   (JNIEnv *, jclass, jlong);
10097
10098 /*
10099  * Class:     org_ldk_impl_bindings
10100  * Method:    COption_APIErrorZ_none
10101  * Signature: ()J
10102  */
10103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1APIErrorZ_1none
10104   (JNIEnv *, jclass);
10105
10106 /*
10107  * Class:     org_ldk_impl_bindings
10108  * Method:    COption_APIErrorZ_free
10109  * Signature: (J)V
10110  */
10111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1APIErrorZ_1free
10112   (JNIEnv *, jclass, jlong);
10113
10114 /*
10115  * Class:     org_ldk_impl_bindings
10116  * Method:    COption_APIErrorZ_clone_ptr
10117  * Signature: (J)J
10118  */
10119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1APIErrorZ_1clone_1ptr
10120   (JNIEnv *, jclass, jlong);
10121
10122 /*
10123  * Class:     org_ldk_impl_bindings
10124  * Method:    COption_APIErrorZ_clone
10125  * Signature: (J)J
10126  */
10127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1APIErrorZ_1clone
10128   (JNIEnv *, jclass, jlong);
10129
10130 /*
10131  * Class:     org_ldk_impl_bindings
10132  * Method:    CResult_COption_APIErrorZDecodeErrorZ_ok
10133  * Signature: (J)J
10134  */
10135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1APIErrorZDecodeErrorZ_1ok
10136   (JNIEnv *, jclass, jlong);
10137
10138 /*
10139  * Class:     org_ldk_impl_bindings
10140  * Method:    CResult_COption_APIErrorZDecodeErrorZ_err
10141  * Signature: (J)J
10142  */
10143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1APIErrorZDecodeErrorZ_1err
10144   (JNIEnv *, jclass, jlong);
10145
10146 /*
10147  * Class:     org_ldk_impl_bindings
10148  * Method:    CResult_COption_APIErrorZDecodeErrorZ_is_ok
10149  * Signature: (J)Z
10150  */
10151 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1APIErrorZDecodeErrorZ_1is_1ok
10152   (JNIEnv *, jclass, jlong);
10153
10154 /*
10155  * Class:     org_ldk_impl_bindings
10156  * Method:    CResult_COption_APIErrorZDecodeErrorZ_free
10157  * Signature: (J)V
10158  */
10159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1APIErrorZDecodeErrorZ_1free
10160   (JNIEnv *, jclass, jlong);
10161
10162 /*
10163  * Class:     org_ldk_impl_bindings
10164  * Method:    CResult_COption_APIErrorZDecodeErrorZ_clone_ptr
10165  * Signature: (J)J
10166  */
10167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1APIErrorZDecodeErrorZ_1clone_1ptr
10168   (JNIEnv *, jclass, jlong);
10169
10170 /*
10171  * Class:     org_ldk_impl_bindings
10172  * Method:    CResult_COption_APIErrorZDecodeErrorZ_clone
10173  * Signature: (J)J
10174  */
10175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1APIErrorZDecodeErrorZ_1clone
10176   (JNIEnv *, jclass, jlong);
10177
10178 /*
10179  * Class:     org_ldk_impl_bindings
10180  * Method:    CResult_UntrustedStringDecodeErrorZ_ok
10181  * Signature: (J)J
10182  */
10183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UntrustedStringDecodeErrorZ_1ok
10184   (JNIEnv *, jclass, jlong);
10185
10186 /*
10187  * Class:     org_ldk_impl_bindings
10188  * Method:    CResult_UntrustedStringDecodeErrorZ_err
10189  * Signature: (J)J
10190  */
10191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UntrustedStringDecodeErrorZ_1err
10192   (JNIEnv *, jclass, jlong);
10193
10194 /*
10195  * Class:     org_ldk_impl_bindings
10196  * Method:    CResult_UntrustedStringDecodeErrorZ_is_ok
10197  * Signature: (J)Z
10198  */
10199 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1UntrustedStringDecodeErrorZ_1is_1ok
10200   (JNIEnv *, jclass, jlong);
10201
10202 /*
10203  * Class:     org_ldk_impl_bindings
10204  * Method:    CResult_UntrustedStringDecodeErrorZ_free
10205  * Signature: (J)V
10206  */
10207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UntrustedStringDecodeErrorZ_1free
10208   (JNIEnv *, jclass, jlong);
10209
10210 /*
10211  * Class:     org_ldk_impl_bindings
10212  * Method:    CResult_UntrustedStringDecodeErrorZ_clone_ptr
10213  * Signature: (J)J
10214  */
10215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UntrustedStringDecodeErrorZ_1clone_1ptr
10216   (JNIEnv *, jclass, jlong);
10217
10218 /*
10219  * Class:     org_ldk_impl_bindings
10220  * Method:    CResult_UntrustedStringDecodeErrorZ_clone
10221  * Signature: (J)J
10222  */
10223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UntrustedStringDecodeErrorZ_1clone
10224   (JNIEnv *, jclass, jlong);
10225
10226 /*
10227  * Class:     org_ldk_impl_bindings
10228  * Method:    CResult_OutPointDecodeErrorZ_ok
10229  * Signature: (J)J
10230  */
10231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OutPointDecodeErrorZ_1ok
10232   (JNIEnv *, jclass, jlong);
10233
10234 /*
10235  * Class:     org_ldk_impl_bindings
10236  * Method:    CResult_OutPointDecodeErrorZ_err
10237  * Signature: (J)J
10238  */
10239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OutPointDecodeErrorZ_1err
10240   (JNIEnv *, jclass, jlong);
10241
10242 /*
10243  * Class:     org_ldk_impl_bindings
10244  * Method:    CResult_OutPointDecodeErrorZ_is_ok
10245  * Signature: (J)Z
10246  */
10247 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1OutPointDecodeErrorZ_1is_1ok
10248   (JNIEnv *, jclass, jlong);
10249
10250 /*
10251  * Class:     org_ldk_impl_bindings
10252  * Method:    CResult_OutPointDecodeErrorZ_free
10253  * Signature: (J)V
10254  */
10255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1OutPointDecodeErrorZ_1free
10256   (JNIEnv *, jclass, jlong);
10257
10258 /*
10259  * Class:     org_ldk_impl_bindings
10260  * Method:    CResult_OutPointDecodeErrorZ_clone_ptr
10261  * Signature: (J)J
10262  */
10263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OutPointDecodeErrorZ_1clone_1ptr
10264   (JNIEnv *, jclass, jlong);
10265
10266 /*
10267  * Class:     org_ldk_impl_bindings
10268  * Method:    CResult_OutPointDecodeErrorZ_clone
10269  * Signature: (J)J
10270  */
10271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OutPointDecodeErrorZ_1clone
10272   (JNIEnv *, jclass, jlong);
10273
10274 /*
10275  * Class:     org_ldk_impl_bindings
10276  * Method:    COption_TypeZ_some
10277  * Signature: (J)J
10278  */
10279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1TypeZ_1some
10280   (JNIEnv *, jclass, jlong);
10281
10282 /*
10283  * Class:     org_ldk_impl_bindings
10284  * Method:    COption_TypeZ_none
10285  * Signature: ()J
10286  */
10287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1TypeZ_1none
10288   (JNIEnv *, jclass);
10289
10290 /*
10291  * Class:     org_ldk_impl_bindings
10292  * Method:    COption_TypeZ_free
10293  * Signature: (J)V
10294  */
10295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1TypeZ_1free
10296   (JNIEnv *, jclass, jlong);
10297
10298 /*
10299  * Class:     org_ldk_impl_bindings
10300  * Method:    COption_TypeZ_clone_ptr
10301  * Signature: (J)J
10302  */
10303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1TypeZ_1clone_1ptr
10304   (JNIEnv *, jclass, jlong);
10305
10306 /*
10307  * Class:     org_ldk_impl_bindings
10308  * Method:    COption_TypeZ_clone
10309  * Signature: (J)J
10310  */
10311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1TypeZ_1clone
10312   (JNIEnv *, jclass, jlong);
10313
10314 /*
10315  * Class:     org_ldk_impl_bindings
10316  * Method:    CResult_COption_TypeZDecodeErrorZ_ok
10317  * Signature: (J)J
10318  */
10319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1TypeZDecodeErrorZ_1ok
10320   (JNIEnv *, jclass, jlong);
10321
10322 /*
10323  * Class:     org_ldk_impl_bindings
10324  * Method:    CResult_COption_TypeZDecodeErrorZ_err
10325  * Signature: (J)J
10326  */
10327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1TypeZDecodeErrorZ_1err
10328   (JNIEnv *, jclass, jlong);
10329
10330 /*
10331  * Class:     org_ldk_impl_bindings
10332  * Method:    CResult_COption_TypeZDecodeErrorZ_is_ok
10333  * Signature: (J)Z
10334  */
10335 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1TypeZDecodeErrorZ_1is_1ok
10336   (JNIEnv *, jclass, jlong);
10337
10338 /*
10339  * Class:     org_ldk_impl_bindings
10340  * Method:    CResult_COption_TypeZDecodeErrorZ_free
10341  * Signature: (J)V
10342  */
10343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1TypeZDecodeErrorZ_1free
10344   (JNIEnv *, jclass, jlong);
10345
10346 /*
10347  * Class:     org_ldk_impl_bindings
10348  * Method:    CResult_COption_TypeZDecodeErrorZ_clone_ptr
10349  * Signature: (J)J
10350  */
10351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1TypeZDecodeErrorZ_1clone_1ptr
10352   (JNIEnv *, jclass, jlong);
10353
10354 /*
10355  * Class:     org_ldk_impl_bindings
10356  * Method:    CResult_COption_TypeZDecodeErrorZ_clone
10357  * Signature: (J)J
10358  */
10359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1TypeZDecodeErrorZ_1clone
10360   (JNIEnv *, jclass, jlong);
10361
10362 /*
10363  * Class:     org_ldk_impl_bindings
10364  * Method:    CResult_PaymentIdPaymentErrorZ_ok
10365  * Signature: ([B)J
10366  */
10367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentIdPaymentErrorZ_1ok
10368   (JNIEnv *, jclass, jbyteArray);
10369
10370 /*
10371  * Class:     org_ldk_impl_bindings
10372  * Method:    CResult_PaymentIdPaymentErrorZ_err
10373  * Signature: (J)J
10374  */
10375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentIdPaymentErrorZ_1err
10376   (JNIEnv *, jclass, jlong);
10377
10378 /*
10379  * Class:     org_ldk_impl_bindings
10380  * Method:    CResult_PaymentIdPaymentErrorZ_is_ok
10381  * Signature: (J)Z
10382  */
10383 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentIdPaymentErrorZ_1is_1ok
10384   (JNIEnv *, jclass, jlong);
10385
10386 /*
10387  * Class:     org_ldk_impl_bindings
10388  * Method:    CResult_PaymentIdPaymentErrorZ_free
10389  * Signature: (J)V
10390  */
10391 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentIdPaymentErrorZ_1free
10392   (JNIEnv *, jclass, jlong);
10393
10394 /*
10395  * Class:     org_ldk_impl_bindings
10396  * Method:    CResult_PaymentIdPaymentErrorZ_clone_ptr
10397  * Signature: (J)J
10398  */
10399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentIdPaymentErrorZ_1clone_1ptr
10400   (JNIEnv *, jclass, jlong);
10401
10402 /*
10403  * Class:     org_ldk_impl_bindings
10404  * Method:    CResult_PaymentIdPaymentErrorZ_clone
10405  * Signature: (J)J
10406  */
10407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PaymentIdPaymentErrorZ_1clone
10408   (JNIEnv *, jclass, jlong);
10409
10410 /*
10411  * Class:     org_ldk_impl_bindings
10412  * Method:    CResult_NonePaymentErrorZ_ok
10413  * Signature: ()J
10414  */
10415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentErrorZ_1ok
10416   (JNIEnv *, jclass);
10417
10418 /*
10419  * Class:     org_ldk_impl_bindings
10420  * Method:    CResult_NonePaymentErrorZ_err
10421  * Signature: (J)J
10422  */
10423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentErrorZ_1err
10424   (JNIEnv *, jclass, jlong);
10425
10426 /*
10427  * Class:     org_ldk_impl_bindings
10428  * Method:    CResult_NonePaymentErrorZ_is_ok
10429  * Signature: (J)Z
10430  */
10431 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentErrorZ_1is_1ok
10432   (JNIEnv *, jclass, jlong);
10433
10434 /*
10435  * Class:     org_ldk_impl_bindings
10436  * Method:    CResult_NonePaymentErrorZ_free
10437  * Signature: (J)V
10438  */
10439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentErrorZ_1free
10440   (JNIEnv *, jclass, jlong);
10441
10442 /*
10443  * Class:     org_ldk_impl_bindings
10444  * Method:    CResult_NonePaymentErrorZ_clone_ptr
10445  * Signature: (J)J
10446  */
10447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentErrorZ_1clone_1ptr
10448   (JNIEnv *, jclass, jlong);
10449
10450 /*
10451  * Class:     org_ldk_impl_bindings
10452  * Method:    CResult_NonePaymentErrorZ_clone
10453  * Signature: (J)J
10454  */
10455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePaymentErrorZ_1clone
10456   (JNIEnv *, jclass, jlong);
10457
10458 /*
10459  * Class:     org_ldk_impl_bindings
10460  * Method:    CResult_StringErrorZ_ok
10461  * Signature: (Ljava/lang/String;)J
10462  */
10463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1StringErrorZ_1ok
10464   (JNIEnv *, jclass, jstring);
10465
10466 /*
10467  * Class:     org_ldk_impl_bindings
10468  * Method:    CResult_StringErrorZ_err
10469  * Signature: (Lorg/ldk/enums/Secp256k1Error;)J
10470  */
10471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1StringErrorZ_1err
10472   (JNIEnv *, jclass, jobject);
10473
10474 /*
10475  * Class:     org_ldk_impl_bindings
10476  * Method:    CResult_StringErrorZ_is_ok
10477  * Signature: (J)Z
10478  */
10479 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1StringErrorZ_1is_1ok
10480   (JNIEnv *, jclass, jlong);
10481
10482 /*
10483  * Class:     org_ldk_impl_bindings
10484  * Method:    CResult_StringErrorZ_free
10485  * Signature: (J)V
10486  */
10487 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1StringErrorZ_1free
10488   (JNIEnv *, jclass, jlong);
10489
10490 /*
10491  * Class:     org_ldk_impl_bindings
10492  * Method:    CResult_StringErrorZ_clone_ptr
10493  * Signature: (J)J
10494  */
10495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1StringErrorZ_1clone_1ptr
10496   (JNIEnv *, jclass, jlong);
10497
10498 /*
10499  * Class:     org_ldk_impl_bindings
10500  * Method:    CResult_StringErrorZ_clone
10501  * Signature: (J)J
10502  */
10503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1StringErrorZ_1clone
10504   (JNIEnv *, jclass, jlong);
10505
10506 /*
10507  * Class:     org_ldk_impl_bindings
10508  * Method:    CResult_ChannelMonitorUpdateDecodeErrorZ_ok
10509  * Signature: (J)J
10510  */
10511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelMonitorUpdateDecodeErrorZ_1ok
10512   (JNIEnv *, jclass, jlong);
10513
10514 /*
10515  * Class:     org_ldk_impl_bindings
10516  * Method:    CResult_ChannelMonitorUpdateDecodeErrorZ_err
10517  * Signature: (J)J
10518  */
10519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelMonitorUpdateDecodeErrorZ_1err
10520   (JNIEnv *, jclass, jlong);
10521
10522 /*
10523  * Class:     org_ldk_impl_bindings
10524  * Method:    CResult_ChannelMonitorUpdateDecodeErrorZ_is_ok
10525  * Signature: (J)Z
10526  */
10527 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelMonitorUpdateDecodeErrorZ_1is_1ok
10528   (JNIEnv *, jclass, jlong);
10529
10530 /*
10531  * Class:     org_ldk_impl_bindings
10532  * Method:    CResult_ChannelMonitorUpdateDecodeErrorZ_free
10533  * Signature: (J)V
10534  */
10535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelMonitorUpdateDecodeErrorZ_1free
10536   (JNIEnv *, jclass, jlong);
10537
10538 /*
10539  * Class:     org_ldk_impl_bindings
10540  * Method:    CResult_ChannelMonitorUpdateDecodeErrorZ_clone_ptr
10541  * Signature: (J)J
10542  */
10543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelMonitorUpdateDecodeErrorZ_1clone_1ptr
10544   (JNIEnv *, jclass, jlong);
10545
10546 /*
10547  * Class:     org_ldk_impl_bindings
10548  * Method:    CResult_ChannelMonitorUpdateDecodeErrorZ_clone
10549  * Signature: (J)J
10550  */
10551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelMonitorUpdateDecodeErrorZ_1clone
10552   (JNIEnv *, jclass, jlong);
10553
10554 /*
10555  * Class:     org_ldk_impl_bindings
10556  * Method:    COption_MonitorEventZ_some
10557  * Signature: (J)J
10558  */
10559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1MonitorEventZ_1some
10560   (JNIEnv *, jclass, jlong);
10561
10562 /*
10563  * Class:     org_ldk_impl_bindings
10564  * Method:    COption_MonitorEventZ_none
10565  * Signature: ()J
10566  */
10567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1MonitorEventZ_1none
10568   (JNIEnv *, jclass);
10569
10570 /*
10571  * Class:     org_ldk_impl_bindings
10572  * Method:    COption_MonitorEventZ_free
10573  * Signature: (J)V
10574  */
10575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1MonitorEventZ_1free
10576   (JNIEnv *, jclass, jlong);
10577
10578 /*
10579  * Class:     org_ldk_impl_bindings
10580  * Method:    COption_MonitorEventZ_clone_ptr
10581  * Signature: (J)J
10582  */
10583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1MonitorEventZ_1clone_1ptr
10584   (JNIEnv *, jclass, jlong);
10585
10586 /*
10587  * Class:     org_ldk_impl_bindings
10588  * Method:    COption_MonitorEventZ_clone
10589  * Signature: (J)J
10590  */
10591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1MonitorEventZ_1clone
10592   (JNIEnv *, jclass, jlong);
10593
10594 /*
10595  * Class:     org_ldk_impl_bindings
10596  * Method:    CResult_COption_MonitorEventZDecodeErrorZ_ok
10597  * Signature: (J)J
10598  */
10599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1MonitorEventZDecodeErrorZ_1ok
10600   (JNIEnv *, jclass, jlong);
10601
10602 /*
10603  * Class:     org_ldk_impl_bindings
10604  * Method:    CResult_COption_MonitorEventZDecodeErrorZ_err
10605  * Signature: (J)J
10606  */
10607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1MonitorEventZDecodeErrorZ_1err
10608   (JNIEnv *, jclass, jlong);
10609
10610 /*
10611  * Class:     org_ldk_impl_bindings
10612  * Method:    CResult_COption_MonitorEventZDecodeErrorZ_is_ok
10613  * Signature: (J)Z
10614  */
10615 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1MonitorEventZDecodeErrorZ_1is_1ok
10616   (JNIEnv *, jclass, jlong);
10617
10618 /*
10619  * Class:     org_ldk_impl_bindings
10620  * Method:    CResult_COption_MonitorEventZDecodeErrorZ_free
10621  * Signature: (J)V
10622  */
10623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1MonitorEventZDecodeErrorZ_1free
10624   (JNIEnv *, jclass, jlong);
10625
10626 /*
10627  * Class:     org_ldk_impl_bindings
10628  * Method:    CResult_COption_MonitorEventZDecodeErrorZ_clone_ptr
10629  * Signature: (J)J
10630  */
10631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1MonitorEventZDecodeErrorZ_1clone_1ptr
10632   (JNIEnv *, jclass, jlong);
10633
10634 /*
10635  * Class:     org_ldk_impl_bindings
10636  * Method:    CResult_COption_MonitorEventZDecodeErrorZ_clone
10637  * Signature: (J)J
10638  */
10639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1MonitorEventZDecodeErrorZ_1clone
10640   (JNIEnv *, jclass, jlong);
10641
10642 /*
10643  * Class:     org_ldk_impl_bindings
10644  * Method:    CResult_HTLCUpdateDecodeErrorZ_ok
10645  * Signature: (J)J
10646  */
10647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCUpdateDecodeErrorZ_1ok
10648   (JNIEnv *, jclass, jlong);
10649
10650 /*
10651  * Class:     org_ldk_impl_bindings
10652  * Method:    CResult_HTLCUpdateDecodeErrorZ_err
10653  * Signature: (J)J
10654  */
10655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCUpdateDecodeErrorZ_1err
10656   (JNIEnv *, jclass, jlong);
10657
10658 /*
10659  * Class:     org_ldk_impl_bindings
10660  * Method:    CResult_HTLCUpdateDecodeErrorZ_is_ok
10661  * Signature: (J)Z
10662  */
10663 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCUpdateDecodeErrorZ_1is_1ok
10664   (JNIEnv *, jclass, jlong);
10665
10666 /*
10667  * Class:     org_ldk_impl_bindings
10668  * Method:    CResult_HTLCUpdateDecodeErrorZ_free
10669  * Signature: (J)V
10670  */
10671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCUpdateDecodeErrorZ_1free
10672   (JNIEnv *, jclass, jlong);
10673
10674 /*
10675  * Class:     org_ldk_impl_bindings
10676  * Method:    CResult_HTLCUpdateDecodeErrorZ_clone_ptr
10677  * Signature: (J)J
10678  */
10679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCUpdateDecodeErrorZ_1clone_1ptr
10680   (JNIEnv *, jclass, jlong);
10681
10682 /*
10683  * Class:     org_ldk_impl_bindings
10684  * Method:    CResult_HTLCUpdateDecodeErrorZ_clone
10685  * Signature: (J)J
10686  */
10687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1HTLCUpdateDecodeErrorZ_1clone
10688   (JNIEnv *, jclass, jlong);
10689
10690 /*
10691  * Class:     org_ldk_impl_bindings
10692  * Method:    C2Tuple_OutPointScriptZ_clone_ptr
10693  * Signature: (J)J
10694  */
10695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointScriptZ_1clone_1ptr
10696   (JNIEnv *, jclass, jlong);
10697
10698 /*
10699  * Class:     org_ldk_impl_bindings
10700  * Method:    C2Tuple_OutPointScriptZ_clone
10701  * Signature: (J)J
10702  */
10703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointScriptZ_1clone
10704   (JNIEnv *, jclass, jlong);
10705
10706 /*
10707  * Class:     org_ldk_impl_bindings
10708  * Method:    C2Tuple_OutPointScriptZ_new
10709  * Signature: (J[B)J
10710  */
10711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointScriptZ_1new
10712   (JNIEnv *, jclass, jlong, jbyteArray);
10713
10714 /*
10715  * Class:     org_ldk_impl_bindings
10716  * Method:    C2Tuple_OutPointScriptZ_free
10717  * Signature: (J)V
10718  */
10719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointScriptZ_1free
10720   (JNIEnv *, jclass, jlong);
10721
10722 /*
10723  * Class:     org_ldk_impl_bindings
10724  * Method:    C2Tuple_u32ScriptZ_clone_ptr
10725  * Signature: (J)J
10726  */
10727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32ScriptZ_1clone_1ptr
10728   (JNIEnv *, jclass, jlong);
10729
10730 /*
10731  * Class:     org_ldk_impl_bindings
10732  * Method:    C2Tuple_u32ScriptZ_clone
10733  * Signature: (J)J
10734  */
10735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32ScriptZ_1clone
10736   (JNIEnv *, jclass, jlong);
10737
10738 /*
10739  * Class:     org_ldk_impl_bindings
10740  * Method:    C2Tuple_u32ScriptZ_new
10741  * Signature: (I[B)J
10742  */
10743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32ScriptZ_1new
10744   (JNIEnv *, jclass, jint, jbyteArray);
10745
10746 /*
10747  * Class:     org_ldk_impl_bindings
10748  * Method:    C2Tuple_u32ScriptZ_free
10749  * Signature: (J)V
10750  */
10751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32ScriptZ_1free
10752   (JNIEnv *, jclass, jlong);
10753
10754 /*
10755  * Class:     org_ldk_impl_bindings
10756  * Method:    CVec_C2Tuple_u32ScriptZZ_free
10757  * Signature: ([J)V
10758  */
10759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1u32ScriptZZ_1free
10760   (JNIEnv *, jclass, jlongArray);
10761
10762 /*
10763  * Class:     org_ldk_impl_bindings
10764  * Method:    C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZ_clone_ptr
10765  * Signature: (J)J
10766  */
10767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZ_1clone_1ptr
10768   (JNIEnv *, jclass, jlong);
10769
10770 /*
10771  * Class:     org_ldk_impl_bindings
10772  * Method:    C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZ_clone
10773  * Signature: (J)J
10774  */
10775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZ_1clone
10776   (JNIEnv *, jclass, jlong);
10777
10778 /*
10779  * Class:     org_ldk_impl_bindings
10780  * Method:    C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZ_new
10781  * Signature: ([B[J)J
10782  */
10783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZ_1new
10784   (JNIEnv *, jclass, jbyteArray, jlongArray);
10785
10786 /*
10787  * Class:     org_ldk_impl_bindings
10788  * Method:    C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZ_free
10789  * Signature: (J)V
10790  */
10791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZ_1free
10792   (JNIEnv *, jclass, jlong);
10793
10794 /*
10795  * Class:     org_ldk_impl_bindings
10796  * Method:    CVec_C2Tuple_TxidCVec_C2Tuple_u32ScriptZZZZ_free
10797  * Signature: ([J)V
10798  */
10799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1TxidCVec_1C2Tuple_1u32ScriptZZZZ_1free
10800   (JNIEnv *, jclass, jlongArray);
10801
10802 /*
10803  * Class:     org_ldk_impl_bindings
10804  * Method:    CVec_EventZ_free
10805  * Signature: ([J)V
10806  */
10807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1EventZ_1free
10808   (JNIEnv *, jclass, jlongArray);
10809
10810 /*
10811  * Class:     org_ldk_impl_bindings
10812  * Method:    CVec_TransactionZ_free
10813  * Signature: ([[B)V
10814  */
10815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1TransactionZ_1free
10816   (JNIEnv *, jclass, jobjectArray);
10817
10818 /*
10819  * Class:     org_ldk_impl_bindings
10820  * Method:    C2Tuple_u32TxOutZ_clone_ptr
10821  * Signature: (J)J
10822  */
10823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32TxOutZ_1clone_1ptr
10824   (JNIEnv *, jclass, jlong);
10825
10826 /*
10827  * Class:     org_ldk_impl_bindings
10828  * Method:    C2Tuple_u32TxOutZ_clone
10829  * Signature: (J)J
10830  */
10831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32TxOutZ_1clone
10832   (JNIEnv *, jclass, jlong);
10833
10834 /*
10835  * Class:     org_ldk_impl_bindings
10836  * Method:    C2Tuple_u32TxOutZ_new
10837  * Signature: (IJ)J
10838  */
10839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32TxOutZ_1new
10840   (JNIEnv *, jclass, jint, jlong);
10841
10842 /*
10843  * Class:     org_ldk_impl_bindings
10844  * Method:    C2Tuple_u32TxOutZ_free
10845  * Signature: (J)V
10846  */
10847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1u32TxOutZ_1free
10848   (JNIEnv *, jclass, jlong);
10849
10850 /*
10851  * Class:     org_ldk_impl_bindings
10852  * Method:    CVec_C2Tuple_u32TxOutZZ_free
10853  * Signature: ([J)V
10854  */
10855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1u32TxOutZZ_1free
10856   (JNIEnv *, jclass, jlongArray);
10857
10858 /*
10859  * Class:     org_ldk_impl_bindings
10860  * Method:    C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ_clone_ptr
10861  * Signature: (J)J
10862  */
10863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZ_1clone_1ptr
10864   (JNIEnv *, jclass, jlong);
10865
10866 /*
10867  * Class:     org_ldk_impl_bindings
10868  * Method:    C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ_clone
10869  * Signature: (J)J
10870  */
10871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZ_1clone
10872   (JNIEnv *, jclass, jlong);
10873
10874 /*
10875  * Class:     org_ldk_impl_bindings
10876  * Method:    C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ_new
10877  * Signature: ([B[J)J
10878  */
10879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZ_1new
10880   (JNIEnv *, jclass, jbyteArray, jlongArray);
10881
10882 /*
10883  * Class:     org_ldk_impl_bindings
10884  * Method:    C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ_free
10885  * Signature: (J)V
10886  */
10887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZ_1free
10888   (JNIEnv *, jclass, jlong);
10889
10890 /*
10891  * Class:     org_ldk_impl_bindings
10892  * Method:    CVec_C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZZ_free
10893  * Signature: ([J)V
10894  */
10895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1TxidCVec_1C2Tuple_1u32TxOutZZZZ_1free
10896   (JNIEnv *, jclass, jlongArray);
10897
10898 /*
10899  * Class:     org_ldk_impl_bindings
10900  * Method:    CVec_BalanceZ_free
10901  * Signature: ([J)V
10902  */
10903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1BalanceZ_1free
10904   (JNIEnv *, jclass, jlongArray);
10905
10906 /*
10907  * Class:     org_ldk_impl_bindings
10908  * Method:    CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_ok
10909  * Signature: (J)J
10910  */
10911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1ok
10912   (JNIEnv *, jclass, jlong);
10913
10914 /*
10915  * Class:     org_ldk_impl_bindings
10916  * Method:    CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_err
10917  * Signature: (J)J
10918  */
10919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1err
10920   (JNIEnv *, jclass, jlong);
10921
10922 /*
10923  * Class:     org_ldk_impl_bindings
10924  * Method:    CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_is_ok
10925  * Signature: (J)Z
10926  */
10927 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1is_1ok
10928   (JNIEnv *, jclass, jlong);
10929
10930 /*
10931  * Class:     org_ldk_impl_bindings
10932  * Method:    CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_free
10933  * Signature: (J)V
10934  */
10935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1free
10936   (JNIEnv *, jclass, jlong);
10937
10938 /*
10939  * Class:     org_ldk_impl_bindings
10940  * Method:    CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_clone_ptr
10941  * Signature: (J)J
10942  */
10943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1clone_1ptr
10944   (JNIEnv *, jclass, jlong);
10945
10946 /*
10947  * Class:     org_ldk_impl_bindings
10948  * Method:    CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_clone
10949  * Signature: (J)J
10950  */
10951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1C2Tuple_1BlockHashChannelMonitorZDecodeErrorZ_1clone
10952   (JNIEnv *, jclass, jlong);
10953
10954 /*
10955  * Class:     org_ldk_impl_bindings
10956  * Method:    C2Tuple_PublicKeyTypeZ_clone_ptr
10957  * Signature: (J)J
10958  */
10959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyTypeZ_1clone_1ptr
10960   (JNIEnv *, jclass, jlong);
10961
10962 /*
10963  * Class:     org_ldk_impl_bindings
10964  * Method:    C2Tuple_PublicKeyTypeZ_clone
10965  * Signature: (J)J
10966  */
10967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyTypeZ_1clone
10968   (JNIEnv *, jclass, jlong);
10969
10970 /*
10971  * Class:     org_ldk_impl_bindings
10972  * Method:    C2Tuple_PublicKeyTypeZ_new
10973  * Signature: ([BJ)J
10974  */
10975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyTypeZ_1new
10976   (JNIEnv *, jclass, jbyteArray, jlong);
10977
10978 /*
10979  * Class:     org_ldk_impl_bindings
10980  * Method:    C2Tuple_PublicKeyTypeZ_free
10981  * Signature: (J)V
10982  */
10983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyTypeZ_1free
10984   (JNIEnv *, jclass, jlong);
10985
10986 /*
10987  * Class:     org_ldk_impl_bindings
10988  * Method:    CVec_C2Tuple_PublicKeyTypeZZ_free
10989  * Signature: ([J)V
10990  */
10991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1PublicKeyTypeZZ_1free
10992   (JNIEnv *, jclass, jlongArray);
10993
10994 /*
10995  * Class:     org_ldk_impl_bindings
10996  * Method:    COption_CustomOnionMessageContentsZ_some
10997  * Signature: (J)J
10998  */
10999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1CustomOnionMessageContentsZ_1some
11000   (JNIEnv *, jclass, jlong);
11001
11002 /*
11003  * Class:     org_ldk_impl_bindings
11004  * Method:    COption_CustomOnionMessageContentsZ_none
11005  * Signature: ()J
11006  */
11007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1CustomOnionMessageContentsZ_1none
11008   (JNIEnv *, jclass);
11009
11010 /*
11011  * Class:     org_ldk_impl_bindings
11012  * Method:    COption_CustomOnionMessageContentsZ_free
11013  * Signature: (J)V
11014  */
11015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1CustomOnionMessageContentsZ_1free
11016   (JNIEnv *, jclass, jlong);
11017
11018 /*
11019  * Class:     org_ldk_impl_bindings
11020  * Method:    COption_CustomOnionMessageContentsZ_clone_ptr
11021  * Signature: (J)J
11022  */
11023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1CustomOnionMessageContentsZ_1clone_1ptr
11024   (JNIEnv *, jclass, jlong);
11025
11026 /*
11027  * Class:     org_ldk_impl_bindings
11028  * Method:    COption_CustomOnionMessageContentsZ_clone
11029  * Signature: (J)J
11030  */
11031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1CustomOnionMessageContentsZ_1clone
11032   (JNIEnv *, jclass, jlong);
11033
11034 /*
11035  * Class:     org_ldk_impl_bindings
11036  * Method:    CResult_COption_CustomOnionMessageContentsZDecodeErrorZ_ok
11037  * Signature: (J)J
11038  */
11039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1CustomOnionMessageContentsZDecodeErrorZ_1ok
11040   (JNIEnv *, jclass, jlong);
11041
11042 /*
11043  * Class:     org_ldk_impl_bindings
11044  * Method:    CResult_COption_CustomOnionMessageContentsZDecodeErrorZ_err
11045  * Signature: (J)J
11046  */
11047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1CustomOnionMessageContentsZDecodeErrorZ_1err
11048   (JNIEnv *, jclass, jlong);
11049
11050 /*
11051  * Class:     org_ldk_impl_bindings
11052  * Method:    CResult_COption_CustomOnionMessageContentsZDecodeErrorZ_is_ok
11053  * Signature: (J)Z
11054  */
11055 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1CustomOnionMessageContentsZDecodeErrorZ_1is_1ok
11056   (JNIEnv *, jclass, jlong);
11057
11058 /*
11059  * Class:     org_ldk_impl_bindings
11060  * Method:    CResult_COption_CustomOnionMessageContentsZDecodeErrorZ_free
11061  * Signature: (J)V
11062  */
11063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1CustomOnionMessageContentsZDecodeErrorZ_1free
11064   (JNIEnv *, jclass, jlong);
11065
11066 /*
11067  * Class:     org_ldk_impl_bindings
11068  * Method:    CResult_COption_CustomOnionMessageContentsZDecodeErrorZ_clone_ptr
11069  * Signature: (J)J
11070  */
11071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1CustomOnionMessageContentsZDecodeErrorZ_1clone_1ptr
11072   (JNIEnv *, jclass, jlong);
11073
11074 /*
11075  * Class:     org_ldk_impl_bindings
11076  * Method:    CResult_COption_CustomOnionMessageContentsZDecodeErrorZ_clone
11077  * Signature: (J)J
11078  */
11079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1COption_1CustomOnionMessageContentsZDecodeErrorZ_1clone
11080   (JNIEnv *, jclass, jlong);
11081
11082 /*
11083  * Class:     org_ldk_impl_bindings
11084  * Method:    COption_NetAddressZ_some
11085  * Signature: (J)J
11086  */
11087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1NetAddressZ_1some
11088   (JNIEnv *, jclass, jlong);
11089
11090 /*
11091  * Class:     org_ldk_impl_bindings
11092  * Method:    COption_NetAddressZ_none
11093  * Signature: ()J
11094  */
11095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1NetAddressZ_1none
11096   (JNIEnv *, jclass);
11097
11098 /*
11099  * Class:     org_ldk_impl_bindings
11100  * Method:    COption_NetAddressZ_free
11101  * Signature: (J)V
11102  */
11103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1NetAddressZ_1free
11104   (JNIEnv *, jclass, jlong);
11105
11106 /*
11107  * Class:     org_ldk_impl_bindings
11108  * Method:    COption_NetAddressZ_clone_ptr
11109  * Signature: (J)J
11110  */
11111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1NetAddressZ_1clone_1ptr
11112   (JNIEnv *, jclass, jlong);
11113
11114 /*
11115  * Class:     org_ldk_impl_bindings
11116  * Method:    COption_NetAddressZ_clone
11117  * Signature: (J)J
11118  */
11119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1NetAddressZ_1clone
11120   (JNIEnv *, jclass, jlong);
11121
11122 /*
11123  * Class:     org_ldk_impl_bindings
11124  * Method:    C2Tuple_PublicKeyCOption_NetAddressZZ_clone_ptr
11125  * Signature: (J)J
11126  */
11127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyCOption_1NetAddressZZ_1clone_1ptr
11128   (JNIEnv *, jclass, jlong);
11129
11130 /*
11131  * Class:     org_ldk_impl_bindings
11132  * Method:    C2Tuple_PublicKeyCOption_NetAddressZZ_clone
11133  * Signature: (J)J
11134  */
11135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyCOption_1NetAddressZZ_1clone
11136   (JNIEnv *, jclass, jlong);
11137
11138 /*
11139  * Class:     org_ldk_impl_bindings
11140  * Method:    C2Tuple_PublicKeyCOption_NetAddressZZ_new
11141  * Signature: ([BJ)J
11142  */
11143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyCOption_1NetAddressZZ_1new
11144   (JNIEnv *, jclass, jbyteArray, jlong);
11145
11146 /*
11147  * Class:     org_ldk_impl_bindings
11148  * Method:    C2Tuple_PublicKeyCOption_NetAddressZZ_free
11149  * Signature: (J)V
11150  */
11151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1PublicKeyCOption_1NetAddressZZ_1free
11152   (JNIEnv *, jclass, jlong);
11153
11154 /*
11155  * Class:     org_ldk_impl_bindings
11156  * Method:    CVec_C2Tuple_PublicKeyCOption_NetAddressZZZ_free
11157  * Signature: ([J)V
11158  */
11159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1PublicKeyCOption_1NetAddressZZZ_1free
11160   (JNIEnv *, jclass, jlongArray);
11161
11162 /*
11163  * Class:     org_ldk_impl_bindings
11164  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_ok
11165  * Signature: ([B)J
11166  */
11167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1ok
11168   (JNIEnv *, jclass, jbyteArray);
11169
11170 /*
11171  * Class:     org_ldk_impl_bindings
11172  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_err
11173  * Signature: (J)J
11174  */
11175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1err
11176   (JNIEnv *, jclass, jlong);
11177
11178 /*
11179  * Class:     org_ldk_impl_bindings
11180  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_is_ok
11181  * Signature: (J)Z
11182  */
11183 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1is_1ok
11184   (JNIEnv *, jclass, jlong);
11185
11186 /*
11187  * Class:     org_ldk_impl_bindings
11188  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_free
11189  * Signature: (J)V
11190  */
11191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1free
11192   (JNIEnv *, jclass, jlong);
11193
11194 /*
11195  * Class:     org_ldk_impl_bindings
11196  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_clone_ptr
11197  * Signature: (J)J
11198  */
11199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1clone_1ptr
11200   (JNIEnv *, jclass, jlong);
11201
11202 /*
11203  * Class:     org_ldk_impl_bindings
11204  * Method:    CResult_CVec_u8ZPeerHandleErrorZ_clone
11205  * Signature: (J)J
11206  */
11207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CVec_1u8ZPeerHandleErrorZ_1clone
11208   (JNIEnv *, jclass, jlong);
11209
11210 /*
11211  * Class:     org_ldk_impl_bindings
11212  * Method:    CResult_NonePeerHandleErrorZ_ok
11213  * Signature: ()J
11214  */
11215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1ok
11216   (JNIEnv *, jclass);
11217
11218 /*
11219  * Class:     org_ldk_impl_bindings
11220  * Method:    CResult_NonePeerHandleErrorZ_err
11221  * Signature: (J)J
11222  */
11223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1err
11224   (JNIEnv *, jclass, jlong);
11225
11226 /*
11227  * Class:     org_ldk_impl_bindings
11228  * Method:    CResult_NonePeerHandleErrorZ_is_ok
11229  * Signature: (J)Z
11230  */
11231 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1is_1ok
11232   (JNIEnv *, jclass, jlong);
11233
11234 /*
11235  * Class:     org_ldk_impl_bindings
11236  * Method:    CResult_NonePeerHandleErrorZ_free
11237  * Signature: (J)V
11238  */
11239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1free
11240   (JNIEnv *, jclass, jlong);
11241
11242 /*
11243  * Class:     org_ldk_impl_bindings
11244  * Method:    CResult_NonePeerHandleErrorZ_clone_ptr
11245  * Signature: (J)J
11246  */
11247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1clone_1ptr
11248   (JNIEnv *, jclass, jlong);
11249
11250 /*
11251  * Class:     org_ldk_impl_bindings
11252  * Method:    CResult_NonePeerHandleErrorZ_clone
11253  * Signature: (J)J
11254  */
11255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NonePeerHandleErrorZ_1clone
11256   (JNIEnv *, jclass, jlong);
11257
11258 /*
11259  * Class:     org_ldk_impl_bindings
11260  * Method:    CResult_boolPeerHandleErrorZ_ok
11261  * Signature: (Z)J
11262  */
11263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1ok
11264   (JNIEnv *, jclass, jboolean);
11265
11266 /*
11267  * Class:     org_ldk_impl_bindings
11268  * Method:    CResult_boolPeerHandleErrorZ_err
11269  * Signature: (J)J
11270  */
11271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1err
11272   (JNIEnv *, jclass, jlong);
11273
11274 /*
11275  * Class:     org_ldk_impl_bindings
11276  * Method:    CResult_boolPeerHandleErrorZ_is_ok
11277  * Signature: (J)Z
11278  */
11279 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1is_1ok
11280   (JNIEnv *, jclass, jlong);
11281
11282 /*
11283  * Class:     org_ldk_impl_bindings
11284  * Method:    CResult_boolPeerHandleErrorZ_free
11285  * Signature: (J)V
11286  */
11287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1free
11288   (JNIEnv *, jclass, jlong);
11289
11290 /*
11291  * Class:     org_ldk_impl_bindings
11292  * Method:    CResult_boolPeerHandleErrorZ_clone_ptr
11293  * Signature: (J)J
11294  */
11295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1clone_1ptr
11296   (JNIEnv *, jclass, jlong);
11297
11298 /*
11299  * Class:     org_ldk_impl_bindings
11300  * Method:    CResult_boolPeerHandleErrorZ_clone
11301  * Signature: (J)J
11302  */
11303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1boolPeerHandleErrorZ_1clone
11304   (JNIEnv *, jclass, jlong);
11305
11306 /*
11307  * Class:     org_ldk_impl_bindings
11308  * Method:    CResult_TxOutUtxoLookupErrorZ_ok
11309  * Signature: (J)J
11310  */
11311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutUtxoLookupErrorZ_1ok
11312   (JNIEnv *, jclass, jlong);
11313
11314 /*
11315  * Class:     org_ldk_impl_bindings
11316  * Method:    CResult_TxOutUtxoLookupErrorZ_err
11317  * Signature: (Lorg/ldk/enums/UtxoLookupError;)J
11318  */
11319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutUtxoLookupErrorZ_1err
11320   (JNIEnv *, jclass, jobject);
11321
11322 /*
11323  * Class:     org_ldk_impl_bindings
11324  * Method:    CResult_TxOutUtxoLookupErrorZ_is_ok
11325  * Signature: (J)Z
11326  */
11327 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutUtxoLookupErrorZ_1is_1ok
11328   (JNIEnv *, jclass, jlong);
11329
11330 /*
11331  * Class:     org_ldk_impl_bindings
11332  * Method:    CResult_TxOutUtxoLookupErrorZ_free
11333  * Signature: (J)V
11334  */
11335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutUtxoLookupErrorZ_1free
11336   (JNIEnv *, jclass, jlong);
11337
11338 /*
11339  * Class:     org_ldk_impl_bindings
11340  * Method:    CResult_TxOutUtxoLookupErrorZ_clone_ptr
11341  * Signature: (J)J
11342  */
11343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutUtxoLookupErrorZ_1clone_1ptr
11344   (JNIEnv *, jclass, jlong);
11345
11346 /*
11347  * Class:     org_ldk_impl_bindings
11348  * Method:    CResult_TxOutUtxoLookupErrorZ_clone
11349  * Signature: (J)J
11350  */
11351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1TxOutUtxoLookupErrorZ_1clone
11352   (JNIEnv *, jclass, jlong);
11353
11354 /*
11355  * Class:     org_ldk_impl_bindings
11356  * Method:    CResult_NoneSendErrorZ_ok
11357  * Signature: ()J
11358  */
11359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSendErrorZ_1ok
11360   (JNIEnv *, jclass);
11361
11362 /*
11363  * Class:     org_ldk_impl_bindings
11364  * Method:    CResult_NoneSendErrorZ_err
11365  * Signature: (J)J
11366  */
11367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSendErrorZ_1err
11368   (JNIEnv *, jclass, jlong);
11369
11370 /*
11371  * Class:     org_ldk_impl_bindings
11372  * Method:    CResult_NoneSendErrorZ_is_ok
11373  * Signature: (J)Z
11374  */
11375 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSendErrorZ_1is_1ok
11376   (JNIEnv *, jclass, jlong);
11377
11378 /*
11379  * Class:     org_ldk_impl_bindings
11380  * Method:    CResult_NoneSendErrorZ_free
11381  * Signature: (J)V
11382  */
11383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSendErrorZ_1free
11384   (JNIEnv *, jclass, jlong);
11385
11386 /*
11387  * Class:     org_ldk_impl_bindings
11388  * Method:    CResult_BlindedPathNoneZ_ok
11389  * Signature: (J)J
11390  */
11391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPathNoneZ_1ok
11392   (JNIEnv *, jclass, jlong);
11393
11394 /*
11395  * Class:     org_ldk_impl_bindings
11396  * Method:    CResult_BlindedPathNoneZ_err
11397  * Signature: ()J
11398  */
11399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPathNoneZ_1err
11400   (JNIEnv *, jclass);
11401
11402 /*
11403  * Class:     org_ldk_impl_bindings
11404  * Method:    CResult_BlindedPathNoneZ_is_ok
11405  * Signature: (J)Z
11406  */
11407 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPathNoneZ_1is_1ok
11408   (JNIEnv *, jclass, jlong);
11409
11410 /*
11411  * Class:     org_ldk_impl_bindings
11412  * Method:    CResult_BlindedPathNoneZ_free
11413  * Signature: (J)V
11414  */
11415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPathNoneZ_1free
11416   (JNIEnv *, jclass, jlong);
11417
11418 /*
11419  * Class:     org_ldk_impl_bindings
11420  * Method:    CResult_BlindedPathNoneZ_clone_ptr
11421  * Signature: (J)J
11422  */
11423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPathNoneZ_1clone_1ptr
11424   (JNIEnv *, jclass, jlong);
11425
11426 /*
11427  * Class:     org_ldk_impl_bindings
11428  * Method:    CResult_BlindedPathNoneZ_clone
11429  * Signature: (J)J
11430  */
11431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPathNoneZ_1clone
11432   (JNIEnv *, jclass, jlong);
11433
11434 /*
11435  * Class:     org_ldk_impl_bindings
11436  * Method:    CResult_BlindedPathDecodeErrorZ_ok
11437  * Signature: (J)J
11438  */
11439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPathDecodeErrorZ_1ok
11440   (JNIEnv *, jclass, jlong);
11441
11442 /*
11443  * Class:     org_ldk_impl_bindings
11444  * Method:    CResult_BlindedPathDecodeErrorZ_err
11445  * Signature: (J)J
11446  */
11447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPathDecodeErrorZ_1err
11448   (JNIEnv *, jclass, jlong);
11449
11450 /*
11451  * Class:     org_ldk_impl_bindings
11452  * Method:    CResult_BlindedPathDecodeErrorZ_is_ok
11453  * Signature: (J)Z
11454  */
11455 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPathDecodeErrorZ_1is_1ok
11456   (JNIEnv *, jclass, jlong);
11457
11458 /*
11459  * Class:     org_ldk_impl_bindings
11460  * Method:    CResult_BlindedPathDecodeErrorZ_free
11461  * Signature: (J)V
11462  */
11463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPathDecodeErrorZ_1free
11464   (JNIEnv *, jclass, jlong);
11465
11466 /*
11467  * Class:     org_ldk_impl_bindings
11468  * Method:    CResult_BlindedPathDecodeErrorZ_clone_ptr
11469  * Signature: (J)J
11470  */
11471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPathDecodeErrorZ_1clone_1ptr
11472   (JNIEnv *, jclass, jlong);
11473
11474 /*
11475  * Class:     org_ldk_impl_bindings
11476  * Method:    CResult_BlindedPathDecodeErrorZ_clone
11477  * Signature: (J)J
11478  */
11479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedPathDecodeErrorZ_1clone
11480   (JNIEnv *, jclass, jlong);
11481
11482 /*
11483  * Class:     org_ldk_impl_bindings
11484  * Method:    CResult_BlindedHopDecodeErrorZ_ok
11485  * Signature: (J)J
11486  */
11487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedHopDecodeErrorZ_1ok
11488   (JNIEnv *, jclass, jlong);
11489
11490 /*
11491  * Class:     org_ldk_impl_bindings
11492  * Method:    CResult_BlindedHopDecodeErrorZ_err
11493  * Signature: (J)J
11494  */
11495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedHopDecodeErrorZ_1err
11496   (JNIEnv *, jclass, jlong);
11497
11498 /*
11499  * Class:     org_ldk_impl_bindings
11500  * Method:    CResult_BlindedHopDecodeErrorZ_is_ok
11501  * Signature: (J)Z
11502  */
11503 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedHopDecodeErrorZ_1is_1ok
11504   (JNIEnv *, jclass, jlong);
11505
11506 /*
11507  * Class:     org_ldk_impl_bindings
11508  * Method:    CResult_BlindedHopDecodeErrorZ_free
11509  * Signature: (J)V
11510  */
11511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedHopDecodeErrorZ_1free
11512   (JNIEnv *, jclass, jlong);
11513
11514 /*
11515  * Class:     org_ldk_impl_bindings
11516  * Method:    CResult_BlindedHopDecodeErrorZ_clone_ptr
11517  * Signature: (J)J
11518  */
11519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedHopDecodeErrorZ_1clone_1ptr
11520   (JNIEnv *, jclass, jlong);
11521
11522 /*
11523  * Class:     org_ldk_impl_bindings
11524  * Method:    CResult_BlindedHopDecodeErrorZ_clone
11525  * Signature: (J)J
11526  */
11527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1BlindedHopDecodeErrorZ_1clone
11528   (JNIEnv *, jclass, jlong);
11529
11530 /*
11531  * Class:     org_ldk_impl_bindings
11532  * Method:    CResult_SiPrefixParseErrorZ_ok
11533  * Signature: (Lorg/ldk/enums/SiPrefix;)J
11534  */
11535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SiPrefixParseErrorZ_1ok
11536   (JNIEnv *, jclass, jobject);
11537
11538 /*
11539  * Class:     org_ldk_impl_bindings
11540  * Method:    CResult_SiPrefixParseErrorZ_err
11541  * Signature: (J)J
11542  */
11543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SiPrefixParseErrorZ_1err
11544   (JNIEnv *, jclass, jlong);
11545
11546 /*
11547  * Class:     org_ldk_impl_bindings
11548  * Method:    CResult_SiPrefixParseErrorZ_is_ok
11549  * Signature: (J)Z
11550  */
11551 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1SiPrefixParseErrorZ_1is_1ok
11552   (JNIEnv *, jclass, jlong);
11553
11554 /*
11555  * Class:     org_ldk_impl_bindings
11556  * Method:    CResult_SiPrefixParseErrorZ_free
11557  * Signature: (J)V
11558  */
11559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SiPrefixParseErrorZ_1free
11560   (JNIEnv *, jclass, jlong);
11561
11562 /*
11563  * Class:     org_ldk_impl_bindings
11564  * Method:    CResult_SiPrefixParseErrorZ_clone_ptr
11565  * Signature: (J)J
11566  */
11567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SiPrefixParseErrorZ_1clone_1ptr
11568   (JNIEnv *, jclass, jlong);
11569
11570 /*
11571  * Class:     org_ldk_impl_bindings
11572  * Method:    CResult_SiPrefixParseErrorZ_clone
11573  * Signature: (J)J
11574  */
11575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SiPrefixParseErrorZ_1clone
11576   (JNIEnv *, jclass, jlong);
11577
11578 /*
11579  * Class:     org_ldk_impl_bindings
11580  * Method:    CResult_InvoiceParseOrSemanticErrorZ_ok
11581  * Signature: (J)J
11582  */
11583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceParseOrSemanticErrorZ_1ok
11584   (JNIEnv *, jclass, jlong);
11585
11586 /*
11587  * Class:     org_ldk_impl_bindings
11588  * Method:    CResult_InvoiceParseOrSemanticErrorZ_err
11589  * Signature: (J)J
11590  */
11591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceParseOrSemanticErrorZ_1err
11592   (JNIEnv *, jclass, jlong);
11593
11594 /*
11595  * Class:     org_ldk_impl_bindings
11596  * Method:    CResult_InvoiceParseOrSemanticErrorZ_is_ok
11597  * Signature: (J)Z
11598  */
11599 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceParseOrSemanticErrorZ_1is_1ok
11600   (JNIEnv *, jclass, jlong);
11601
11602 /*
11603  * Class:     org_ldk_impl_bindings
11604  * Method:    CResult_InvoiceParseOrSemanticErrorZ_free
11605  * Signature: (J)V
11606  */
11607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceParseOrSemanticErrorZ_1free
11608   (JNIEnv *, jclass, jlong);
11609
11610 /*
11611  * Class:     org_ldk_impl_bindings
11612  * Method:    CResult_InvoiceParseOrSemanticErrorZ_clone_ptr
11613  * Signature: (J)J
11614  */
11615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceParseOrSemanticErrorZ_1clone_1ptr
11616   (JNIEnv *, jclass, jlong);
11617
11618 /*
11619  * Class:     org_ldk_impl_bindings
11620  * Method:    CResult_InvoiceParseOrSemanticErrorZ_clone
11621  * Signature: (J)J
11622  */
11623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceParseOrSemanticErrorZ_1clone
11624   (JNIEnv *, jclass, jlong);
11625
11626 /*
11627  * Class:     org_ldk_impl_bindings
11628  * Method:    CResult_SignedRawInvoiceParseErrorZ_ok
11629  * Signature: (J)J
11630  */
11631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignedRawInvoiceParseErrorZ_1ok
11632   (JNIEnv *, jclass, jlong);
11633
11634 /*
11635  * Class:     org_ldk_impl_bindings
11636  * Method:    CResult_SignedRawInvoiceParseErrorZ_err
11637  * Signature: (J)J
11638  */
11639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignedRawInvoiceParseErrorZ_1err
11640   (JNIEnv *, jclass, jlong);
11641
11642 /*
11643  * Class:     org_ldk_impl_bindings
11644  * Method:    CResult_SignedRawInvoiceParseErrorZ_is_ok
11645  * Signature: (J)Z
11646  */
11647 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1SignedRawInvoiceParseErrorZ_1is_1ok
11648   (JNIEnv *, jclass, jlong);
11649
11650 /*
11651  * Class:     org_ldk_impl_bindings
11652  * Method:    CResult_SignedRawInvoiceParseErrorZ_free
11653  * Signature: (J)V
11654  */
11655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1SignedRawInvoiceParseErrorZ_1free
11656   (JNIEnv *, jclass, jlong);
11657
11658 /*
11659  * Class:     org_ldk_impl_bindings
11660  * Method:    CResult_SignedRawInvoiceParseErrorZ_clone_ptr
11661  * Signature: (J)J
11662  */
11663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignedRawInvoiceParseErrorZ_1clone_1ptr
11664   (JNIEnv *, jclass, jlong);
11665
11666 /*
11667  * Class:     org_ldk_impl_bindings
11668  * Method:    CResult_SignedRawInvoiceParseErrorZ_clone
11669  * Signature: (J)J
11670  */
11671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1SignedRawInvoiceParseErrorZ_1clone
11672   (JNIEnv *, jclass, jlong);
11673
11674 /*
11675  * Class:     org_ldk_impl_bindings
11676  * Method:    C3Tuple_RawInvoice_u832InvoiceSignatureZ_clone_ptr
11677  * Signature: (J)J
11678  */
11679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1RawInvoice_1u832InvoiceSignatureZ_1clone_1ptr
11680   (JNIEnv *, jclass, jlong);
11681
11682 /*
11683  * Class:     org_ldk_impl_bindings
11684  * Method:    C3Tuple_RawInvoice_u832InvoiceSignatureZ_clone
11685  * Signature: (J)J
11686  */
11687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1RawInvoice_1u832InvoiceSignatureZ_1clone
11688   (JNIEnv *, jclass, jlong);
11689
11690 /*
11691  * Class:     org_ldk_impl_bindings
11692  * Method:    C3Tuple_RawInvoice_u832InvoiceSignatureZ_new
11693  * Signature: (J[BJ)J
11694  */
11695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C3Tuple_1RawInvoice_1u832InvoiceSignatureZ_1new
11696   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
11697
11698 /*
11699  * Class:     org_ldk_impl_bindings
11700  * Method:    C3Tuple_RawInvoice_u832InvoiceSignatureZ_free
11701  * Signature: (J)V
11702  */
11703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C3Tuple_1RawInvoice_1u832InvoiceSignatureZ_1free
11704   (JNIEnv *, jclass, jlong);
11705
11706 /*
11707  * Class:     org_ldk_impl_bindings
11708  * Method:    CResult_PayeePubKeyErrorZ_ok
11709  * Signature: (J)J
11710  */
11711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PayeePubKeyErrorZ_1ok
11712   (JNIEnv *, jclass, jlong);
11713
11714 /*
11715  * Class:     org_ldk_impl_bindings
11716  * Method:    CResult_PayeePubKeyErrorZ_err
11717  * Signature: (Lorg/ldk/enums/Secp256k1Error;)J
11718  */
11719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PayeePubKeyErrorZ_1err
11720   (JNIEnv *, jclass, jobject);
11721
11722 /*
11723  * Class:     org_ldk_impl_bindings
11724  * Method:    CResult_PayeePubKeyErrorZ_is_ok
11725  * Signature: (J)Z
11726  */
11727 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PayeePubKeyErrorZ_1is_1ok
11728   (JNIEnv *, jclass, jlong);
11729
11730 /*
11731  * Class:     org_ldk_impl_bindings
11732  * Method:    CResult_PayeePubKeyErrorZ_free
11733  * Signature: (J)V
11734  */
11735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PayeePubKeyErrorZ_1free
11736   (JNIEnv *, jclass, jlong);
11737
11738 /*
11739  * Class:     org_ldk_impl_bindings
11740  * Method:    CResult_PayeePubKeyErrorZ_clone_ptr
11741  * Signature: (J)J
11742  */
11743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PayeePubKeyErrorZ_1clone_1ptr
11744   (JNIEnv *, jclass, jlong);
11745
11746 /*
11747  * Class:     org_ldk_impl_bindings
11748  * Method:    CResult_PayeePubKeyErrorZ_clone
11749  * Signature: (J)J
11750  */
11751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PayeePubKeyErrorZ_1clone
11752   (JNIEnv *, jclass, jlong);
11753
11754 /*
11755  * Class:     org_ldk_impl_bindings
11756  * Method:    CVec_PrivateRouteZ_free
11757  * Signature: ([J)V
11758  */
11759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1PrivateRouteZ_1free
11760   (JNIEnv *, jclass, jlongArray);
11761
11762 /*
11763  * Class:     org_ldk_impl_bindings
11764  * Method:    CResult_PositiveTimestampCreationErrorZ_ok
11765  * Signature: (J)J
11766  */
11767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PositiveTimestampCreationErrorZ_1ok
11768   (JNIEnv *, jclass, jlong);
11769
11770 /*
11771  * Class:     org_ldk_impl_bindings
11772  * Method:    CResult_PositiveTimestampCreationErrorZ_err
11773  * Signature: (Lorg/ldk/enums/CreationError;)J
11774  */
11775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PositiveTimestampCreationErrorZ_1err
11776   (JNIEnv *, jclass, jobject);
11777
11778 /*
11779  * Class:     org_ldk_impl_bindings
11780  * Method:    CResult_PositiveTimestampCreationErrorZ_is_ok
11781  * Signature: (J)Z
11782  */
11783 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PositiveTimestampCreationErrorZ_1is_1ok
11784   (JNIEnv *, jclass, jlong);
11785
11786 /*
11787  * Class:     org_ldk_impl_bindings
11788  * Method:    CResult_PositiveTimestampCreationErrorZ_free
11789  * Signature: (J)V
11790  */
11791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PositiveTimestampCreationErrorZ_1free
11792   (JNIEnv *, jclass, jlong);
11793
11794 /*
11795  * Class:     org_ldk_impl_bindings
11796  * Method:    CResult_PositiveTimestampCreationErrorZ_clone_ptr
11797  * Signature: (J)J
11798  */
11799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PositiveTimestampCreationErrorZ_1clone_1ptr
11800   (JNIEnv *, jclass, jlong);
11801
11802 /*
11803  * Class:     org_ldk_impl_bindings
11804  * Method:    CResult_PositiveTimestampCreationErrorZ_clone
11805  * Signature: (J)J
11806  */
11807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PositiveTimestampCreationErrorZ_1clone
11808   (JNIEnv *, jclass, jlong);
11809
11810 /*
11811  * Class:     org_ldk_impl_bindings
11812  * Method:    CResult_NoneSemanticErrorZ_ok
11813  * Signature: ()J
11814  */
11815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSemanticErrorZ_1ok
11816   (JNIEnv *, jclass);
11817
11818 /*
11819  * Class:     org_ldk_impl_bindings
11820  * Method:    CResult_NoneSemanticErrorZ_err
11821  * Signature: (Lorg/ldk/enums/SemanticError;)J
11822  */
11823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSemanticErrorZ_1err
11824   (JNIEnv *, jclass, jobject);
11825
11826 /*
11827  * Class:     org_ldk_impl_bindings
11828  * Method:    CResult_NoneSemanticErrorZ_is_ok
11829  * Signature: (J)Z
11830  */
11831 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSemanticErrorZ_1is_1ok
11832   (JNIEnv *, jclass, jlong);
11833
11834 /*
11835  * Class:     org_ldk_impl_bindings
11836  * Method:    CResult_NoneSemanticErrorZ_free
11837  * Signature: (J)V
11838  */
11839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSemanticErrorZ_1free
11840   (JNIEnv *, jclass, jlong);
11841
11842 /*
11843  * Class:     org_ldk_impl_bindings
11844  * Method:    CResult_NoneSemanticErrorZ_clone_ptr
11845  * Signature: (J)J
11846  */
11847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSemanticErrorZ_1clone_1ptr
11848   (JNIEnv *, jclass, jlong);
11849
11850 /*
11851  * Class:     org_ldk_impl_bindings
11852  * Method:    CResult_NoneSemanticErrorZ_clone
11853  * Signature: (J)J
11854  */
11855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NoneSemanticErrorZ_1clone
11856   (JNIEnv *, jclass, jlong);
11857
11858 /*
11859  * Class:     org_ldk_impl_bindings
11860  * Method:    CResult_InvoiceSemanticErrorZ_ok
11861  * Signature: (J)J
11862  */
11863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSemanticErrorZ_1ok
11864   (JNIEnv *, jclass, jlong);
11865
11866 /*
11867  * Class:     org_ldk_impl_bindings
11868  * Method:    CResult_InvoiceSemanticErrorZ_err
11869  * Signature: (Lorg/ldk/enums/SemanticError;)J
11870  */
11871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSemanticErrorZ_1err
11872   (JNIEnv *, jclass, jobject);
11873
11874 /*
11875  * Class:     org_ldk_impl_bindings
11876  * Method:    CResult_InvoiceSemanticErrorZ_is_ok
11877  * Signature: (J)Z
11878  */
11879 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSemanticErrorZ_1is_1ok
11880   (JNIEnv *, jclass, jlong);
11881
11882 /*
11883  * Class:     org_ldk_impl_bindings
11884  * Method:    CResult_InvoiceSemanticErrorZ_free
11885  * Signature: (J)V
11886  */
11887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSemanticErrorZ_1free
11888   (JNIEnv *, jclass, jlong);
11889
11890 /*
11891  * Class:     org_ldk_impl_bindings
11892  * Method:    CResult_InvoiceSemanticErrorZ_clone_ptr
11893  * Signature: (J)J
11894  */
11895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSemanticErrorZ_1clone_1ptr
11896   (JNIEnv *, jclass, jlong);
11897
11898 /*
11899  * Class:     org_ldk_impl_bindings
11900  * Method:    CResult_InvoiceSemanticErrorZ_clone
11901  * Signature: (J)J
11902  */
11903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSemanticErrorZ_1clone
11904   (JNIEnv *, jclass, jlong);
11905
11906 /*
11907  * Class:     org_ldk_impl_bindings
11908  * Method:    CVec_AddressZ_free
11909  * Signature: ([Ljava/lang/String;)V
11910  */
11911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1AddressZ_1free
11912   (JNIEnv *, jclass, jobjectArray);
11913
11914 /*
11915  * Class:     org_ldk_impl_bindings
11916  * Method:    CResult_DescriptionCreationErrorZ_ok
11917  * Signature: (J)J
11918  */
11919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DescriptionCreationErrorZ_1ok
11920   (JNIEnv *, jclass, jlong);
11921
11922 /*
11923  * Class:     org_ldk_impl_bindings
11924  * Method:    CResult_DescriptionCreationErrorZ_err
11925  * Signature: (Lorg/ldk/enums/CreationError;)J
11926  */
11927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DescriptionCreationErrorZ_1err
11928   (JNIEnv *, jclass, jobject);
11929
11930 /*
11931  * Class:     org_ldk_impl_bindings
11932  * Method:    CResult_DescriptionCreationErrorZ_is_ok
11933  * Signature: (J)Z
11934  */
11935 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1DescriptionCreationErrorZ_1is_1ok
11936   (JNIEnv *, jclass, jlong);
11937
11938 /*
11939  * Class:     org_ldk_impl_bindings
11940  * Method:    CResult_DescriptionCreationErrorZ_free
11941  * Signature: (J)V
11942  */
11943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1DescriptionCreationErrorZ_1free
11944   (JNIEnv *, jclass, jlong);
11945
11946 /*
11947  * Class:     org_ldk_impl_bindings
11948  * Method:    CResult_DescriptionCreationErrorZ_clone_ptr
11949  * Signature: (J)J
11950  */
11951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DescriptionCreationErrorZ_1clone_1ptr
11952   (JNIEnv *, jclass, jlong);
11953
11954 /*
11955  * Class:     org_ldk_impl_bindings
11956  * Method:    CResult_DescriptionCreationErrorZ_clone
11957  * Signature: (J)J
11958  */
11959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1DescriptionCreationErrorZ_1clone
11960   (JNIEnv *, jclass, jlong);
11961
11962 /*
11963  * Class:     org_ldk_impl_bindings
11964  * Method:    CResult_PrivateRouteCreationErrorZ_ok
11965  * Signature: (J)J
11966  */
11967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PrivateRouteCreationErrorZ_1ok
11968   (JNIEnv *, jclass, jlong);
11969
11970 /*
11971  * Class:     org_ldk_impl_bindings
11972  * Method:    CResult_PrivateRouteCreationErrorZ_err
11973  * Signature: (Lorg/ldk/enums/CreationError;)J
11974  */
11975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PrivateRouteCreationErrorZ_1err
11976   (JNIEnv *, jclass, jobject);
11977
11978 /*
11979  * Class:     org_ldk_impl_bindings
11980  * Method:    CResult_PrivateRouteCreationErrorZ_is_ok
11981  * Signature: (J)Z
11982  */
11983 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PrivateRouteCreationErrorZ_1is_1ok
11984   (JNIEnv *, jclass, jlong);
11985
11986 /*
11987  * Class:     org_ldk_impl_bindings
11988  * Method:    CResult_PrivateRouteCreationErrorZ_free
11989  * Signature: (J)V
11990  */
11991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PrivateRouteCreationErrorZ_1free
11992   (JNIEnv *, jclass, jlong);
11993
11994 /*
11995  * Class:     org_ldk_impl_bindings
11996  * Method:    CResult_PrivateRouteCreationErrorZ_clone_ptr
11997  * Signature: (J)J
11998  */
11999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PrivateRouteCreationErrorZ_1clone_1ptr
12000   (JNIEnv *, jclass, jlong);
12001
12002 /*
12003  * Class:     org_ldk_impl_bindings
12004  * Method:    CResult_PrivateRouteCreationErrorZ_clone
12005  * Signature: (J)J
12006  */
12007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PrivateRouteCreationErrorZ_1clone
12008   (JNIEnv *, jclass, jlong);
12009
12010 /*
12011  * Class:     org_ldk_impl_bindings
12012  * Method:    CResult_NetAddressDecodeErrorZ_ok
12013  * Signature: (J)J
12014  */
12015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetAddressDecodeErrorZ_1ok
12016   (JNIEnv *, jclass, jlong);
12017
12018 /*
12019  * Class:     org_ldk_impl_bindings
12020  * Method:    CResult_NetAddressDecodeErrorZ_err
12021  * Signature: (J)J
12022  */
12023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetAddressDecodeErrorZ_1err
12024   (JNIEnv *, jclass, jlong);
12025
12026 /*
12027  * Class:     org_ldk_impl_bindings
12028  * Method:    CResult_NetAddressDecodeErrorZ_is_ok
12029  * Signature: (J)Z
12030  */
12031 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NetAddressDecodeErrorZ_1is_1ok
12032   (JNIEnv *, jclass, jlong);
12033
12034 /*
12035  * Class:     org_ldk_impl_bindings
12036  * Method:    CResult_NetAddressDecodeErrorZ_free
12037  * Signature: (J)V
12038  */
12039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NetAddressDecodeErrorZ_1free
12040   (JNIEnv *, jclass, jlong);
12041
12042 /*
12043  * Class:     org_ldk_impl_bindings
12044  * Method:    CResult_NetAddressDecodeErrorZ_clone_ptr
12045  * Signature: (J)J
12046  */
12047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetAddressDecodeErrorZ_1clone_1ptr
12048   (JNIEnv *, jclass, jlong);
12049
12050 /*
12051  * Class:     org_ldk_impl_bindings
12052  * Method:    CResult_NetAddressDecodeErrorZ_clone
12053  * Signature: (J)J
12054  */
12055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NetAddressDecodeErrorZ_1clone
12056   (JNIEnv *, jclass, jlong);
12057
12058 /*
12059  * Class:     org_ldk_impl_bindings
12060  * Method:    CVec_UpdateAddHTLCZ_free
12061  * Signature: ([J)V
12062  */
12063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1UpdateAddHTLCZ_1free
12064   (JNIEnv *, jclass, jlongArray);
12065
12066 /*
12067  * Class:     org_ldk_impl_bindings
12068  * Method:    CVec_UpdateFulfillHTLCZ_free
12069  * Signature: ([J)V
12070  */
12071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1UpdateFulfillHTLCZ_1free
12072   (JNIEnv *, jclass, jlongArray);
12073
12074 /*
12075  * Class:     org_ldk_impl_bindings
12076  * Method:    CVec_UpdateFailHTLCZ_free
12077  * Signature: ([J)V
12078  */
12079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1UpdateFailHTLCZ_1free
12080   (JNIEnv *, jclass, jlongArray);
12081
12082 /*
12083  * Class:     org_ldk_impl_bindings
12084  * Method:    CVec_UpdateFailMalformedHTLCZ_free
12085  * Signature: ([J)V
12086  */
12087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1UpdateFailMalformedHTLCZ_1free
12088   (JNIEnv *, jclass, jlongArray);
12089
12090 /*
12091  * Class:     org_ldk_impl_bindings
12092  * Method:    CResult_AcceptChannelDecodeErrorZ_ok
12093  * Signature: (J)J
12094  */
12095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AcceptChannelDecodeErrorZ_1ok
12096   (JNIEnv *, jclass, jlong);
12097
12098 /*
12099  * Class:     org_ldk_impl_bindings
12100  * Method:    CResult_AcceptChannelDecodeErrorZ_err
12101  * Signature: (J)J
12102  */
12103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AcceptChannelDecodeErrorZ_1err
12104   (JNIEnv *, jclass, jlong);
12105
12106 /*
12107  * Class:     org_ldk_impl_bindings
12108  * Method:    CResult_AcceptChannelDecodeErrorZ_is_ok
12109  * Signature: (J)Z
12110  */
12111 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1AcceptChannelDecodeErrorZ_1is_1ok
12112   (JNIEnv *, jclass, jlong);
12113
12114 /*
12115  * Class:     org_ldk_impl_bindings
12116  * Method:    CResult_AcceptChannelDecodeErrorZ_free
12117  * Signature: (J)V
12118  */
12119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1AcceptChannelDecodeErrorZ_1free
12120   (JNIEnv *, jclass, jlong);
12121
12122 /*
12123  * Class:     org_ldk_impl_bindings
12124  * Method:    CResult_AcceptChannelDecodeErrorZ_clone_ptr
12125  * Signature: (J)J
12126  */
12127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AcceptChannelDecodeErrorZ_1clone_1ptr
12128   (JNIEnv *, jclass, jlong);
12129
12130 /*
12131  * Class:     org_ldk_impl_bindings
12132  * Method:    CResult_AcceptChannelDecodeErrorZ_clone
12133  * Signature: (J)J
12134  */
12135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AcceptChannelDecodeErrorZ_1clone
12136   (JNIEnv *, jclass, jlong);
12137
12138 /*
12139  * Class:     org_ldk_impl_bindings
12140  * Method:    CResult_AnnouncementSignaturesDecodeErrorZ_ok
12141  * Signature: (J)J
12142  */
12143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AnnouncementSignaturesDecodeErrorZ_1ok
12144   (JNIEnv *, jclass, jlong);
12145
12146 /*
12147  * Class:     org_ldk_impl_bindings
12148  * Method:    CResult_AnnouncementSignaturesDecodeErrorZ_err
12149  * Signature: (J)J
12150  */
12151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AnnouncementSignaturesDecodeErrorZ_1err
12152   (JNIEnv *, jclass, jlong);
12153
12154 /*
12155  * Class:     org_ldk_impl_bindings
12156  * Method:    CResult_AnnouncementSignaturesDecodeErrorZ_is_ok
12157  * Signature: (J)Z
12158  */
12159 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1AnnouncementSignaturesDecodeErrorZ_1is_1ok
12160   (JNIEnv *, jclass, jlong);
12161
12162 /*
12163  * Class:     org_ldk_impl_bindings
12164  * Method:    CResult_AnnouncementSignaturesDecodeErrorZ_free
12165  * Signature: (J)V
12166  */
12167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1AnnouncementSignaturesDecodeErrorZ_1free
12168   (JNIEnv *, jclass, jlong);
12169
12170 /*
12171  * Class:     org_ldk_impl_bindings
12172  * Method:    CResult_AnnouncementSignaturesDecodeErrorZ_clone_ptr
12173  * Signature: (J)J
12174  */
12175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AnnouncementSignaturesDecodeErrorZ_1clone_1ptr
12176   (JNIEnv *, jclass, jlong);
12177
12178 /*
12179  * Class:     org_ldk_impl_bindings
12180  * Method:    CResult_AnnouncementSignaturesDecodeErrorZ_clone
12181  * Signature: (J)J
12182  */
12183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1AnnouncementSignaturesDecodeErrorZ_1clone
12184   (JNIEnv *, jclass, jlong);
12185
12186 /*
12187  * Class:     org_ldk_impl_bindings
12188  * Method:    CResult_ChannelReestablishDecodeErrorZ_ok
12189  * Signature: (J)J
12190  */
12191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReestablishDecodeErrorZ_1ok
12192   (JNIEnv *, jclass, jlong);
12193
12194 /*
12195  * Class:     org_ldk_impl_bindings
12196  * Method:    CResult_ChannelReestablishDecodeErrorZ_err
12197  * Signature: (J)J
12198  */
12199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReestablishDecodeErrorZ_1err
12200   (JNIEnv *, jclass, jlong);
12201
12202 /*
12203  * Class:     org_ldk_impl_bindings
12204  * Method:    CResult_ChannelReestablishDecodeErrorZ_is_ok
12205  * Signature: (J)Z
12206  */
12207 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReestablishDecodeErrorZ_1is_1ok
12208   (JNIEnv *, jclass, jlong);
12209
12210 /*
12211  * Class:     org_ldk_impl_bindings
12212  * Method:    CResult_ChannelReestablishDecodeErrorZ_free
12213  * Signature: (J)V
12214  */
12215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReestablishDecodeErrorZ_1free
12216   (JNIEnv *, jclass, jlong);
12217
12218 /*
12219  * Class:     org_ldk_impl_bindings
12220  * Method:    CResult_ChannelReestablishDecodeErrorZ_clone_ptr
12221  * Signature: (J)J
12222  */
12223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReestablishDecodeErrorZ_1clone_1ptr
12224   (JNIEnv *, jclass, jlong);
12225
12226 /*
12227  * Class:     org_ldk_impl_bindings
12228  * Method:    CResult_ChannelReestablishDecodeErrorZ_clone
12229  * Signature: (J)J
12230  */
12231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReestablishDecodeErrorZ_1clone
12232   (JNIEnv *, jclass, jlong);
12233
12234 /*
12235  * Class:     org_ldk_impl_bindings
12236  * Method:    CResult_ClosingSignedDecodeErrorZ_ok
12237  * Signature: (J)J
12238  */
12239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedDecodeErrorZ_1ok
12240   (JNIEnv *, jclass, jlong);
12241
12242 /*
12243  * Class:     org_ldk_impl_bindings
12244  * Method:    CResult_ClosingSignedDecodeErrorZ_err
12245  * Signature: (J)J
12246  */
12247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedDecodeErrorZ_1err
12248   (JNIEnv *, jclass, jlong);
12249
12250 /*
12251  * Class:     org_ldk_impl_bindings
12252  * Method:    CResult_ClosingSignedDecodeErrorZ_is_ok
12253  * Signature: (J)Z
12254  */
12255 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedDecodeErrorZ_1is_1ok
12256   (JNIEnv *, jclass, jlong);
12257
12258 /*
12259  * Class:     org_ldk_impl_bindings
12260  * Method:    CResult_ClosingSignedDecodeErrorZ_free
12261  * Signature: (J)V
12262  */
12263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedDecodeErrorZ_1free
12264   (JNIEnv *, jclass, jlong);
12265
12266 /*
12267  * Class:     org_ldk_impl_bindings
12268  * Method:    CResult_ClosingSignedDecodeErrorZ_clone_ptr
12269  * Signature: (J)J
12270  */
12271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedDecodeErrorZ_1clone_1ptr
12272   (JNIEnv *, jclass, jlong);
12273
12274 /*
12275  * Class:     org_ldk_impl_bindings
12276  * Method:    CResult_ClosingSignedDecodeErrorZ_clone
12277  * Signature: (J)J
12278  */
12279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedDecodeErrorZ_1clone
12280   (JNIEnv *, jclass, jlong);
12281
12282 /*
12283  * Class:     org_ldk_impl_bindings
12284  * Method:    CResult_ClosingSignedFeeRangeDecodeErrorZ_ok
12285  * Signature: (J)J
12286  */
12287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedFeeRangeDecodeErrorZ_1ok
12288   (JNIEnv *, jclass, jlong);
12289
12290 /*
12291  * Class:     org_ldk_impl_bindings
12292  * Method:    CResult_ClosingSignedFeeRangeDecodeErrorZ_err
12293  * Signature: (J)J
12294  */
12295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedFeeRangeDecodeErrorZ_1err
12296   (JNIEnv *, jclass, jlong);
12297
12298 /*
12299  * Class:     org_ldk_impl_bindings
12300  * Method:    CResult_ClosingSignedFeeRangeDecodeErrorZ_is_ok
12301  * Signature: (J)Z
12302  */
12303 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedFeeRangeDecodeErrorZ_1is_1ok
12304   (JNIEnv *, jclass, jlong);
12305
12306 /*
12307  * Class:     org_ldk_impl_bindings
12308  * Method:    CResult_ClosingSignedFeeRangeDecodeErrorZ_free
12309  * Signature: (J)V
12310  */
12311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedFeeRangeDecodeErrorZ_1free
12312   (JNIEnv *, jclass, jlong);
12313
12314 /*
12315  * Class:     org_ldk_impl_bindings
12316  * Method:    CResult_ClosingSignedFeeRangeDecodeErrorZ_clone_ptr
12317  * Signature: (J)J
12318  */
12319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedFeeRangeDecodeErrorZ_1clone_1ptr
12320   (JNIEnv *, jclass, jlong);
12321
12322 /*
12323  * Class:     org_ldk_impl_bindings
12324  * Method:    CResult_ClosingSignedFeeRangeDecodeErrorZ_clone
12325  * Signature: (J)J
12326  */
12327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ClosingSignedFeeRangeDecodeErrorZ_1clone
12328   (JNIEnv *, jclass, jlong);
12329
12330 /*
12331  * Class:     org_ldk_impl_bindings
12332  * Method:    CResult_CommitmentSignedDecodeErrorZ_ok
12333  * Signature: (J)J
12334  */
12335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentSignedDecodeErrorZ_1ok
12336   (JNIEnv *, jclass, jlong);
12337
12338 /*
12339  * Class:     org_ldk_impl_bindings
12340  * Method:    CResult_CommitmentSignedDecodeErrorZ_err
12341  * Signature: (J)J
12342  */
12343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentSignedDecodeErrorZ_1err
12344   (JNIEnv *, jclass, jlong);
12345
12346 /*
12347  * Class:     org_ldk_impl_bindings
12348  * Method:    CResult_CommitmentSignedDecodeErrorZ_is_ok
12349  * Signature: (J)Z
12350  */
12351 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentSignedDecodeErrorZ_1is_1ok
12352   (JNIEnv *, jclass, jlong);
12353
12354 /*
12355  * Class:     org_ldk_impl_bindings
12356  * Method:    CResult_CommitmentSignedDecodeErrorZ_free
12357  * Signature: (J)V
12358  */
12359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentSignedDecodeErrorZ_1free
12360   (JNIEnv *, jclass, jlong);
12361
12362 /*
12363  * Class:     org_ldk_impl_bindings
12364  * Method:    CResult_CommitmentSignedDecodeErrorZ_clone_ptr
12365  * Signature: (J)J
12366  */
12367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentSignedDecodeErrorZ_1clone_1ptr
12368   (JNIEnv *, jclass, jlong);
12369
12370 /*
12371  * Class:     org_ldk_impl_bindings
12372  * Method:    CResult_CommitmentSignedDecodeErrorZ_clone
12373  * Signature: (J)J
12374  */
12375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1CommitmentSignedDecodeErrorZ_1clone
12376   (JNIEnv *, jclass, jlong);
12377
12378 /*
12379  * Class:     org_ldk_impl_bindings
12380  * Method:    CResult_FundingCreatedDecodeErrorZ_ok
12381  * Signature: (J)J
12382  */
12383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingCreatedDecodeErrorZ_1ok
12384   (JNIEnv *, jclass, jlong);
12385
12386 /*
12387  * Class:     org_ldk_impl_bindings
12388  * Method:    CResult_FundingCreatedDecodeErrorZ_err
12389  * Signature: (J)J
12390  */
12391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingCreatedDecodeErrorZ_1err
12392   (JNIEnv *, jclass, jlong);
12393
12394 /*
12395  * Class:     org_ldk_impl_bindings
12396  * Method:    CResult_FundingCreatedDecodeErrorZ_is_ok
12397  * Signature: (J)Z
12398  */
12399 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1FundingCreatedDecodeErrorZ_1is_1ok
12400   (JNIEnv *, jclass, jlong);
12401
12402 /*
12403  * Class:     org_ldk_impl_bindings
12404  * Method:    CResult_FundingCreatedDecodeErrorZ_free
12405  * Signature: (J)V
12406  */
12407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1FundingCreatedDecodeErrorZ_1free
12408   (JNIEnv *, jclass, jlong);
12409
12410 /*
12411  * Class:     org_ldk_impl_bindings
12412  * Method:    CResult_FundingCreatedDecodeErrorZ_clone_ptr
12413  * Signature: (J)J
12414  */
12415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingCreatedDecodeErrorZ_1clone_1ptr
12416   (JNIEnv *, jclass, jlong);
12417
12418 /*
12419  * Class:     org_ldk_impl_bindings
12420  * Method:    CResult_FundingCreatedDecodeErrorZ_clone
12421  * Signature: (J)J
12422  */
12423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingCreatedDecodeErrorZ_1clone
12424   (JNIEnv *, jclass, jlong);
12425
12426 /*
12427  * Class:     org_ldk_impl_bindings
12428  * Method:    CResult_FundingSignedDecodeErrorZ_ok
12429  * Signature: (J)J
12430  */
12431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingSignedDecodeErrorZ_1ok
12432   (JNIEnv *, jclass, jlong);
12433
12434 /*
12435  * Class:     org_ldk_impl_bindings
12436  * Method:    CResult_FundingSignedDecodeErrorZ_err
12437  * Signature: (J)J
12438  */
12439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingSignedDecodeErrorZ_1err
12440   (JNIEnv *, jclass, jlong);
12441
12442 /*
12443  * Class:     org_ldk_impl_bindings
12444  * Method:    CResult_FundingSignedDecodeErrorZ_is_ok
12445  * Signature: (J)Z
12446  */
12447 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1FundingSignedDecodeErrorZ_1is_1ok
12448   (JNIEnv *, jclass, jlong);
12449
12450 /*
12451  * Class:     org_ldk_impl_bindings
12452  * Method:    CResult_FundingSignedDecodeErrorZ_free
12453  * Signature: (J)V
12454  */
12455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1FundingSignedDecodeErrorZ_1free
12456   (JNIEnv *, jclass, jlong);
12457
12458 /*
12459  * Class:     org_ldk_impl_bindings
12460  * Method:    CResult_FundingSignedDecodeErrorZ_clone_ptr
12461  * Signature: (J)J
12462  */
12463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingSignedDecodeErrorZ_1clone_1ptr
12464   (JNIEnv *, jclass, jlong);
12465
12466 /*
12467  * Class:     org_ldk_impl_bindings
12468  * Method:    CResult_FundingSignedDecodeErrorZ_clone
12469  * Signature: (J)J
12470  */
12471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1FundingSignedDecodeErrorZ_1clone
12472   (JNIEnv *, jclass, jlong);
12473
12474 /*
12475  * Class:     org_ldk_impl_bindings
12476  * Method:    CResult_ChannelReadyDecodeErrorZ_ok
12477  * Signature: (J)J
12478  */
12479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReadyDecodeErrorZ_1ok
12480   (JNIEnv *, jclass, jlong);
12481
12482 /*
12483  * Class:     org_ldk_impl_bindings
12484  * Method:    CResult_ChannelReadyDecodeErrorZ_err
12485  * Signature: (J)J
12486  */
12487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReadyDecodeErrorZ_1err
12488   (JNIEnv *, jclass, jlong);
12489
12490 /*
12491  * Class:     org_ldk_impl_bindings
12492  * Method:    CResult_ChannelReadyDecodeErrorZ_is_ok
12493  * Signature: (J)Z
12494  */
12495 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReadyDecodeErrorZ_1is_1ok
12496   (JNIEnv *, jclass, jlong);
12497
12498 /*
12499  * Class:     org_ldk_impl_bindings
12500  * Method:    CResult_ChannelReadyDecodeErrorZ_free
12501  * Signature: (J)V
12502  */
12503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReadyDecodeErrorZ_1free
12504   (JNIEnv *, jclass, jlong);
12505
12506 /*
12507  * Class:     org_ldk_impl_bindings
12508  * Method:    CResult_ChannelReadyDecodeErrorZ_clone_ptr
12509  * Signature: (J)J
12510  */
12511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReadyDecodeErrorZ_1clone_1ptr
12512   (JNIEnv *, jclass, jlong);
12513
12514 /*
12515  * Class:     org_ldk_impl_bindings
12516  * Method:    CResult_ChannelReadyDecodeErrorZ_clone
12517  * Signature: (J)J
12518  */
12519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelReadyDecodeErrorZ_1clone
12520   (JNIEnv *, jclass, jlong);
12521
12522 /*
12523  * Class:     org_ldk_impl_bindings
12524  * Method:    CResult_InitDecodeErrorZ_ok
12525  * Signature: (J)J
12526  */
12527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitDecodeErrorZ_1ok
12528   (JNIEnv *, jclass, jlong);
12529
12530 /*
12531  * Class:     org_ldk_impl_bindings
12532  * Method:    CResult_InitDecodeErrorZ_err
12533  * Signature: (J)J
12534  */
12535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitDecodeErrorZ_1err
12536   (JNIEnv *, jclass, jlong);
12537
12538 /*
12539  * Class:     org_ldk_impl_bindings
12540  * Method:    CResult_InitDecodeErrorZ_is_ok
12541  * Signature: (J)Z
12542  */
12543 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1InitDecodeErrorZ_1is_1ok
12544   (JNIEnv *, jclass, jlong);
12545
12546 /*
12547  * Class:     org_ldk_impl_bindings
12548  * Method:    CResult_InitDecodeErrorZ_free
12549  * Signature: (J)V
12550  */
12551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InitDecodeErrorZ_1free
12552   (JNIEnv *, jclass, jlong);
12553
12554 /*
12555  * Class:     org_ldk_impl_bindings
12556  * Method:    CResult_InitDecodeErrorZ_clone_ptr
12557  * Signature: (J)J
12558  */
12559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitDecodeErrorZ_1clone_1ptr
12560   (JNIEnv *, jclass, jlong);
12561
12562 /*
12563  * Class:     org_ldk_impl_bindings
12564  * Method:    CResult_InitDecodeErrorZ_clone
12565  * Signature: (J)J
12566  */
12567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InitDecodeErrorZ_1clone
12568   (JNIEnv *, jclass, jlong);
12569
12570 /*
12571  * Class:     org_ldk_impl_bindings
12572  * Method:    CResult_OpenChannelDecodeErrorZ_ok
12573  * Signature: (J)J
12574  */
12575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OpenChannelDecodeErrorZ_1ok
12576   (JNIEnv *, jclass, jlong);
12577
12578 /*
12579  * Class:     org_ldk_impl_bindings
12580  * Method:    CResult_OpenChannelDecodeErrorZ_err
12581  * Signature: (J)J
12582  */
12583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OpenChannelDecodeErrorZ_1err
12584   (JNIEnv *, jclass, jlong);
12585
12586 /*
12587  * Class:     org_ldk_impl_bindings
12588  * Method:    CResult_OpenChannelDecodeErrorZ_is_ok
12589  * Signature: (J)Z
12590  */
12591 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1OpenChannelDecodeErrorZ_1is_1ok
12592   (JNIEnv *, jclass, jlong);
12593
12594 /*
12595  * Class:     org_ldk_impl_bindings
12596  * Method:    CResult_OpenChannelDecodeErrorZ_free
12597  * Signature: (J)V
12598  */
12599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1OpenChannelDecodeErrorZ_1free
12600   (JNIEnv *, jclass, jlong);
12601
12602 /*
12603  * Class:     org_ldk_impl_bindings
12604  * Method:    CResult_OpenChannelDecodeErrorZ_clone_ptr
12605  * Signature: (J)J
12606  */
12607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OpenChannelDecodeErrorZ_1clone_1ptr
12608   (JNIEnv *, jclass, jlong);
12609
12610 /*
12611  * Class:     org_ldk_impl_bindings
12612  * Method:    CResult_OpenChannelDecodeErrorZ_clone
12613  * Signature: (J)J
12614  */
12615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OpenChannelDecodeErrorZ_1clone
12616   (JNIEnv *, jclass, jlong);
12617
12618 /*
12619  * Class:     org_ldk_impl_bindings
12620  * Method:    CResult_RevokeAndACKDecodeErrorZ_ok
12621  * Signature: (J)J
12622  */
12623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RevokeAndACKDecodeErrorZ_1ok
12624   (JNIEnv *, jclass, jlong);
12625
12626 /*
12627  * Class:     org_ldk_impl_bindings
12628  * Method:    CResult_RevokeAndACKDecodeErrorZ_err
12629  * Signature: (J)J
12630  */
12631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RevokeAndACKDecodeErrorZ_1err
12632   (JNIEnv *, jclass, jlong);
12633
12634 /*
12635  * Class:     org_ldk_impl_bindings
12636  * Method:    CResult_RevokeAndACKDecodeErrorZ_is_ok
12637  * Signature: (J)Z
12638  */
12639 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1RevokeAndACKDecodeErrorZ_1is_1ok
12640   (JNIEnv *, jclass, jlong);
12641
12642 /*
12643  * Class:     org_ldk_impl_bindings
12644  * Method:    CResult_RevokeAndACKDecodeErrorZ_free
12645  * Signature: (J)V
12646  */
12647 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1RevokeAndACKDecodeErrorZ_1free
12648   (JNIEnv *, jclass, jlong);
12649
12650 /*
12651  * Class:     org_ldk_impl_bindings
12652  * Method:    CResult_RevokeAndACKDecodeErrorZ_clone_ptr
12653  * Signature: (J)J
12654  */
12655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RevokeAndACKDecodeErrorZ_1clone_1ptr
12656   (JNIEnv *, jclass, jlong);
12657
12658 /*
12659  * Class:     org_ldk_impl_bindings
12660  * Method:    CResult_RevokeAndACKDecodeErrorZ_clone
12661  * Signature: (J)J
12662  */
12663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1RevokeAndACKDecodeErrorZ_1clone
12664   (JNIEnv *, jclass, jlong);
12665
12666 /*
12667  * Class:     org_ldk_impl_bindings
12668  * Method:    CResult_ShutdownDecodeErrorZ_ok
12669  * Signature: (J)J
12670  */
12671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownDecodeErrorZ_1ok
12672   (JNIEnv *, jclass, jlong);
12673
12674 /*
12675  * Class:     org_ldk_impl_bindings
12676  * Method:    CResult_ShutdownDecodeErrorZ_err
12677  * Signature: (J)J
12678  */
12679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownDecodeErrorZ_1err
12680   (JNIEnv *, jclass, jlong);
12681
12682 /*
12683  * Class:     org_ldk_impl_bindings
12684  * Method:    CResult_ShutdownDecodeErrorZ_is_ok
12685  * Signature: (J)Z
12686  */
12687 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownDecodeErrorZ_1is_1ok
12688   (JNIEnv *, jclass, jlong);
12689
12690 /*
12691  * Class:     org_ldk_impl_bindings
12692  * Method:    CResult_ShutdownDecodeErrorZ_free
12693  * Signature: (J)V
12694  */
12695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownDecodeErrorZ_1free
12696   (JNIEnv *, jclass, jlong);
12697
12698 /*
12699  * Class:     org_ldk_impl_bindings
12700  * Method:    CResult_ShutdownDecodeErrorZ_clone_ptr
12701  * Signature: (J)J
12702  */
12703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownDecodeErrorZ_1clone_1ptr
12704   (JNIEnv *, jclass, jlong);
12705
12706 /*
12707  * Class:     org_ldk_impl_bindings
12708  * Method:    CResult_ShutdownDecodeErrorZ_clone
12709  * Signature: (J)J
12710  */
12711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ShutdownDecodeErrorZ_1clone
12712   (JNIEnv *, jclass, jlong);
12713
12714 /*
12715  * Class:     org_ldk_impl_bindings
12716  * Method:    CResult_UpdateFailHTLCDecodeErrorZ_ok
12717  * Signature: (J)J
12718  */
12719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailHTLCDecodeErrorZ_1ok
12720   (JNIEnv *, jclass, jlong);
12721
12722 /*
12723  * Class:     org_ldk_impl_bindings
12724  * Method:    CResult_UpdateFailHTLCDecodeErrorZ_err
12725  * Signature: (J)J
12726  */
12727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailHTLCDecodeErrorZ_1err
12728   (JNIEnv *, jclass, jlong);
12729
12730 /*
12731  * Class:     org_ldk_impl_bindings
12732  * Method:    CResult_UpdateFailHTLCDecodeErrorZ_is_ok
12733  * Signature: (J)Z
12734  */
12735 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailHTLCDecodeErrorZ_1is_1ok
12736   (JNIEnv *, jclass, jlong);
12737
12738 /*
12739  * Class:     org_ldk_impl_bindings
12740  * Method:    CResult_UpdateFailHTLCDecodeErrorZ_free
12741  * Signature: (J)V
12742  */
12743 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailHTLCDecodeErrorZ_1free
12744   (JNIEnv *, jclass, jlong);
12745
12746 /*
12747  * Class:     org_ldk_impl_bindings
12748  * Method:    CResult_UpdateFailHTLCDecodeErrorZ_clone_ptr
12749  * Signature: (J)J
12750  */
12751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailHTLCDecodeErrorZ_1clone_1ptr
12752   (JNIEnv *, jclass, jlong);
12753
12754 /*
12755  * Class:     org_ldk_impl_bindings
12756  * Method:    CResult_UpdateFailHTLCDecodeErrorZ_clone
12757  * Signature: (J)J
12758  */
12759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailHTLCDecodeErrorZ_1clone
12760   (JNIEnv *, jclass, jlong);
12761
12762 /*
12763  * Class:     org_ldk_impl_bindings
12764  * Method:    CResult_UpdateFailMalformedHTLCDecodeErrorZ_ok
12765  * Signature: (J)J
12766  */
12767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailMalformedHTLCDecodeErrorZ_1ok
12768   (JNIEnv *, jclass, jlong);
12769
12770 /*
12771  * Class:     org_ldk_impl_bindings
12772  * Method:    CResult_UpdateFailMalformedHTLCDecodeErrorZ_err
12773  * Signature: (J)J
12774  */
12775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailMalformedHTLCDecodeErrorZ_1err
12776   (JNIEnv *, jclass, jlong);
12777
12778 /*
12779  * Class:     org_ldk_impl_bindings
12780  * Method:    CResult_UpdateFailMalformedHTLCDecodeErrorZ_is_ok
12781  * Signature: (J)Z
12782  */
12783 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailMalformedHTLCDecodeErrorZ_1is_1ok
12784   (JNIEnv *, jclass, jlong);
12785
12786 /*
12787  * Class:     org_ldk_impl_bindings
12788  * Method:    CResult_UpdateFailMalformedHTLCDecodeErrorZ_free
12789  * Signature: (J)V
12790  */
12791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailMalformedHTLCDecodeErrorZ_1free
12792   (JNIEnv *, jclass, jlong);
12793
12794 /*
12795  * Class:     org_ldk_impl_bindings
12796  * Method:    CResult_UpdateFailMalformedHTLCDecodeErrorZ_clone_ptr
12797  * Signature: (J)J
12798  */
12799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailMalformedHTLCDecodeErrorZ_1clone_1ptr
12800   (JNIEnv *, jclass, jlong);
12801
12802 /*
12803  * Class:     org_ldk_impl_bindings
12804  * Method:    CResult_UpdateFailMalformedHTLCDecodeErrorZ_clone
12805  * Signature: (J)J
12806  */
12807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFailMalformedHTLCDecodeErrorZ_1clone
12808   (JNIEnv *, jclass, jlong);
12809
12810 /*
12811  * Class:     org_ldk_impl_bindings
12812  * Method:    CResult_UpdateFeeDecodeErrorZ_ok
12813  * Signature: (J)J
12814  */
12815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFeeDecodeErrorZ_1ok
12816   (JNIEnv *, jclass, jlong);
12817
12818 /*
12819  * Class:     org_ldk_impl_bindings
12820  * Method:    CResult_UpdateFeeDecodeErrorZ_err
12821  * Signature: (J)J
12822  */
12823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFeeDecodeErrorZ_1err
12824   (JNIEnv *, jclass, jlong);
12825
12826 /*
12827  * Class:     org_ldk_impl_bindings
12828  * Method:    CResult_UpdateFeeDecodeErrorZ_is_ok
12829  * Signature: (J)Z
12830  */
12831 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFeeDecodeErrorZ_1is_1ok
12832   (JNIEnv *, jclass, jlong);
12833
12834 /*
12835  * Class:     org_ldk_impl_bindings
12836  * Method:    CResult_UpdateFeeDecodeErrorZ_free
12837  * Signature: (J)V
12838  */
12839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFeeDecodeErrorZ_1free
12840   (JNIEnv *, jclass, jlong);
12841
12842 /*
12843  * Class:     org_ldk_impl_bindings
12844  * Method:    CResult_UpdateFeeDecodeErrorZ_clone_ptr
12845  * Signature: (J)J
12846  */
12847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFeeDecodeErrorZ_1clone_1ptr
12848   (JNIEnv *, jclass, jlong);
12849
12850 /*
12851  * Class:     org_ldk_impl_bindings
12852  * Method:    CResult_UpdateFeeDecodeErrorZ_clone
12853  * Signature: (J)J
12854  */
12855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFeeDecodeErrorZ_1clone
12856   (JNIEnv *, jclass, jlong);
12857
12858 /*
12859  * Class:     org_ldk_impl_bindings
12860  * Method:    CResult_UpdateFulfillHTLCDecodeErrorZ_ok
12861  * Signature: (J)J
12862  */
12863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFulfillHTLCDecodeErrorZ_1ok
12864   (JNIEnv *, jclass, jlong);
12865
12866 /*
12867  * Class:     org_ldk_impl_bindings
12868  * Method:    CResult_UpdateFulfillHTLCDecodeErrorZ_err
12869  * Signature: (J)J
12870  */
12871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFulfillHTLCDecodeErrorZ_1err
12872   (JNIEnv *, jclass, jlong);
12873
12874 /*
12875  * Class:     org_ldk_impl_bindings
12876  * Method:    CResult_UpdateFulfillHTLCDecodeErrorZ_is_ok
12877  * Signature: (J)Z
12878  */
12879 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFulfillHTLCDecodeErrorZ_1is_1ok
12880   (JNIEnv *, jclass, jlong);
12881
12882 /*
12883  * Class:     org_ldk_impl_bindings
12884  * Method:    CResult_UpdateFulfillHTLCDecodeErrorZ_free
12885  * Signature: (J)V
12886  */
12887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFulfillHTLCDecodeErrorZ_1free
12888   (JNIEnv *, jclass, jlong);
12889
12890 /*
12891  * Class:     org_ldk_impl_bindings
12892  * Method:    CResult_UpdateFulfillHTLCDecodeErrorZ_clone_ptr
12893  * Signature: (J)J
12894  */
12895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFulfillHTLCDecodeErrorZ_1clone_1ptr
12896   (JNIEnv *, jclass, jlong);
12897
12898 /*
12899  * Class:     org_ldk_impl_bindings
12900  * Method:    CResult_UpdateFulfillHTLCDecodeErrorZ_clone
12901  * Signature: (J)J
12902  */
12903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateFulfillHTLCDecodeErrorZ_1clone
12904   (JNIEnv *, jclass, jlong);
12905
12906 /*
12907  * Class:     org_ldk_impl_bindings
12908  * Method:    CResult_UpdateAddHTLCDecodeErrorZ_ok
12909  * Signature: (J)J
12910  */
12911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateAddHTLCDecodeErrorZ_1ok
12912   (JNIEnv *, jclass, jlong);
12913
12914 /*
12915  * Class:     org_ldk_impl_bindings
12916  * Method:    CResult_UpdateAddHTLCDecodeErrorZ_err
12917  * Signature: (J)J
12918  */
12919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateAddHTLCDecodeErrorZ_1err
12920   (JNIEnv *, jclass, jlong);
12921
12922 /*
12923  * Class:     org_ldk_impl_bindings
12924  * Method:    CResult_UpdateAddHTLCDecodeErrorZ_is_ok
12925  * Signature: (J)Z
12926  */
12927 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateAddHTLCDecodeErrorZ_1is_1ok
12928   (JNIEnv *, jclass, jlong);
12929
12930 /*
12931  * Class:     org_ldk_impl_bindings
12932  * Method:    CResult_UpdateAddHTLCDecodeErrorZ_free
12933  * Signature: (J)V
12934  */
12935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateAddHTLCDecodeErrorZ_1free
12936   (JNIEnv *, jclass, jlong);
12937
12938 /*
12939  * Class:     org_ldk_impl_bindings
12940  * Method:    CResult_UpdateAddHTLCDecodeErrorZ_clone_ptr
12941  * Signature: (J)J
12942  */
12943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateAddHTLCDecodeErrorZ_1clone_1ptr
12944   (JNIEnv *, jclass, jlong);
12945
12946 /*
12947  * Class:     org_ldk_impl_bindings
12948  * Method:    CResult_UpdateAddHTLCDecodeErrorZ_clone
12949  * Signature: (J)J
12950  */
12951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UpdateAddHTLCDecodeErrorZ_1clone
12952   (JNIEnv *, jclass, jlong);
12953
12954 /*
12955  * Class:     org_ldk_impl_bindings
12956  * Method:    CResult_OnionMessageDecodeErrorZ_ok
12957  * Signature: (J)J
12958  */
12959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OnionMessageDecodeErrorZ_1ok
12960   (JNIEnv *, jclass, jlong);
12961
12962 /*
12963  * Class:     org_ldk_impl_bindings
12964  * Method:    CResult_OnionMessageDecodeErrorZ_err
12965  * Signature: (J)J
12966  */
12967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OnionMessageDecodeErrorZ_1err
12968   (JNIEnv *, jclass, jlong);
12969
12970 /*
12971  * Class:     org_ldk_impl_bindings
12972  * Method:    CResult_OnionMessageDecodeErrorZ_is_ok
12973  * Signature: (J)Z
12974  */
12975 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1OnionMessageDecodeErrorZ_1is_1ok
12976   (JNIEnv *, jclass, jlong);
12977
12978 /*
12979  * Class:     org_ldk_impl_bindings
12980  * Method:    CResult_OnionMessageDecodeErrorZ_free
12981  * Signature: (J)V
12982  */
12983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1OnionMessageDecodeErrorZ_1free
12984   (JNIEnv *, jclass, jlong);
12985
12986 /*
12987  * Class:     org_ldk_impl_bindings
12988  * Method:    CResult_OnionMessageDecodeErrorZ_clone_ptr
12989  * Signature: (J)J
12990  */
12991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OnionMessageDecodeErrorZ_1clone_1ptr
12992   (JNIEnv *, jclass, jlong);
12993
12994 /*
12995  * Class:     org_ldk_impl_bindings
12996  * Method:    CResult_OnionMessageDecodeErrorZ_clone
12997  * Signature: (J)J
12998  */
12999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1OnionMessageDecodeErrorZ_1clone
13000   (JNIEnv *, jclass, jlong);
13001
13002 /*
13003  * Class:     org_ldk_impl_bindings
13004  * Method:    CResult_PingDecodeErrorZ_ok
13005  * Signature: (J)J
13006  */
13007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PingDecodeErrorZ_1ok
13008   (JNIEnv *, jclass, jlong);
13009
13010 /*
13011  * Class:     org_ldk_impl_bindings
13012  * Method:    CResult_PingDecodeErrorZ_err
13013  * Signature: (J)J
13014  */
13015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PingDecodeErrorZ_1err
13016   (JNIEnv *, jclass, jlong);
13017
13018 /*
13019  * Class:     org_ldk_impl_bindings
13020  * Method:    CResult_PingDecodeErrorZ_is_ok
13021  * Signature: (J)Z
13022  */
13023 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PingDecodeErrorZ_1is_1ok
13024   (JNIEnv *, jclass, jlong);
13025
13026 /*
13027  * Class:     org_ldk_impl_bindings
13028  * Method:    CResult_PingDecodeErrorZ_free
13029  * Signature: (J)V
13030  */
13031 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PingDecodeErrorZ_1free
13032   (JNIEnv *, jclass, jlong);
13033
13034 /*
13035  * Class:     org_ldk_impl_bindings
13036  * Method:    CResult_PingDecodeErrorZ_clone_ptr
13037  * Signature: (J)J
13038  */
13039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PingDecodeErrorZ_1clone_1ptr
13040   (JNIEnv *, jclass, jlong);
13041
13042 /*
13043  * Class:     org_ldk_impl_bindings
13044  * Method:    CResult_PingDecodeErrorZ_clone
13045  * Signature: (J)J
13046  */
13047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PingDecodeErrorZ_1clone
13048   (JNIEnv *, jclass, jlong);
13049
13050 /*
13051  * Class:     org_ldk_impl_bindings
13052  * Method:    CResult_PongDecodeErrorZ_ok
13053  * Signature: (J)J
13054  */
13055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PongDecodeErrorZ_1ok
13056   (JNIEnv *, jclass, jlong);
13057
13058 /*
13059  * Class:     org_ldk_impl_bindings
13060  * Method:    CResult_PongDecodeErrorZ_err
13061  * Signature: (J)J
13062  */
13063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PongDecodeErrorZ_1err
13064   (JNIEnv *, jclass, jlong);
13065
13066 /*
13067  * Class:     org_ldk_impl_bindings
13068  * Method:    CResult_PongDecodeErrorZ_is_ok
13069  * Signature: (J)Z
13070  */
13071 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1PongDecodeErrorZ_1is_1ok
13072   (JNIEnv *, jclass, jlong);
13073
13074 /*
13075  * Class:     org_ldk_impl_bindings
13076  * Method:    CResult_PongDecodeErrorZ_free
13077  * Signature: (J)V
13078  */
13079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1PongDecodeErrorZ_1free
13080   (JNIEnv *, jclass, jlong);
13081
13082 /*
13083  * Class:     org_ldk_impl_bindings
13084  * Method:    CResult_PongDecodeErrorZ_clone_ptr
13085  * Signature: (J)J
13086  */
13087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PongDecodeErrorZ_1clone_1ptr
13088   (JNIEnv *, jclass, jlong);
13089
13090 /*
13091  * Class:     org_ldk_impl_bindings
13092  * Method:    CResult_PongDecodeErrorZ_clone
13093  * Signature: (J)J
13094  */
13095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1PongDecodeErrorZ_1clone
13096   (JNIEnv *, jclass, jlong);
13097
13098 /*
13099  * Class:     org_ldk_impl_bindings
13100  * Method:    CResult_UnsignedChannelAnnouncementDecodeErrorZ_ok
13101  * Signature: (J)J
13102  */
13103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelAnnouncementDecodeErrorZ_1ok
13104   (JNIEnv *, jclass, jlong);
13105
13106 /*
13107  * Class:     org_ldk_impl_bindings
13108  * Method:    CResult_UnsignedChannelAnnouncementDecodeErrorZ_err
13109  * Signature: (J)J
13110  */
13111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelAnnouncementDecodeErrorZ_1err
13112   (JNIEnv *, jclass, jlong);
13113
13114 /*
13115  * Class:     org_ldk_impl_bindings
13116  * Method:    CResult_UnsignedChannelAnnouncementDecodeErrorZ_is_ok
13117  * Signature: (J)Z
13118  */
13119 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelAnnouncementDecodeErrorZ_1is_1ok
13120   (JNIEnv *, jclass, jlong);
13121
13122 /*
13123  * Class:     org_ldk_impl_bindings
13124  * Method:    CResult_UnsignedChannelAnnouncementDecodeErrorZ_free
13125  * Signature: (J)V
13126  */
13127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelAnnouncementDecodeErrorZ_1free
13128   (JNIEnv *, jclass, jlong);
13129
13130 /*
13131  * Class:     org_ldk_impl_bindings
13132  * Method:    CResult_UnsignedChannelAnnouncementDecodeErrorZ_clone_ptr
13133  * Signature: (J)J
13134  */
13135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelAnnouncementDecodeErrorZ_1clone_1ptr
13136   (JNIEnv *, jclass, jlong);
13137
13138 /*
13139  * Class:     org_ldk_impl_bindings
13140  * Method:    CResult_UnsignedChannelAnnouncementDecodeErrorZ_clone
13141  * Signature: (J)J
13142  */
13143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelAnnouncementDecodeErrorZ_1clone
13144   (JNIEnv *, jclass, jlong);
13145
13146 /*
13147  * Class:     org_ldk_impl_bindings
13148  * Method:    CResult_ChannelAnnouncementDecodeErrorZ_ok
13149  * Signature: (J)J
13150  */
13151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelAnnouncementDecodeErrorZ_1ok
13152   (JNIEnv *, jclass, jlong);
13153
13154 /*
13155  * Class:     org_ldk_impl_bindings
13156  * Method:    CResult_ChannelAnnouncementDecodeErrorZ_err
13157  * Signature: (J)J
13158  */
13159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelAnnouncementDecodeErrorZ_1err
13160   (JNIEnv *, jclass, jlong);
13161
13162 /*
13163  * Class:     org_ldk_impl_bindings
13164  * Method:    CResult_ChannelAnnouncementDecodeErrorZ_is_ok
13165  * Signature: (J)Z
13166  */
13167 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelAnnouncementDecodeErrorZ_1is_1ok
13168   (JNIEnv *, jclass, jlong);
13169
13170 /*
13171  * Class:     org_ldk_impl_bindings
13172  * Method:    CResult_ChannelAnnouncementDecodeErrorZ_free
13173  * Signature: (J)V
13174  */
13175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelAnnouncementDecodeErrorZ_1free
13176   (JNIEnv *, jclass, jlong);
13177
13178 /*
13179  * Class:     org_ldk_impl_bindings
13180  * Method:    CResult_ChannelAnnouncementDecodeErrorZ_clone_ptr
13181  * Signature: (J)J
13182  */
13183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelAnnouncementDecodeErrorZ_1clone_1ptr
13184   (JNIEnv *, jclass, jlong);
13185
13186 /*
13187  * Class:     org_ldk_impl_bindings
13188  * Method:    CResult_ChannelAnnouncementDecodeErrorZ_clone
13189  * Signature: (J)J
13190  */
13191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelAnnouncementDecodeErrorZ_1clone
13192   (JNIEnv *, jclass, jlong);
13193
13194 /*
13195  * Class:     org_ldk_impl_bindings
13196  * Method:    CResult_UnsignedChannelUpdateDecodeErrorZ_ok
13197  * Signature: (J)J
13198  */
13199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelUpdateDecodeErrorZ_1ok
13200   (JNIEnv *, jclass, jlong);
13201
13202 /*
13203  * Class:     org_ldk_impl_bindings
13204  * Method:    CResult_UnsignedChannelUpdateDecodeErrorZ_err
13205  * Signature: (J)J
13206  */
13207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelUpdateDecodeErrorZ_1err
13208   (JNIEnv *, jclass, jlong);
13209
13210 /*
13211  * Class:     org_ldk_impl_bindings
13212  * Method:    CResult_UnsignedChannelUpdateDecodeErrorZ_is_ok
13213  * Signature: (J)Z
13214  */
13215 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelUpdateDecodeErrorZ_1is_1ok
13216   (JNIEnv *, jclass, jlong);
13217
13218 /*
13219  * Class:     org_ldk_impl_bindings
13220  * Method:    CResult_UnsignedChannelUpdateDecodeErrorZ_free
13221  * Signature: (J)V
13222  */
13223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelUpdateDecodeErrorZ_1free
13224   (JNIEnv *, jclass, jlong);
13225
13226 /*
13227  * Class:     org_ldk_impl_bindings
13228  * Method:    CResult_UnsignedChannelUpdateDecodeErrorZ_clone_ptr
13229  * Signature: (J)J
13230  */
13231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelUpdateDecodeErrorZ_1clone_1ptr
13232   (JNIEnv *, jclass, jlong);
13233
13234 /*
13235  * Class:     org_ldk_impl_bindings
13236  * Method:    CResult_UnsignedChannelUpdateDecodeErrorZ_clone
13237  * Signature: (J)J
13238  */
13239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedChannelUpdateDecodeErrorZ_1clone
13240   (JNIEnv *, jclass, jlong);
13241
13242 /*
13243  * Class:     org_ldk_impl_bindings
13244  * Method:    CResult_ChannelUpdateDecodeErrorZ_ok
13245  * Signature: (J)J
13246  */
13247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateDecodeErrorZ_1ok
13248   (JNIEnv *, jclass, jlong);
13249
13250 /*
13251  * Class:     org_ldk_impl_bindings
13252  * Method:    CResult_ChannelUpdateDecodeErrorZ_err
13253  * Signature: (J)J
13254  */
13255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateDecodeErrorZ_1err
13256   (JNIEnv *, jclass, jlong);
13257
13258 /*
13259  * Class:     org_ldk_impl_bindings
13260  * Method:    CResult_ChannelUpdateDecodeErrorZ_is_ok
13261  * Signature: (J)Z
13262  */
13263 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateDecodeErrorZ_1is_1ok
13264   (JNIEnv *, jclass, jlong);
13265
13266 /*
13267  * Class:     org_ldk_impl_bindings
13268  * Method:    CResult_ChannelUpdateDecodeErrorZ_free
13269  * Signature: (J)V
13270  */
13271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateDecodeErrorZ_1free
13272   (JNIEnv *, jclass, jlong);
13273
13274 /*
13275  * Class:     org_ldk_impl_bindings
13276  * Method:    CResult_ChannelUpdateDecodeErrorZ_clone_ptr
13277  * Signature: (J)J
13278  */
13279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateDecodeErrorZ_1clone_1ptr
13280   (JNIEnv *, jclass, jlong);
13281
13282 /*
13283  * Class:     org_ldk_impl_bindings
13284  * Method:    CResult_ChannelUpdateDecodeErrorZ_clone
13285  * Signature: (J)J
13286  */
13287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ChannelUpdateDecodeErrorZ_1clone
13288   (JNIEnv *, jclass, jlong);
13289
13290 /*
13291  * Class:     org_ldk_impl_bindings
13292  * Method:    CResult_ErrorMessageDecodeErrorZ_ok
13293  * Signature: (J)J
13294  */
13295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ErrorMessageDecodeErrorZ_1ok
13296   (JNIEnv *, jclass, jlong);
13297
13298 /*
13299  * Class:     org_ldk_impl_bindings
13300  * Method:    CResult_ErrorMessageDecodeErrorZ_err
13301  * Signature: (J)J
13302  */
13303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ErrorMessageDecodeErrorZ_1err
13304   (JNIEnv *, jclass, jlong);
13305
13306 /*
13307  * Class:     org_ldk_impl_bindings
13308  * Method:    CResult_ErrorMessageDecodeErrorZ_is_ok
13309  * Signature: (J)Z
13310  */
13311 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ErrorMessageDecodeErrorZ_1is_1ok
13312   (JNIEnv *, jclass, jlong);
13313
13314 /*
13315  * Class:     org_ldk_impl_bindings
13316  * Method:    CResult_ErrorMessageDecodeErrorZ_free
13317  * Signature: (J)V
13318  */
13319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ErrorMessageDecodeErrorZ_1free
13320   (JNIEnv *, jclass, jlong);
13321
13322 /*
13323  * Class:     org_ldk_impl_bindings
13324  * Method:    CResult_ErrorMessageDecodeErrorZ_clone_ptr
13325  * Signature: (J)J
13326  */
13327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ErrorMessageDecodeErrorZ_1clone_1ptr
13328   (JNIEnv *, jclass, jlong);
13329
13330 /*
13331  * Class:     org_ldk_impl_bindings
13332  * Method:    CResult_ErrorMessageDecodeErrorZ_clone
13333  * Signature: (J)J
13334  */
13335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ErrorMessageDecodeErrorZ_1clone
13336   (JNIEnv *, jclass, jlong);
13337
13338 /*
13339  * Class:     org_ldk_impl_bindings
13340  * Method:    CResult_WarningMessageDecodeErrorZ_ok
13341  * Signature: (J)J
13342  */
13343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1WarningMessageDecodeErrorZ_1ok
13344   (JNIEnv *, jclass, jlong);
13345
13346 /*
13347  * Class:     org_ldk_impl_bindings
13348  * Method:    CResult_WarningMessageDecodeErrorZ_err
13349  * Signature: (J)J
13350  */
13351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1WarningMessageDecodeErrorZ_1err
13352   (JNIEnv *, jclass, jlong);
13353
13354 /*
13355  * Class:     org_ldk_impl_bindings
13356  * Method:    CResult_WarningMessageDecodeErrorZ_is_ok
13357  * Signature: (J)Z
13358  */
13359 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1WarningMessageDecodeErrorZ_1is_1ok
13360   (JNIEnv *, jclass, jlong);
13361
13362 /*
13363  * Class:     org_ldk_impl_bindings
13364  * Method:    CResult_WarningMessageDecodeErrorZ_free
13365  * Signature: (J)V
13366  */
13367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1WarningMessageDecodeErrorZ_1free
13368   (JNIEnv *, jclass, jlong);
13369
13370 /*
13371  * Class:     org_ldk_impl_bindings
13372  * Method:    CResult_WarningMessageDecodeErrorZ_clone_ptr
13373  * Signature: (J)J
13374  */
13375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1WarningMessageDecodeErrorZ_1clone_1ptr
13376   (JNIEnv *, jclass, jlong);
13377
13378 /*
13379  * Class:     org_ldk_impl_bindings
13380  * Method:    CResult_WarningMessageDecodeErrorZ_clone
13381  * Signature: (J)J
13382  */
13383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1WarningMessageDecodeErrorZ_1clone
13384   (JNIEnv *, jclass, jlong);
13385
13386 /*
13387  * Class:     org_ldk_impl_bindings
13388  * Method:    CResult_UnsignedNodeAnnouncementDecodeErrorZ_ok
13389  * Signature: (J)J
13390  */
13391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedNodeAnnouncementDecodeErrorZ_1ok
13392   (JNIEnv *, jclass, jlong);
13393
13394 /*
13395  * Class:     org_ldk_impl_bindings
13396  * Method:    CResult_UnsignedNodeAnnouncementDecodeErrorZ_err
13397  * Signature: (J)J
13398  */
13399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedNodeAnnouncementDecodeErrorZ_1err
13400   (JNIEnv *, jclass, jlong);
13401
13402 /*
13403  * Class:     org_ldk_impl_bindings
13404  * Method:    CResult_UnsignedNodeAnnouncementDecodeErrorZ_is_ok
13405  * Signature: (J)Z
13406  */
13407 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedNodeAnnouncementDecodeErrorZ_1is_1ok
13408   (JNIEnv *, jclass, jlong);
13409
13410 /*
13411  * Class:     org_ldk_impl_bindings
13412  * Method:    CResult_UnsignedNodeAnnouncementDecodeErrorZ_free
13413  * Signature: (J)V
13414  */
13415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedNodeAnnouncementDecodeErrorZ_1free
13416   (JNIEnv *, jclass, jlong);
13417
13418 /*
13419  * Class:     org_ldk_impl_bindings
13420  * Method:    CResult_UnsignedNodeAnnouncementDecodeErrorZ_clone_ptr
13421  * Signature: (J)J
13422  */
13423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedNodeAnnouncementDecodeErrorZ_1clone_1ptr
13424   (JNIEnv *, jclass, jlong);
13425
13426 /*
13427  * Class:     org_ldk_impl_bindings
13428  * Method:    CResult_UnsignedNodeAnnouncementDecodeErrorZ_clone
13429  * Signature: (J)J
13430  */
13431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1UnsignedNodeAnnouncementDecodeErrorZ_1clone
13432   (JNIEnv *, jclass, jlong);
13433
13434 /*
13435  * Class:     org_ldk_impl_bindings
13436  * Method:    CResult_NodeAnnouncementDecodeErrorZ_ok
13437  * Signature: (J)J
13438  */
13439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementDecodeErrorZ_1ok
13440   (JNIEnv *, jclass, jlong);
13441
13442 /*
13443  * Class:     org_ldk_impl_bindings
13444  * Method:    CResult_NodeAnnouncementDecodeErrorZ_err
13445  * Signature: (J)J
13446  */
13447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementDecodeErrorZ_1err
13448   (JNIEnv *, jclass, jlong);
13449
13450 /*
13451  * Class:     org_ldk_impl_bindings
13452  * Method:    CResult_NodeAnnouncementDecodeErrorZ_is_ok
13453  * Signature: (J)Z
13454  */
13455 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementDecodeErrorZ_1is_1ok
13456   (JNIEnv *, jclass, jlong);
13457
13458 /*
13459  * Class:     org_ldk_impl_bindings
13460  * Method:    CResult_NodeAnnouncementDecodeErrorZ_free
13461  * Signature: (J)V
13462  */
13463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementDecodeErrorZ_1free
13464   (JNIEnv *, jclass, jlong);
13465
13466 /*
13467  * Class:     org_ldk_impl_bindings
13468  * Method:    CResult_NodeAnnouncementDecodeErrorZ_clone_ptr
13469  * Signature: (J)J
13470  */
13471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementDecodeErrorZ_1clone_1ptr
13472   (JNIEnv *, jclass, jlong);
13473
13474 /*
13475  * Class:     org_ldk_impl_bindings
13476  * Method:    CResult_NodeAnnouncementDecodeErrorZ_clone
13477  * Signature: (J)J
13478  */
13479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1NodeAnnouncementDecodeErrorZ_1clone
13480   (JNIEnv *, jclass, jlong);
13481
13482 /*
13483  * Class:     org_ldk_impl_bindings
13484  * Method:    CResult_QueryShortChannelIdsDecodeErrorZ_ok
13485  * Signature: (J)J
13486  */
13487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryShortChannelIdsDecodeErrorZ_1ok
13488   (JNIEnv *, jclass, jlong);
13489
13490 /*
13491  * Class:     org_ldk_impl_bindings
13492  * Method:    CResult_QueryShortChannelIdsDecodeErrorZ_err
13493  * Signature: (J)J
13494  */
13495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryShortChannelIdsDecodeErrorZ_1err
13496   (JNIEnv *, jclass, jlong);
13497
13498 /*
13499  * Class:     org_ldk_impl_bindings
13500  * Method:    CResult_QueryShortChannelIdsDecodeErrorZ_is_ok
13501  * Signature: (J)Z
13502  */
13503 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1QueryShortChannelIdsDecodeErrorZ_1is_1ok
13504   (JNIEnv *, jclass, jlong);
13505
13506 /*
13507  * Class:     org_ldk_impl_bindings
13508  * Method:    CResult_QueryShortChannelIdsDecodeErrorZ_free
13509  * Signature: (J)V
13510  */
13511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1QueryShortChannelIdsDecodeErrorZ_1free
13512   (JNIEnv *, jclass, jlong);
13513
13514 /*
13515  * Class:     org_ldk_impl_bindings
13516  * Method:    CResult_QueryShortChannelIdsDecodeErrorZ_clone_ptr
13517  * Signature: (J)J
13518  */
13519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryShortChannelIdsDecodeErrorZ_1clone_1ptr
13520   (JNIEnv *, jclass, jlong);
13521
13522 /*
13523  * Class:     org_ldk_impl_bindings
13524  * Method:    CResult_QueryShortChannelIdsDecodeErrorZ_clone
13525  * Signature: (J)J
13526  */
13527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryShortChannelIdsDecodeErrorZ_1clone
13528   (JNIEnv *, jclass, jlong);
13529
13530 /*
13531  * Class:     org_ldk_impl_bindings
13532  * Method:    CResult_ReplyShortChannelIdsEndDecodeErrorZ_ok
13533  * Signature: (J)J
13534  */
13535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyShortChannelIdsEndDecodeErrorZ_1ok
13536   (JNIEnv *, jclass, jlong);
13537
13538 /*
13539  * Class:     org_ldk_impl_bindings
13540  * Method:    CResult_ReplyShortChannelIdsEndDecodeErrorZ_err
13541  * Signature: (J)J
13542  */
13543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyShortChannelIdsEndDecodeErrorZ_1err
13544   (JNIEnv *, jclass, jlong);
13545
13546 /*
13547  * Class:     org_ldk_impl_bindings
13548  * Method:    CResult_ReplyShortChannelIdsEndDecodeErrorZ_is_ok
13549  * Signature: (J)Z
13550  */
13551 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyShortChannelIdsEndDecodeErrorZ_1is_1ok
13552   (JNIEnv *, jclass, jlong);
13553
13554 /*
13555  * Class:     org_ldk_impl_bindings
13556  * Method:    CResult_ReplyShortChannelIdsEndDecodeErrorZ_free
13557  * Signature: (J)V
13558  */
13559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyShortChannelIdsEndDecodeErrorZ_1free
13560   (JNIEnv *, jclass, jlong);
13561
13562 /*
13563  * Class:     org_ldk_impl_bindings
13564  * Method:    CResult_ReplyShortChannelIdsEndDecodeErrorZ_clone_ptr
13565  * Signature: (J)J
13566  */
13567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyShortChannelIdsEndDecodeErrorZ_1clone_1ptr
13568   (JNIEnv *, jclass, jlong);
13569
13570 /*
13571  * Class:     org_ldk_impl_bindings
13572  * Method:    CResult_ReplyShortChannelIdsEndDecodeErrorZ_clone
13573  * Signature: (J)J
13574  */
13575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyShortChannelIdsEndDecodeErrorZ_1clone
13576   (JNIEnv *, jclass, jlong);
13577
13578 /*
13579  * Class:     org_ldk_impl_bindings
13580  * Method:    CResult_QueryChannelRangeDecodeErrorZ_ok
13581  * Signature: (J)J
13582  */
13583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryChannelRangeDecodeErrorZ_1ok
13584   (JNIEnv *, jclass, jlong);
13585
13586 /*
13587  * Class:     org_ldk_impl_bindings
13588  * Method:    CResult_QueryChannelRangeDecodeErrorZ_err
13589  * Signature: (J)J
13590  */
13591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryChannelRangeDecodeErrorZ_1err
13592   (JNIEnv *, jclass, jlong);
13593
13594 /*
13595  * Class:     org_ldk_impl_bindings
13596  * Method:    CResult_QueryChannelRangeDecodeErrorZ_is_ok
13597  * Signature: (J)Z
13598  */
13599 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1QueryChannelRangeDecodeErrorZ_1is_1ok
13600   (JNIEnv *, jclass, jlong);
13601
13602 /*
13603  * Class:     org_ldk_impl_bindings
13604  * Method:    CResult_QueryChannelRangeDecodeErrorZ_free
13605  * Signature: (J)V
13606  */
13607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1QueryChannelRangeDecodeErrorZ_1free
13608   (JNIEnv *, jclass, jlong);
13609
13610 /*
13611  * Class:     org_ldk_impl_bindings
13612  * Method:    CResult_QueryChannelRangeDecodeErrorZ_clone_ptr
13613  * Signature: (J)J
13614  */
13615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryChannelRangeDecodeErrorZ_1clone_1ptr
13616   (JNIEnv *, jclass, jlong);
13617
13618 /*
13619  * Class:     org_ldk_impl_bindings
13620  * Method:    CResult_QueryChannelRangeDecodeErrorZ_clone
13621  * Signature: (J)J
13622  */
13623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1QueryChannelRangeDecodeErrorZ_1clone
13624   (JNIEnv *, jclass, jlong);
13625
13626 /*
13627  * Class:     org_ldk_impl_bindings
13628  * Method:    CResult_ReplyChannelRangeDecodeErrorZ_ok
13629  * Signature: (J)J
13630  */
13631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyChannelRangeDecodeErrorZ_1ok
13632   (JNIEnv *, jclass, jlong);
13633
13634 /*
13635  * Class:     org_ldk_impl_bindings
13636  * Method:    CResult_ReplyChannelRangeDecodeErrorZ_err
13637  * Signature: (J)J
13638  */
13639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyChannelRangeDecodeErrorZ_1err
13640   (JNIEnv *, jclass, jlong);
13641
13642 /*
13643  * Class:     org_ldk_impl_bindings
13644  * Method:    CResult_ReplyChannelRangeDecodeErrorZ_is_ok
13645  * Signature: (J)Z
13646  */
13647 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyChannelRangeDecodeErrorZ_1is_1ok
13648   (JNIEnv *, jclass, jlong);
13649
13650 /*
13651  * Class:     org_ldk_impl_bindings
13652  * Method:    CResult_ReplyChannelRangeDecodeErrorZ_free
13653  * Signature: (J)V
13654  */
13655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyChannelRangeDecodeErrorZ_1free
13656   (JNIEnv *, jclass, jlong);
13657
13658 /*
13659  * Class:     org_ldk_impl_bindings
13660  * Method:    CResult_ReplyChannelRangeDecodeErrorZ_clone_ptr
13661  * Signature: (J)J
13662  */
13663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyChannelRangeDecodeErrorZ_1clone_1ptr
13664   (JNIEnv *, jclass, jlong);
13665
13666 /*
13667  * Class:     org_ldk_impl_bindings
13668  * Method:    CResult_ReplyChannelRangeDecodeErrorZ_clone
13669  * Signature: (J)J
13670  */
13671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1ReplyChannelRangeDecodeErrorZ_1clone
13672   (JNIEnv *, jclass, jlong);
13673
13674 /*
13675  * Class:     org_ldk_impl_bindings
13676  * Method:    CResult_GossipTimestampFilterDecodeErrorZ_ok
13677  * Signature: (J)J
13678  */
13679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1GossipTimestampFilterDecodeErrorZ_1ok
13680   (JNIEnv *, jclass, jlong);
13681
13682 /*
13683  * Class:     org_ldk_impl_bindings
13684  * Method:    CResult_GossipTimestampFilterDecodeErrorZ_err
13685  * Signature: (J)J
13686  */
13687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1GossipTimestampFilterDecodeErrorZ_1err
13688   (JNIEnv *, jclass, jlong);
13689
13690 /*
13691  * Class:     org_ldk_impl_bindings
13692  * Method:    CResult_GossipTimestampFilterDecodeErrorZ_is_ok
13693  * Signature: (J)Z
13694  */
13695 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1GossipTimestampFilterDecodeErrorZ_1is_1ok
13696   (JNIEnv *, jclass, jlong);
13697
13698 /*
13699  * Class:     org_ldk_impl_bindings
13700  * Method:    CResult_GossipTimestampFilterDecodeErrorZ_free
13701  * Signature: (J)V
13702  */
13703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1GossipTimestampFilterDecodeErrorZ_1free
13704   (JNIEnv *, jclass, jlong);
13705
13706 /*
13707  * Class:     org_ldk_impl_bindings
13708  * Method:    CResult_GossipTimestampFilterDecodeErrorZ_clone_ptr
13709  * Signature: (J)J
13710  */
13711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1GossipTimestampFilterDecodeErrorZ_1clone_1ptr
13712   (JNIEnv *, jclass, jlong);
13713
13714 /*
13715  * Class:     org_ldk_impl_bindings
13716  * Method:    CResult_GossipTimestampFilterDecodeErrorZ_clone
13717  * Signature: (J)J
13718  */
13719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1GossipTimestampFilterDecodeErrorZ_1clone
13720   (JNIEnv *, jclass, jlong);
13721
13722 /*
13723  * Class:     org_ldk_impl_bindings
13724  * Method:    CVec_PhantomRouteHintsZ_free
13725  * Signature: ([J)V
13726  */
13727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1PhantomRouteHintsZ_1free
13728   (JNIEnv *, jclass, jlongArray);
13729
13730 /*
13731  * Class:     org_ldk_impl_bindings
13732  * Method:    CResult_InvoiceSignOrCreationErrorZ_ok
13733  * Signature: (J)J
13734  */
13735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSignOrCreationErrorZ_1ok
13736   (JNIEnv *, jclass, jlong);
13737
13738 /*
13739  * Class:     org_ldk_impl_bindings
13740  * Method:    CResult_InvoiceSignOrCreationErrorZ_err
13741  * Signature: (J)J
13742  */
13743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSignOrCreationErrorZ_1err
13744   (JNIEnv *, jclass, jlong);
13745
13746 /*
13747  * Class:     org_ldk_impl_bindings
13748  * Method:    CResult_InvoiceSignOrCreationErrorZ_is_ok
13749  * Signature: (J)Z
13750  */
13751 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSignOrCreationErrorZ_1is_1ok
13752   (JNIEnv *, jclass, jlong);
13753
13754 /*
13755  * Class:     org_ldk_impl_bindings
13756  * Method:    CResult_InvoiceSignOrCreationErrorZ_free
13757  * Signature: (J)V
13758  */
13759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSignOrCreationErrorZ_1free
13760   (JNIEnv *, jclass, jlong);
13761
13762 /*
13763  * Class:     org_ldk_impl_bindings
13764  * Method:    CResult_InvoiceSignOrCreationErrorZ_clone_ptr
13765  * Signature: (J)J
13766  */
13767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSignOrCreationErrorZ_1clone_1ptr
13768   (JNIEnv *, jclass, jlong);
13769
13770 /*
13771  * Class:     org_ldk_impl_bindings
13772  * Method:    CResult_InvoiceSignOrCreationErrorZ_clone
13773  * Signature: (J)J
13774  */
13775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1InvoiceSignOrCreationErrorZ_1clone
13776   (JNIEnv *, jclass, jlong);
13777
13778 /*
13779  * Class:     org_ldk_impl_bindings
13780  * Method:    CVec_FutureZ_free
13781  * Signature: ([J)V
13782  */
13783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1FutureZ_1free
13784   (JNIEnv *, jclass, jlongArray);
13785
13786 /*
13787  * Class:     org_ldk_impl_bindings
13788  * Method:    COption_FilterZ_some
13789  * Signature: (J)J
13790  */
13791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1FilterZ_1some
13792   (JNIEnv *, jclass, jlong);
13793
13794 /*
13795  * Class:     org_ldk_impl_bindings
13796  * Method:    COption_FilterZ_none
13797  * Signature: ()J
13798  */
13799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_COption_1FilterZ_1none
13800   (JNIEnv *, jclass);
13801
13802 /*
13803  * Class:     org_ldk_impl_bindings
13804  * Method:    COption_FilterZ_free
13805  * Signature: (J)V
13806  */
13807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_COption_1FilterZ_1free
13808   (JNIEnv *, jclass, jlong);
13809
13810 /*
13811  * Class:     org_ldk_impl_bindings
13812  * Method:    CResult_LockedChannelMonitorNoneZ_ok
13813  * Signature: (J)J
13814  */
13815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1LockedChannelMonitorNoneZ_1ok
13816   (JNIEnv *, jclass, jlong);
13817
13818 /*
13819  * Class:     org_ldk_impl_bindings
13820  * Method:    CResult_LockedChannelMonitorNoneZ_err
13821  * Signature: ()J
13822  */
13823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1LockedChannelMonitorNoneZ_1err
13824   (JNIEnv *, jclass);
13825
13826 /*
13827  * Class:     org_ldk_impl_bindings
13828  * Method:    CResult_LockedChannelMonitorNoneZ_is_ok
13829  * Signature: (J)Z
13830  */
13831 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1LockedChannelMonitorNoneZ_1is_1ok
13832   (JNIEnv *, jclass, jlong);
13833
13834 /*
13835  * Class:     org_ldk_impl_bindings
13836  * Method:    CResult_LockedChannelMonitorNoneZ_free
13837  * Signature: (J)V
13838  */
13839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1LockedChannelMonitorNoneZ_1free
13840   (JNIEnv *, jclass, jlong);
13841
13842 /*
13843  * Class:     org_ldk_impl_bindings
13844  * Method:    CVec_OutPointZ_free
13845  * Signature: ([J)V
13846  */
13847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1OutPointZ_1free
13848   (JNIEnv *, jclass, jlongArray);
13849
13850 /*
13851  * Class:     org_ldk_impl_bindings
13852  * Method:    CVec_MonitorUpdateIdZ_free
13853  * Signature: ([J)V
13854  */
13855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1MonitorUpdateIdZ_1free
13856   (JNIEnv *, jclass, jlongArray);
13857
13858 /*
13859  * Class:     org_ldk_impl_bindings
13860  * Method:    C2Tuple_OutPointCVec_MonitorUpdateIdZZ_clone_ptr
13861  * Signature: (J)J
13862  */
13863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointCVec_1MonitorUpdateIdZZ_1clone_1ptr
13864   (JNIEnv *, jclass, jlong);
13865
13866 /*
13867  * Class:     org_ldk_impl_bindings
13868  * Method:    C2Tuple_OutPointCVec_MonitorUpdateIdZZ_clone
13869  * Signature: (J)J
13870  */
13871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointCVec_1MonitorUpdateIdZZ_1clone
13872   (JNIEnv *, jclass, jlong);
13873
13874 /*
13875  * Class:     org_ldk_impl_bindings
13876  * Method:    C2Tuple_OutPointCVec_MonitorUpdateIdZZ_new
13877  * Signature: (J[J)J
13878  */
13879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointCVec_1MonitorUpdateIdZZ_1new
13880   (JNIEnv *, jclass, jlong, jlongArray);
13881
13882 /*
13883  * Class:     org_ldk_impl_bindings
13884  * Method:    C2Tuple_OutPointCVec_MonitorUpdateIdZZ_free
13885  * Signature: (J)V
13886  */
13887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_C2Tuple_1OutPointCVec_1MonitorUpdateIdZZ_1free
13888   (JNIEnv *, jclass, jlong);
13889
13890 /*
13891  * Class:     org_ldk_impl_bindings
13892  * Method:    CVec_C2Tuple_OutPointCVec_MonitorUpdateIdZZZ_free
13893  * Signature: ([J)V
13894  */
13895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CVec_1C2Tuple_1OutPointCVec_1MonitorUpdateIdZZZ_1free
13896   (JNIEnv *, jclass, jlongArray);
13897
13898 /*
13899  * Class:     org_ldk_impl_bindings
13900  * Method:    CResult_u32GraphSyncErrorZ_ok
13901  * Signature: (I)J
13902  */
13903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1u32GraphSyncErrorZ_1ok
13904   (JNIEnv *, jclass, jint);
13905
13906 /*
13907  * Class:     org_ldk_impl_bindings
13908  * Method:    CResult_u32GraphSyncErrorZ_err
13909  * Signature: (J)J
13910  */
13911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CResult_1u32GraphSyncErrorZ_1err
13912   (JNIEnv *, jclass, jlong);
13913
13914 /*
13915  * Class:     org_ldk_impl_bindings
13916  * Method:    CResult_u32GraphSyncErrorZ_is_ok
13917  * Signature: (J)Z
13918  */
13919 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CResult_1u32GraphSyncErrorZ_1is_1ok
13920   (JNIEnv *, jclass, jlong);
13921
13922 /*
13923  * Class:     org_ldk_impl_bindings
13924  * Method:    CResult_u32GraphSyncErrorZ_free
13925  * Signature: (J)V
13926  */
13927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CResult_1u32GraphSyncErrorZ_1free
13928   (JNIEnv *, jclass, jlong);
13929
13930 /*
13931  * Class:     org_ldk_impl_bindings
13932  * Method:    APIError_free
13933  * Signature: (J)V
13934  */
13935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_APIError_1free
13936   (JNIEnv *, jclass, jlong);
13937
13938 /*
13939  * Class:     org_ldk_impl_bindings
13940  * Method:    APIError_clone_ptr
13941  * Signature: (J)J
13942  */
13943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1clone_1ptr
13944   (JNIEnv *, jclass, jlong);
13945
13946 /*
13947  * Class:     org_ldk_impl_bindings
13948  * Method:    APIError_clone
13949  * Signature: (J)J
13950  */
13951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1clone
13952   (JNIEnv *, jclass, jlong);
13953
13954 /*
13955  * Class:     org_ldk_impl_bindings
13956  * Method:    APIError_apimisuse_error
13957  * Signature: (Ljava/lang/String;)J
13958  */
13959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1apimisuse_1error
13960   (JNIEnv *, jclass, jstring);
13961
13962 /*
13963  * Class:     org_ldk_impl_bindings
13964  * Method:    APIError_fee_rate_too_high
13965  * Signature: (Ljava/lang/String;I)J
13966  */
13967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1fee_1rate_1too_1high
13968   (JNIEnv *, jclass, jstring, jint);
13969
13970 /*
13971  * Class:     org_ldk_impl_bindings
13972  * Method:    APIError_invalid_route
13973  * Signature: (Ljava/lang/String;)J
13974  */
13975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1invalid_1route
13976   (JNIEnv *, jclass, jstring);
13977
13978 /*
13979  * Class:     org_ldk_impl_bindings
13980  * Method:    APIError_channel_unavailable
13981  * Signature: (Ljava/lang/String;)J
13982  */
13983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1channel_1unavailable
13984   (JNIEnv *, jclass, jstring);
13985
13986 /*
13987  * Class:     org_ldk_impl_bindings
13988  * Method:    APIError_monitor_update_in_progress
13989  * Signature: ()J
13990  */
13991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1monitor_1update_1in_1progress
13992   (JNIEnv *, jclass);
13993
13994 /*
13995  * Class:     org_ldk_impl_bindings
13996  * Method:    APIError_incompatible_shutdown_script
13997  * Signature: (J)J
13998  */
13999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1incompatible_1shutdown_1script
14000   (JNIEnv *, jclass, jlong);
14001
14002 /*
14003  * Class:     org_ldk_impl_bindings
14004  * Method:    APIError_eq
14005  * Signature: (JJ)Z
14006  */
14007 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_APIError_1eq
14008   (JNIEnv *, jclass, jlong, jlong);
14009
14010 /*
14011  * Class:     org_ldk_impl_bindings
14012  * Method:    APIError_write
14013  * Signature: (J)[B
14014  */
14015 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_APIError_1write
14016   (JNIEnv *, jclass, jlong);
14017
14018 /*
14019  * Class:     org_ldk_impl_bindings
14020  * Method:    APIError_read
14021  * Signature: ([B)J
14022  */
14023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_APIError_1read
14024   (JNIEnv *, jclass, jbyteArray);
14025
14026 /*
14027  * Class:     org_ldk_impl_bindings
14028  * Method:    BigSize_free
14029  * Signature: (J)V
14030  */
14031 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BigSize_1free
14032   (JNIEnv *, jclass, jlong);
14033
14034 /*
14035  * Class:     org_ldk_impl_bindings
14036  * Method:    BigSize_get_a
14037  * Signature: (J)J
14038  */
14039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BigSize_1get_1a
14040   (JNIEnv *, jclass, jlong);
14041
14042 /*
14043  * Class:     org_ldk_impl_bindings
14044  * Method:    BigSize_set_a
14045  * Signature: (JJ)V
14046  */
14047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BigSize_1set_1a
14048   (JNIEnv *, jclass, jlong, jlong);
14049
14050 /*
14051  * Class:     org_ldk_impl_bindings
14052  * Method:    BigSize_new
14053  * Signature: (J)J
14054  */
14055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BigSize_1new
14056   (JNIEnv *, jclass, jlong);
14057
14058 /*
14059  * Class:     org_ldk_impl_bindings
14060  * Method:    Hostname_free
14061  * Signature: (J)V
14062  */
14063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Hostname_1free
14064   (JNIEnv *, jclass, jlong);
14065
14066 /*
14067  * Class:     org_ldk_impl_bindings
14068  * Method:    Hostname_clone_ptr
14069  * Signature: (J)J
14070  */
14071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Hostname_1clone_1ptr
14072   (JNIEnv *, jclass, jlong);
14073
14074 /*
14075  * Class:     org_ldk_impl_bindings
14076  * Method:    Hostname_clone
14077  * Signature: (J)J
14078  */
14079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Hostname_1clone
14080   (JNIEnv *, jclass, jlong);
14081
14082 /*
14083  * Class:     org_ldk_impl_bindings
14084  * Method:    Hostname_eq
14085  * Signature: (JJ)Z
14086  */
14087 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Hostname_1eq
14088   (JNIEnv *, jclass, jlong, jlong);
14089
14090 /*
14091  * Class:     org_ldk_impl_bindings
14092  * Method:    Hostname_len
14093  * Signature: (J)B
14094  */
14095 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_Hostname_1len
14096   (JNIEnv *, jclass, jlong);
14097
14098 /*
14099  * Class:     org_ldk_impl_bindings
14100  * Method:    sign
14101  * Signature: ([B[B)J
14102  */
14103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_sign
14104   (JNIEnv *, jclass, jbyteArray, jbyteArray);
14105
14106 /*
14107  * Class:     org_ldk_impl_bindings
14108  * Method:    recover_pk
14109  * Signature: ([BLjava/lang/String;)J
14110  */
14111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_recover_1pk
14112   (JNIEnv *, jclass, jbyteArray, jstring);
14113
14114 /*
14115  * Class:     org_ldk_impl_bindings
14116  * Method:    verify
14117  * Signature: ([BLjava/lang/String;[B)Z
14118  */
14119 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_verify
14120   (JNIEnv *, jclass, jbyteArray, jstring, jbyteArray);
14121
14122 /*
14123  * Class:     org_ldk_impl_bindings
14124  * Method:    construct_invoice_preimage
14125  * Signature: ([B[B)[B
14126  */
14127 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_construct_1invoice_1preimage
14128   (JNIEnv *, jclass, jbyteArray, jbyteArray);
14129
14130 /*
14131  * Class:     org_ldk_impl_bindings
14132  * Method:    Persister_free
14133  * Signature: (J)V
14134  */
14135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Persister_1free
14136   (JNIEnv *, jclass, jlong);
14137
14138 /*
14139  * Class:     org_ldk_impl_bindings
14140  * Method:    UntrustedString_free
14141  * Signature: (J)V
14142  */
14143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UntrustedString_1free
14144   (JNIEnv *, jclass, jlong);
14145
14146 /*
14147  * Class:     org_ldk_impl_bindings
14148  * Method:    UntrustedString_get_a
14149  * Signature: (J)Ljava/lang/String;
14150  */
14151 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_UntrustedString_1get_1a
14152   (JNIEnv *, jclass, jlong);
14153
14154 /*
14155  * Class:     org_ldk_impl_bindings
14156  * Method:    UntrustedString_set_a
14157  * Signature: (JLjava/lang/String;)V
14158  */
14159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UntrustedString_1set_1a
14160   (JNIEnv *, jclass, jlong, jstring);
14161
14162 /*
14163  * Class:     org_ldk_impl_bindings
14164  * Method:    UntrustedString_new
14165  * Signature: (Ljava/lang/String;)J
14166  */
14167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UntrustedString_1new
14168   (JNIEnv *, jclass, jstring);
14169
14170 /*
14171  * Class:     org_ldk_impl_bindings
14172  * Method:    UntrustedString_clone_ptr
14173  * Signature: (J)J
14174  */
14175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UntrustedString_1clone_1ptr
14176   (JNIEnv *, jclass, jlong);
14177
14178 /*
14179  * Class:     org_ldk_impl_bindings
14180  * Method:    UntrustedString_clone
14181  * Signature: (J)J
14182  */
14183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UntrustedString_1clone
14184   (JNIEnv *, jclass, jlong);
14185
14186 /*
14187  * Class:     org_ldk_impl_bindings
14188  * Method:    UntrustedString_eq
14189  * Signature: (JJ)Z
14190  */
14191 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_UntrustedString_1eq
14192   (JNIEnv *, jclass, jlong, jlong);
14193
14194 /*
14195  * Class:     org_ldk_impl_bindings
14196  * Method:    UntrustedString_write
14197  * Signature: (J)[B
14198  */
14199 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UntrustedString_1write
14200   (JNIEnv *, jclass, jlong);
14201
14202 /*
14203  * Class:     org_ldk_impl_bindings
14204  * Method:    UntrustedString_read
14205  * Signature: ([B)J
14206  */
14207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UntrustedString_1read
14208   (JNIEnv *, jclass, jbyteArray);
14209
14210 /*
14211  * Class:     org_ldk_impl_bindings
14212  * Method:    PrintableString_free
14213  * Signature: (J)V
14214  */
14215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PrintableString_1free
14216   (JNIEnv *, jclass, jlong);
14217
14218 /*
14219  * Class:     org_ldk_impl_bindings
14220  * Method:    PrintableString_get_a
14221  * Signature: (J)Ljava/lang/String;
14222  */
14223 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_PrintableString_1get_1a
14224   (JNIEnv *, jclass, jlong);
14225
14226 /*
14227  * Class:     org_ldk_impl_bindings
14228  * Method:    PrintableString_set_a
14229  * Signature: (JLjava/lang/String;)V
14230  */
14231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PrintableString_1set_1a
14232   (JNIEnv *, jclass, jlong, jstring);
14233
14234 /*
14235  * Class:     org_ldk_impl_bindings
14236  * Method:    PrintableString_new
14237  * Signature: (Ljava/lang/String;)J
14238  */
14239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PrintableString_1new
14240   (JNIEnv *, jclass, jstring);
14241
14242 /*
14243  * Class:     org_ldk_impl_bindings
14244  * Method:    FutureCallback_free
14245  * Signature: (J)V
14246  */
14247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FutureCallback_1free
14248   (JNIEnv *, jclass, jlong);
14249
14250 /*
14251  * Class:     org_ldk_impl_bindings
14252  * Method:    Future_free
14253  * Signature: (J)V
14254  */
14255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Future_1free
14256   (JNIEnv *, jclass, jlong);
14257
14258 /*
14259  * Class:     org_ldk_impl_bindings
14260  * Method:    Future_clone_ptr
14261  * Signature: (J)J
14262  */
14263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Future_1clone_1ptr
14264   (JNIEnv *, jclass, jlong);
14265
14266 /*
14267  * Class:     org_ldk_impl_bindings
14268  * Method:    Future_clone
14269  * Signature: (J)J
14270  */
14271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Future_1clone
14272   (JNIEnv *, jclass, jlong);
14273
14274 /*
14275  * Class:     org_ldk_impl_bindings
14276  * Method:    Future_register_callback_fn
14277  * Signature: (JJ)V
14278  */
14279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Future_1register_1callback_1fn
14280   (JNIEnv *, jclass, jlong, jlong);
14281
14282 /*
14283  * Class:     org_ldk_impl_bindings
14284  * Method:    Future_wait
14285  * Signature: (J)V
14286  */
14287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Future_1wait
14288   (JNIEnv *, jclass, jlong);
14289
14290 /*
14291  * Class:     org_ldk_impl_bindings
14292  * Method:    Future_wait_timeout
14293  * Signature: (JJ)Z
14294  */
14295 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Future_1wait_1timeout
14296   (JNIEnv *, jclass, jlong, jlong);
14297
14298 /*
14299  * Class:     org_ldk_impl_bindings
14300  * Method:    Sleeper_free
14301  * Signature: (J)V
14302  */
14303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Sleeper_1free
14304   (JNIEnv *, jclass, jlong);
14305
14306 /*
14307  * Class:     org_ldk_impl_bindings
14308  * Method:    Sleeper_from_single_future
14309  * Signature: (J)J
14310  */
14311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sleeper_1from_1single_1future
14312   (JNIEnv *, jclass, jlong);
14313
14314 /*
14315  * Class:     org_ldk_impl_bindings
14316  * Method:    Sleeper_from_two_futures
14317  * Signature: (JJ)J
14318  */
14319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sleeper_1from_1two_1futures
14320   (JNIEnv *, jclass, jlong, jlong);
14321
14322 /*
14323  * Class:     org_ldk_impl_bindings
14324  * Method:    Sleeper_new
14325  * Signature: ([J)J
14326  */
14327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sleeper_1new
14328   (JNIEnv *, jclass, jlongArray);
14329
14330 /*
14331  * Class:     org_ldk_impl_bindings
14332  * Method:    Sleeper_wait
14333  * Signature: (J)V
14334  */
14335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Sleeper_1wait
14336   (JNIEnv *, jclass, jlong);
14337
14338 /*
14339  * Class:     org_ldk_impl_bindings
14340  * Method:    Sleeper_wait_timeout
14341  * Signature: (JJ)Z
14342  */
14343 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Sleeper_1wait_1timeout
14344   (JNIEnv *, jclass, jlong, jlong);
14345
14346 /*
14347  * Class:     org_ldk_impl_bindings
14348  * Method:    Level_clone
14349  * Signature: (J)Lorg/ldk/enums/Level;
14350  */
14351 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1clone
14352   (JNIEnv *, jclass, jlong);
14353
14354 /*
14355  * Class:     org_ldk_impl_bindings
14356  * Method:    Level_gossip
14357  * Signature: ()Lorg/ldk/enums/Level;
14358  */
14359 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1gossip
14360   (JNIEnv *, jclass);
14361
14362 /*
14363  * Class:     org_ldk_impl_bindings
14364  * Method:    Level_trace
14365  * Signature: ()Lorg/ldk/enums/Level;
14366  */
14367 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1trace
14368   (JNIEnv *, jclass);
14369
14370 /*
14371  * Class:     org_ldk_impl_bindings
14372  * Method:    Level_debug
14373  * Signature: ()Lorg/ldk/enums/Level;
14374  */
14375 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1debug
14376   (JNIEnv *, jclass);
14377
14378 /*
14379  * Class:     org_ldk_impl_bindings
14380  * Method:    Level_info
14381  * Signature: ()Lorg/ldk/enums/Level;
14382  */
14383 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1info
14384   (JNIEnv *, jclass);
14385
14386 /*
14387  * Class:     org_ldk_impl_bindings
14388  * Method:    Level_warn
14389  * Signature: ()Lorg/ldk/enums/Level;
14390  */
14391 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1warn
14392   (JNIEnv *, jclass);
14393
14394 /*
14395  * Class:     org_ldk_impl_bindings
14396  * Method:    Level_error
14397  * Signature: ()Lorg/ldk/enums/Level;
14398  */
14399 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1error
14400   (JNIEnv *, jclass);
14401
14402 /*
14403  * Class:     org_ldk_impl_bindings
14404  * Method:    Level_eq
14405  * Signature: (JJ)Z
14406  */
14407 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Level_1eq
14408   (JNIEnv *, jclass, jlong, jlong);
14409
14410 /*
14411  * Class:     org_ldk_impl_bindings
14412  * Method:    Level_hash
14413  * Signature: (J)J
14414  */
14415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Level_1hash
14416   (JNIEnv *, jclass, jlong);
14417
14418 /*
14419  * Class:     org_ldk_impl_bindings
14420  * Method:    Level_max
14421  * Signature: ()Lorg/ldk/enums/Level;
14422  */
14423 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Level_1max
14424   (JNIEnv *, jclass);
14425
14426 /*
14427  * Class:     org_ldk_impl_bindings
14428  * Method:    Record_free
14429  * Signature: (J)V
14430  */
14431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Record_1free
14432   (JNIEnv *, jclass, jlong);
14433
14434 /*
14435  * Class:     org_ldk_impl_bindings
14436  * Method:    Record_get_level
14437  * Signature: (J)Lorg/ldk/enums/Level;
14438  */
14439 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Record_1get_1level
14440   (JNIEnv *, jclass, jlong);
14441
14442 /*
14443  * Class:     org_ldk_impl_bindings
14444  * Method:    Record_set_level
14445  * Signature: (JLorg/ldk/enums/Level;)V
14446  */
14447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Record_1set_1level
14448   (JNIEnv *, jclass, jlong, jobject);
14449
14450 /*
14451  * Class:     org_ldk_impl_bindings
14452  * Method:    Record_get_args
14453  * Signature: (J)Ljava/lang/String;
14454  */
14455 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_Record_1get_1args
14456   (JNIEnv *, jclass, jlong);
14457
14458 /*
14459  * Class:     org_ldk_impl_bindings
14460  * Method:    Record_set_args
14461  * Signature: (JLjava/lang/String;)V
14462  */
14463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Record_1set_1args
14464   (JNIEnv *, jclass, jlong, jstring);
14465
14466 /*
14467  * Class:     org_ldk_impl_bindings
14468  * Method:    Record_get_module_path
14469  * Signature: (J)Ljava/lang/String;
14470  */
14471 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_Record_1get_1module_1path
14472   (JNIEnv *, jclass, jlong);
14473
14474 /*
14475  * Class:     org_ldk_impl_bindings
14476  * Method:    Record_set_module_path
14477  * Signature: (JLjava/lang/String;)V
14478  */
14479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Record_1set_1module_1path
14480   (JNIEnv *, jclass, jlong, jstring);
14481
14482 /*
14483  * Class:     org_ldk_impl_bindings
14484  * Method:    Record_get_file
14485  * Signature: (J)Ljava/lang/String;
14486  */
14487 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_Record_1get_1file
14488   (JNIEnv *, jclass, jlong);
14489
14490 /*
14491  * Class:     org_ldk_impl_bindings
14492  * Method:    Record_set_file
14493  * Signature: (JLjava/lang/String;)V
14494  */
14495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Record_1set_1file
14496   (JNIEnv *, jclass, jlong, jstring);
14497
14498 /*
14499  * Class:     org_ldk_impl_bindings
14500  * Method:    Record_get_line
14501  * Signature: (J)I
14502  */
14503 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_Record_1get_1line
14504   (JNIEnv *, jclass, jlong);
14505
14506 /*
14507  * Class:     org_ldk_impl_bindings
14508  * Method:    Record_set_line
14509  * Signature: (JI)V
14510  */
14511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Record_1set_1line
14512   (JNIEnv *, jclass, jlong, jint);
14513
14514 /*
14515  * Class:     org_ldk_impl_bindings
14516  * Method:    Record_clone_ptr
14517  * Signature: (J)J
14518  */
14519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Record_1clone_1ptr
14520   (JNIEnv *, jclass, jlong);
14521
14522 /*
14523  * Class:     org_ldk_impl_bindings
14524  * Method:    Record_clone
14525  * Signature: (J)J
14526  */
14527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Record_1clone
14528   (JNIEnv *, jclass, jlong);
14529
14530 /*
14531  * Class:     org_ldk_impl_bindings
14532  * Method:    Logger_free
14533  * Signature: (J)V
14534  */
14535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Logger_1free
14536   (JNIEnv *, jclass, jlong);
14537
14538 /*
14539  * Class:     org_ldk_impl_bindings
14540  * Method:    ChannelHandshakeConfig_free
14541  * Signature: (J)V
14542  */
14543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1free
14544   (JNIEnv *, jclass, jlong);
14545
14546 /*
14547  * Class:     org_ldk_impl_bindings
14548  * Method:    ChannelHandshakeConfig_get_minimum_depth
14549  * Signature: (J)I
14550  */
14551 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1minimum_1depth
14552   (JNIEnv *, jclass, jlong);
14553
14554 /*
14555  * Class:     org_ldk_impl_bindings
14556  * Method:    ChannelHandshakeConfig_set_minimum_depth
14557  * Signature: (JI)V
14558  */
14559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1minimum_1depth
14560   (JNIEnv *, jclass, jlong, jint);
14561
14562 /*
14563  * Class:     org_ldk_impl_bindings
14564  * Method:    ChannelHandshakeConfig_get_our_to_self_delay
14565  * Signature: (J)S
14566  */
14567 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1our_1to_1self_1delay
14568   (JNIEnv *, jclass, jlong);
14569
14570 /*
14571  * Class:     org_ldk_impl_bindings
14572  * Method:    ChannelHandshakeConfig_set_our_to_self_delay
14573  * Signature: (JS)V
14574  */
14575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1our_1to_1self_1delay
14576   (JNIEnv *, jclass, jlong, jshort);
14577
14578 /*
14579  * Class:     org_ldk_impl_bindings
14580  * Method:    ChannelHandshakeConfig_get_our_htlc_minimum_msat
14581  * Signature: (J)J
14582  */
14583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1our_1htlc_1minimum_1msat
14584   (JNIEnv *, jclass, jlong);
14585
14586 /*
14587  * Class:     org_ldk_impl_bindings
14588  * Method:    ChannelHandshakeConfig_set_our_htlc_minimum_msat
14589  * Signature: (JJ)V
14590  */
14591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1our_1htlc_1minimum_1msat
14592   (JNIEnv *, jclass, jlong, jlong);
14593
14594 /*
14595  * Class:     org_ldk_impl_bindings
14596  * Method:    ChannelHandshakeConfig_get_max_inbound_htlc_value_in_flight_percent_of_channel
14597  * Signature: (J)B
14598  */
14599 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1max_1inbound_1htlc_1value_1in_1flight_1percent_1of_1channel
14600   (JNIEnv *, jclass, jlong);
14601
14602 /*
14603  * Class:     org_ldk_impl_bindings
14604  * Method:    ChannelHandshakeConfig_set_max_inbound_htlc_value_in_flight_percent_of_channel
14605  * Signature: (JB)V
14606  */
14607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1max_1inbound_1htlc_1value_1in_1flight_1percent_1of_1channel
14608   (JNIEnv *, jclass, jlong, jbyte);
14609
14610 /*
14611  * Class:     org_ldk_impl_bindings
14612  * Method:    ChannelHandshakeConfig_get_negotiate_scid_privacy
14613  * Signature: (J)Z
14614  */
14615 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1negotiate_1scid_1privacy
14616   (JNIEnv *, jclass, jlong);
14617
14618 /*
14619  * Class:     org_ldk_impl_bindings
14620  * Method:    ChannelHandshakeConfig_set_negotiate_scid_privacy
14621  * Signature: (JZ)V
14622  */
14623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1negotiate_1scid_1privacy
14624   (JNIEnv *, jclass, jlong, jboolean);
14625
14626 /*
14627  * Class:     org_ldk_impl_bindings
14628  * Method:    ChannelHandshakeConfig_get_announced_channel
14629  * Signature: (J)Z
14630  */
14631 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1announced_1channel
14632   (JNIEnv *, jclass, jlong);
14633
14634 /*
14635  * Class:     org_ldk_impl_bindings
14636  * Method:    ChannelHandshakeConfig_set_announced_channel
14637  * Signature: (JZ)V
14638  */
14639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1announced_1channel
14640   (JNIEnv *, jclass, jlong, jboolean);
14641
14642 /*
14643  * Class:     org_ldk_impl_bindings
14644  * Method:    ChannelHandshakeConfig_get_commit_upfront_shutdown_pubkey
14645  * Signature: (J)Z
14646  */
14647 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1commit_1upfront_1shutdown_1pubkey
14648   (JNIEnv *, jclass, jlong);
14649
14650 /*
14651  * Class:     org_ldk_impl_bindings
14652  * Method:    ChannelHandshakeConfig_set_commit_upfront_shutdown_pubkey
14653  * Signature: (JZ)V
14654  */
14655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1commit_1upfront_1shutdown_1pubkey
14656   (JNIEnv *, jclass, jlong, jboolean);
14657
14658 /*
14659  * Class:     org_ldk_impl_bindings
14660  * Method:    ChannelHandshakeConfig_get_their_channel_reserve_proportional_millionths
14661  * Signature: (J)I
14662  */
14663 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1their_1channel_1reserve_1proportional_1millionths
14664   (JNIEnv *, jclass, jlong);
14665
14666 /*
14667  * Class:     org_ldk_impl_bindings
14668  * Method:    ChannelHandshakeConfig_set_their_channel_reserve_proportional_millionths
14669  * Signature: (JI)V
14670  */
14671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1their_1channel_1reserve_1proportional_1millionths
14672   (JNIEnv *, jclass, jlong, jint);
14673
14674 /*
14675  * Class:     org_ldk_impl_bindings
14676  * Method:    ChannelHandshakeConfig_get_our_max_accepted_htlcs
14677  * Signature: (J)S
14678  */
14679 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1get_1our_1max_1accepted_1htlcs
14680   (JNIEnv *, jclass, jlong);
14681
14682 /*
14683  * Class:     org_ldk_impl_bindings
14684  * Method:    ChannelHandshakeConfig_set_our_max_accepted_htlcs
14685  * Signature: (JS)V
14686  */
14687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1set_1our_1max_1accepted_1htlcs
14688   (JNIEnv *, jclass, jlong, jshort);
14689
14690 /*
14691  * Class:     org_ldk_impl_bindings
14692  * Method:    ChannelHandshakeConfig_new
14693  * Signature: (ISJBZZZIS)J
14694  */
14695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1new
14696   (JNIEnv *, jclass, jint, jshort, jlong, jbyte, jboolean, jboolean, jboolean, jint, jshort);
14697
14698 /*
14699  * Class:     org_ldk_impl_bindings
14700  * Method:    ChannelHandshakeConfig_clone_ptr
14701  * Signature: (J)J
14702  */
14703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1clone_1ptr
14704   (JNIEnv *, jclass, jlong);
14705
14706 /*
14707  * Class:     org_ldk_impl_bindings
14708  * Method:    ChannelHandshakeConfig_clone
14709  * Signature: (J)J
14710  */
14711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1clone
14712   (JNIEnv *, jclass, jlong);
14713
14714 /*
14715  * Class:     org_ldk_impl_bindings
14716  * Method:    ChannelHandshakeConfig_default
14717  * Signature: ()J
14718  */
14719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeConfig_1default
14720   (JNIEnv *, jclass);
14721
14722 /*
14723  * Class:     org_ldk_impl_bindings
14724  * Method:    ChannelHandshakeLimits_free
14725  * Signature: (J)V
14726  */
14727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1free
14728   (JNIEnv *, jclass, jlong);
14729
14730 /*
14731  * Class:     org_ldk_impl_bindings
14732  * Method:    ChannelHandshakeLimits_get_min_funding_satoshis
14733  * Signature: (J)J
14734  */
14735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1min_1funding_1satoshis
14736   (JNIEnv *, jclass, jlong);
14737
14738 /*
14739  * Class:     org_ldk_impl_bindings
14740  * Method:    ChannelHandshakeLimits_set_min_funding_satoshis
14741  * Signature: (JJ)V
14742  */
14743 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1min_1funding_1satoshis
14744   (JNIEnv *, jclass, jlong, jlong);
14745
14746 /*
14747  * Class:     org_ldk_impl_bindings
14748  * Method:    ChannelHandshakeLimits_get_max_funding_satoshis
14749  * Signature: (J)J
14750  */
14751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1max_1funding_1satoshis
14752   (JNIEnv *, jclass, jlong);
14753
14754 /*
14755  * Class:     org_ldk_impl_bindings
14756  * Method:    ChannelHandshakeLimits_set_max_funding_satoshis
14757  * Signature: (JJ)V
14758  */
14759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1max_1funding_1satoshis
14760   (JNIEnv *, jclass, jlong, jlong);
14761
14762 /*
14763  * Class:     org_ldk_impl_bindings
14764  * Method:    ChannelHandshakeLimits_get_max_htlc_minimum_msat
14765  * Signature: (J)J
14766  */
14767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1max_1htlc_1minimum_1msat
14768   (JNIEnv *, jclass, jlong);
14769
14770 /*
14771  * Class:     org_ldk_impl_bindings
14772  * Method:    ChannelHandshakeLimits_set_max_htlc_minimum_msat
14773  * Signature: (JJ)V
14774  */
14775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1max_1htlc_1minimum_1msat
14776   (JNIEnv *, jclass, jlong, jlong);
14777
14778 /*
14779  * Class:     org_ldk_impl_bindings
14780  * Method:    ChannelHandshakeLimits_get_min_max_htlc_value_in_flight_msat
14781  * Signature: (J)J
14782  */
14783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1min_1max_1htlc_1value_1in_1flight_1msat
14784   (JNIEnv *, jclass, jlong);
14785
14786 /*
14787  * Class:     org_ldk_impl_bindings
14788  * Method:    ChannelHandshakeLimits_set_min_max_htlc_value_in_flight_msat
14789  * Signature: (JJ)V
14790  */
14791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1min_1max_1htlc_1value_1in_1flight_1msat
14792   (JNIEnv *, jclass, jlong, jlong);
14793
14794 /*
14795  * Class:     org_ldk_impl_bindings
14796  * Method:    ChannelHandshakeLimits_get_max_channel_reserve_satoshis
14797  * Signature: (J)J
14798  */
14799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1max_1channel_1reserve_1satoshis
14800   (JNIEnv *, jclass, jlong);
14801
14802 /*
14803  * Class:     org_ldk_impl_bindings
14804  * Method:    ChannelHandshakeLimits_set_max_channel_reserve_satoshis
14805  * Signature: (JJ)V
14806  */
14807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1max_1channel_1reserve_1satoshis
14808   (JNIEnv *, jclass, jlong, jlong);
14809
14810 /*
14811  * Class:     org_ldk_impl_bindings
14812  * Method:    ChannelHandshakeLimits_get_min_max_accepted_htlcs
14813  * Signature: (J)S
14814  */
14815 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1min_1max_1accepted_1htlcs
14816   (JNIEnv *, jclass, jlong);
14817
14818 /*
14819  * Class:     org_ldk_impl_bindings
14820  * Method:    ChannelHandshakeLimits_set_min_max_accepted_htlcs
14821  * Signature: (JS)V
14822  */
14823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1min_1max_1accepted_1htlcs
14824   (JNIEnv *, jclass, jlong, jshort);
14825
14826 /*
14827  * Class:     org_ldk_impl_bindings
14828  * Method:    ChannelHandshakeLimits_get_max_minimum_depth
14829  * Signature: (J)I
14830  */
14831 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1max_1minimum_1depth
14832   (JNIEnv *, jclass, jlong);
14833
14834 /*
14835  * Class:     org_ldk_impl_bindings
14836  * Method:    ChannelHandshakeLimits_set_max_minimum_depth
14837  * Signature: (JI)V
14838  */
14839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1max_1minimum_1depth
14840   (JNIEnv *, jclass, jlong, jint);
14841
14842 /*
14843  * Class:     org_ldk_impl_bindings
14844  * Method:    ChannelHandshakeLimits_get_trust_own_funding_0conf
14845  * Signature: (J)Z
14846  */
14847 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1trust_1own_1funding_10conf
14848   (JNIEnv *, jclass, jlong);
14849
14850 /*
14851  * Class:     org_ldk_impl_bindings
14852  * Method:    ChannelHandshakeLimits_set_trust_own_funding_0conf
14853  * Signature: (JZ)V
14854  */
14855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1trust_1own_1funding_10conf
14856   (JNIEnv *, jclass, jlong, jboolean);
14857
14858 /*
14859  * Class:     org_ldk_impl_bindings
14860  * Method:    ChannelHandshakeLimits_get_force_announced_channel_preference
14861  * Signature: (J)Z
14862  */
14863 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1force_1announced_1channel_1preference
14864   (JNIEnv *, jclass, jlong);
14865
14866 /*
14867  * Class:     org_ldk_impl_bindings
14868  * Method:    ChannelHandshakeLimits_set_force_announced_channel_preference
14869  * Signature: (JZ)V
14870  */
14871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1force_1announced_1channel_1preference
14872   (JNIEnv *, jclass, jlong, jboolean);
14873
14874 /*
14875  * Class:     org_ldk_impl_bindings
14876  * Method:    ChannelHandshakeLimits_get_their_to_self_delay
14877  * Signature: (J)S
14878  */
14879 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1get_1their_1to_1self_1delay
14880   (JNIEnv *, jclass, jlong);
14881
14882 /*
14883  * Class:     org_ldk_impl_bindings
14884  * Method:    ChannelHandshakeLimits_set_their_to_self_delay
14885  * Signature: (JS)V
14886  */
14887 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1set_1their_1to_1self_1delay
14888   (JNIEnv *, jclass, jlong, jshort);
14889
14890 /*
14891  * Class:     org_ldk_impl_bindings
14892  * Method:    ChannelHandshakeLimits_new
14893  * Signature: (JJJJJSIZZS)J
14894  */
14895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1new
14896   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong, jshort, jint, jboolean, jboolean, jshort);
14897
14898 /*
14899  * Class:     org_ldk_impl_bindings
14900  * Method:    ChannelHandshakeLimits_clone_ptr
14901  * Signature: (J)J
14902  */
14903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1clone_1ptr
14904   (JNIEnv *, jclass, jlong);
14905
14906 /*
14907  * Class:     org_ldk_impl_bindings
14908  * Method:    ChannelHandshakeLimits_clone
14909  * Signature: (J)J
14910  */
14911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1clone
14912   (JNIEnv *, jclass, jlong);
14913
14914 /*
14915  * Class:     org_ldk_impl_bindings
14916  * Method:    ChannelHandshakeLimits_default
14917  * Signature: ()J
14918  */
14919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelHandshakeLimits_1default
14920   (JNIEnv *, jclass);
14921
14922 /*
14923  * Class:     org_ldk_impl_bindings
14924  * Method:    ChannelConfig_free
14925  * Signature: (J)V
14926  */
14927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1free
14928   (JNIEnv *, jclass, jlong);
14929
14930 /*
14931  * Class:     org_ldk_impl_bindings
14932  * Method:    ChannelConfig_get_forwarding_fee_proportional_millionths
14933  * Signature: (J)I
14934  */
14935 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1forwarding_1fee_1proportional_1millionths
14936   (JNIEnv *, jclass, jlong);
14937
14938 /*
14939  * Class:     org_ldk_impl_bindings
14940  * Method:    ChannelConfig_set_forwarding_fee_proportional_millionths
14941  * Signature: (JI)V
14942  */
14943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1forwarding_1fee_1proportional_1millionths
14944   (JNIEnv *, jclass, jlong, jint);
14945
14946 /*
14947  * Class:     org_ldk_impl_bindings
14948  * Method:    ChannelConfig_get_forwarding_fee_base_msat
14949  * Signature: (J)I
14950  */
14951 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1forwarding_1fee_1base_1msat
14952   (JNIEnv *, jclass, jlong);
14953
14954 /*
14955  * Class:     org_ldk_impl_bindings
14956  * Method:    ChannelConfig_set_forwarding_fee_base_msat
14957  * Signature: (JI)V
14958  */
14959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1forwarding_1fee_1base_1msat
14960   (JNIEnv *, jclass, jlong, jint);
14961
14962 /*
14963  * Class:     org_ldk_impl_bindings
14964  * Method:    ChannelConfig_get_cltv_expiry_delta
14965  * Signature: (J)S
14966  */
14967 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1cltv_1expiry_1delta
14968   (JNIEnv *, jclass, jlong);
14969
14970 /*
14971  * Class:     org_ldk_impl_bindings
14972  * Method:    ChannelConfig_set_cltv_expiry_delta
14973  * Signature: (JS)V
14974  */
14975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1cltv_1expiry_1delta
14976   (JNIEnv *, jclass, jlong, jshort);
14977
14978 /*
14979  * Class:     org_ldk_impl_bindings
14980  * Method:    ChannelConfig_get_max_dust_htlc_exposure_msat
14981  * Signature: (J)J
14982  */
14983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1max_1dust_1htlc_1exposure_1msat
14984   (JNIEnv *, jclass, jlong);
14985
14986 /*
14987  * Class:     org_ldk_impl_bindings
14988  * Method:    ChannelConfig_set_max_dust_htlc_exposure_msat
14989  * Signature: (JJ)V
14990  */
14991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1max_1dust_1htlc_1exposure_1msat
14992   (JNIEnv *, jclass, jlong, jlong);
14993
14994 /*
14995  * Class:     org_ldk_impl_bindings
14996  * Method:    ChannelConfig_get_force_close_avoidance_max_fee_satoshis
14997  * Signature: (J)J
14998  */
14999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1get_1force_1close_1avoidance_1max_1fee_1satoshis
15000   (JNIEnv *, jclass, jlong);
15001
15002 /*
15003  * Class:     org_ldk_impl_bindings
15004  * Method:    ChannelConfig_set_force_close_avoidance_max_fee_satoshis
15005  * Signature: (JJ)V
15006  */
15007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1set_1force_1close_1avoidance_1max_1fee_1satoshis
15008   (JNIEnv *, jclass, jlong, jlong);
15009
15010 /*
15011  * Class:     org_ldk_impl_bindings
15012  * Method:    ChannelConfig_new
15013  * Signature: (IISJJ)J
15014  */
15015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1new
15016   (JNIEnv *, jclass, jint, jint, jshort, jlong, jlong);
15017
15018 /*
15019  * Class:     org_ldk_impl_bindings
15020  * Method:    ChannelConfig_clone_ptr
15021  * Signature: (J)J
15022  */
15023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1clone_1ptr
15024   (JNIEnv *, jclass, jlong);
15025
15026 /*
15027  * Class:     org_ldk_impl_bindings
15028  * Method:    ChannelConfig_clone
15029  * Signature: (J)J
15030  */
15031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1clone
15032   (JNIEnv *, jclass, jlong);
15033
15034 /*
15035  * Class:     org_ldk_impl_bindings
15036  * Method:    ChannelConfig_eq
15037  * Signature: (JJ)Z
15038  */
15039 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1eq
15040   (JNIEnv *, jclass, jlong, jlong);
15041
15042 /*
15043  * Class:     org_ldk_impl_bindings
15044  * Method:    ChannelConfig_default
15045  * Signature: ()J
15046  */
15047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1default
15048   (JNIEnv *, jclass);
15049
15050 /*
15051  * Class:     org_ldk_impl_bindings
15052  * Method:    ChannelConfig_write
15053  * Signature: (J)[B
15054  */
15055 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1write
15056   (JNIEnv *, jclass, jlong);
15057
15058 /*
15059  * Class:     org_ldk_impl_bindings
15060  * Method:    ChannelConfig_read
15061  * Signature: ([B)J
15062  */
15063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelConfig_1read
15064   (JNIEnv *, jclass, jbyteArray);
15065
15066 /*
15067  * Class:     org_ldk_impl_bindings
15068  * Method:    UserConfig_free
15069  * Signature: (J)V
15070  */
15071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1free
15072   (JNIEnv *, jclass, jlong);
15073
15074 /*
15075  * Class:     org_ldk_impl_bindings
15076  * Method:    UserConfig_get_channel_handshake_config
15077  * Signature: (J)J
15078  */
15079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1channel_1handshake_1config
15080   (JNIEnv *, jclass, jlong);
15081
15082 /*
15083  * Class:     org_ldk_impl_bindings
15084  * Method:    UserConfig_set_channel_handshake_config
15085  * Signature: (JJ)V
15086  */
15087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1channel_1handshake_1config
15088   (JNIEnv *, jclass, jlong, jlong);
15089
15090 /*
15091  * Class:     org_ldk_impl_bindings
15092  * Method:    UserConfig_get_channel_handshake_limits
15093  * Signature: (J)J
15094  */
15095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1channel_1handshake_1limits
15096   (JNIEnv *, jclass, jlong);
15097
15098 /*
15099  * Class:     org_ldk_impl_bindings
15100  * Method:    UserConfig_set_channel_handshake_limits
15101  * Signature: (JJ)V
15102  */
15103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1channel_1handshake_1limits
15104   (JNIEnv *, jclass, jlong, jlong);
15105
15106 /*
15107  * Class:     org_ldk_impl_bindings
15108  * Method:    UserConfig_get_channel_config
15109  * Signature: (J)J
15110  */
15111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1channel_1config
15112   (JNIEnv *, jclass, jlong);
15113
15114 /*
15115  * Class:     org_ldk_impl_bindings
15116  * Method:    UserConfig_set_channel_config
15117  * Signature: (JJ)V
15118  */
15119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1channel_1config
15120   (JNIEnv *, jclass, jlong, jlong);
15121
15122 /*
15123  * Class:     org_ldk_impl_bindings
15124  * Method:    UserConfig_get_accept_forwards_to_priv_channels
15125  * Signature: (J)Z
15126  */
15127 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1accept_1forwards_1to_1priv_1channels
15128   (JNIEnv *, jclass, jlong);
15129
15130 /*
15131  * Class:     org_ldk_impl_bindings
15132  * Method:    UserConfig_set_accept_forwards_to_priv_channels
15133  * Signature: (JZ)V
15134  */
15135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1accept_1forwards_1to_1priv_1channels
15136   (JNIEnv *, jclass, jlong, jboolean);
15137
15138 /*
15139  * Class:     org_ldk_impl_bindings
15140  * Method:    UserConfig_get_accept_inbound_channels
15141  * Signature: (J)Z
15142  */
15143 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1accept_1inbound_1channels
15144   (JNIEnv *, jclass, jlong);
15145
15146 /*
15147  * Class:     org_ldk_impl_bindings
15148  * Method:    UserConfig_set_accept_inbound_channels
15149  * Signature: (JZ)V
15150  */
15151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1accept_1inbound_1channels
15152   (JNIEnv *, jclass, jlong, jboolean);
15153
15154 /*
15155  * Class:     org_ldk_impl_bindings
15156  * Method:    UserConfig_get_manually_accept_inbound_channels
15157  * Signature: (J)Z
15158  */
15159 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1manually_1accept_1inbound_1channels
15160   (JNIEnv *, jclass, jlong);
15161
15162 /*
15163  * Class:     org_ldk_impl_bindings
15164  * Method:    UserConfig_set_manually_accept_inbound_channels
15165  * Signature: (JZ)V
15166  */
15167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1manually_1accept_1inbound_1channels
15168   (JNIEnv *, jclass, jlong, jboolean);
15169
15170 /*
15171  * Class:     org_ldk_impl_bindings
15172  * Method:    UserConfig_get_accept_intercept_htlcs
15173  * Signature: (J)Z
15174  */
15175 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_UserConfig_1get_1accept_1intercept_1htlcs
15176   (JNIEnv *, jclass, jlong);
15177
15178 /*
15179  * Class:     org_ldk_impl_bindings
15180  * Method:    UserConfig_set_accept_intercept_htlcs
15181  * Signature: (JZ)V
15182  */
15183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UserConfig_1set_1accept_1intercept_1htlcs
15184   (JNIEnv *, jclass, jlong, jboolean);
15185
15186 /*
15187  * Class:     org_ldk_impl_bindings
15188  * Method:    UserConfig_new
15189  * Signature: (JJJZZZZ)J
15190  */
15191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1new
15192   (JNIEnv *, jclass, jlong, jlong, jlong, jboolean, jboolean, jboolean, jboolean);
15193
15194 /*
15195  * Class:     org_ldk_impl_bindings
15196  * Method:    UserConfig_clone_ptr
15197  * Signature: (J)J
15198  */
15199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1clone_1ptr
15200   (JNIEnv *, jclass, jlong);
15201
15202 /*
15203  * Class:     org_ldk_impl_bindings
15204  * Method:    UserConfig_clone
15205  * Signature: (J)J
15206  */
15207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1clone
15208   (JNIEnv *, jclass, jlong);
15209
15210 /*
15211  * Class:     org_ldk_impl_bindings
15212  * Method:    UserConfig_default
15213  * Signature: ()J
15214  */
15215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UserConfig_1default
15216   (JNIEnv *, jclass);
15217
15218 /*
15219  * Class:     org_ldk_impl_bindings
15220  * Method:    BestBlock_free
15221  * Signature: (J)V
15222  */
15223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BestBlock_1free
15224   (JNIEnv *, jclass, jlong);
15225
15226 /*
15227  * Class:     org_ldk_impl_bindings
15228  * Method:    BestBlock_clone_ptr
15229  * Signature: (J)J
15230  */
15231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BestBlock_1clone_1ptr
15232   (JNIEnv *, jclass, jlong);
15233
15234 /*
15235  * Class:     org_ldk_impl_bindings
15236  * Method:    BestBlock_clone
15237  * Signature: (J)J
15238  */
15239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BestBlock_1clone
15240   (JNIEnv *, jclass, jlong);
15241
15242 /*
15243  * Class:     org_ldk_impl_bindings
15244  * Method:    BestBlock_eq
15245  * Signature: (JJ)Z
15246  */
15247 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_BestBlock_1eq
15248   (JNIEnv *, jclass, jlong, jlong);
15249
15250 /*
15251  * Class:     org_ldk_impl_bindings
15252  * Method:    BestBlock_from_network
15253  * Signature: (Lorg/ldk/enums/Network;)J
15254  */
15255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BestBlock_1from_1network
15256   (JNIEnv *, jclass, jobject);
15257
15258 /*
15259  * Class:     org_ldk_impl_bindings
15260  * Method:    BestBlock_new
15261  * Signature: ([BI)J
15262  */
15263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BestBlock_1new
15264   (JNIEnv *, jclass, jbyteArray, jint);
15265
15266 /*
15267  * Class:     org_ldk_impl_bindings
15268  * Method:    BestBlock_block_hash
15269  * Signature: (J)[B
15270  */
15271 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BestBlock_1block_1hash
15272   (JNIEnv *, jclass, jlong);
15273
15274 /*
15275  * Class:     org_ldk_impl_bindings
15276  * Method:    BestBlock_height
15277  * Signature: (J)I
15278  */
15279 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_BestBlock_1height
15280   (JNIEnv *, jclass, jlong);
15281
15282 /*
15283  * Class:     org_ldk_impl_bindings
15284  * Method:    Listen_free
15285  * Signature: (J)V
15286  */
15287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Listen_1free
15288   (JNIEnv *, jclass, jlong);
15289
15290 /*
15291  * Class:     org_ldk_impl_bindings
15292  * Method:    Confirm_free
15293  * Signature: (J)V
15294  */
15295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Confirm_1free
15296   (JNIEnv *, jclass, jlong);
15297
15298 /*
15299  * Class:     org_ldk_impl_bindings
15300  * Method:    ChannelMonitorUpdateStatus_clone
15301  * Signature: (J)Lorg/ldk/enums/ChannelMonitorUpdateStatus;
15302  */
15303 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdateStatus_1clone
15304   (JNIEnv *, jclass, jlong);
15305
15306 /*
15307  * Class:     org_ldk_impl_bindings
15308  * Method:    ChannelMonitorUpdateStatus_completed
15309  * Signature: ()Lorg/ldk/enums/ChannelMonitorUpdateStatus;
15310  */
15311 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdateStatus_1completed
15312   (JNIEnv *, jclass);
15313
15314 /*
15315  * Class:     org_ldk_impl_bindings
15316  * Method:    ChannelMonitorUpdateStatus_in_progress
15317  * Signature: ()Lorg/ldk/enums/ChannelMonitorUpdateStatus;
15318  */
15319 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdateStatus_1in_1progress
15320   (JNIEnv *, jclass);
15321
15322 /*
15323  * Class:     org_ldk_impl_bindings
15324  * Method:    ChannelMonitorUpdateStatus_permanent_failure
15325  * Signature: ()Lorg/ldk/enums/ChannelMonitorUpdateStatus;
15326  */
15327 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdateStatus_1permanent_1failure
15328   (JNIEnv *, jclass);
15329
15330 /*
15331  * Class:     org_ldk_impl_bindings
15332  * Method:    ChannelMonitorUpdateStatus_eq
15333  * Signature: (JJ)Z
15334  */
15335 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdateStatus_1eq
15336   (JNIEnv *, jclass, jlong, jlong);
15337
15338 /*
15339  * Class:     org_ldk_impl_bindings
15340  * Method:    Watch_free
15341  * Signature: (J)V
15342  */
15343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Watch_1free
15344   (JNIEnv *, jclass, jlong);
15345
15346 /*
15347  * Class:     org_ldk_impl_bindings
15348  * Method:    Filter_free
15349  * Signature: (J)V
15350  */
15351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Filter_1free
15352   (JNIEnv *, jclass, jlong);
15353
15354 /*
15355  * Class:     org_ldk_impl_bindings
15356  * Method:    WatchedOutput_free
15357  * Signature: (J)V
15358  */
15359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1free
15360   (JNIEnv *, jclass, jlong);
15361
15362 /*
15363  * Class:     org_ldk_impl_bindings
15364  * Method:    WatchedOutput_get_block_hash
15365  * Signature: (J)[B
15366  */
15367 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1get_1block_1hash
15368   (JNIEnv *, jclass, jlong);
15369
15370 /*
15371  * Class:     org_ldk_impl_bindings
15372  * Method:    WatchedOutput_set_block_hash
15373  * Signature: (J[B)V
15374  */
15375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1set_1block_1hash
15376   (JNIEnv *, jclass, jlong, jbyteArray);
15377
15378 /*
15379  * Class:     org_ldk_impl_bindings
15380  * Method:    WatchedOutput_get_outpoint
15381  * Signature: (J)J
15382  */
15383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1get_1outpoint
15384   (JNIEnv *, jclass, jlong);
15385
15386 /*
15387  * Class:     org_ldk_impl_bindings
15388  * Method:    WatchedOutput_set_outpoint
15389  * Signature: (JJ)V
15390  */
15391 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1set_1outpoint
15392   (JNIEnv *, jclass, jlong, jlong);
15393
15394 /*
15395  * Class:     org_ldk_impl_bindings
15396  * Method:    WatchedOutput_get_script_pubkey
15397  * Signature: (J)[B
15398  */
15399 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1get_1script_1pubkey
15400   (JNIEnv *, jclass, jlong);
15401
15402 /*
15403  * Class:     org_ldk_impl_bindings
15404  * Method:    WatchedOutput_set_script_pubkey
15405  * Signature: (J[B)V
15406  */
15407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1set_1script_1pubkey
15408   (JNIEnv *, jclass, jlong, jbyteArray);
15409
15410 /*
15411  * Class:     org_ldk_impl_bindings
15412  * Method:    WatchedOutput_new
15413  * Signature: ([BJ[B)J
15414  */
15415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1new
15416   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray);
15417
15418 /*
15419  * Class:     org_ldk_impl_bindings
15420  * Method:    WatchedOutput_clone_ptr
15421  * Signature: (J)J
15422  */
15423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1clone_1ptr
15424   (JNIEnv *, jclass, jlong);
15425
15426 /*
15427  * Class:     org_ldk_impl_bindings
15428  * Method:    WatchedOutput_clone
15429  * Signature: (J)J
15430  */
15431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1clone
15432   (JNIEnv *, jclass, jlong);
15433
15434 /*
15435  * Class:     org_ldk_impl_bindings
15436  * Method:    WatchedOutput_eq
15437  * Signature: (JJ)Z
15438  */
15439 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1eq
15440   (JNIEnv *, jclass, jlong, jlong);
15441
15442 /*
15443  * Class:     org_ldk_impl_bindings
15444  * Method:    WatchedOutput_hash
15445  * Signature: (J)J
15446  */
15447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WatchedOutput_1hash
15448   (JNIEnv *, jclass, jlong);
15449
15450 /*
15451  * Class:     org_ldk_impl_bindings
15452  * Method:    BroadcasterInterface_free
15453  * Signature: (J)V
15454  */
15455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BroadcasterInterface_1free
15456   (JNIEnv *, jclass, jlong);
15457
15458 /*
15459  * Class:     org_ldk_impl_bindings
15460  * Method:    ConfirmationTarget_clone
15461  * Signature: (J)Lorg/ldk/enums/ConfirmationTarget;
15462  */
15463 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ConfirmationTarget_1clone
15464   (JNIEnv *, jclass, jlong);
15465
15466 /*
15467  * Class:     org_ldk_impl_bindings
15468  * Method:    ConfirmationTarget_background
15469  * Signature: ()Lorg/ldk/enums/ConfirmationTarget;
15470  */
15471 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ConfirmationTarget_1background
15472   (JNIEnv *, jclass);
15473
15474 /*
15475  * Class:     org_ldk_impl_bindings
15476  * Method:    ConfirmationTarget_normal
15477  * Signature: ()Lorg/ldk/enums/ConfirmationTarget;
15478  */
15479 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ConfirmationTarget_1normal
15480   (JNIEnv *, jclass);
15481
15482 /*
15483  * Class:     org_ldk_impl_bindings
15484  * Method:    ConfirmationTarget_high_priority
15485  * Signature: ()Lorg/ldk/enums/ConfirmationTarget;
15486  */
15487 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ConfirmationTarget_1high_1priority
15488   (JNIEnv *, jclass);
15489
15490 /*
15491  * Class:     org_ldk_impl_bindings
15492  * Method:    ConfirmationTarget_hash
15493  * Signature: (J)J
15494  */
15495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ConfirmationTarget_1hash
15496   (JNIEnv *, jclass, jlong);
15497
15498 /*
15499  * Class:     org_ldk_impl_bindings
15500  * Method:    ConfirmationTarget_eq
15501  * Signature: (JJ)Z
15502  */
15503 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ConfirmationTarget_1eq
15504   (JNIEnv *, jclass, jlong, jlong);
15505
15506 /*
15507  * Class:     org_ldk_impl_bindings
15508  * Method:    FeeEstimator_free
15509  * Signature: (J)V
15510  */
15511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FeeEstimator_1free
15512   (JNIEnv *, jclass, jlong);
15513
15514 /*
15515  * Class:     org_ldk_impl_bindings
15516  * Method:    MonitorUpdateId_free
15517  * Signature: (J)V
15518  */
15519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MonitorUpdateId_1free
15520   (JNIEnv *, jclass, jlong);
15521
15522 /*
15523  * Class:     org_ldk_impl_bindings
15524  * Method:    MonitorUpdateId_clone_ptr
15525  * Signature: (J)J
15526  */
15527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorUpdateId_1clone_1ptr
15528   (JNIEnv *, jclass, jlong);
15529
15530 /*
15531  * Class:     org_ldk_impl_bindings
15532  * Method:    MonitorUpdateId_clone
15533  * Signature: (J)J
15534  */
15535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorUpdateId_1clone
15536   (JNIEnv *, jclass, jlong);
15537
15538 /*
15539  * Class:     org_ldk_impl_bindings
15540  * Method:    MonitorUpdateId_hash
15541  * Signature: (J)J
15542  */
15543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorUpdateId_1hash
15544   (JNIEnv *, jclass, jlong);
15545
15546 /*
15547  * Class:     org_ldk_impl_bindings
15548  * Method:    MonitorUpdateId_eq
15549  * Signature: (JJ)Z
15550  */
15551 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_MonitorUpdateId_1eq
15552   (JNIEnv *, jclass, jlong, jlong);
15553
15554 /*
15555  * Class:     org_ldk_impl_bindings
15556  * Method:    Persist_free
15557  * Signature: (J)V
15558  */
15559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Persist_1free
15560   (JNIEnv *, jclass, jlong);
15561
15562 /*
15563  * Class:     org_ldk_impl_bindings
15564  * Method:    LockedChannelMonitor_free
15565  * Signature: (J)V
15566  */
15567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LockedChannelMonitor_1free
15568   (JNIEnv *, jclass, jlong);
15569
15570 /*
15571  * Class:     org_ldk_impl_bindings
15572  * Method:    ChainMonitor_free
15573  * Signature: (J)V
15574  */
15575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1free
15576   (JNIEnv *, jclass, jlong);
15577
15578 /*
15579  * Class:     org_ldk_impl_bindings
15580  * Method:    ChainMonitor_new
15581  * Signature: (JJJJJ)J
15582  */
15583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1new
15584   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong);
15585
15586 /*
15587  * Class:     org_ldk_impl_bindings
15588  * Method:    ChainMonitor_get_claimable_balances
15589  * Signature: (J[J)[J
15590  */
15591 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1get_1claimable_1balances
15592   (JNIEnv *, jclass, jlong, jlongArray);
15593
15594 /*
15595  * Class:     org_ldk_impl_bindings
15596  * Method:    ChainMonitor_get_monitor
15597  * Signature: (JJ)J
15598  */
15599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1get_1monitor
15600   (JNIEnv *, jclass, jlong, jlong);
15601
15602 /*
15603  * Class:     org_ldk_impl_bindings
15604  * Method:    ChainMonitor_list_monitors
15605  * Signature: (J)[J
15606  */
15607 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1list_1monitors
15608   (JNIEnv *, jclass, jlong);
15609
15610 /*
15611  * Class:     org_ldk_impl_bindings
15612  * Method:    ChainMonitor_list_pending_monitor_updates
15613  * Signature: (J)[J
15614  */
15615 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1list_1pending_1monitor_1updates
15616   (JNIEnv *, jclass, jlong);
15617
15618 /*
15619  * Class:     org_ldk_impl_bindings
15620  * Method:    ChainMonitor_channel_monitor_updated
15621  * Signature: (JJJ)J
15622  */
15623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1channel_1monitor_1updated
15624   (JNIEnv *, jclass, jlong, jlong, jlong);
15625
15626 /*
15627  * Class:     org_ldk_impl_bindings
15628  * Method:    ChainMonitor_get_update_future
15629  * Signature: (J)J
15630  */
15631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1get_1update_1future
15632   (JNIEnv *, jclass, jlong);
15633
15634 /*
15635  * Class:     org_ldk_impl_bindings
15636  * Method:    ChainMonitor_rebroadcast_pending_claims
15637  * Signature: (J)V
15638  */
15639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1rebroadcast_1pending_1claims
15640   (JNIEnv *, jclass, jlong);
15641
15642 /*
15643  * Class:     org_ldk_impl_bindings
15644  * Method:    ChainMonitor_as_Listen
15645  * Signature: (J)J
15646  */
15647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1as_1Listen
15648   (JNIEnv *, jclass, jlong);
15649
15650 /*
15651  * Class:     org_ldk_impl_bindings
15652  * Method:    ChainMonitor_as_Confirm
15653  * Signature: (J)J
15654  */
15655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1as_1Confirm
15656   (JNIEnv *, jclass, jlong);
15657
15658 /*
15659  * Class:     org_ldk_impl_bindings
15660  * Method:    ChainMonitor_as_Watch
15661  * Signature: (J)J
15662  */
15663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1as_1Watch
15664   (JNIEnv *, jclass, jlong);
15665
15666 /*
15667  * Class:     org_ldk_impl_bindings
15668  * Method:    ChainMonitor_as_EventsProvider
15669  * Signature: (J)J
15670  */
15671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainMonitor_1as_1EventsProvider
15672   (JNIEnv *, jclass, jlong);
15673
15674 /*
15675  * Class:     org_ldk_impl_bindings
15676  * Method:    ChannelMonitorUpdate_free
15677  * Signature: (J)V
15678  */
15679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1free
15680   (JNIEnv *, jclass, jlong);
15681
15682 /*
15683  * Class:     org_ldk_impl_bindings
15684  * Method:    ChannelMonitorUpdate_get_update_id
15685  * Signature: (J)J
15686  */
15687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1get_1update_1id
15688   (JNIEnv *, jclass, jlong);
15689
15690 /*
15691  * Class:     org_ldk_impl_bindings
15692  * Method:    ChannelMonitorUpdate_set_update_id
15693  * Signature: (JJ)V
15694  */
15695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1set_1update_1id
15696   (JNIEnv *, jclass, jlong, jlong);
15697
15698 /*
15699  * Class:     org_ldk_impl_bindings
15700  * Method:    ChannelMonitorUpdate_clone_ptr
15701  * Signature: (J)J
15702  */
15703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1clone_1ptr
15704   (JNIEnv *, jclass, jlong);
15705
15706 /*
15707  * Class:     org_ldk_impl_bindings
15708  * Method:    ChannelMonitorUpdate_clone
15709  * Signature: (J)J
15710  */
15711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1clone
15712   (JNIEnv *, jclass, jlong);
15713
15714 /*
15715  * Class:     org_ldk_impl_bindings
15716  * Method:    ChannelMonitorUpdate_eq
15717  * Signature: (JJ)Z
15718  */
15719 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1eq
15720   (JNIEnv *, jclass, jlong, jlong);
15721
15722 /*
15723  * Class:     org_ldk_impl_bindings
15724  * Method:    ChannelMonitorUpdate_write
15725  * Signature: (J)[B
15726  */
15727 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1write
15728   (JNIEnv *, jclass, jlong);
15729
15730 /*
15731  * Class:     org_ldk_impl_bindings
15732  * Method:    ChannelMonitorUpdate_read
15733  * Signature: ([B)J
15734  */
15735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitorUpdate_1read
15736   (JNIEnv *, jclass, jbyteArray);
15737
15738 /*
15739  * Class:     org_ldk_impl_bindings
15740  * Method:    MonitorEvent_free
15741  * Signature: (J)V
15742  */
15743 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1free
15744   (JNIEnv *, jclass, jlong);
15745
15746 /*
15747  * Class:     org_ldk_impl_bindings
15748  * Method:    MonitorEvent_clone_ptr
15749  * Signature: (J)J
15750  */
15751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1clone_1ptr
15752   (JNIEnv *, jclass, jlong);
15753
15754 /*
15755  * Class:     org_ldk_impl_bindings
15756  * Method:    MonitorEvent_clone
15757  * Signature: (J)J
15758  */
15759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1clone
15760   (JNIEnv *, jclass, jlong);
15761
15762 /*
15763  * Class:     org_ldk_impl_bindings
15764  * Method:    MonitorEvent_htlcevent
15765  * Signature: (J)J
15766  */
15767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1htlcevent
15768   (JNIEnv *, jclass, jlong);
15769
15770 /*
15771  * Class:     org_ldk_impl_bindings
15772  * Method:    MonitorEvent_commitment_tx_confirmed
15773  * Signature: (J)J
15774  */
15775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1commitment_1tx_1confirmed
15776   (JNIEnv *, jclass, jlong);
15777
15778 /*
15779  * Class:     org_ldk_impl_bindings
15780  * Method:    MonitorEvent_completed
15781  * Signature: (JJ)J
15782  */
15783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1completed
15784   (JNIEnv *, jclass, jlong, jlong);
15785
15786 /*
15787  * Class:     org_ldk_impl_bindings
15788  * Method:    MonitorEvent_update_failed
15789  * Signature: (J)J
15790  */
15791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1update_1failed
15792   (JNIEnv *, jclass, jlong);
15793
15794 /*
15795  * Class:     org_ldk_impl_bindings
15796  * Method:    MonitorEvent_eq
15797  * Signature: (JJ)Z
15798  */
15799 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1eq
15800   (JNIEnv *, jclass, jlong, jlong);
15801
15802 /*
15803  * Class:     org_ldk_impl_bindings
15804  * Method:    MonitorEvent_write
15805  * Signature: (J)[B
15806  */
15807 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1write
15808   (JNIEnv *, jclass, jlong);
15809
15810 /*
15811  * Class:     org_ldk_impl_bindings
15812  * Method:    MonitorEvent_read
15813  * Signature: ([B)J
15814  */
15815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MonitorEvent_1read
15816   (JNIEnv *, jclass, jbyteArray);
15817
15818 /*
15819  * Class:     org_ldk_impl_bindings
15820  * Method:    HTLCUpdate_free
15821  * Signature: (J)V
15822  */
15823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1free
15824   (JNIEnv *, jclass, jlong);
15825
15826 /*
15827  * Class:     org_ldk_impl_bindings
15828  * Method:    HTLCUpdate_clone_ptr
15829  * Signature: (J)J
15830  */
15831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1clone_1ptr
15832   (JNIEnv *, jclass, jlong);
15833
15834 /*
15835  * Class:     org_ldk_impl_bindings
15836  * Method:    HTLCUpdate_clone
15837  * Signature: (J)J
15838  */
15839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1clone
15840   (JNIEnv *, jclass, jlong);
15841
15842 /*
15843  * Class:     org_ldk_impl_bindings
15844  * Method:    HTLCUpdate_eq
15845  * Signature: (JJ)Z
15846  */
15847 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1eq
15848   (JNIEnv *, jclass, jlong, jlong);
15849
15850 /*
15851  * Class:     org_ldk_impl_bindings
15852  * Method:    HTLCUpdate_write
15853  * Signature: (J)[B
15854  */
15855 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1write
15856   (JNIEnv *, jclass, jlong);
15857
15858 /*
15859  * Class:     org_ldk_impl_bindings
15860  * Method:    HTLCUpdate_read
15861  * Signature: ([B)J
15862  */
15863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCUpdate_1read
15864   (JNIEnv *, jclass, jbyteArray);
15865
15866 /*
15867  * Class:     org_ldk_impl_bindings
15868  * Method:    Balance_free
15869  * Signature: (J)V
15870  */
15871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Balance_1free
15872   (JNIEnv *, jclass, jlong);
15873
15874 /*
15875  * Class:     org_ldk_impl_bindings
15876  * Method:    Balance_clone_ptr
15877  * Signature: (J)J
15878  */
15879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Balance_1clone_1ptr
15880   (JNIEnv *, jclass, jlong);
15881
15882 /*
15883  * Class:     org_ldk_impl_bindings
15884  * Method:    Balance_clone
15885  * Signature: (J)J
15886  */
15887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Balance_1clone
15888   (JNIEnv *, jclass, jlong);
15889
15890 /*
15891  * Class:     org_ldk_impl_bindings
15892  * Method:    Balance_claimable_on_channel_close
15893  * Signature: (J)J
15894  */
15895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Balance_1claimable_1on_1channel_1close
15896   (JNIEnv *, jclass, jlong);
15897
15898 /*
15899  * Class:     org_ldk_impl_bindings
15900  * Method:    Balance_claimable_awaiting_confirmations
15901  * Signature: (JI)J
15902  */
15903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Balance_1claimable_1awaiting_1confirmations
15904   (JNIEnv *, jclass, jlong, jint);
15905
15906 /*
15907  * Class:     org_ldk_impl_bindings
15908  * Method:    Balance_contentious_claimable
15909  * Signature: (JI)J
15910  */
15911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Balance_1contentious_1claimable
15912   (JNIEnv *, jclass, jlong, jint);
15913
15914 /*
15915  * Class:     org_ldk_impl_bindings
15916  * Method:    Balance_maybe_timeout_claimable_htlc
15917  * Signature: (JI)J
15918  */
15919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Balance_1maybe_1timeout_1claimable_1htlc
15920   (JNIEnv *, jclass, jlong, jint);
15921
15922 /*
15923  * Class:     org_ldk_impl_bindings
15924  * Method:    Balance_maybe_preimage_claimable_htlc
15925  * Signature: (JI)J
15926  */
15927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Balance_1maybe_1preimage_1claimable_1htlc
15928   (JNIEnv *, jclass, jlong, jint);
15929
15930 /*
15931  * Class:     org_ldk_impl_bindings
15932  * Method:    Balance_counterparty_revoked_output_claimable
15933  * Signature: (J)J
15934  */
15935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Balance_1counterparty_1revoked_1output_1claimable
15936   (JNIEnv *, jclass, jlong);
15937
15938 /*
15939  * Class:     org_ldk_impl_bindings
15940  * Method:    Balance_eq
15941  * Signature: (JJ)Z
15942  */
15943 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Balance_1eq
15944   (JNIEnv *, jclass, jlong, jlong);
15945
15946 /*
15947  * Class:     org_ldk_impl_bindings
15948  * Method:    ChannelMonitor_free
15949  * Signature: (J)V
15950  */
15951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1free
15952   (JNIEnv *, jclass, jlong);
15953
15954 /*
15955  * Class:     org_ldk_impl_bindings
15956  * Method:    ChannelMonitor_clone_ptr
15957  * Signature: (J)J
15958  */
15959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1clone_1ptr
15960   (JNIEnv *, jclass, jlong);
15961
15962 /*
15963  * Class:     org_ldk_impl_bindings
15964  * Method:    ChannelMonitor_clone
15965  * Signature: (J)J
15966  */
15967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1clone
15968   (JNIEnv *, jclass, jlong);
15969
15970 /*
15971  * Class:     org_ldk_impl_bindings
15972  * Method:    ChannelMonitor_write
15973  * Signature: (J)[B
15974  */
15975 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1write
15976   (JNIEnv *, jclass, jlong);
15977
15978 /*
15979  * Class:     org_ldk_impl_bindings
15980  * Method:    ChannelMonitor_update_monitor
15981  * Signature: (JJJJJ)J
15982  */
15983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1update_1monitor
15984   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong);
15985
15986 /*
15987  * Class:     org_ldk_impl_bindings
15988  * Method:    ChannelMonitor_get_latest_update_id
15989  * Signature: (J)J
15990  */
15991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1latest_1update_1id
15992   (JNIEnv *, jclass, jlong);
15993
15994 /*
15995  * Class:     org_ldk_impl_bindings
15996  * Method:    ChannelMonitor_get_funding_txo
15997  * Signature: (J)J
15998  */
15999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1funding_1txo
16000   (JNIEnv *, jclass, jlong);
16001
16002 /*
16003  * Class:     org_ldk_impl_bindings
16004  * Method:    ChannelMonitor_get_outputs_to_watch
16005  * Signature: (J)[J
16006  */
16007 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1outputs_1to_1watch
16008   (JNIEnv *, jclass, jlong);
16009
16010 /*
16011  * Class:     org_ldk_impl_bindings
16012  * Method:    ChannelMonitor_load_outputs_to_watch
16013  * Signature: (JJ)V
16014  */
16015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1load_1outputs_1to_1watch
16016   (JNIEnv *, jclass, jlong, jlong);
16017
16018 /*
16019  * Class:     org_ldk_impl_bindings
16020  * Method:    ChannelMonitor_get_and_clear_pending_monitor_events
16021  * Signature: (J)[J
16022  */
16023 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1and_1clear_1pending_1monitor_1events
16024   (JNIEnv *, jclass, jlong);
16025
16026 /*
16027  * Class:     org_ldk_impl_bindings
16028  * Method:    ChannelMonitor_get_and_clear_pending_events
16029  * Signature: (J)[J
16030  */
16031 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1and_1clear_1pending_1events
16032   (JNIEnv *, jclass, jlong);
16033
16034 /*
16035  * Class:     org_ldk_impl_bindings
16036  * Method:    ChannelMonitor_get_counterparty_node_id
16037  * Signature: (J)[B
16038  */
16039 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1counterparty_1node_1id
16040   (JNIEnv *, jclass, jlong);
16041
16042 /*
16043  * Class:     org_ldk_impl_bindings
16044  * Method:    ChannelMonitor_get_latest_holder_commitment_txn
16045  * Signature: (JJ)[[B
16046  */
16047 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1latest_1holder_1commitment_1txn
16048   (JNIEnv *, jclass, jlong, jlong);
16049
16050 /*
16051  * Class:     org_ldk_impl_bindings
16052  * Method:    ChannelMonitor_block_connected
16053  * Signature: (J[B[JIJJJ)[J
16054  */
16055 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1block_1connected
16056   (JNIEnv *, jclass, jlong, jbyteArray, jlongArray, jint, jlong, jlong, jlong);
16057
16058 /*
16059  * Class:     org_ldk_impl_bindings
16060  * Method:    ChannelMonitor_block_disconnected
16061  * Signature: (J[BIJJJ)V
16062  */
16063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1block_1disconnected
16064   (JNIEnv *, jclass, jlong, jbyteArray, jint, jlong, jlong, jlong);
16065
16066 /*
16067  * Class:     org_ldk_impl_bindings
16068  * Method:    ChannelMonitor_transactions_confirmed
16069  * Signature: (J[B[JIJJJ)[J
16070  */
16071 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1transactions_1confirmed
16072   (JNIEnv *, jclass, jlong, jbyteArray, jlongArray, jint, jlong, jlong, jlong);
16073
16074 /*
16075  * Class:     org_ldk_impl_bindings
16076  * Method:    ChannelMonitor_transaction_unconfirmed
16077  * Signature: (J[BJJJ)V
16078  */
16079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1transaction_1unconfirmed
16080   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong, jlong);
16081
16082 /*
16083  * Class:     org_ldk_impl_bindings
16084  * Method:    ChannelMonitor_best_block_updated
16085  * Signature: (J[BIJJJ)[J
16086  */
16087 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1best_1block_1updated
16088   (JNIEnv *, jclass, jlong, jbyteArray, jint, jlong, jlong, jlong);
16089
16090 /*
16091  * Class:     org_ldk_impl_bindings
16092  * Method:    ChannelMonitor_get_relevant_txids
16093  * Signature: (J)[J
16094  */
16095 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1relevant_1txids
16096   (JNIEnv *, jclass, jlong);
16097
16098 /*
16099  * Class:     org_ldk_impl_bindings
16100  * Method:    ChannelMonitor_current_best_block
16101  * Signature: (J)J
16102  */
16103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1current_1best_1block
16104   (JNIEnv *, jclass, jlong);
16105
16106 /*
16107  * Class:     org_ldk_impl_bindings
16108  * Method:    ChannelMonitor_rebroadcast_pending_claims
16109  * Signature: (JJJJ)V
16110  */
16111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1rebroadcast_1pending_1claims
16112   (JNIEnv *, jclass, jlong, jlong, jlong, jlong);
16113
16114 /*
16115  * Class:     org_ldk_impl_bindings
16116  * Method:    ChannelMonitor_get_claimable_balances
16117  * Signature: (J)[J
16118  */
16119 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelMonitor_1get_1claimable_1balances
16120   (JNIEnv *, jclass, jlong);
16121
16122 /*
16123  * Class:     org_ldk_impl_bindings
16124  * Method:    C2Tuple_BlockHashChannelMonitorZ_read
16125  * Signature: ([BJJ)J
16126  */
16127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelMonitorZ_1read
16128   (JNIEnv *, jclass, jbyteArray, jlong, jlong);
16129
16130 /*
16131  * Class:     org_ldk_impl_bindings
16132  * Method:    OutPoint_free
16133  * Signature: (J)V
16134  */
16135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OutPoint_1free
16136   (JNIEnv *, jclass, jlong);
16137
16138 /*
16139  * Class:     org_ldk_impl_bindings
16140  * Method:    OutPoint_get_txid
16141  * Signature: (J)[B
16142  */
16143 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OutPoint_1get_1txid
16144   (JNIEnv *, jclass, jlong);
16145
16146 /*
16147  * Class:     org_ldk_impl_bindings
16148  * Method:    OutPoint_set_txid
16149  * Signature: (J[B)V
16150  */
16151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OutPoint_1set_1txid
16152   (JNIEnv *, jclass, jlong, jbyteArray);
16153
16154 /*
16155  * Class:     org_ldk_impl_bindings
16156  * Method:    OutPoint_get_index
16157  * Signature: (J)S
16158  */
16159 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_OutPoint_1get_1index
16160   (JNIEnv *, jclass, jlong);
16161
16162 /*
16163  * Class:     org_ldk_impl_bindings
16164  * Method:    OutPoint_set_index
16165  * Signature: (JS)V
16166  */
16167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OutPoint_1set_1index
16168   (JNIEnv *, jclass, jlong, jshort);
16169
16170 /*
16171  * Class:     org_ldk_impl_bindings
16172  * Method:    OutPoint_new
16173  * Signature: ([BS)J
16174  */
16175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OutPoint_1new
16176   (JNIEnv *, jclass, jbyteArray, jshort);
16177
16178 /*
16179  * Class:     org_ldk_impl_bindings
16180  * Method:    OutPoint_clone_ptr
16181  * Signature: (J)J
16182  */
16183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OutPoint_1clone_1ptr
16184   (JNIEnv *, jclass, jlong);
16185
16186 /*
16187  * Class:     org_ldk_impl_bindings
16188  * Method:    OutPoint_clone
16189  * Signature: (J)J
16190  */
16191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OutPoint_1clone
16192   (JNIEnv *, jclass, jlong);
16193
16194 /*
16195  * Class:     org_ldk_impl_bindings
16196  * Method:    OutPoint_eq
16197  * Signature: (JJ)Z
16198  */
16199 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_OutPoint_1eq
16200   (JNIEnv *, jclass, jlong, jlong);
16201
16202 /*
16203  * Class:     org_ldk_impl_bindings
16204  * Method:    OutPoint_hash
16205  * Signature: (J)J
16206  */
16207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OutPoint_1hash
16208   (JNIEnv *, jclass, jlong);
16209
16210 /*
16211  * Class:     org_ldk_impl_bindings
16212  * Method:    OutPoint_to_channel_id
16213  * Signature: (J)[B
16214  */
16215 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OutPoint_1to_1channel_1id
16216   (JNIEnv *, jclass, jlong);
16217
16218 /*
16219  * Class:     org_ldk_impl_bindings
16220  * Method:    OutPoint_write
16221  * Signature: (J)[B
16222  */
16223 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OutPoint_1write
16224   (JNIEnv *, jclass, jlong);
16225
16226 /*
16227  * Class:     org_ldk_impl_bindings
16228  * Method:    OutPoint_read
16229  * Signature: ([B)J
16230  */
16231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OutPoint_1read
16232   (JNIEnv *, jclass, jbyteArray);
16233
16234 /*
16235  * Class:     org_ldk_impl_bindings
16236  * Method:    DelayedPaymentOutputDescriptor_free
16237  * Signature: (J)V
16238  */
16239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1free
16240   (JNIEnv *, jclass, jlong);
16241
16242 /*
16243  * Class:     org_ldk_impl_bindings
16244  * Method:    DelayedPaymentOutputDescriptor_get_outpoint
16245  * Signature: (J)J
16246  */
16247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1outpoint
16248   (JNIEnv *, jclass, jlong);
16249
16250 /*
16251  * Class:     org_ldk_impl_bindings
16252  * Method:    DelayedPaymentOutputDescriptor_set_outpoint
16253  * Signature: (JJ)V
16254  */
16255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1outpoint
16256   (JNIEnv *, jclass, jlong, jlong);
16257
16258 /*
16259  * Class:     org_ldk_impl_bindings
16260  * Method:    DelayedPaymentOutputDescriptor_get_per_commitment_point
16261  * Signature: (J)[B
16262  */
16263 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1per_1commitment_1point
16264   (JNIEnv *, jclass, jlong);
16265
16266 /*
16267  * Class:     org_ldk_impl_bindings
16268  * Method:    DelayedPaymentOutputDescriptor_set_per_commitment_point
16269  * Signature: (J[B)V
16270  */
16271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1per_1commitment_1point
16272   (JNIEnv *, jclass, jlong, jbyteArray);
16273
16274 /*
16275  * Class:     org_ldk_impl_bindings
16276  * Method:    DelayedPaymentOutputDescriptor_get_to_self_delay
16277  * Signature: (J)S
16278  */
16279 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1to_1self_1delay
16280   (JNIEnv *, jclass, jlong);
16281
16282 /*
16283  * Class:     org_ldk_impl_bindings
16284  * Method:    DelayedPaymentOutputDescriptor_set_to_self_delay
16285  * Signature: (JS)V
16286  */
16287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1to_1self_1delay
16288   (JNIEnv *, jclass, jlong, jshort);
16289
16290 /*
16291  * Class:     org_ldk_impl_bindings
16292  * Method:    DelayedPaymentOutputDescriptor_get_output
16293  * Signature: (J)J
16294  */
16295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1output
16296   (JNIEnv *, jclass, jlong);
16297
16298 /*
16299  * Class:     org_ldk_impl_bindings
16300  * Method:    DelayedPaymentOutputDescriptor_set_output
16301  * Signature: (JJ)V
16302  */
16303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1output
16304   (JNIEnv *, jclass, jlong, jlong);
16305
16306 /*
16307  * Class:     org_ldk_impl_bindings
16308  * Method:    DelayedPaymentOutputDescriptor_get_revocation_pubkey
16309  * Signature: (J)[B
16310  */
16311 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1revocation_1pubkey
16312   (JNIEnv *, jclass, jlong);
16313
16314 /*
16315  * Class:     org_ldk_impl_bindings
16316  * Method:    DelayedPaymentOutputDescriptor_set_revocation_pubkey
16317  * Signature: (J[B)V
16318  */
16319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1revocation_1pubkey
16320   (JNIEnv *, jclass, jlong, jbyteArray);
16321
16322 /*
16323  * Class:     org_ldk_impl_bindings
16324  * Method:    DelayedPaymentOutputDescriptor_get_channel_keys_id
16325  * Signature: (J)[B
16326  */
16327 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1channel_1keys_1id
16328   (JNIEnv *, jclass, jlong);
16329
16330 /*
16331  * Class:     org_ldk_impl_bindings
16332  * Method:    DelayedPaymentOutputDescriptor_set_channel_keys_id
16333  * Signature: (J[B)V
16334  */
16335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1channel_1keys_1id
16336   (JNIEnv *, jclass, jlong, jbyteArray);
16337
16338 /*
16339  * Class:     org_ldk_impl_bindings
16340  * Method:    DelayedPaymentOutputDescriptor_get_channel_value_satoshis
16341  * Signature: (J)J
16342  */
16343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1get_1channel_1value_1satoshis
16344   (JNIEnv *, jclass, jlong);
16345
16346 /*
16347  * Class:     org_ldk_impl_bindings
16348  * Method:    DelayedPaymentOutputDescriptor_set_channel_value_satoshis
16349  * Signature: (JJ)V
16350  */
16351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1set_1channel_1value_1satoshis
16352   (JNIEnv *, jclass, jlong, jlong);
16353
16354 /*
16355  * Class:     org_ldk_impl_bindings
16356  * Method:    DelayedPaymentOutputDescriptor_new
16357  * Signature: (J[BSJ[B[BJ)J
16358  */
16359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1new
16360   (JNIEnv *, jclass, jlong, jbyteArray, jshort, jlong, jbyteArray, jbyteArray, jlong);
16361
16362 /*
16363  * Class:     org_ldk_impl_bindings
16364  * Method:    DelayedPaymentOutputDescriptor_clone_ptr
16365  * Signature: (J)J
16366  */
16367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1clone_1ptr
16368   (JNIEnv *, jclass, jlong);
16369
16370 /*
16371  * Class:     org_ldk_impl_bindings
16372  * Method:    DelayedPaymentOutputDescriptor_clone
16373  * Signature: (J)J
16374  */
16375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1clone
16376   (JNIEnv *, jclass, jlong);
16377
16378 /*
16379  * Class:     org_ldk_impl_bindings
16380  * Method:    DelayedPaymentOutputDescriptor_eq
16381  * Signature: (JJ)Z
16382  */
16383 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1eq
16384   (JNIEnv *, jclass, jlong, jlong);
16385
16386 /*
16387  * Class:     org_ldk_impl_bindings
16388  * Method:    DelayedPaymentOutputDescriptor_write
16389  * Signature: (J)[B
16390  */
16391 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1write
16392   (JNIEnv *, jclass, jlong);
16393
16394 /*
16395  * Class:     org_ldk_impl_bindings
16396  * Method:    DelayedPaymentOutputDescriptor_read
16397  * Signature: ([B)J
16398  */
16399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DelayedPaymentOutputDescriptor_1read
16400   (JNIEnv *, jclass, jbyteArray);
16401
16402 /*
16403  * Class:     org_ldk_impl_bindings
16404  * Method:    StaticPaymentOutputDescriptor_free
16405  * Signature: (J)V
16406  */
16407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1free
16408   (JNIEnv *, jclass, jlong);
16409
16410 /*
16411  * Class:     org_ldk_impl_bindings
16412  * Method:    StaticPaymentOutputDescriptor_get_outpoint
16413  * Signature: (J)J
16414  */
16415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1get_1outpoint
16416   (JNIEnv *, jclass, jlong);
16417
16418 /*
16419  * Class:     org_ldk_impl_bindings
16420  * Method:    StaticPaymentOutputDescriptor_set_outpoint
16421  * Signature: (JJ)V
16422  */
16423 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1set_1outpoint
16424   (JNIEnv *, jclass, jlong, jlong);
16425
16426 /*
16427  * Class:     org_ldk_impl_bindings
16428  * Method:    StaticPaymentOutputDescriptor_get_output
16429  * Signature: (J)J
16430  */
16431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1get_1output
16432   (JNIEnv *, jclass, jlong);
16433
16434 /*
16435  * Class:     org_ldk_impl_bindings
16436  * Method:    StaticPaymentOutputDescriptor_set_output
16437  * Signature: (JJ)V
16438  */
16439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1set_1output
16440   (JNIEnv *, jclass, jlong, jlong);
16441
16442 /*
16443  * Class:     org_ldk_impl_bindings
16444  * Method:    StaticPaymentOutputDescriptor_get_channel_keys_id
16445  * Signature: (J)[B
16446  */
16447 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1get_1channel_1keys_1id
16448   (JNIEnv *, jclass, jlong);
16449
16450 /*
16451  * Class:     org_ldk_impl_bindings
16452  * Method:    StaticPaymentOutputDescriptor_set_channel_keys_id
16453  * Signature: (J[B)V
16454  */
16455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1set_1channel_1keys_1id
16456   (JNIEnv *, jclass, jlong, jbyteArray);
16457
16458 /*
16459  * Class:     org_ldk_impl_bindings
16460  * Method:    StaticPaymentOutputDescriptor_get_channel_value_satoshis
16461  * Signature: (J)J
16462  */
16463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1get_1channel_1value_1satoshis
16464   (JNIEnv *, jclass, jlong);
16465
16466 /*
16467  * Class:     org_ldk_impl_bindings
16468  * Method:    StaticPaymentOutputDescriptor_set_channel_value_satoshis
16469  * Signature: (JJ)V
16470  */
16471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1set_1channel_1value_1satoshis
16472   (JNIEnv *, jclass, jlong, jlong);
16473
16474 /*
16475  * Class:     org_ldk_impl_bindings
16476  * Method:    StaticPaymentOutputDescriptor_new
16477  * Signature: (JJ[BJ)J
16478  */
16479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1new
16480   (JNIEnv *, jclass, jlong, jlong, jbyteArray, jlong);
16481
16482 /*
16483  * Class:     org_ldk_impl_bindings
16484  * Method:    StaticPaymentOutputDescriptor_clone_ptr
16485  * Signature: (J)J
16486  */
16487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1clone_1ptr
16488   (JNIEnv *, jclass, jlong);
16489
16490 /*
16491  * Class:     org_ldk_impl_bindings
16492  * Method:    StaticPaymentOutputDescriptor_clone
16493  * Signature: (J)J
16494  */
16495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1clone
16496   (JNIEnv *, jclass, jlong);
16497
16498 /*
16499  * Class:     org_ldk_impl_bindings
16500  * Method:    StaticPaymentOutputDescriptor_eq
16501  * Signature: (JJ)Z
16502  */
16503 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1eq
16504   (JNIEnv *, jclass, jlong, jlong);
16505
16506 /*
16507  * Class:     org_ldk_impl_bindings
16508  * Method:    StaticPaymentOutputDescriptor_write
16509  * Signature: (J)[B
16510  */
16511 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1write
16512   (JNIEnv *, jclass, jlong);
16513
16514 /*
16515  * Class:     org_ldk_impl_bindings
16516  * Method:    StaticPaymentOutputDescriptor_read
16517  * Signature: ([B)J
16518  */
16519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_StaticPaymentOutputDescriptor_1read
16520   (JNIEnv *, jclass, jbyteArray);
16521
16522 /*
16523  * Class:     org_ldk_impl_bindings
16524  * Method:    SpendableOutputDescriptor_free
16525  * Signature: (J)V
16526  */
16527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1free
16528   (JNIEnv *, jclass, jlong);
16529
16530 /*
16531  * Class:     org_ldk_impl_bindings
16532  * Method:    SpendableOutputDescriptor_clone_ptr
16533  * Signature: (J)J
16534  */
16535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1clone_1ptr
16536   (JNIEnv *, jclass, jlong);
16537
16538 /*
16539  * Class:     org_ldk_impl_bindings
16540  * Method:    SpendableOutputDescriptor_clone
16541  * Signature: (J)J
16542  */
16543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1clone
16544   (JNIEnv *, jclass, jlong);
16545
16546 /*
16547  * Class:     org_ldk_impl_bindings
16548  * Method:    SpendableOutputDescriptor_static_output
16549  * Signature: (JJ)J
16550  */
16551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1static_1output
16552   (JNIEnv *, jclass, jlong, jlong);
16553
16554 /*
16555  * Class:     org_ldk_impl_bindings
16556  * Method:    SpendableOutputDescriptor_delayed_payment_output
16557  * Signature: (J)J
16558  */
16559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1delayed_1payment_1output
16560   (JNIEnv *, jclass, jlong);
16561
16562 /*
16563  * Class:     org_ldk_impl_bindings
16564  * Method:    SpendableOutputDescriptor_static_payment_output
16565  * Signature: (J)J
16566  */
16567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1static_1payment_1output
16568   (JNIEnv *, jclass, jlong);
16569
16570 /*
16571  * Class:     org_ldk_impl_bindings
16572  * Method:    SpendableOutputDescriptor_eq
16573  * Signature: (JJ)Z
16574  */
16575 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1eq
16576   (JNIEnv *, jclass, jlong, jlong);
16577
16578 /*
16579  * Class:     org_ldk_impl_bindings
16580  * Method:    SpendableOutputDescriptor_write
16581  * Signature: (J)[B
16582  */
16583 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1write
16584   (JNIEnv *, jclass, jlong);
16585
16586 /*
16587  * Class:     org_ldk_impl_bindings
16588  * Method:    SpendableOutputDescriptor_read
16589  * Signature: ([B)J
16590  */
16591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SpendableOutputDescriptor_1read
16592   (JNIEnv *, jclass, jbyteArray);
16593
16594 /*
16595  * Class:     org_ldk_impl_bindings
16596  * Method:    ChannelSigner_free
16597  * Signature: (J)V
16598  */
16599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelSigner_1free
16600   (JNIEnv *, jclass, jlong);
16601
16602 /*
16603  * Class:     org_ldk_impl_bindings
16604  * Method:    EcdsaChannelSigner_free
16605  * Signature: (J)V
16606  */
16607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_EcdsaChannelSigner_1free
16608   (JNIEnv *, jclass, jlong);
16609
16610 /*
16611  * Class:     org_ldk_impl_bindings
16612  * Method:    WriteableEcdsaChannelSigner_clone_ptr
16613  * Signature: (J)J
16614  */
16615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WriteableEcdsaChannelSigner_1clone_1ptr
16616   (JNIEnv *, jclass, jlong);
16617
16618 /*
16619  * Class:     org_ldk_impl_bindings
16620  * Method:    WriteableEcdsaChannelSigner_clone
16621  * Signature: (J)J
16622  */
16623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WriteableEcdsaChannelSigner_1clone
16624   (JNIEnv *, jclass, jlong);
16625
16626 /*
16627  * Class:     org_ldk_impl_bindings
16628  * Method:    WriteableEcdsaChannelSigner_free
16629  * Signature: (J)V
16630  */
16631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WriteableEcdsaChannelSigner_1free
16632   (JNIEnv *, jclass, jlong);
16633
16634 /*
16635  * Class:     org_ldk_impl_bindings
16636  * Method:    Recipient_clone
16637  * Signature: (J)Lorg/ldk/enums/Recipient;
16638  */
16639 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Recipient_1clone
16640   (JNIEnv *, jclass, jlong);
16641
16642 /*
16643  * Class:     org_ldk_impl_bindings
16644  * Method:    Recipient_node
16645  * Signature: ()Lorg/ldk/enums/Recipient;
16646  */
16647 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Recipient_1node
16648   (JNIEnv *, jclass);
16649
16650 /*
16651  * Class:     org_ldk_impl_bindings
16652  * Method:    Recipient_phantom_node
16653  * Signature: ()Lorg/ldk/enums/Recipient;
16654  */
16655 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Recipient_1phantom_1node
16656   (JNIEnv *, jclass);
16657
16658 /*
16659  * Class:     org_ldk_impl_bindings
16660  * Method:    EntropySource_free
16661  * Signature: (J)V
16662  */
16663 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_EntropySource_1free
16664   (JNIEnv *, jclass, jlong);
16665
16666 /*
16667  * Class:     org_ldk_impl_bindings
16668  * Method:    NodeSigner_free
16669  * Signature: (J)V
16670  */
16671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeSigner_1free
16672   (JNIEnv *, jclass, jlong);
16673
16674 /*
16675  * Class:     org_ldk_impl_bindings
16676  * Method:    SignerProvider_free
16677  * Signature: (J)V
16678  */
16679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SignerProvider_1free
16680   (JNIEnv *, jclass, jlong);
16681
16682 /*
16683  * Class:     org_ldk_impl_bindings
16684  * Method:    InMemorySigner_free
16685  * Signature: (J)V
16686  */
16687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1free
16688   (JNIEnv *, jclass, jlong);
16689
16690 /*
16691  * Class:     org_ldk_impl_bindings
16692  * Method:    InMemorySigner_get_funding_key
16693  * Signature: (J)[B
16694  */
16695 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1funding_1key
16696   (JNIEnv *, jclass, jlong);
16697
16698 /*
16699  * Class:     org_ldk_impl_bindings
16700  * Method:    InMemorySigner_set_funding_key
16701  * Signature: (J[B)V
16702  */
16703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1funding_1key
16704   (JNIEnv *, jclass, jlong, jbyteArray);
16705
16706 /*
16707  * Class:     org_ldk_impl_bindings
16708  * Method:    InMemorySigner_get_revocation_base_key
16709  * Signature: (J)[B
16710  */
16711 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1revocation_1base_1key
16712   (JNIEnv *, jclass, jlong);
16713
16714 /*
16715  * Class:     org_ldk_impl_bindings
16716  * Method:    InMemorySigner_set_revocation_base_key
16717  * Signature: (J[B)V
16718  */
16719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1revocation_1base_1key
16720   (JNIEnv *, jclass, jlong, jbyteArray);
16721
16722 /*
16723  * Class:     org_ldk_impl_bindings
16724  * Method:    InMemorySigner_get_payment_key
16725  * Signature: (J)[B
16726  */
16727 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1payment_1key
16728   (JNIEnv *, jclass, jlong);
16729
16730 /*
16731  * Class:     org_ldk_impl_bindings
16732  * Method:    InMemorySigner_set_payment_key
16733  * Signature: (J[B)V
16734  */
16735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1payment_1key
16736   (JNIEnv *, jclass, jlong, jbyteArray);
16737
16738 /*
16739  * Class:     org_ldk_impl_bindings
16740  * Method:    InMemorySigner_get_delayed_payment_base_key
16741  * Signature: (J)[B
16742  */
16743 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1delayed_1payment_1base_1key
16744   (JNIEnv *, jclass, jlong);
16745
16746 /*
16747  * Class:     org_ldk_impl_bindings
16748  * Method:    InMemorySigner_set_delayed_payment_base_key
16749  * Signature: (J[B)V
16750  */
16751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1delayed_1payment_1base_1key
16752   (JNIEnv *, jclass, jlong, jbyteArray);
16753
16754 /*
16755  * Class:     org_ldk_impl_bindings
16756  * Method:    InMemorySigner_get_htlc_base_key
16757  * Signature: (J)[B
16758  */
16759 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1htlc_1base_1key
16760   (JNIEnv *, jclass, jlong);
16761
16762 /*
16763  * Class:     org_ldk_impl_bindings
16764  * Method:    InMemorySigner_set_htlc_base_key
16765  * Signature: (J[B)V
16766  */
16767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1htlc_1base_1key
16768   (JNIEnv *, jclass, jlong, jbyteArray);
16769
16770 /*
16771  * Class:     org_ldk_impl_bindings
16772  * Method:    InMemorySigner_get_commitment_seed
16773  * Signature: (J)[B
16774  */
16775 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1commitment_1seed
16776   (JNIEnv *, jclass, jlong);
16777
16778 /*
16779  * Class:     org_ldk_impl_bindings
16780  * Method:    InMemorySigner_set_commitment_seed
16781  * Signature: (J[B)V
16782  */
16783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1set_1commitment_1seed
16784   (JNIEnv *, jclass, jlong, jbyteArray);
16785
16786 /*
16787  * Class:     org_ldk_impl_bindings
16788  * Method:    InMemorySigner_clone_ptr
16789  * Signature: (J)J
16790  */
16791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1clone_1ptr
16792   (JNIEnv *, jclass, jlong);
16793
16794 /*
16795  * Class:     org_ldk_impl_bindings
16796  * Method:    InMemorySigner_clone
16797  * Signature: (J)J
16798  */
16799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1clone
16800   (JNIEnv *, jclass, jlong);
16801
16802 /*
16803  * Class:     org_ldk_impl_bindings
16804  * Method:    InMemorySigner_new
16805  * Signature: ([B[B[B[B[B[BJ[B[B)J
16806  */
16807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1new
16808   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jlong, jbyteArray, jbyteArray);
16809
16810 /*
16811  * Class:     org_ldk_impl_bindings
16812  * Method:    InMemorySigner_counterparty_pubkeys
16813  * Signature: (J)J
16814  */
16815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1counterparty_1pubkeys
16816   (JNIEnv *, jclass, jlong);
16817
16818 /*
16819  * Class:     org_ldk_impl_bindings
16820  * Method:    InMemorySigner_counterparty_selected_contest_delay
16821  * Signature: (J)S
16822  */
16823 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1counterparty_1selected_1contest_1delay
16824   (JNIEnv *, jclass, jlong);
16825
16826 /*
16827  * Class:     org_ldk_impl_bindings
16828  * Method:    InMemorySigner_holder_selected_contest_delay
16829  * Signature: (J)S
16830  */
16831 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1holder_1selected_1contest_1delay
16832   (JNIEnv *, jclass, jlong);
16833
16834 /*
16835  * Class:     org_ldk_impl_bindings
16836  * Method:    InMemorySigner_is_outbound
16837  * Signature: (J)Z
16838  */
16839 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1is_1outbound
16840   (JNIEnv *, jclass, jlong);
16841
16842 /*
16843  * Class:     org_ldk_impl_bindings
16844  * Method:    InMemorySigner_funding_outpoint
16845  * Signature: (J)J
16846  */
16847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1funding_1outpoint
16848   (JNIEnv *, jclass, jlong);
16849
16850 /*
16851  * Class:     org_ldk_impl_bindings
16852  * Method:    InMemorySigner_get_channel_parameters
16853  * Signature: (J)J
16854  */
16855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1get_1channel_1parameters
16856   (JNIEnv *, jclass, jlong);
16857
16858 /*
16859  * Class:     org_ldk_impl_bindings
16860  * Method:    InMemorySigner_opt_anchors
16861  * Signature: (J)Z
16862  */
16863 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1opt_1anchors
16864   (JNIEnv *, jclass, jlong);
16865
16866 /*
16867  * Class:     org_ldk_impl_bindings
16868  * Method:    InMemorySigner_sign_counterparty_payment_input
16869  * Signature: (J[BJJ)J
16870  */
16871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1sign_1counterparty_1payment_1input
16872   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
16873
16874 /*
16875  * Class:     org_ldk_impl_bindings
16876  * Method:    InMemorySigner_sign_dynamic_p2wsh_input
16877  * Signature: (J[BJJ)J
16878  */
16879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1sign_1dynamic_1p2wsh_1input
16880   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
16881
16882 /*
16883  * Class:     org_ldk_impl_bindings
16884  * Method:    InMemorySigner_as_EntropySource
16885  * Signature: (J)J
16886  */
16887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1as_1EntropySource
16888   (JNIEnv *, jclass, jlong);
16889
16890 /*
16891  * Class:     org_ldk_impl_bindings
16892  * Method:    InMemorySigner_as_ChannelSigner
16893  * Signature: (J)J
16894  */
16895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1as_1ChannelSigner
16896   (JNIEnv *, jclass, jlong);
16897
16898 /*
16899  * Class:     org_ldk_impl_bindings
16900  * Method:    InMemorySigner_as_EcdsaChannelSigner
16901  * Signature: (J)J
16902  */
16903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1as_1EcdsaChannelSigner
16904   (JNIEnv *, jclass, jlong);
16905
16906 /*
16907  * Class:     org_ldk_impl_bindings
16908  * Method:    InMemorySigner_as_WriteableEcdsaChannelSigner
16909  * Signature: (J)J
16910  */
16911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1as_1WriteableEcdsaChannelSigner
16912   (JNIEnv *, jclass, jlong);
16913
16914 /*
16915  * Class:     org_ldk_impl_bindings
16916  * Method:    InMemorySigner_write
16917  * Signature: (J)[B
16918  */
16919 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1write
16920   (JNIEnv *, jclass, jlong);
16921
16922 /*
16923  * Class:     org_ldk_impl_bindings
16924  * Method:    InMemorySigner_read
16925  * Signature: ([BJ)J
16926  */
16927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InMemorySigner_1read
16928   (JNIEnv *, jclass, jbyteArray, jlong);
16929
16930 /*
16931  * Class:     org_ldk_impl_bindings
16932  * Method:    KeysManager_free
16933  * Signature: (J)V
16934  */
16935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_KeysManager_1free
16936   (JNIEnv *, jclass, jlong);
16937
16938 /*
16939  * Class:     org_ldk_impl_bindings
16940  * Method:    KeysManager_new
16941  * Signature: ([BJI)J
16942  */
16943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1new
16944   (JNIEnv *, jclass, jbyteArray, jlong, jint);
16945
16946 /*
16947  * Class:     org_ldk_impl_bindings
16948  * Method:    KeysManager_get_node_secret_key
16949  * Signature: (J)[B
16950  */
16951 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_KeysManager_1get_1node_1secret_1key
16952   (JNIEnv *, jclass, jlong);
16953
16954 /*
16955  * Class:     org_ldk_impl_bindings
16956  * Method:    KeysManager_derive_channel_keys
16957  * Signature: (JJ[B)J
16958  */
16959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1derive_1channel_1keys
16960   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
16961
16962 /*
16963  * Class:     org_ldk_impl_bindings
16964  * Method:    KeysManager_spend_spendable_outputs
16965  * Signature: (J[J[J[BI)J
16966  */
16967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1spend_1spendable_1outputs
16968   (JNIEnv *, jclass, jlong, jlongArray, jlongArray, jbyteArray, jint);
16969
16970 /*
16971  * Class:     org_ldk_impl_bindings
16972  * Method:    KeysManager_as_EntropySource
16973  * Signature: (J)J
16974  */
16975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1as_1EntropySource
16976   (JNIEnv *, jclass, jlong);
16977
16978 /*
16979  * Class:     org_ldk_impl_bindings
16980  * Method:    KeysManager_as_NodeSigner
16981  * Signature: (J)J
16982  */
16983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1as_1NodeSigner
16984   (JNIEnv *, jclass, jlong);
16985
16986 /*
16987  * Class:     org_ldk_impl_bindings
16988  * Method:    KeysManager_as_SignerProvider
16989  * Signature: (J)J
16990  */
16991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_KeysManager_1as_1SignerProvider
16992   (JNIEnv *, jclass, jlong);
16993
16994 /*
16995  * Class:     org_ldk_impl_bindings
16996  * Method:    PhantomKeysManager_free
16997  * Signature: (J)V
16998  */
16999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PhantomKeysManager_1free
17000   (JNIEnv *, jclass, jlong);
17001
17002 /*
17003  * Class:     org_ldk_impl_bindings
17004  * Method:    PhantomKeysManager_as_EntropySource
17005  * Signature: (J)J
17006  */
17007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PhantomKeysManager_1as_1EntropySource
17008   (JNIEnv *, jclass, jlong);
17009
17010 /*
17011  * Class:     org_ldk_impl_bindings
17012  * Method:    PhantomKeysManager_as_NodeSigner
17013  * Signature: (J)J
17014  */
17015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PhantomKeysManager_1as_1NodeSigner
17016   (JNIEnv *, jclass, jlong);
17017
17018 /*
17019  * Class:     org_ldk_impl_bindings
17020  * Method:    PhantomKeysManager_as_SignerProvider
17021  * Signature: (J)J
17022  */
17023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PhantomKeysManager_1as_1SignerProvider
17024   (JNIEnv *, jclass, jlong);
17025
17026 /*
17027  * Class:     org_ldk_impl_bindings
17028  * Method:    PhantomKeysManager_new
17029  * Signature: ([BJI[B)J
17030  */
17031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PhantomKeysManager_1new
17032   (JNIEnv *, jclass, jbyteArray, jlong, jint, jbyteArray);
17033
17034 /*
17035  * Class:     org_ldk_impl_bindings
17036  * Method:    PhantomKeysManager_spend_spendable_outputs
17037  * Signature: (J[J[J[BI)J
17038  */
17039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PhantomKeysManager_1spend_1spendable_1outputs
17040   (JNIEnv *, jclass, jlong, jlongArray, jlongArray, jbyteArray, jint);
17041
17042 /*
17043  * Class:     org_ldk_impl_bindings
17044  * Method:    PhantomKeysManager_derive_channel_keys
17045  * Signature: (JJ[B)J
17046  */
17047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PhantomKeysManager_1derive_1channel_1keys
17048   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
17049
17050 /*
17051  * Class:     org_ldk_impl_bindings
17052  * Method:    PhantomKeysManager_get_node_secret_key
17053  * Signature: (J)[B
17054  */
17055 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_PhantomKeysManager_1get_1node_1secret_1key
17056   (JNIEnv *, jclass, jlong);
17057
17058 /*
17059  * Class:     org_ldk_impl_bindings
17060  * Method:    PhantomKeysManager_get_phantom_node_secret_key
17061  * Signature: (J)[B
17062  */
17063 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_PhantomKeysManager_1get_1phantom_1node_1secret_1key
17064   (JNIEnv *, jclass, jlong);
17065
17066 /*
17067  * Class:     org_ldk_impl_bindings
17068  * Method:    FailureCode_clone
17069  * Signature: (J)Lorg/ldk/enums/FailureCode;
17070  */
17071 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_FailureCode_1clone
17072   (JNIEnv *, jclass, jlong);
17073
17074 /*
17075  * Class:     org_ldk_impl_bindings
17076  * Method:    FailureCode_temporary_node_failure
17077  * Signature: ()Lorg/ldk/enums/FailureCode;
17078  */
17079 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_FailureCode_1temporary_1node_1failure
17080   (JNIEnv *, jclass);
17081
17082 /*
17083  * Class:     org_ldk_impl_bindings
17084  * Method:    FailureCode_required_node_feature_missing
17085  * Signature: ()Lorg/ldk/enums/FailureCode;
17086  */
17087 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_FailureCode_1required_1node_1feature_1missing
17088   (JNIEnv *, jclass);
17089
17090 /*
17091  * Class:     org_ldk_impl_bindings
17092  * Method:    FailureCode_incorrect_or_unknown_payment_details
17093  * Signature: ()Lorg/ldk/enums/FailureCode;
17094  */
17095 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_FailureCode_1incorrect_1or_1unknown_1payment_1details
17096   (JNIEnv *, jclass);
17097
17098 /*
17099  * Class:     org_ldk_impl_bindings
17100  * Method:    ChannelManager_free
17101  * Signature: (J)V
17102  */
17103 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1free
17104   (JNIEnv *, jclass, jlong);
17105
17106 /*
17107  * Class:     org_ldk_impl_bindings
17108  * Method:    ChainParameters_free
17109  * Signature: (J)V
17110  */
17111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainParameters_1free
17112   (JNIEnv *, jclass, jlong);
17113
17114 /*
17115  * Class:     org_ldk_impl_bindings
17116  * Method:    ChainParameters_get_network
17117  * Signature: (J)Lorg/ldk/enums/Network;
17118  */
17119 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ChainParameters_1get_1network
17120   (JNIEnv *, jclass, jlong);
17121
17122 /*
17123  * Class:     org_ldk_impl_bindings
17124  * Method:    ChainParameters_set_network
17125  * Signature: (JLorg/ldk/enums/Network;)V
17126  */
17127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainParameters_1set_1network
17128   (JNIEnv *, jclass, jlong, jobject);
17129
17130 /*
17131  * Class:     org_ldk_impl_bindings
17132  * Method:    ChainParameters_get_best_block
17133  * Signature: (J)J
17134  */
17135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainParameters_1get_1best_1block
17136   (JNIEnv *, jclass, jlong);
17137
17138 /*
17139  * Class:     org_ldk_impl_bindings
17140  * Method:    ChainParameters_set_best_block
17141  * Signature: (JJ)V
17142  */
17143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChainParameters_1set_1best_1block
17144   (JNIEnv *, jclass, jlong, jlong);
17145
17146 /*
17147  * Class:     org_ldk_impl_bindings
17148  * Method:    ChainParameters_new
17149  * Signature: (Lorg/ldk/enums/Network;J)J
17150  */
17151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainParameters_1new
17152   (JNIEnv *, jclass, jobject, jlong);
17153
17154 /*
17155  * Class:     org_ldk_impl_bindings
17156  * Method:    ChainParameters_clone_ptr
17157  * Signature: (J)J
17158  */
17159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainParameters_1clone_1ptr
17160   (JNIEnv *, jclass, jlong);
17161
17162 /*
17163  * Class:     org_ldk_impl_bindings
17164  * Method:    ChainParameters_clone
17165  * Signature: (J)J
17166  */
17167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChainParameters_1clone
17168   (JNIEnv *, jclass, jlong);
17169
17170 /*
17171  * Class:     org_ldk_impl_bindings
17172  * Method:    CounterpartyForwardingInfo_free
17173  * Signature: (J)V
17174  */
17175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1free
17176   (JNIEnv *, jclass, jlong);
17177
17178 /*
17179  * Class:     org_ldk_impl_bindings
17180  * Method:    CounterpartyForwardingInfo_get_fee_base_msat
17181  * Signature: (J)I
17182  */
17183 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1get_1fee_1base_1msat
17184   (JNIEnv *, jclass, jlong);
17185
17186 /*
17187  * Class:     org_ldk_impl_bindings
17188  * Method:    CounterpartyForwardingInfo_set_fee_base_msat
17189  * Signature: (JI)V
17190  */
17191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1set_1fee_1base_1msat
17192   (JNIEnv *, jclass, jlong, jint);
17193
17194 /*
17195  * Class:     org_ldk_impl_bindings
17196  * Method:    CounterpartyForwardingInfo_get_fee_proportional_millionths
17197  * Signature: (J)I
17198  */
17199 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1get_1fee_1proportional_1millionths
17200   (JNIEnv *, jclass, jlong);
17201
17202 /*
17203  * Class:     org_ldk_impl_bindings
17204  * Method:    CounterpartyForwardingInfo_set_fee_proportional_millionths
17205  * Signature: (JI)V
17206  */
17207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1set_1fee_1proportional_1millionths
17208   (JNIEnv *, jclass, jlong, jint);
17209
17210 /*
17211  * Class:     org_ldk_impl_bindings
17212  * Method:    CounterpartyForwardingInfo_get_cltv_expiry_delta
17213  * Signature: (J)S
17214  */
17215 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1get_1cltv_1expiry_1delta
17216   (JNIEnv *, jclass, jlong);
17217
17218 /*
17219  * Class:     org_ldk_impl_bindings
17220  * Method:    CounterpartyForwardingInfo_set_cltv_expiry_delta
17221  * Signature: (JS)V
17222  */
17223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1set_1cltv_1expiry_1delta
17224   (JNIEnv *, jclass, jlong, jshort);
17225
17226 /*
17227  * Class:     org_ldk_impl_bindings
17228  * Method:    CounterpartyForwardingInfo_new
17229  * Signature: (IIS)J
17230  */
17231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1new
17232   (JNIEnv *, jclass, jint, jint, jshort);
17233
17234 /*
17235  * Class:     org_ldk_impl_bindings
17236  * Method:    CounterpartyForwardingInfo_clone_ptr
17237  * Signature: (J)J
17238  */
17239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1clone_1ptr
17240   (JNIEnv *, jclass, jlong);
17241
17242 /*
17243  * Class:     org_ldk_impl_bindings
17244  * Method:    CounterpartyForwardingInfo_clone
17245  * Signature: (J)J
17246  */
17247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1clone
17248   (JNIEnv *, jclass, jlong);
17249
17250 /*
17251  * Class:     org_ldk_impl_bindings
17252  * Method:    ChannelCounterparty_free
17253  * Signature: (J)V
17254  */
17255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1free
17256   (JNIEnv *, jclass, jlong);
17257
17258 /*
17259  * Class:     org_ldk_impl_bindings
17260  * Method:    ChannelCounterparty_get_node_id
17261  * Signature: (J)[B
17262  */
17263 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1get_1node_1id
17264   (JNIEnv *, jclass, jlong);
17265
17266 /*
17267  * Class:     org_ldk_impl_bindings
17268  * Method:    ChannelCounterparty_set_node_id
17269  * Signature: (J[B)V
17270  */
17271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1set_1node_1id
17272   (JNIEnv *, jclass, jlong, jbyteArray);
17273
17274 /*
17275  * Class:     org_ldk_impl_bindings
17276  * Method:    ChannelCounterparty_get_features
17277  * Signature: (J)J
17278  */
17279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1get_1features
17280   (JNIEnv *, jclass, jlong);
17281
17282 /*
17283  * Class:     org_ldk_impl_bindings
17284  * Method:    ChannelCounterparty_set_features
17285  * Signature: (JJ)V
17286  */
17287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1set_1features
17288   (JNIEnv *, jclass, jlong, jlong);
17289
17290 /*
17291  * Class:     org_ldk_impl_bindings
17292  * Method:    ChannelCounterparty_get_unspendable_punishment_reserve
17293  * Signature: (J)J
17294  */
17295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1get_1unspendable_1punishment_1reserve
17296   (JNIEnv *, jclass, jlong);
17297
17298 /*
17299  * Class:     org_ldk_impl_bindings
17300  * Method:    ChannelCounterparty_set_unspendable_punishment_reserve
17301  * Signature: (JJ)V
17302  */
17303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1set_1unspendable_1punishment_1reserve
17304   (JNIEnv *, jclass, jlong, jlong);
17305
17306 /*
17307  * Class:     org_ldk_impl_bindings
17308  * Method:    ChannelCounterparty_get_forwarding_info
17309  * Signature: (J)J
17310  */
17311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1get_1forwarding_1info
17312   (JNIEnv *, jclass, jlong);
17313
17314 /*
17315  * Class:     org_ldk_impl_bindings
17316  * Method:    ChannelCounterparty_set_forwarding_info
17317  * Signature: (JJ)V
17318  */
17319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1set_1forwarding_1info
17320   (JNIEnv *, jclass, jlong, jlong);
17321
17322 /*
17323  * Class:     org_ldk_impl_bindings
17324  * Method:    ChannelCounterparty_get_outbound_htlc_minimum_msat
17325  * Signature: (J)J
17326  */
17327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1get_1outbound_1htlc_1minimum_1msat
17328   (JNIEnv *, jclass, jlong);
17329
17330 /*
17331  * Class:     org_ldk_impl_bindings
17332  * Method:    ChannelCounterparty_set_outbound_htlc_minimum_msat
17333  * Signature: (JJ)V
17334  */
17335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1set_1outbound_1htlc_1minimum_1msat
17336   (JNIEnv *, jclass, jlong, jlong);
17337
17338 /*
17339  * Class:     org_ldk_impl_bindings
17340  * Method:    ChannelCounterparty_get_outbound_htlc_maximum_msat
17341  * Signature: (J)J
17342  */
17343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1get_1outbound_1htlc_1maximum_1msat
17344   (JNIEnv *, jclass, jlong);
17345
17346 /*
17347  * Class:     org_ldk_impl_bindings
17348  * Method:    ChannelCounterparty_set_outbound_htlc_maximum_msat
17349  * Signature: (JJ)V
17350  */
17351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1set_1outbound_1htlc_1maximum_1msat
17352   (JNIEnv *, jclass, jlong, jlong);
17353
17354 /*
17355  * Class:     org_ldk_impl_bindings
17356  * Method:    ChannelCounterparty_new
17357  * Signature: ([BJJJJJ)J
17358  */
17359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1new
17360   (JNIEnv *, jclass, jbyteArray, jlong, jlong, jlong, jlong, jlong);
17361
17362 /*
17363  * Class:     org_ldk_impl_bindings
17364  * Method:    ChannelCounterparty_clone_ptr
17365  * Signature: (J)J
17366  */
17367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1clone_1ptr
17368   (JNIEnv *, jclass, jlong);
17369
17370 /*
17371  * Class:     org_ldk_impl_bindings
17372  * Method:    ChannelCounterparty_clone
17373  * Signature: (J)J
17374  */
17375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1clone
17376   (JNIEnv *, jclass, jlong);
17377
17378 /*
17379  * Class:     org_ldk_impl_bindings
17380  * Method:    ChannelDetails_free
17381  * Signature: (J)V
17382  */
17383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1free
17384   (JNIEnv *, jclass, jlong);
17385
17386 /*
17387  * Class:     org_ldk_impl_bindings
17388  * Method:    ChannelDetails_get_channel_id
17389  * Signature: (J)[B
17390  */
17391 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1channel_1id
17392   (JNIEnv *, jclass, jlong);
17393
17394 /*
17395  * Class:     org_ldk_impl_bindings
17396  * Method:    ChannelDetails_set_channel_id
17397  * Signature: (J[B)V
17398  */
17399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1channel_1id
17400   (JNIEnv *, jclass, jlong, jbyteArray);
17401
17402 /*
17403  * Class:     org_ldk_impl_bindings
17404  * Method:    ChannelDetails_get_counterparty
17405  * Signature: (J)J
17406  */
17407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1counterparty
17408   (JNIEnv *, jclass, jlong);
17409
17410 /*
17411  * Class:     org_ldk_impl_bindings
17412  * Method:    ChannelDetails_set_counterparty
17413  * Signature: (JJ)V
17414  */
17415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1counterparty
17416   (JNIEnv *, jclass, jlong, jlong);
17417
17418 /*
17419  * Class:     org_ldk_impl_bindings
17420  * Method:    ChannelDetails_get_funding_txo
17421  * Signature: (J)J
17422  */
17423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1funding_1txo
17424   (JNIEnv *, jclass, jlong);
17425
17426 /*
17427  * Class:     org_ldk_impl_bindings
17428  * Method:    ChannelDetails_set_funding_txo
17429  * Signature: (JJ)V
17430  */
17431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1funding_1txo
17432   (JNIEnv *, jclass, jlong, jlong);
17433
17434 /*
17435  * Class:     org_ldk_impl_bindings
17436  * Method:    ChannelDetails_get_channel_type
17437  * Signature: (J)J
17438  */
17439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1channel_1type
17440   (JNIEnv *, jclass, jlong);
17441
17442 /*
17443  * Class:     org_ldk_impl_bindings
17444  * Method:    ChannelDetails_set_channel_type
17445  * Signature: (JJ)V
17446  */
17447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1channel_1type
17448   (JNIEnv *, jclass, jlong, jlong);
17449
17450 /*
17451  * Class:     org_ldk_impl_bindings
17452  * Method:    ChannelDetails_get_short_channel_id
17453  * Signature: (J)J
17454  */
17455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1short_1channel_1id
17456   (JNIEnv *, jclass, jlong);
17457
17458 /*
17459  * Class:     org_ldk_impl_bindings
17460  * Method:    ChannelDetails_set_short_channel_id
17461  * Signature: (JJ)V
17462  */
17463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1short_1channel_1id
17464   (JNIEnv *, jclass, jlong, jlong);
17465
17466 /*
17467  * Class:     org_ldk_impl_bindings
17468  * Method:    ChannelDetails_get_outbound_scid_alias
17469  * Signature: (J)J
17470  */
17471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1outbound_1scid_1alias
17472   (JNIEnv *, jclass, jlong);
17473
17474 /*
17475  * Class:     org_ldk_impl_bindings
17476  * Method:    ChannelDetails_set_outbound_scid_alias
17477  * Signature: (JJ)V
17478  */
17479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1outbound_1scid_1alias
17480   (JNIEnv *, jclass, jlong, jlong);
17481
17482 /*
17483  * Class:     org_ldk_impl_bindings
17484  * Method:    ChannelDetails_get_inbound_scid_alias
17485  * Signature: (J)J
17486  */
17487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1inbound_1scid_1alias
17488   (JNIEnv *, jclass, jlong);
17489
17490 /*
17491  * Class:     org_ldk_impl_bindings
17492  * Method:    ChannelDetails_set_inbound_scid_alias
17493  * Signature: (JJ)V
17494  */
17495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1inbound_1scid_1alias
17496   (JNIEnv *, jclass, jlong, jlong);
17497
17498 /*
17499  * Class:     org_ldk_impl_bindings
17500  * Method:    ChannelDetails_get_channel_value_satoshis
17501  * Signature: (J)J
17502  */
17503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1channel_1value_1satoshis
17504   (JNIEnv *, jclass, jlong);
17505
17506 /*
17507  * Class:     org_ldk_impl_bindings
17508  * Method:    ChannelDetails_set_channel_value_satoshis
17509  * Signature: (JJ)V
17510  */
17511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1channel_1value_1satoshis
17512   (JNIEnv *, jclass, jlong, jlong);
17513
17514 /*
17515  * Class:     org_ldk_impl_bindings
17516  * Method:    ChannelDetails_get_unspendable_punishment_reserve
17517  * Signature: (J)J
17518  */
17519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1unspendable_1punishment_1reserve
17520   (JNIEnv *, jclass, jlong);
17521
17522 /*
17523  * Class:     org_ldk_impl_bindings
17524  * Method:    ChannelDetails_set_unspendable_punishment_reserve
17525  * Signature: (JJ)V
17526  */
17527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1unspendable_1punishment_1reserve
17528   (JNIEnv *, jclass, jlong, jlong);
17529
17530 /*
17531  * Class:     org_ldk_impl_bindings
17532  * Method:    ChannelDetails_get_user_channel_id
17533  * Signature: (J)[B
17534  */
17535 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1user_1channel_1id
17536   (JNIEnv *, jclass, jlong);
17537
17538 /*
17539  * Class:     org_ldk_impl_bindings
17540  * Method:    ChannelDetails_set_user_channel_id
17541  * Signature: (J[B)V
17542  */
17543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1user_1channel_1id
17544   (JNIEnv *, jclass, jlong, jbyteArray);
17545
17546 /*
17547  * Class:     org_ldk_impl_bindings
17548  * Method:    ChannelDetails_get_feerate_sat_per_1000_weight
17549  * Signature: (J)J
17550  */
17551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1feerate_1sat_1per_11000_1weight
17552   (JNIEnv *, jclass, jlong);
17553
17554 /*
17555  * Class:     org_ldk_impl_bindings
17556  * Method:    ChannelDetails_set_feerate_sat_per_1000_weight
17557  * Signature: (JJ)V
17558  */
17559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1feerate_1sat_1per_11000_1weight
17560   (JNIEnv *, jclass, jlong, jlong);
17561
17562 /*
17563  * Class:     org_ldk_impl_bindings
17564  * Method:    ChannelDetails_get_balance_msat
17565  * Signature: (J)J
17566  */
17567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1balance_1msat
17568   (JNIEnv *, jclass, jlong);
17569
17570 /*
17571  * Class:     org_ldk_impl_bindings
17572  * Method:    ChannelDetails_set_balance_msat
17573  * Signature: (JJ)V
17574  */
17575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1balance_1msat
17576   (JNIEnv *, jclass, jlong, jlong);
17577
17578 /*
17579  * Class:     org_ldk_impl_bindings
17580  * Method:    ChannelDetails_get_outbound_capacity_msat
17581  * Signature: (J)J
17582  */
17583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1outbound_1capacity_1msat
17584   (JNIEnv *, jclass, jlong);
17585
17586 /*
17587  * Class:     org_ldk_impl_bindings
17588  * Method:    ChannelDetails_set_outbound_capacity_msat
17589  * Signature: (JJ)V
17590  */
17591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1outbound_1capacity_1msat
17592   (JNIEnv *, jclass, jlong, jlong);
17593
17594 /*
17595  * Class:     org_ldk_impl_bindings
17596  * Method:    ChannelDetails_get_next_outbound_htlc_limit_msat
17597  * Signature: (J)J
17598  */
17599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1next_1outbound_1htlc_1limit_1msat
17600   (JNIEnv *, jclass, jlong);
17601
17602 /*
17603  * Class:     org_ldk_impl_bindings
17604  * Method:    ChannelDetails_set_next_outbound_htlc_limit_msat
17605  * Signature: (JJ)V
17606  */
17607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1next_1outbound_1htlc_1limit_1msat
17608   (JNIEnv *, jclass, jlong, jlong);
17609
17610 /*
17611  * Class:     org_ldk_impl_bindings
17612  * Method:    ChannelDetails_get_inbound_capacity_msat
17613  * Signature: (J)J
17614  */
17615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1inbound_1capacity_1msat
17616   (JNIEnv *, jclass, jlong);
17617
17618 /*
17619  * Class:     org_ldk_impl_bindings
17620  * Method:    ChannelDetails_set_inbound_capacity_msat
17621  * Signature: (JJ)V
17622  */
17623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1inbound_1capacity_1msat
17624   (JNIEnv *, jclass, jlong, jlong);
17625
17626 /*
17627  * Class:     org_ldk_impl_bindings
17628  * Method:    ChannelDetails_get_confirmations_required
17629  * Signature: (J)J
17630  */
17631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1confirmations_1required
17632   (JNIEnv *, jclass, jlong);
17633
17634 /*
17635  * Class:     org_ldk_impl_bindings
17636  * Method:    ChannelDetails_set_confirmations_required
17637  * Signature: (JJ)V
17638  */
17639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1confirmations_1required
17640   (JNIEnv *, jclass, jlong, jlong);
17641
17642 /*
17643  * Class:     org_ldk_impl_bindings
17644  * Method:    ChannelDetails_get_confirmations
17645  * Signature: (J)J
17646  */
17647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1confirmations
17648   (JNIEnv *, jclass, jlong);
17649
17650 /*
17651  * Class:     org_ldk_impl_bindings
17652  * Method:    ChannelDetails_set_confirmations
17653  * Signature: (JJ)V
17654  */
17655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1confirmations
17656   (JNIEnv *, jclass, jlong, jlong);
17657
17658 /*
17659  * Class:     org_ldk_impl_bindings
17660  * Method:    ChannelDetails_get_force_close_spend_delay
17661  * Signature: (J)J
17662  */
17663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1force_1close_1spend_1delay
17664   (JNIEnv *, jclass, jlong);
17665
17666 /*
17667  * Class:     org_ldk_impl_bindings
17668  * Method:    ChannelDetails_set_force_close_spend_delay
17669  * Signature: (JJ)V
17670  */
17671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1force_1close_1spend_1delay
17672   (JNIEnv *, jclass, jlong, jlong);
17673
17674 /*
17675  * Class:     org_ldk_impl_bindings
17676  * Method:    ChannelDetails_get_is_outbound
17677  * Signature: (J)Z
17678  */
17679 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1is_1outbound
17680   (JNIEnv *, jclass, jlong);
17681
17682 /*
17683  * Class:     org_ldk_impl_bindings
17684  * Method:    ChannelDetails_set_is_outbound
17685  * Signature: (JZ)V
17686  */
17687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1is_1outbound
17688   (JNIEnv *, jclass, jlong, jboolean);
17689
17690 /*
17691  * Class:     org_ldk_impl_bindings
17692  * Method:    ChannelDetails_get_is_channel_ready
17693  * Signature: (J)Z
17694  */
17695 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1is_1channel_1ready
17696   (JNIEnv *, jclass, jlong);
17697
17698 /*
17699  * Class:     org_ldk_impl_bindings
17700  * Method:    ChannelDetails_set_is_channel_ready
17701  * Signature: (JZ)V
17702  */
17703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1is_1channel_1ready
17704   (JNIEnv *, jclass, jlong, jboolean);
17705
17706 /*
17707  * Class:     org_ldk_impl_bindings
17708  * Method:    ChannelDetails_get_is_usable
17709  * Signature: (J)Z
17710  */
17711 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1is_1usable
17712   (JNIEnv *, jclass, jlong);
17713
17714 /*
17715  * Class:     org_ldk_impl_bindings
17716  * Method:    ChannelDetails_set_is_usable
17717  * Signature: (JZ)V
17718  */
17719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1is_1usable
17720   (JNIEnv *, jclass, jlong, jboolean);
17721
17722 /*
17723  * Class:     org_ldk_impl_bindings
17724  * Method:    ChannelDetails_get_is_public
17725  * Signature: (J)Z
17726  */
17727 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1is_1public
17728   (JNIEnv *, jclass, jlong);
17729
17730 /*
17731  * Class:     org_ldk_impl_bindings
17732  * Method:    ChannelDetails_set_is_public
17733  * Signature: (JZ)V
17734  */
17735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1is_1public
17736   (JNIEnv *, jclass, jlong, jboolean);
17737
17738 /*
17739  * Class:     org_ldk_impl_bindings
17740  * Method:    ChannelDetails_get_inbound_htlc_minimum_msat
17741  * Signature: (J)J
17742  */
17743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1inbound_1htlc_1minimum_1msat
17744   (JNIEnv *, jclass, jlong);
17745
17746 /*
17747  * Class:     org_ldk_impl_bindings
17748  * Method:    ChannelDetails_set_inbound_htlc_minimum_msat
17749  * Signature: (JJ)V
17750  */
17751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1inbound_1htlc_1minimum_1msat
17752   (JNIEnv *, jclass, jlong, jlong);
17753
17754 /*
17755  * Class:     org_ldk_impl_bindings
17756  * Method:    ChannelDetails_get_inbound_htlc_maximum_msat
17757  * Signature: (J)J
17758  */
17759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1inbound_1htlc_1maximum_1msat
17760   (JNIEnv *, jclass, jlong);
17761
17762 /*
17763  * Class:     org_ldk_impl_bindings
17764  * Method:    ChannelDetails_set_inbound_htlc_maximum_msat
17765  * Signature: (JJ)V
17766  */
17767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1inbound_1htlc_1maximum_1msat
17768   (JNIEnv *, jclass, jlong, jlong);
17769
17770 /*
17771  * Class:     org_ldk_impl_bindings
17772  * Method:    ChannelDetails_get_config
17773  * Signature: (J)J
17774  */
17775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1config
17776   (JNIEnv *, jclass, jlong);
17777
17778 /*
17779  * Class:     org_ldk_impl_bindings
17780  * Method:    ChannelDetails_set_config
17781  * Signature: (JJ)V
17782  */
17783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1set_1config
17784   (JNIEnv *, jclass, jlong, jlong);
17785
17786 /*
17787  * Class:     org_ldk_impl_bindings
17788  * Method:    ChannelDetails_new
17789  * Signature: ([BJJJJJJJJ[BJJJJJJJJZZZZJJJ)J
17790  */
17791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1new
17792   (JNIEnv *, jclass, jbyteArray, jlong, jlong, jlong, jlong, jlong, jlong, jlong, jlong, jbyteArray, jlong, jlong, jlong, jlong, jlong, jlong, jlong, jlong, jboolean, jboolean, jboolean, jboolean, jlong, jlong, jlong);
17793
17794 /*
17795  * Class:     org_ldk_impl_bindings
17796  * Method:    ChannelDetails_clone_ptr
17797  * Signature: (J)J
17798  */
17799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1clone_1ptr
17800   (JNIEnv *, jclass, jlong);
17801
17802 /*
17803  * Class:     org_ldk_impl_bindings
17804  * Method:    ChannelDetails_clone
17805  * Signature: (J)J
17806  */
17807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1clone
17808   (JNIEnv *, jclass, jlong);
17809
17810 /*
17811  * Class:     org_ldk_impl_bindings
17812  * Method:    ChannelDetails_get_inbound_payment_scid
17813  * Signature: (J)J
17814  */
17815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1inbound_1payment_1scid
17816   (JNIEnv *, jclass, jlong);
17817
17818 /*
17819  * Class:     org_ldk_impl_bindings
17820  * Method:    ChannelDetails_get_outbound_payment_scid
17821  * Signature: (J)J
17822  */
17823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1get_1outbound_1payment_1scid
17824   (JNIEnv *, jclass, jlong);
17825
17826 /*
17827  * Class:     org_ldk_impl_bindings
17828  * Method:    RecentPaymentDetails_free
17829  * Signature: (J)V
17830  */
17831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RecentPaymentDetails_1free
17832   (JNIEnv *, jclass, jlong);
17833
17834 /*
17835  * Class:     org_ldk_impl_bindings
17836  * Method:    RecentPaymentDetails_clone_ptr
17837  * Signature: (J)J
17838  */
17839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RecentPaymentDetails_1clone_1ptr
17840   (JNIEnv *, jclass, jlong);
17841
17842 /*
17843  * Class:     org_ldk_impl_bindings
17844  * Method:    RecentPaymentDetails_clone
17845  * Signature: (J)J
17846  */
17847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RecentPaymentDetails_1clone
17848   (JNIEnv *, jclass, jlong);
17849
17850 /*
17851  * Class:     org_ldk_impl_bindings
17852  * Method:    RecentPaymentDetails_pending
17853  * Signature: ([BJ)J
17854  */
17855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RecentPaymentDetails_1pending
17856   (JNIEnv *, jclass, jbyteArray, jlong);
17857
17858 /*
17859  * Class:     org_ldk_impl_bindings
17860  * Method:    RecentPaymentDetails_fulfilled
17861  * Signature: ([B)J
17862  */
17863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RecentPaymentDetails_1fulfilled
17864   (JNIEnv *, jclass, jbyteArray);
17865
17866 /*
17867  * Class:     org_ldk_impl_bindings
17868  * Method:    RecentPaymentDetails_abandoned
17869  * Signature: ([B)J
17870  */
17871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RecentPaymentDetails_1abandoned
17872   (JNIEnv *, jclass, jbyteArray);
17873
17874 /*
17875  * Class:     org_ldk_impl_bindings
17876  * Method:    PhantomRouteHints_free
17877  * Signature: (J)V
17878  */
17879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PhantomRouteHints_1free
17880   (JNIEnv *, jclass, jlong);
17881
17882 /*
17883  * Class:     org_ldk_impl_bindings
17884  * Method:    PhantomRouteHints_get_channels
17885  * Signature: (J)[J
17886  */
17887 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_PhantomRouteHints_1get_1channels
17888   (JNIEnv *, jclass, jlong);
17889
17890 /*
17891  * Class:     org_ldk_impl_bindings
17892  * Method:    PhantomRouteHints_set_channels
17893  * Signature: (J[J)V
17894  */
17895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PhantomRouteHints_1set_1channels
17896   (JNIEnv *, jclass, jlong, jlongArray);
17897
17898 /*
17899  * Class:     org_ldk_impl_bindings
17900  * Method:    PhantomRouteHints_get_phantom_scid
17901  * Signature: (J)J
17902  */
17903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PhantomRouteHints_1get_1phantom_1scid
17904   (JNIEnv *, jclass, jlong);
17905
17906 /*
17907  * Class:     org_ldk_impl_bindings
17908  * Method:    PhantomRouteHints_set_phantom_scid
17909  * Signature: (JJ)V
17910  */
17911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PhantomRouteHints_1set_1phantom_1scid
17912   (JNIEnv *, jclass, jlong, jlong);
17913
17914 /*
17915  * Class:     org_ldk_impl_bindings
17916  * Method:    PhantomRouteHints_get_real_node_pubkey
17917  * Signature: (J)[B
17918  */
17919 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_PhantomRouteHints_1get_1real_1node_1pubkey
17920   (JNIEnv *, jclass, jlong);
17921
17922 /*
17923  * Class:     org_ldk_impl_bindings
17924  * Method:    PhantomRouteHints_set_real_node_pubkey
17925  * Signature: (J[B)V
17926  */
17927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PhantomRouteHints_1set_1real_1node_1pubkey
17928   (JNIEnv *, jclass, jlong, jbyteArray);
17929
17930 /*
17931  * Class:     org_ldk_impl_bindings
17932  * Method:    PhantomRouteHints_new
17933  * Signature: ([JJ[B)J
17934  */
17935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PhantomRouteHints_1new
17936   (JNIEnv *, jclass, jlongArray, jlong, jbyteArray);
17937
17938 /*
17939  * Class:     org_ldk_impl_bindings
17940  * Method:    PhantomRouteHints_clone_ptr
17941  * Signature: (J)J
17942  */
17943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PhantomRouteHints_1clone_1ptr
17944   (JNIEnv *, jclass, jlong);
17945
17946 /*
17947  * Class:     org_ldk_impl_bindings
17948  * Method:    PhantomRouteHints_clone
17949  * Signature: (J)J
17950  */
17951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PhantomRouteHints_1clone
17952   (JNIEnv *, jclass, jlong);
17953
17954 /*
17955  * Class:     org_ldk_impl_bindings
17956  * Method:    ChannelManager_new
17957  * Signature: (JJJJJJJJJJ)J
17958  */
17959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1new
17960   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong, jlong, jlong, jlong, jlong, jlong);
17961
17962 /*
17963  * Class:     org_ldk_impl_bindings
17964  * Method:    ChannelManager_get_current_default_configuration
17965  * Signature: (J)J
17966  */
17967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1get_1current_1default_1configuration
17968   (JNIEnv *, jclass, jlong);
17969
17970 /*
17971  * Class:     org_ldk_impl_bindings
17972  * Method:    ChannelManager_create_channel
17973  * Signature: (J[BJJ[BJ)J
17974  */
17975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1create_1channel
17976   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong, jbyteArray, jlong);
17977
17978 /*
17979  * Class:     org_ldk_impl_bindings
17980  * Method:    ChannelManager_list_channels
17981  * Signature: (J)[J
17982  */
17983 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1list_1channels
17984   (JNIEnv *, jclass, jlong);
17985
17986 /*
17987  * Class:     org_ldk_impl_bindings
17988  * Method:    ChannelManager_list_usable_channels
17989  * Signature: (J)[J
17990  */
17991 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1list_1usable_1channels
17992   (JNIEnv *, jclass, jlong);
17993
17994 /*
17995  * Class:     org_ldk_impl_bindings
17996  * Method:    ChannelManager_list_channels_with_counterparty
17997  * Signature: (J[B)[J
17998  */
17999 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1list_1channels_1with_1counterparty
18000   (JNIEnv *, jclass, jlong, jbyteArray);
18001
18002 /*
18003  * Class:     org_ldk_impl_bindings
18004  * Method:    ChannelManager_list_recent_payments
18005  * Signature: (J)[J
18006  */
18007 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1list_1recent_1payments
18008   (JNIEnv *, jclass, jlong);
18009
18010 /*
18011  * Class:     org_ldk_impl_bindings
18012  * Method:    ChannelManager_close_channel
18013  * Signature: (J[B[B)J
18014  */
18015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1close_1channel
18016   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray);
18017
18018 /*
18019  * Class:     org_ldk_impl_bindings
18020  * Method:    ChannelManager_close_channel_with_target_feerate
18021  * Signature: (J[B[BI)J
18022  */
18023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1close_1channel_1with_1target_1feerate
18024   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jint);
18025
18026 /*
18027  * Class:     org_ldk_impl_bindings
18028  * Method:    ChannelManager_force_close_broadcasting_latest_txn
18029  * Signature: (J[B[B)J
18030  */
18031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1force_1close_1broadcasting_1latest_1txn
18032   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray);
18033
18034 /*
18035  * Class:     org_ldk_impl_bindings
18036  * Method:    ChannelManager_force_close_without_broadcasting_txn
18037  * Signature: (J[B[B)J
18038  */
18039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1force_1close_1without_1broadcasting_1txn
18040   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray);
18041
18042 /*
18043  * Class:     org_ldk_impl_bindings
18044  * Method:    ChannelManager_force_close_all_channels_broadcasting_latest_txn
18045  * Signature: (J)V
18046  */
18047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1force_1close_1all_1channels_1broadcasting_1latest_1txn
18048   (JNIEnv *, jclass, jlong);
18049
18050 /*
18051  * Class:     org_ldk_impl_bindings
18052  * Method:    ChannelManager_force_close_all_channels_without_broadcasting_txn
18053  * Signature: (J)V
18054  */
18055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1force_1close_1all_1channels_1without_1broadcasting_1txn
18056   (JNIEnv *, jclass, jlong);
18057
18058 /*
18059  * Class:     org_ldk_impl_bindings
18060  * Method:    ChannelManager_send_payment_with_route
18061  * Signature: (JJ[BJ[B)J
18062  */
18063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1send_1payment_1with_1route
18064   (JNIEnv *, jclass, jlong, jlong, jbyteArray, jlong, jbyteArray);
18065
18066 /*
18067  * Class:     org_ldk_impl_bindings
18068  * Method:    ChannelManager_send_payment
18069  * Signature: (J[BJ[BJJ)J
18070  */
18071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1send_1payment
18072   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jbyteArray, jlong, jlong);
18073
18074 /*
18075  * Class:     org_ldk_impl_bindings
18076  * Method:    ChannelManager_abandon_payment
18077  * Signature: (J[B)V
18078  */
18079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1abandon_1payment
18080   (JNIEnv *, jclass, jlong, jbyteArray);
18081
18082 /*
18083  * Class:     org_ldk_impl_bindings
18084  * Method:    ChannelManager_send_spontaneous_payment
18085  * Signature: (JJ[BJ[B)J
18086  */
18087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1send_1spontaneous_1payment
18088   (JNIEnv *, jclass, jlong, jlong, jbyteArray, jlong, jbyteArray);
18089
18090 /*
18091  * Class:     org_ldk_impl_bindings
18092  * Method:    ChannelManager_send_spontaneous_payment_with_retry
18093  * Signature: (J[BJ[BJJ)J
18094  */
18095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1send_1spontaneous_1payment_1with_1retry
18096   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jbyteArray, jlong, jlong);
18097
18098 /*
18099  * Class:     org_ldk_impl_bindings
18100  * Method:    ChannelManager_send_probe
18101  * Signature: (JJ)J
18102  */
18103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1send_1probe
18104   (JNIEnv *, jclass, jlong, jlong);
18105
18106 /*
18107  * Class:     org_ldk_impl_bindings
18108  * Method:    ChannelManager_funding_transaction_generated
18109  * Signature: (J[B[B[B)J
18110  */
18111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1funding_1transaction_1generated
18112   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jbyteArray);
18113
18114 /*
18115  * Class:     org_ldk_impl_bindings
18116  * Method:    ChannelManager_update_channel_config
18117  * Signature: (J[B[[BJ)J
18118  */
18119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1update_1channel_1config
18120   (JNIEnv *, jclass, jlong, jbyteArray, jobjectArray, jlong);
18121
18122 /*
18123  * Class:     org_ldk_impl_bindings
18124  * Method:    ChannelManager_forward_intercepted_htlc
18125  * Signature: (J[B[B[BJ)J
18126  */
18127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1forward_1intercepted_1htlc
18128   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jbyteArray, jlong);
18129
18130 /*
18131  * Class:     org_ldk_impl_bindings
18132  * Method:    ChannelManager_fail_intercepted_htlc
18133  * Signature: (J[B)J
18134  */
18135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1fail_1intercepted_1htlc
18136   (JNIEnv *, jclass, jlong, jbyteArray);
18137
18138 /*
18139  * Class:     org_ldk_impl_bindings
18140  * Method:    ChannelManager_process_pending_htlc_forwards
18141  * Signature: (J)V
18142  */
18143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1process_1pending_1htlc_1forwards
18144   (JNIEnv *, jclass, jlong);
18145
18146 /*
18147  * Class:     org_ldk_impl_bindings
18148  * Method:    ChannelManager_timer_tick_occurred
18149  * Signature: (J)V
18150  */
18151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1timer_1tick_1occurred
18152   (JNIEnv *, jclass, jlong);
18153
18154 /*
18155  * Class:     org_ldk_impl_bindings
18156  * Method:    ChannelManager_fail_htlc_backwards
18157  * Signature: (J[B)V
18158  */
18159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1fail_1htlc_1backwards
18160   (JNIEnv *, jclass, jlong, jbyteArray);
18161
18162 /*
18163  * Class:     org_ldk_impl_bindings
18164  * Method:    ChannelManager_fail_htlc_backwards_with_reason
18165  * Signature: (J[BLorg/ldk/enums/FailureCode;)V
18166  */
18167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1fail_1htlc_1backwards_1with_1reason
18168   (JNIEnv *, jclass, jlong, jbyteArray, jobject);
18169
18170 /*
18171  * Class:     org_ldk_impl_bindings
18172  * Method:    ChannelManager_claim_funds
18173  * Signature: (J[B)V
18174  */
18175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManager_1claim_1funds
18176   (JNIEnv *, jclass, jlong, jbyteArray);
18177
18178 /*
18179  * Class:     org_ldk_impl_bindings
18180  * Method:    ChannelManager_get_our_node_id
18181  * Signature: (J)[B
18182  */
18183 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1get_1our_1node_1id
18184   (JNIEnv *, jclass, jlong);
18185
18186 /*
18187  * Class:     org_ldk_impl_bindings
18188  * Method:    ChannelManager_accept_inbound_channel
18189  * Signature: (J[B[B[B)J
18190  */
18191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1accept_1inbound_1channel
18192   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jbyteArray);
18193
18194 /*
18195  * Class:     org_ldk_impl_bindings
18196  * Method:    ChannelManager_accept_inbound_channel_from_trusted_peer_0conf
18197  * Signature: (J[B[B[B)J
18198  */
18199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1accept_1inbound_1channel_1from_1trusted_1peer_10conf
18200   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jbyteArray);
18201
18202 /*
18203  * Class:     org_ldk_impl_bindings
18204  * Method:    ChannelManager_create_inbound_payment
18205  * Signature: (JJIJ)J
18206  */
18207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1create_1inbound_1payment
18208   (JNIEnv *, jclass, jlong, jlong, jint, jlong);
18209
18210 /*
18211  * Class:     org_ldk_impl_bindings
18212  * Method:    ChannelManager_create_inbound_payment_legacy
18213  * Signature: (JJI)J
18214  */
18215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1create_1inbound_1payment_1legacy
18216   (JNIEnv *, jclass, jlong, jlong, jint);
18217
18218 /*
18219  * Class:     org_ldk_impl_bindings
18220  * Method:    ChannelManager_create_inbound_payment_for_hash
18221  * Signature: (J[BJIJ)J
18222  */
18223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1create_1inbound_1payment_1for_1hash
18224   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jint, jlong);
18225
18226 /*
18227  * Class:     org_ldk_impl_bindings
18228  * Method:    ChannelManager_create_inbound_payment_for_hash_legacy
18229  * Signature: (J[BJI)J
18230  */
18231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1create_1inbound_1payment_1for_1hash_1legacy
18232   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jint);
18233
18234 /*
18235  * Class:     org_ldk_impl_bindings
18236  * Method:    ChannelManager_get_payment_preimage
18237  * Signature: (J[B[B)J
18238  */
18239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1get_1payment_1preimage
18240   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray);
18241
18242 /*
18243  * Class:     org_ldk_impl_bindings
18244  * Method:    ChannelManager_get_phantom_scid
18245  * Signature: (J)J
18246  */
18247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1get_1phantom_1scid
18248   (JNIEnv *, jclass, jlong);
18249
18250 /*
18251  * Class:     org_ldk_impl_bindings
18252  * Method:    ChannelManager_get_phantom_route_hints
18253  * Signature: (J)J
18254  */
18255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1get_1phantom_1route_1hints
18256   (JNIEnv *, jclass, jlong);
18257
18258 /*
18259  * Class:     org_ldk_impl_bindings
18260  * Method:    ChannelManager_get_intercept_scid
18261  * Signature: (J)J
18262  */
18263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1get_1intercept_1scid
18264   (JNIEnv *, jclass, jlong);
18265
18266 /*
18267  * Class:     org_ldk_impl_bindings
18268  * Method:    ChannelManager_compute_inflight_htlcs
18269  * Signature: (J)J
18270  */
18271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1compute_1inflight_1htlcs
18272   (JNIEnv *, jclass, jlong);
18273
18274 /*
18275  * Class:     org_ldk_impl_bindings
18276  * Method:    ChannelManager_as_MessageSendEventsProvider
18277  * Signature: (J)J
18278  */
18279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1MessageSendEventsProvider
18280   (JNIEnv *, jclass, jlong);
18281
18282 /*
18283  * Class:     org_ldk_impl_bindings
18284  * Method:    ChannelManager_as_EventsProvider
18285  * Signature: (J)J
18286  */
18287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1EventsProvider
18288   (JNIEnv *, jclass, jlong);
18289
18290 /*
18291  * Class:     org_ldk_impl_bindings
18292  * Method:    ChannelManager_as_Listen
18293  * Signature: (J)J
18294  */
18295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1Listen
18296   (JNIEnv *, jclass, jlong);
18297
18298 /*
18299  * Class:     org_ldk_impl_bindings
18300  * Method:    ChannelManager_as_Confirm
18301  * Signature: (J)J
18302  */
18303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1Confirm
18304   (JNIEnv *, jclass, jlong);
18305
18306 /*
18307  * Class:     org_ldk_impl_bindings
18308  * Method:    ChannelManager_get_persistable_update_future
18309  * Signature: (J)J
18310  */
18311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1get_1persistable_1update_1future
18312   (JNIEnv *, jclass, jlong);
18313
18314 /*
18315  * Class:     org_ldk_impl_bindings
18316  * Method:    ChannelManager_current_best_block
18317  * Signature: (J)J
18318  */
18319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1current_1best_1block
18320   (JNIEnv *, jclass, jlong);
18321
18322 /*
18323  * Class:     org_ldk_impl_bindings
18324  * Method:    ChannelManager_node_features
18325  * Signature: (J)J
18326  */
18327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1node_1features
18328   (JNIEnv *, jclass, jlong);
18329
18330 /*
18331  * Class:     org_ldk_impl_bindings
18332  * Method:    ChannelManager_channel_features
18333  * Signature: (J)J
18334  */
18335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1channel_1features
18336   (JNIEnv *, jclass, jlong);
18337
18338 /*
18339  * Class:     org_ldk_impl_bindings
18340  * Method:    ChannelManager_channel_type_features
18341  * Signature: (J)J
18342  */
18343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1channel_1type_1features
18344   (JNIEnv *, jclass, jlong);
18345
18346 /*
18347  * Class:     org_ldk_impl_bindings
18348  * Method:    ChannelManager_init_features
18349  * Signature: (J)J
18350  */
18351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1init_1features
18352   (JNIEnv *, jclass, jlong);
18353
18354 /*
18355  * Class:     org_ldk_impl_bindings
18356  * Method:    ChannelManager_as_ChannelMessageHandler
18357  * Signature: (J)J
18358  */
18359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManager_1as_1ChannelMessageHandler
18360   (JNIEnv *, jclass, jlong);
18361
18362 /*
18363  * Class:     org_ldk_impl_bindings
18364  * Method:    provided_init_features
18365  * Signature: (J)J
18366  */
18367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_provided_1init_1features
18368   (JNIEnv *, jclass, jlong);
18369
18370 /*
18371  * Class:     org_ldk_impl_bindings
18372  * Method:    CounterpartyForwardingInfo_write
18373  * Signature: (J)[B
18374  */
18375 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1write
18376   (JNIEnv *, jclass, jlong);
18377
18378 /*
18379  * Class:     org_ldk_impl_bindings
18380  * Method:    CounterpartyForwardingInfo_read
18381  * Signature: ([B)J
18382  */
18383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyForwardingInfo_1read
18384   (JNIEnv *, jclass, jbyteArray);
18385
18386 /*
18387  * Class:     org_ldk_impl_bindings
18388  * Method:    ChannelCounterparty_write
18389  * Signature: (J)[B
18390  */
18391 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1write
18392   (JNIEnv *, jclass, jlong);
18393
18394 /*
18395  * Class:     org_ldk_impl_bindings
18396  * Method:    ChannelCounterparty_read
18397  * Signature: ([B)J
18398  */
18399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelCounterparty_1read
18400   (JNIEnv *, jclass, jbyteArray);
18401
18402 /*
18403  * Class:     org_ldk_impl_bindings
18404  * Method:    ChannelDetails_write
18405  * Signature: (J)[B
18406  */
18407 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1write
18408   (JNIEnv *, jclass, jlong);
18409
18410 /*
18411  * Class:     org_ldk_impl_bindings
18412  * Method:    ChannelDetails_read
18413  * Signature: ([B)J
18414  */
18415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelDetails_1read
18416   (JNIEnv *, jclass, jbyteArray);
18417
18418 /*
18419  * Class:     org_ldk_impl_bindings
18420  * Method:    PhantomRouteHints_write
18421  * Signature: (J)[B
18422  */
18423 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_PhantomRouteHints_1write
18424   (JNIEnv *, jclass, jlong);
18425
18426 /*
18427  * Class:     org_ldk_impl_bindings
18428  * Method:    PhantomRouteHints_read
18429  * Signature: ([B)J
18430  */
18431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PhantomRouteHints_1read
18432   (JNIEnv *, jclass, jbyteArray);
18433
18434 /*
18435  * Class:     org_ldk_impl_bindings
18436  * Method:    ChannelManager_write
18437  * Signature: (J)[B
18438  */
18439 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelManager_1write
18440   (JNIEnv *, jclass, jlong);
18441
18442 /*
18443  * Class:     org_ldk_impl_bindings
18444  * Method:    ChannelManagerReadArgs_free
18445  * Signature: (J)V
18446  */
18447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1free
18448   (JNIEnv *, jclass, jlong);
18449
18450 /*
18451  * Class:     org_ldk_impl_bindings
18452  * Method:    ChannelManagerReadArgs_get_entropy_source
18453  * Signature: (J)J
18454  */
18455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1entropy_1source
18456   (JNIEnv *, jclass, jlong);
18457
18458 /*
18459  * Class:     org_ldk_impl_bindings
18460  * Method:    ChannelManagerReadArgs_set_entropy_source
18461  * Signature: (JJ)V
18462  */
18463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1entropy_1source
18464   (JNIEnv *, jclass, jlong, jlong);
18465
18466 /*
18467  * Class:     org_ldk_impl_bindings
18468  * Method:    ChannelManagerReadArgs_get_node_signer
18469  * Signature: (J)J
18470  */
18471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1node_1signer
18472   (JNIEnv *, jclass, jlong);
18473
18474 /*
18475  * Class:     org_ldk_impl_bindings
18476  * Method:    ChannelManagerReadArgs_set_node_signer
18477  * Signature: (JJ)V
18478  */
18479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1node_1signer
18480   (JNIEnv *, jclass, jlong, jlong);
18481
18482 /*
18483  * Class:     org_ldk_impl_bindings
18484  * Method:    ChannelManagerReadArgs_get_signer_provider
18485  * Signature: (J)J
18486  */
18487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1signer_1provider
18488   (JNIEnv *, jclass, jlong);
18489
18490 /*
18491  * Class:     org_ldk_impl_bindings
18492  * Method:    ChannelManagerReadArgs_set_signer_provider
18493  * Signature: (JJ)V
18494  */
18495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1signer_1provider
18496   (JNIEnv *, jclass, jlong, jlong);
18497
18498 /*
18499  * Class:     org_ldk_impl_bindings
18500  * Method:    ChannelManagerReadArgs_get_fee_estimator
18501  * Signature: (J)J
18502  */
18503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1fee_1estimator
18504   (JNIEnv *, jclass, jlong);
18505
18506 /*
18507  * Class:     org_ldk_impl_bindings
18508  * Method:    ChannelManagerReadArgs_set_fee_estimator
18509  * Signature: (JJ)V
18510  */
18511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1fee_1estimator
18512   (JNIEnv *, jclass, jlong, jlong);
18513
18514 /*
18515  * Class:     org_ldk_impl_bindings
18516  * Method:    ChannelManagerReadArgs_get_chain_monitor
18517  * Signature: (J)J
18518  */
18519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1chain_1monitor
18520   (JNIEnv *, jclass, jlong);
18521
18522 /*
18523  * Class:     org_ldk_impl_bindings
18524  * Method:    ChannelManagerReadArgs_set_chain_monitor
18525  * Signature: (JJ)V
18526  */
18527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1chain_1monitor
18528   (JNIEnv *, jclass, jlong, jlong);
18529
18530 /*
18531  * Class:     org_ldk_impl_bindings
18532  * Method:    ChannelManagerReadArgs_get_tx_broadcaster
18533  * Signature: (J)J
18534  */
18535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1tx_1broadcaster
18536   (JNIEnv *, jclass, jlong);
18537
18538 /*
18539  * Class:     org_ldk_impl_bindings
18540  * Method:    ChannelManagerReadArgs_set_tx_broadcaster
18541  * Signature: (JJ)V
18542  */
18543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1tx_1broadcaster
18544   (JNIEnv *, jclass, jlong, jlong);
18545
18546 /*
18547  * Class:     org_ldk_impl_bindings
18548  * Method:    ChannelManagerReadArgs_get_router
18549  * Signature: (J)J
18550  */
18551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1router
18552   (JNIEnv *, jclass, jlong);
18553
18554 /*
18555  * Class:     org_ldk_impl_bindings
18556  * Method:    ChannelManagerReadArgs_set_router
18557  * Signature: (JJ)V
18558  */
18559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1router
18560   (JNIEnv *, jclass, jlong, jlong);
18561
18562 /*
18563  * Class:     org_ldk_impl_bindings
18564  * Method:    ChannelManagerReadArgs_get_logger
18565  * Signature: (J)J
18566  */
18567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1logger
18568   (JNIEnv *, jclass, jlong);
18569
18570 /*
18571  * Class:     org_ldk_impl_bindings
18572  * Method:    ChannelManagerReadArgs_set_logger
18573  * Signature: (JJ)V
18574  */
18575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1logger
18576   (JNIEnv *, jclass, jlong, jlong);
18577
18578 /*
18579  * Class:     org_ldk_impl_bindings
18580  * Method:    ChannelManagerReadArgs_get_default_config
18581  * Signature: (J)J
18582  */
18583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1get_1default_1config
18584   (JNIEnv *, jclass, jlong);
18585
18586 /*
18587  * Class:     org_ldk_impl_bindings
18588  * Method:    ChannelManagerReadArgs_set_default_config
18589  * Signature: (JJ)V
18590  */
18591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1set_1default_1config
18592   (JNIEnv *, jclass, jlong, jlong);
18593
18594 /*
18595  * Class:     org_ldk_impl_bindings
18596  * Method:    ChannelManagerReadArgs_new
18597  * Signature: (JJJJJJJJJ[J)J
18598  */
18599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelManagerReadArgs_1new
18600   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong, jlong, jlong, jlong, jlong, jlongArray);
18601
18602 /*
18603  * Class:     org_ldk_impl_bindings
18604  * Method:    C2Tuple_BlockHashChannelManagerZ_read
18605  * Signature: ([BJ)J
18606  */
18607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_C2Tuple_1BlockHashChannelManagerZ_1read
18608   (JNIEnv *, jclass, jbyteArray, jlong);
18609
18610 /*
18611  * Class:     org_ldk_impl_bindings
18612  * Method:    ExpandedKey_free
18613  * Signature: (J)V
18614  */
18615 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ExpandedKey_1free
18616   (JNIEnv *, jclass, jlong);
18617
18618 /*
18619  * Class:     org_ldk_impl_bindings
18620  * Method:    ExpandedKey_new
18621  * Signature: ([B)J
18622  */
18623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ExpandedKey_1new
18624   (JNIEnv *, jclass, jbyteArray);
18625
18626 /*
18627  * Class:     org_ldk_impl_bindings
18628  * Method:    create
18629  * Signature: (JJIJJJ)J
18630  */
18631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_create
18632   (JNIEnv *, jclass, jlong, jlong, jint, jlong, jlong, jlong);
18633
18634 /*
18635  * Class:     org_ldk_impl_bindings
18636  * Method:    create_from_hash
18637  * Signature: (JJ[BIJJ)J
18638  */
18639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_create_1from_1hash
18640   (JNIEnv *, jclass, jlong, jlong, jbyteArray, jint, jlong, jlong);
18641
18642 /*
18643  * Class:     org_ldk_impl_bindings
18644  * Method:    DecodeError_free
18645  * Signature: (J)V
18646  */
18647 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DecodeError_1free
18648   (JNIEnv *, jclass, jlong);
18649
18650 /*
18651  * Class:     org_ldk_impl_bindings
18652  * Method:    DecodeError_clone_ptr
18653  * Signature: (J)J
18654  */
18655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DecodeError_1clone_1ptr
18656   (JNIEnv *, jclass, jlong);
18657
18658 /*
18659  * Class:     org_ldk_impl_bindings
18660  * Method:    DecodeError_clone
18661  * Signature: (J)J
18662  */
18663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DecodeError_1clone
18664   (JNIEnv *, jclass, jlong);
18665
18666 /*
18667  * Class:     org_ldk_impl_bindings
18668  * Method:    DecodeError_unknown_version
18669  * Signature: ()J
18670  */
18671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DecodeError_1unknown_1version
18672   (JNIEnv *, jclass);
18673
18674 /*
18675  * Class:     org_ldk_impl_bindings
18676  * Method:    DecodeError_unknown_required_feature
18677  * Signature: ()J
18678  */
18679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DecodeError_1unknown_1required_1feature
18680   (JNIEnv *, jclass);
18681
18682 /*
18683  * Class:     org_ldk_impl_bindings
18684  * Method:    DecodeError_invalid_value
18685  * Signature: ()J
18686  */
18687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DecodeError_1invalid_1value
18688   (JNIEnv *, jclass);
18689
18690 /*
18691  * Class:     org_ldk_impl_bindings
18692  * Method:    DecodeError_short_read
18693  * Signature: ()J
18694  */
18695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DecodeError_1short_1read
18696   (JNIEnv *, jclass);
18697
18698 /*
18699  * Class:     org_ldk_impl_bindings
18700  * Method:    DecodeError_bad_length_descriptor
18701  * Signature: ()J
18702  */
18703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DecodeError_1bad_1length_1descriptor
18704   (JNIEnv *, jclass);
18705
18706 /*
18707  * Class:     org_ldk_impl_bindings
18708  * Method:    DecodeError_io
18709  * Signature: (Lorg/ldk/enums/IOError;)J
18710  */
18711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DecodeError_1io
18712   (JNIEnv *, jclass, jobject);
18713
18714 /*
18715  * Class:     org_ldk_impl_bindings
18716  * Method:    DecodeError_unsupported_compression
18717  * Signature: ()J
18718  */
18719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DecodeError_1unsupported_1compression
18720   (JNIEnv *, jclass);
18721
18722 /*
18723  * Class:     org_ldk_impl_bindings
18724  * Method:    DecodeError_eq
18725  * Signature: (JJ)Z
18726  */
18727 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_DecodeError_1eq
18728   (JNIEnv *, jclass, jlong, jlong);
18729
18730 /*
18731  * Class:     org_ldk_impl_bindings
18732  * Method:    Init_free
18733  * Signature: (J)V
18734  */
18735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Init_1free
18736   (JNIEnv *, jclass, jlong);
18737
18738 /*
18739  * Class:     org_ldk_impl_bindings
18740  * Method:    Init_get_features
18741  * Signature: (J)J
18742  */
18743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Init_1get_1features
18744   (JNIEnv *, jclass, jlong);
18745
18746 /*
18747  * Class:     org_ldk_impl_bindings
18748  * Method:    Init_set_features
18749  * Signature: (JJ)V
18750  */
18751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Init_1set_1features
18752   (JNIEnv *, jclass, jlong, jlong);
18753
18754 /*
18755  * Class:     org_ldk_impl_bindings
18756  * Method:    Init_get_remote_network_address
18757  * Signature: (J)J
18758  */
18759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Init_1get_1remote_1network_1address
18760   (JNIEnv *, jclass, jlong);
18761
18762 /*
18763  * Class:     org_ldk_impl_bindings
18764  * Method:    Init_set_remote_network_address
18765  * Signature: (JJ)V
18766  */
18767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Init_1set_1remote_1network_1address
18768   (JNIEnv *, jclass, jlong, jlong);
18769
18770 /*
18771  * Class:     org_ldk_impl_bindings
18772  * Method:    Init_new
18773  * Signature: (JJ)J
18774  */
18775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Init_1new
18776   (JNIEnv *, jclass, jlong, jlong);
18777
18778 /*
18779  * Class:     org_ldk_impl_bindings
18780  * Method:    Init_clone_ptr
18781  * Signature: (J)J
18782  */
18783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Init_1clone_1ptr
18784   (JNIEnv *, jclass, jlong);
18785
18786 /*
18787  * Class:     org_ldk_impl_bindings
18788  * Method:    Init_clone
18789  * Signature: (J)J
18790  */
18791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Init_1clone
18792   (JNIEnv *, jclass, jlong);
18793
18794 /*
18795  * Class:     org_ldk_impl_bindings
18796  * Method:    Init_eq
18797  * Signature: (JJ)Z
18798  */
18799 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Init_1eq
18800   (JNIEnv *, jclass, jlong, jlong);
18801
18802 /*
18803  * Class:     org_ldk_impl_bindings
18804  * Method:    ErrorMessage_free
18805  * Signature: (J)V
18806  */
18807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1free
18808   (JNIEnv *, jclass, jlong);
18809
18810 /*
18811  * Class:     org_ldk_impl_bindings
18812  * Method:    ErrorMessage_get_channel_id
18813  * Signature: (J)[B
18814  */
18815 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1get_1channel_1id
18816   (JNIEnv *, jclass, jlong);
18817
18818 /*
18819  * Class:     org_ldk_impl_bindings
18820  * Method:    ErrorMessage_set_channel_id
18821  * Signature: (J[B)V
18822  */
18823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1set_1channel_1id
18824   (JNIEnv *, jclass, jlong, jbyteArray);
18825
18826 /*
18827  * Class:     org_ldk_impl_bindings
18828  * Method:    ErrorMessage_get_data
18829  * Signature: (J)Ljava/lang/String;
18830  */
18831 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1get_1data
18832   (JNIEnv *, jclass, jlong);
18833
18834 /*
18835  * Class:     org_ldk_impl_bindings
18836  * Method:    ErrorMessage_set_data
18837  * Signature: (JLjava/lang/String;)V
18838  */
18839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1set_1data
18840   (JNIEnv *, jclass, jlong, jstring);
18841
18842 /*
18843  * Class:     org_ldk_impl_bindings
18844  * Method:    ErrorMessage_new
18845  * Signature: ([BLjava/lang/String;)J
18846  */
18847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1new
18848   (JNIEnv *, jclass, jbyteArray, jstring);
18849
18850 /*
18851  * Class:     org_ldk_impl_bindings
18852  * Method:    ErrorMessage_clone_ptr
18853  * Signature: (J)J
18854  */
18855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1clone_1ptr
18856   (JNIEnv *, jclass, jlong);
18857
18858 /*
18859  * Class:     org_ldk_impl_bindings
18860  * Method:    ErrorMessage_clone
18861  * Signature: (J)J
18862  */
18863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1clone
18864   (JNIEnv *, jclass, jlong);
18865
18866 /*
18867  * Class:     org_ldk_impl_bindings
18868  * Method:    ErrorMessage_eq
18869  * Signature: (JJ)Z
18870  */
18871 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1eq
18872   (JNIEnv *, jclass, jlong, jlong);
18873
18874 /*
18875  * Class:     org_ldk_impl_bindings
18876  * Method:    WarningMessage_free
18877  * Signature: (J)V
18878  */
18879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WarningMessage_1free
18880   (JNIEnv *, jclass, jlong);
18881
18882 /*
18883  * Class:     org_ldk_impl_bindings
18884  * Method:    WarningMessage_get_channel_id
18885  * Signature: (J)[B
18886  */
18887 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_WarningMessage_1get_1channel_1id
18888   (JNIEnv *, jclass, jlong);
18889
18890 /*
18891  * Class:     org_ldk_impl_bindings
18892  * Method:    WarningMessage_set_channel_id
18893  * Signature: (J[B)V
18894  */
18895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WarningMessage_1set_1channel_1id
18896   (JNIEnv *, jclass, jlong, jbyteArray);
18897
18898 /*
18899  * Class:     org_ldk_impl_bindings
18900  * Method:    WarningMessage_get_data
18901  * Signature: (J)Ljava/lang/String;
18902  */
18903 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_WarningMessage_1get_1data
18904   (JNIEnv *, jclass, jlong);
18905
18906 /*
18907  * Class:     org_ldk_impl_bindings
18908  * Method:    WarningMessage_set_data
18909  * Signature: (JLjava/lang/String;)V
18910  */
18911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WarningMessage_1set_1data
18912   (JNIEnv *, jclass, jlong, jstring);
18913
18914 /*
18915  * Class:     org_ldk_impl_bindings
18916  * Method:    WarningMessage_new
18917  * Signature: ([BLjava/lang/String;)J
18918  */
18919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WarningMessage_1new
18920   (JNIEnv *, jclass, jbyteArray, jstring);
18921
18922 /*
18923  * Class:     org_ldk_impl_bindings
18924  * Method:    WarningMessage_clone_ptr
18925  * Signature: (J)J
18926  */
18927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WarningMessage_1clone_1ptr
18928   (JNIEnv *, jclass, jlong);
18929
18930 /*
18931  * Class:     org_ldk_impl_bindings
18932  * Method:    WarningMessage_clone
18933  * Signature: (J)J
18934  */
18935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WarningMessage_1clone
18936   (JNIEnv *, jclass, jlong);
18937
18938 /*
18939  * Class:     org_ldk_impl_bindings
18940  * Method:    WarningMessage_eq
18941  * Signature: (JJ)Z
18942  */
18943 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_WarningMessage_1eq
18944   (JNIEnv *, jclass, jlong, jlong);
18945
18946 /*
18947  * Class:     org_ldk_impl_bindings
18948  * Method:    Ping_free
18949  * Signature: (J)V
18950  */
18951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Ping_1free
18952   (JNIEnv *, jclass, jlong);
18953
18954 /*
18955  * Class:     org_ldk_impl_bindings
18956  * Method:    Ping_get_ponglen
18957  * Signature: (J)S
18958  */
18959 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_Ping_1get_1ponglen
18960   (JNIEnv *, jclass, jlong);
18961
18962 /*
18963  * Class:     org_ldk_impl_bindings
18964  * Method:    Ping_set_ponglen
18965  * Signature: (JS)V
18966  */
18967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Ping_1set_1ponglen
18968   (JNIEnv *, jclass, jlong, jshort);
18969
18970 /*
18971  * Class:     org_ldk_impl_bindings
18972  * Method:    Ping_get_byteslen
18973  * Signature: (J)S
18974  */
18975 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_Ping_1get_1byteslen
18976   (JNIEnv *, jclass, jlong);
18977
18978 /*
18979  * Class:     org_ldk_impl_bindings
18980  * Method:    Ping_set_byteslen
18981  * Signature: (JS)V
18982  */
18983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Ping_1set_1byteslen
18984   (JNIEnv *, jclass, jlong, jshort);
18985
18986 /*
18987  * Class:     org_ldk_impl_bindings
18988  * Method:    Ping_new
18989  * Signature: (SS)J
18990  */
18991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Ping_1new
18992   (JNIEnv *, jclass, jshort, jshort);
18993
18994 /*
18995  * Class:     org_ldk_impl_bindings
18996  * Method:    Ping_clone_ptr
18997  * Signature: (J)J
18998  */
18999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Ping_1clone_1ptr
19000   (JNIEnv *, jclass, jlong);
19001
19002 /*
19003  * Class:     org_ldk_impl_bindings
19004  * Method:    Ping_clone
19005  * Signature: (J)J
19006  */
19007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Ping_1clone
19008   (JNIEnv *, jclass, jlong);
19009
19010 /*
19011  * Class:     org_ldk_impl_bindings
19012  * Method:    Ping_eq
19013  * Signature: (JJ)Z
19014  */
19015 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Ping_1eq
19016   (JNIEnv *, jclass, jlong, jlong);
19017
19018 /*
19019  * Class:     org_ldk_impl_bindings
19020  * Method:    Pong_free
19021  * Signature: (J)V
19022  */
19023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Pong_1free
19024   (JNIEnv *, jclass, jlong);
19025
19026 /*
19027  * Class:     org_ldk_impl_bindings
19028  * Method:    Pong_get_byteslen
19029  * Signature: (J)S
19030  */
19031 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_Pong_1get_1byteslen
19032   (JNIEnv *, jclass, jlong);
19033
19034 /*
19035  * Class:     org_ldk_impl_bindings
19036  * Method:    Pong_set_byteslen
19037  * Signature: (JS)V
19038  */
19039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Pong_1set_1byteslen
19040   (JNIEnv *, jclass, jlong, jshort);
19041
19042 /*
19043  * Class:     org_ldk_impl_bindings
19044  * Method:    Pong_new
19045  * Signature: (S)J
19046  */
19047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Pong_1new
19048   (JNIEnv *, jclass, jshort);
19049
19050 /*
19051  * Class:     org_ldk_impl_bindings
19052  * Method:    Pong_clone_ptr
19053  * Signature: (J)J
19054  */
19055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Pong_1clone_1ptr
19056   (JNIEnv *, jclass, jlong);
19057
19058 /*
19059  * Class:     org_ldk_impl_bindings
19060  * Method:    Pong_clone
19061  * Signature: (J)J
19062  */
19063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Pong_1clone
19064   (JNIEnv *, jclass, jlong);
19065
19066 /*
19067  * Class:     org_ldk_impl_bindings
19068  * Method:    Pong_eq
19069  * Signature: (JJ)Z
19070  */
19071 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Pong_1eq
19072   (JNIEnv *, jclass, jlong, jlong);
19073
19074 /*
19075  * Class:     org_ldk_impl_bindings
19076  * Method:    OpenChannel_free
19077  * Signature: (J)V
19078  */
19079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1free
19080   (JNIEnv *, jclass, jlong);
19081
19082 /*
19083  * Class:     org_ldk_impl_bindings
19084  * Method:    OpenChannel_get_chain_hash
19085  * Signature: (J)[B
19086  */
19087 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1chain_1hash
19088   (JNIEnv *, jclass, jlong);
19089
19090 /*
19091  * Class:     org_ldk_impl_bindings
19092  * Method:    OpenChannel_set_chain_hash
19093  * Signature: (J[B)V
19094  */
19095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1chain_1hash
19096   (JNIEnv *, jclass, jlong, jbyteArray);
19097
19098 /*
19099  * Class:     org_ldk_impl_bindings
19100  * Method:    OpenChannel_get_temporary_channel_id
19101  * Signature: (J)[B
19102  */
19103 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1temporary_1channel_1id
19104   (JNIEnv *, jclass, jlong);
19105
19106 /*
19107  * Class:     org_ldk_impl_bindings
19108  * Method:    OpenChannel_set_temporary_channel_id
19109  * Signature: (J[B)V
19110  */
19111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1temporary_1channel_1id
19112   (JNIEnv *, jclass, jlong, jbyteArray);
19113
19114 /*
19115  * Class:     org_ldk_impl_bindings
19116  * Method:    OpenChannel_get_funding_satoshis
19117  * Signature: (J)J
19118  */
19119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1funding_1satoshis
19120   (JNIEnv *, jclass, jlong);
19121
19122 /*
19123  * Class:     org_ldk_impl_bindings
19124  * Method:    OpenChannel_set_funding_satoshis
19125  * Signature: (JJ)V
19126  */
19127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1funding_1satoshis
19128   (JNIEnv *, jclass, jlong, jlong);
19129
19130 /*
19131  * Class:     org_ldk_impl_bindings
19132  * Method:    OpenChannel_get_push_msat
19133  * Signature: (J)J
19134  */
19135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1push_1msat
19136   (JNIEnv *, jclass, jlong);
19137
19138 /*
19139  * Class:     org_ldk_impl_bindings
19140  * Method:    OpenChannel_set_push_msat
19141  * Signature: (JJ)V
19142  */
19143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1push_1msat
19144   (JNIEnv *, jclass, jlong, jlong);
19145
19146 /*
19147  * Class:     org_ldk_impl_bindings
19148  * Method:    OpenChannel_get_dust_limit_satoshis
19149  * Signature: (J)J
19150  */
19151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1dust_1limit_1satoshis
19152   (JNIEnv *, jclass, jlong);
19153
19154 /*
19155  * Class:     org_ldk_impl_bindings
19156  * Method:    OpenChannel_set_dust_limit_satoshis
19157  * Signature: (JJ)V
19158  */
19159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1dust_1limit_1satoshis
19160   (JNIEnv *, jclass, jlong, jlong);
19161
19162 /*
19163  * Class:     org_ldk_impl_bindings
19164  * Method:    OpenChannel_get_max_htlc_value_in_flight_msat
19165  * Signature: (J)J
19166  */
19167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1max_1htlc_1value_1in_1flight_1msat
19168   (JNIEnv *, jclass, jlong);
19169
19170 /*
19171  * Class:     org_ldk_impl_bindings
19172  * Method:    OpenChannel_set_max_htlc_value_in_flight_msat
19173  * Signature: (JJ)V
19174  */
19175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1max_1htlc_1value_1in_1flight_1msat
19176   (JNIEnv *, jclass, jlong, jlong);
19177
19178 /*
19179  * Class:     org_ldk_impl_bindings
19180  * Method:    OpenChannel_get_channel_reserve_satoshis
19181  * Signature: (J)J
19182  */
19183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1channel_1reserve_1satoshis
19184   (JNIEnv *, jclass, jlong);
19185
19186 /*
19187  * Class:     org_ldk_impl_bindings
19188  * Method:    OpenChannel_set_channel_reserve_satoshis
19189  * Signature: (JJ)V
19190  */
19191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1channel_1reserve_1satoshis
19192   (JNIEnv *, jclass, jlong, jlong);
19193
19194 /*
19195  * Class:     org_ldk_impl_bindings
19196  * Method:    OpenChannel_get_htlc_minimum_msat
19197  * Signature: (J)J
19198  */
19199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1htlc_1minimum_1msat
19200   (JNIEnv *, jclass, jlong);
19201
19202 /*
19203  * Class:     org_ldk_impl_bindings
19204  * Method:    OpenChannel_set_htlc_minimum_msat
19205  * Signature: (JJ)V
19206  */
19207 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1htlc_1minimum_1msat
19208   (JNIEnv *, jclass, jlong, jlong);
19209
19210 /*
19211  * Class:     org_ldk_impl_bindings
19212  * Method:    OpenChannel_get_feerate_per_kw
19213  * Signature: (J)I
19214  */
19215 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1feerate_1per_1kw
19216   (JNIEnv *, jclass, jlong);
19217
19218 /*
19219  * Class:     org_ldk_impl_bindings
19220  * Method:    OpenChannel_set_feerate_per_kw
19221  * Signature: (JI)V
19222  */
19223 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1feerate_1per_1kw
19224   (JNIEnv *, jclass, jlong, jint);
19225
19226 /*
19227  * Class:     org_ldk_impl_bindings
19228  * Method:    OpenChannel_get_to_self_delay
19229  * Signature: (J)S
19230  */
19231 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1to_1self_1delay
19232   (JNIEnv *, jclass, jlong);
19233
19234 /*
19235  * Class:     org_ldk_impl_bindings
19236  * Method:    OpenChannel_set_to_self_delay
19237  * Signature: (JS)V
19238  */
19239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1to_1self_1delay
19240   (JNIEnv *, jclass, jlong, jshort);
19241
19242 /*
19243  * Class:     org_ldk_impl_bindings
19244  * Method:    OpenChannel_get_max_accepted_htlcs
19245  * Signature: (J)S
19246  */
19247 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1max_1accepted_1htlcs
19248   (JNIEnv *, jclass, jlong);
19249
19250 /*
19251  * Class:     org_ldk_impl_bindings
19252  * Method:    OpenChannel_set_max_accepted_htlcs
19253  * Signature: (JS)V
19254  */
19255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1max_1accepted_1htlcs
19256   (JNIEnv *, jclass, jlong, jshort);
19257
19258 /*
19259  * Class:     org_ldk_impl_bindings
19260  * Method:    OpenChannel_get_funding_pubkey
19261  * Signature: (J)[B
19262  */
19263 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1funding_1pubkey
19264   (JNIEnv *, jclass, jlong);
19265
19266 /*
19267  * Class:     org_ldk_impl_bindings
19268  * Method:    OpenChannel_set_funding_pubkey
19269  * Signature: (J[B)V
19270  */
19271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1funding_1pubkey
19272   (JNIEnv *, jclass, jlong, jbyteArray);
19273
19274 /*
19275  * Class:     org_ldk_impl_bindings
19276  * Method:    OpenChannel_get_revocation_basepoint
19277  * Signature: (J)[B
19278  */
19279 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1revocation_1basepoint
19280   (JNIEnv *, jclass, jlong);
19281
19282 /*
19283  * Class:     org_ldk_impl_bindings
19284  * Method:    OpenChannel_set_revocation_basepoint
19285  * Signature: (J[B)V
19286  */
19287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1revocation_1basepoint
19288   (JNIEnv *, jclass, jlong, jbyteArray);
19289
19290 /*
19291  * Class:     org_ldk_impl_bindings
19292  * Method:    OpenChannel_get_payment_point
19293  * Signature: (J)[B
19294  */
19295 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1payment_1point
19296   (JNIEnv *, jclass, jlong);
19297
19298 /*
19299  * Class:     org_ldk_impl_bindings
19300  * Method:    OpenChannel_set_payment_point
19301  * Signature: (J[B)V
19302  */
19303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1payment_1point
19304   (JNIEnv *, jclass, jlong, jbyteArray);
19305
19306 /*
19307  * Class:     org_ldk_impl_bindings
19308  * Method:    OpenChannel_get_delayed_payment_basepoint
19309  * Signature: (J)[B
19310  */
19311 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1delayed_1payment_1basepoint
19312   (JNIEnv *, jclass, jlong);
19313
19314 /*
19315  * Class:     org_ldk_impl_bindings
19316  * Method:    OpenChannel_set_delayed_payment_basepoint
19317  * Signature: (J[B)V
19318  */
19319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1delayed_1payment_1basepoint
19320   (JNIEnv *, jclass, jlong, jbyteArray);
19321
19322 /*
19323  * Class:     org_ldk_impl_bindings
19324  * Method:    OpenChannel_get_htlc_basepoint
19325  * Signature: (J)[B
19326  */
19327 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1htlc_1basepoint
19328   (JNIEnv *, jclass, jlong);
19329
19330 /*
19331  * Class:     org_ldk_impl_bindings
19332  * Method:    OpenChannel_set_htlc_basepoint
19333  * Signature: (J[B)V
19334  */
19335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1htlc_1basepoint
19336   (JNIEnv *, jclass, jlong, jbyteArray);
19337
19338 /*
19339  * Class:     org_ldk_impl_bindings
19340  * Method:    OpenChannel_get_first_per_commitment_point
19341  * Signature: (J)[B
19342  */
19343 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1first_1per_1commitment_1point
19344   (JNIEnv *, jclass, jlong);
19345
19346 /*
19347  * Class:     org_ldk_impl_bindings
19348  * Method:    OpenChannel_set_first_per_commitment_point
19349  * Signature: (J[B)V
19350  */
19351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1first_1per_1commitment_1point
19352   (JNIEnv *, jclass, jlong, jbyteArray);
19353
19354 /*
19355  * Class:     org_ldk_impl_bindings
19356  * Method:    OpenChannel_get_channel_flags
19357  * Signature: (J)B
19358  */
19359 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1channel_1flags
19360   (JNIEnv *, jclass, jlong);
19361
19362 /*
19363  * Class:     org_ldk_impl_bindings
19364  * Method:    OpenChannel_set_channel_flags
19365  * Signature: (JB)V
19366  */
19367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1channel_1flags
19368   (JNIEnv *, jclass, jlong, jbyte);
19369
19370 /*
19371  * Class:     org_ldk_impl_bindings
19372  * Method:    OpenChannel_get_channel_type
19373  * Signature: (J)J
19374  */
19375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1get_1channel_1type
19376   (JNIEnv *, jclass, jlong);
19377
19378 /*
19379  * Class:     org_ldk_impl_bindings
19380  * Method:    OpenChannel_set_channel_type
19381  * Signature: (JJ)V
19382  */
19383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OpenChannel_1set_1channel_1type
19384   (JNIEnv *, jclass, jlong, jlong);
19385
19386 /*
19387  * Class:     org_ldk_impl_bindings
19388  * Method:    OpenChannel_clone_ptr
19389  * Signature: (J)J
19390  */
19391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1clone_1ptr
19392   (JNIEnv *, jclass, jlong);
19393
19394 /*
19395  * Class:     org_ldk_impl_bindings
19396  * Method:    OpenChannel_clone
19397  * Signature: (J)J
19398  */
19399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1clone
19400   (JNIEnv *, jclass, jlong);
19401
19402 /*
19403  * Class:     org_ldk_impl_bindings
19404  * Method:    OpenChannel_eq
19405  * Signature: (JJ)Z
19406  */
19407 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_OpenChannel_1eq
19408   (JNIEnv *, jclass, jlong, jlong);
19409
19410 /*
19411  * Class:     org_ldk_impl_bindings
19412  * Method:    AcceptChannel_free
19413  * Signature: (J)V
19414  */
19415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1free
19416   (JNIEnv *, jclass, jlong);
19417
19418 /*
19419  * Class:     org_ldk_impl_bindings
19420  * Method:    AcceptChannel_get_temporary_channel_id
19421  * Signature: (J)[B
19422  */
19423 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1temporary_1channel_1id
19424   (JNIEnv *, jclass, jlong);
19425
19426 /*
19427  * Class:     org_ldk_impl_bindings
19428  * Method:    AcceptChannel_set_temporary_channel_id
19429  * Signature: (J[B)V
19430  */
19431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1temporary_1channel_1id
19432   (JNIEnv *, jclass, jlong, jbyteArray);
19433
19434 /*
19435  * Class:     org_ldk_impl_bindings
19436  * Method:    AcceptChannel_get_dust_limit_satoshis
19437  * Signature: (J)J
19438  */
19439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1dust_1limit_1satoshis
19440   (JNIEnv *, jclass, jlong);
19441
19442 /*
19443  * Class:     org_ldk_impl_bindings
19444  * Method:    AcceptChannel_set_dust_limit_satoshis
19445  * Signature: (JJ)V
19446  */
19447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1dust_1limit_1satoshis
19448   (JNIEnv *, jclass, jlong, jlong);
19449
19450 /*
19451  * Class:     org_ldk_impl_bindings
19452  * Method:    AcceptChannel_get_max_htlc_value_in_flight_msat
19453  * Signature: (J)J
19454  */
19455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1max_1htlc_1value_1in_1flight_1msat
19456   (JNIEnv *, jclass, jlong);
19457
19458 /*
19459  * Class:     org_ldk_impl_bindings
19460  * Method:    AcceptChannel_set_max_htlc_value_in_flight_msat
19461  * Signature: (JJ)V
19462  */
19463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1max_1htlc_1value_1in_1flight_1msat
19464   (JNIEnv *, jclass, jlong, jlong);
19465
19466 /*
19467  * Class:     org_ldk_impl_bindings
19468  * Method:    AcceptChannel_get_channel_reserve_satoshis
19469  * Signature: (J)J
19470  */
19471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1channel_1reserve_1satoshis
19472   (JNIEnv *, jclass, jlong);
19473
19474 /*
19475  * Class:     org_ldk_impl_bindings
19476  * Method:    AcceptChannel_set_channel_reserve_satoshis
19477  * Signature: (JJ)V
19478  */
19479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1channel_1reserve_1satoshis
19480   (JNIEnv *, jclass, jlong, jlong);
19481
19482 /*
19483  * Class:     org_ldk_impl_bindings
19484  * Method:    AcceptChannel_get_htlc_minimum_msat
19485  * Signature: (J)J
19486  */
19487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1htlc_1minimum_1msat
19488   (JNIEnv *, jclass, jlong);
19489
19490 /*
19491  * Class:     org_ldk_impl_bindings
19492  * Method:    AcceptChannel_set_htlc_minimum_msat
19493  * Signature: (JJ)V
19494  */
19495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1htlc_1minimum_1msat
19496   (JNIEnv *, jclass, jlong, jlong);
19497
19498 /*
19499  * Class:     org_ldk_impl_bindings
19500  * Method:    AcceptChannel_get_minimum_depth
19501  * Signature: (J)I
19502  */
19503 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1minimum_1depth
19504   (JNIEnv *, jclass, jlong);
19505
19506 /*
19507  * Class:     org_ldk_impl_bindings
19508  * Method:    AcceptChannel_set_minimum_depth
19509  * Signature: (JI)V
19510  */
19511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1minimum_1depth
19512   (JNIEnv *, jclass, jlong, jint);
19513
19514 /*
19515  * Class:     org_ldk_impl_bindings
19516  * Method:    AcceptChannel_get_to_self_delay
19517  * Signature: (J)S
19518  */
19519 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1to_1self_1delay
19520   (JNIEnv *, jclass, jlong);
19521
19522 /*
19523  * Class:     org_ldk_impl_bindings
19524  * Method:    AcceptChannel_set_to_self_delay
19525  * Signature: (JS)V
19526  */
19527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1to_1self_1delay
19528   (JNIEnv *, jclass, jlong, jshort);
19529
19530 /*
19531  * Class:     org_ldk_impl_bindings
19532  * Method:    AcceptChannel_get_max_accepted_htlcs
19533  * Signature: (J)S
19534  */
19535 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1max_1accepted_1htlcs
19536   (JNIEnv *, jclass, jlong);
19537
19538 /*
19539  * Class:     org_ldk_impl_bindings
19540  * Method:    AcceptChannel_set_max_accepted_htlcs
19541  * Signature: (JS)V
19542  */
19543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1max_1accepted_1htlcs
19544   (JNIEnv *, jclass, jlong, jshort);
19545
19546 /*
19547  * Class:     org_ldk_impl_bindings
19548  * Method:    AcceptChannel_get_funding_pubkey
19549  * Signature: (J)[B
19550  */
19551 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1funding_1pubkey
19552   (JNIEnv *, jclass, jlong);
19553
19554 /*
19555  * Class:     org_ldk_impl_bindings
19556  * Method:    AcceptChannel_set_funding_pubkey
19557  * Signature: (J[B)V
19558  */
19559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1funding_1pubkey
19560   (JNIEnv *, jclass, jlong, jbyteArray);
19561
19562 /*
19563  * Class:     org_ldk_impl_bindings
19564  * Method:    AcceptChannel_get_revocation_basepoint
19565  * Signature: (J)[B
19566  */
19567 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1revocation_1basepoint
19568   (JNIEnv *, jclass, jlong);
19569
19570 /*
19571  * Class:     org_ldk_impl_bindings
19572  * Method:    AcceptChannel_set_revocation_basepoint
19573  * Signature: (J[B)V
19574  */
19575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1revocation_1basepoint
19576   (JNIEnv *, jclass, jlong, jbyteArray);
19577
19578 /*
19579  * Class:     org_ldk_impl_bindings
19580  * Method:    AcceptChannel_get_payment_point
19581  * Signature: (J)[B
19582  */
19583 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1payment_1point
19584   (JNIEnv *, jclass, jlong);
19585
19586 /*
19587  * Class:     org_ldk_impl_bindings
19588  * Method:    AcceptChannel_set_payment_point
19589  * Signature: (J[B)V
19590  */
19591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1payment_1point
19592   (JNIEnv *, jclass, jlong, jbyteArray);
19593
19594 /*
19595  * Class:     org_ldk_impl_bindings
19596  * Method:    AcceptChannel_get_delayed_payment_basepoint
19597  * Signature: (J)[B
19598  */
19599 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1delayed_1payment_1basepoint
19600   (JNIEnv *, jclass, jlong);
19601
19602 /*
19603  * Class:     org_ldk_impl_bindings
19604  * Method:    AcceptChannel_set_delayed_payment_basepoint
19605  * Signature: (J[B)V
19606  */
19607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1delayed_1payment_1basepoint
19608   (JNIEnv *, jclass, jlong, jbyteArray);
19609
19610 /*
19611  * Class:     org_ldk_impl_bindings
19612  * Method:    AcceptChannel_get_htlc_basepoint
19613  * Signature: (J)[B
19614  */
19615 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1htlc_1basepoint
19616   (JNIEnv *, jclass, jlong);
19617
19618 /*
19619  * Class:     org_ldk_impl_bindings
19620  * Method:    AcceptChannel_set_htlc_basepoint
19621  * Signature: (J[B)V
19622  */
19623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1htlc_1basepoint
19624   (JNIEnv *, jclass, jlong, jbyteArray);
19625
19626 /*
19627  * Class:     org_ldk_impl_bindings
19628  * Method:    AcceptChannel_get_first_per_commitment_point
19629  * Signature: (J)[B
19630  */
19631 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1first_1per_1commitment_1point
19632   (JNIEnv *, jclass, jlong);
19633
19634 /*
19635  * Class:     org_ldk_impl_bindings
19636  * Method:    AcceptChannel_set_first_per_commitment_point
19637  * Signature: (J[B)V
19638  */
19639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1first_1per_1commitment_1point
19640   (JNIEnv *, jclass, jlong, jbyteArray);
19641
19642 /*
19643  * Class:     org_ldk_impl_bindings
19644  * Method:    AcceptChannel_get_channel_type
19645  * Signature: (J)J
19646  */
19647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1get_1channel_1type
19648   (JNIEnv *, jclass, jlong);
19649
19650 /*
19651  * Class:     org_ldk_impl_bindings
19652  * Method:    AcceptChannel_set_channel_type
19653  * Signature: (JJ)V
19654  */
19655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1set_1channel_1type
19656   (JNIEnv *, jclass, jlong, jlong);
19657
19658 /*
19659  * Class:     org_ldk_impl_bindings
19660  * Method:    AcceptChannel_clone_ptr
19661  * Signature: (J)J
19662  */
19663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1clone_1ptr
19664   (JNIEnv *, jclass, jlong);
19665
19666 /*
19667  * Class:     org_ldk_impl_bindings
19668  * Method:    AcceptChannel_clone
19669  * Signature: (J)J
19670  */
19671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1clone
19672   (JNIEnv *, jclass, jlong);
19673
19674 /*
19675  * Class:     org_ldk_impl_bindings
19676  * Method:    AcceptChannel_eq
19677  * Signature: (JJ)Z
19678  */
19679 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1eq
19680   (JNIEnv *, jclass, jlong, jlong);
19681
19682 /*
19683  * Class:     org_ldk_impl_bindings
19684  * Method:    FundingCreated_free
19685  * Signature: (J)V
19686  */
19687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1free
19688   (JNIEnv *, jclass, jlong);
19689
19690 /*
19691  * Class:     org_ldk_impl_bindings
19692  * Method:    FundingCreated_get_temporary_channel_id
19693  * Signature: (J)[B
19694  */
19695 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingCreated_1get_1temporary_1channel_1id
19696   (JNIEnv *, jclass, jlong);
19697
19698 /*
19699  * Class:     org_ldk_impl_bindings
19700  * Method:    FundingCreated_set_temporary_channel_id
19701  * Signature: (J[B)V
19702  */
19703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1set_1temporary_1channel_1id
19704   (JNIEnv *, jclass, jlong, jbyteArray);
19705
19706 /*
19707  * Class:     org_ldk_impl_bindings
19708  * Method:    FundingCreated_get_funding_txid
19709  * Signature: (J)[B
19710  */
19711 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingCreated_1get_1funding_1txid
19712   (JNIEnv *, jclass, jlong);
19713
19714 /*
19715  * Class:     org_ldk_impl_bindings
19716  * Method:    FundingCreated_set_funding_txid
19717  * Signature: (J[B)V
19718  */
19719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1set_1funding_1txid
19720   (JNIEnv *, jclass, jlong, jbyteArray);
19721
19722 /*
19723  * Class:     org_ldk_impl_bindings
19724  * Method:    FundingCreated_get_funding_output_index
19725  * Signature: (J)S
19726  */
19727 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_FundingCreated_1get_1funding_1output_1index
19728   (JNIEnv *, jclass, jlong);
19729
19730 /*
19731  * Class:     org_ldk_impl_bindings
19732  * Method:    FundingCreated_set_funding_output_index
19733  * Signature: (JS)V
19734  */
19735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1set_1funding_1output_1index
19736   (JNIEnv *, jclass, jlong, jshort);
19737
19738 /*
19739  * Class:     org_ldk_impl_bindings
19740  * Method:    FundingCreated_get_signature
19741  * Signature: (J)[B
19742  */
19743 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingCreated_1get_1signature
19744   (JNIEnv *, jclass, jlong);
19745
19746 /*
19747  * Class:     org_ldk_impl_bindings
19748  * Method:    FundingCreated_set_signature
19749  * Signature: (J[B)V
19750  */
19751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingCreated_1set_1signature
19752   (JNIEnv *, jclass, jlong, jbyteArray);
19753
19754 /*
19755  * Class:     org_ldk_impl_bindings
19756  * Method:    FundingCreated_new
19757  * Signature: ([B[BS[B)J
19758  */
19759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingCreated_1new
19760   (JNIEnv *, jclass, jbyteArray, jbyteArray, jshort, jbyteArray);
19761
19762 /*
19763  * Class:     org_ldk_impl_bindings
19764  * Method:    FundingCreated_clone_ptr
19765  * Signature: (J)J
19766  */
19767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingCreated_1clone_1ptr
19768   (JNIEnv *, jclass, jlong);
19769
19770 /*
19771  * Class:     org_ldk_impl_bindings
19772  * Method:    FundingCreated_clone
19773  * Signature: (J)J
19774  */
19775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingCreated_1clone
19776   (JNIEnv *, jclass, jlong);
19777
19778 /*
19779  * Class:     org_ldk_impl_bindings
19780  * Method:    FundingCreated_eq
19781  * Signature: (JJ)Z
19782  */
19783 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_FundingCreated_1eq
19784   (JNIEnv *, jclass, jlong, jlong);
19785
19786 /*
19787  * Class:     org_ldk_impl_bindings
19788  * Method:    FundingSigned_free
19789  * Signature: (J)V
19790  */
19791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingSigned_1free
19792   (JNIEnv *, jclass, jlong);
19793
19794 /*
19795  * Class:     org_ldk_impl_bindings
19796  * Method:    FundingSigned_get_channel_id
19797  * Signature: (J)[B
19798  */
19799 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingSigned_1get_1channel_1id
19800   (JNIEnv *, jclass, jlong);
19801
19802 /*
19803  * Class:     org_ldk_impl_bindings
19804  * Method:    FundingSigned_set_channel_id
19805  * Signature: (J[B)V
19806  */
19807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingSigned_1set_1channel_1id
19808   (JNIEnv *, jclass, jlong, jbyteArray);
19809
19810 /*
19811  * Class:     org_ldk_impl_bindings
19812  * Method:    FundingSigned_get_signature
19813  * Signature: (J)[B
19814  */
19815 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingSigned_1get_1signature
19816   (JNIEnv *, jclass, jlong);
19817
19818 /*
19819  * Class:     org_ldk_impl_bindings
19820  * Method:    FundingSigned_set_signature
19821  * Signature: (J[B)V
19822  */
19823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FundingSigned_1set_1signature
19824   (JNIEnv *, jclass, jlong, jbyteArray);
19825
19826 /*
19827  * Class:     org_ldk_impl_bindings
19828  * Method:    FundingSigned_new
19829  * Signature: ([B[B)J
19830  */
19831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingSigned_1new
19832   (JNIEnv *, jclass, jbyteArray, jbyteArray);
19833
19834 /*
19835  * Class:     org_ldk_impl_bindings
19836  * Method:    FundingSigned_clone_ptr
19837  * Signature: (J)J
19838  */
19839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingSigned_1clone_1ptr
19840   (JNIEnv *, jclass, jlong);
19841
19842 /*
19843  * Class:     org_ldk_impl_bindings
19844  * Method:    FundingSigned_clone
19845  * Signature: (J)J
19846  */
19847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingSigned_1clone
19848   (JNIEnv *, jclass, jlong);
19849
19850 /*
19851  * Class:     org_ldk_impl_bindings
19852  * Method:    FundingSigned_eq
19853  * Signature: (JJ)Z
19854  */
19855 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_FundingSigned_1eq
19856   (JNIEnv *, jclass, jlong, jlong);
19857
19858 /*
19859  * Class:     org_ldk_impl_bindings
19860  * Method:    ChannelReady_free
19861  * Signature: (J)V
19862  */
19863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReady_1free
19864   (JNIEnv *, jclass, jlong);
19865
19866 /*
19867  * Class:     org_ldk_impl_bindings
19868  * Method:    ChannelReady_get_channel_id
19869  * Signature: (J)[B
19870  */
19871 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelReady_1get_1channel_1id
19872   (JNIEnv *, jclass, jlong);
19873
19874 /*
19875  * Class:     org_ldk_impl_bindings
19876  * Method:    ChannelReady_set_channel_id
19877  * Signature: (J[B)V
19878  */
19879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReady_1set_1channel_1id
19880   (JNIEnv *, jclass, jlong, jbyteArray);
19881
19882 /*
19883  * Class:     org_ldk_impl_bindings
19884  * Method:    ChannelReady_get_next_per_commitment_point
19885  * Signature: (J)[B
19886  */
19887 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelReady_1get_1next_1per_1commitment_1point
19888   (JNIEnv *, jclass, jlong);
19889
19890 /*
19891  * Class:     org_ldk_impl_bindings
19892  * Method:    ChannelReady_set_next_per_commitment_point
19893  * Signature: (J[B)V
19894  */
19895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReady_1set_1next_1per_1commitment_1point
19896   (JNIEnv *, jclass, jlong, jbyteArray);
19897
19898 /*
19899  * Class:     org_ldk_impl_bindings
19900  * Method:    ChannelReady_get_short_channel_id_alias
19901  * Signature: (J)J
19902  */
19903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReady_1get_1short_1channel_1id_1alias
19904   (JNIEnv *, jclass, jlong);
19905
19906 /*
19907  * Class:     org_ldk_impl_bindings
19908  * Method:    ChannelReady_set_short_channel_id_alias
19909  * Signature: (JJ)V
19910  */
19911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReady_1set_1short_1channel_1id_1alias
19912   (JNIEnv *, jclass, jlong, jlong);
19913
19914 /*
19915  * Class:     org_ldk_impl_bindings
19916  * Method:    ChannelReady_new
19917  * Signature: ([B[BJ)J
19918  */
19919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReady_1new
19920   (JNIEnv *, jclass, jbyteArray, jbyteArray, jlong);
19921
19922 /*
19923  * Class:     org_ldk_impl_bindings
19924  * Method:    ChannelReady_clone_ptr
19925  * Signature: (J)J
19926  */
19927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReady_1clone_1ptr
19928   (JNIEnv *, jclass, jlong);
19929
19930 /*
19931  * Class:     org_ldk_impl_bindings
19932  * Method:    ChannelReady_clone
19933  * Signature: (J)J
19934  */
19935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReady_1clone
19936   (JNIEnv *, jclass, jlong);
19937
19938 /*
19939  * Class:     org_ldk_impl_bindings
19940  * Method:    ChannelReady_eq
19941  * Signature: (JJ)Z
19942  */
19943 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelReady_1eq
19944   (JNIEnv *, jclass, jlong, jlong);
19945
19946 /*
19947  * Class:     org_ldk_impl_bindings
19948  * Method:    Shutdown_free
19949  * Signature: (J)V
19950  */
19951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Shutdown_1free
19952   (JNIEnv *, jclass, jlong);
19953
19954 /*
19955  * Class:     org_ldk_impl_bindings
19956  * Method:    Shutdown_get_channel_id
19957  * Signature: (J)[B
19958  */
19959 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Shutdown_1get_1channel_1id
19960   (JNIEnv *, jclass, jlong);
19961
19962 /*
19963  * Class:     org_ldk_impl_bindings
19964  * Method:    Shutdown_set_channel_id
19965  * Signature: (J[B)V
19966  */
19967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Shutdown_1set_1channel_1id
19968   (JNIEnv *, jclass, jlong, jbyteArray);
19969
19970 /*
19971  * Class:     org_ldk_impl_bindings
19972  * Method:    Shutdown_get_scriptpubkey
19973  * Signature: (J)[B
19974  */
19975 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Shutdown_1get_1scriptpubkey
19976   (JNIEnv *, jclass, jlong);
19977
19978 /*
19979  * Class:     org_ldk_impl_bindings
19980  * Method:    Shutdown_set_scriptpubkey
19981  * Signature: (J[B)V
19982  */
19983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Shutdown_1set_1scriptpubkey
19984   (JNIEnv *, jclass, jlong, jbyteArray);
19985
19986 /*
19987  * Class:     org_ldk_impl_bindings
19988  * Method:    Shutdown_new
19989  * Signature: ([B[B)J
19990  */
19991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Shutdown_1new
19992   (JNIEnv *, jclass, jbyteArray, jbyteArray);
19993
19994 /*
19995  * Class:     org_ldk_impl_bindings
19996  * Method:    Shutdown_clone_ptr
19997  * Signature: (J)J
19998  */
19999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Shutdown_1clone_1ptr
20000   (JNIEnv *, jclass, jlong);
20001
20002 /*
20003  * Class:     org_ldk_impl_bindings
20004  * Method:    Shutdown_clone
20005  * Signature: (J)J
20006  */
20007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Shutdown_1clone
20008   (JNIEnv *, jclass, jlong);
20009
20010 /*
20011  * Class:     org_ldk_impl_bindings
20012  * Method:    Shutdown_eq
20013  * Signature: (JJ)Z
20014  */
20015 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Shutdown_1eq
20016   (JNIEnv *, jclass, jlong, jlong);
20017
20018 /*
20019  * Class:     org_ldk_impl_bindings
20020  * Method:    ClosingSignedFeeRange_free
20021  * Signature: (J)V
20022  */
20023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1free
20024   (JNIEnv *, jclass, jlong);
20025
20026 /*
20027  * Class:     org_ldk_impl_bindings
20028  * Method:    ClosingSignedFeeRange_get_min_fee_satoshis
20029  * Signature: (J)J
20030  */
20031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1get_1min_1fee_1satoshis
20032   (JNIEnv *, jclass, jlong);
20033
20034 /*
20035  * Class:     org_ldk_impl_bindings
20036  * Method:    ClosingSignedFeeRange_set_min_fee_satoshis
20037  * Signature: (JJ)V
20038  */
20039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1set_1min_1fee_1satoshis
20040   (JNIEnv *, jclass, jlong, jlong);
20041
20042 /*
20043  * Class:     org_ldk_impl_bindings
20044  * Method:    ClosingSignedFeeRange_get_max_fee_satoshis
20045  * Signature: (J)J
20046  */
20047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1get_1max_1fee_1satoshis
20048   (JNIEnv *, jclass, jlong);
20049
20050 /*
20051  * Class:     org_ldk_impl_bindings
20052  * Method:    ClosingSignedFeeRange_set_max_fee_satoshis
20053  * Signature: (JJ)V
20054  */
20055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1set_1max_1fee_1satoshis
20056   (JNIEnv *, jclass, jlong, jlong);
20057
20058 /*
20059  * Class:     org_ldk_impl_bindings
20060  * Method:    ClosingSignedFeeRange_new
20061  * Signature: (JJ)J
20062  */
20063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1new
20064   (JNIEnv *, jclass, jlong, jlong);
20065
20066 /*
20067  * Class:     org_ldk_impl_bindings
20068  * Method:    ClosingSignedFeeRange_clone_ptr
20069  * Signature: (J)J
20070  */
20071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1clone_1ptr
20072   (JNIEnv *, jclass, jlong);
20073
20074 /*
20075  * Class:     org_ldk_impl_bindings
20076  * Method:    ClosingSignedFeeRange_clone
20077  * Signature: (J)J
20078  */
20079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1clone
20080   (JNIEnv *, jclass, jlong);
20081
20082 /*
20083  * Class:     org_ldk_impl_bindings
20084  * Method:    ClosingSignedFeeRange_eq
20085  * Signature: (JJ)Z
20086  */
20087 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1eq
20088   (JNIEnv *, jclass, jlong, jlong);
20089
20090 /*
20091  * Class:     org_ldk_impl_bindings
20092  * Method:    ClosingSigned_free
20093  * Signature: (J)V
20094  */
20095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1free
20096   (JNIEnv *, jclass, jlong);
20097
20098 /*
20099  * Class:     org_ldk_impl_bindings
20100  * Method:    ClosingSigned_get_channel_id
20101  * Signature: (J)[B
20102  */
20103 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1get_1channel_1id
20104   (JNIEnv *, jclass, jlong);
20105
20106 /*
20107  * Class:     org_ldk_impl_bindings
20108  * Method:    ClosingSigned_set_channel_id
20109  * Signature: (J[B)V
20110  */
20111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1set_1channel_1id
20112   (JNIEnv *, jclass, jlong, jbyteArray);
20113
20114 /*
20115  * Class:     org_ldk_impl_bindings
20116  * Method:    ClosingSigned_get_fee_satoshis
20117  * Signature: (J)J
20118  */
20119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1get_1fee_1satoshis
20120   (JNIEnv *, jclass, jlong);
20121
20122 /*
20123  * Class:     org_ldk_impl_bindings
20124  * Method:    ClosingSigned_set_fee_satoshis
20125  * Signature: (JJ)V
20126  */
20127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1set_1fee_1satoshis
20128   (JNIEnv *, jclass, jlong, jlong);
20129
20130 /*
20131  * Class:     org_ldk_impl_bindings
20132  * Method:    ClosingSigned_get_signature
20133  * Signature: (J)[B
20134  */
20135 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1get_1signature
20136   (JNIEnv *, jclass, jlong);
20137
20138 /*
20139  * Class:     org_ldk_impl_bindings
20140  * Method:    ClosingSigned_set_signature
20141  * Signature: (J[B)V
20142  */
20143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1set_1signature
20144   (JNIEnv *, jclass, jlong, jbyteArray);
20145
20146 /*
20147  * Class:     org_ldk_impl_bindings
20148  * Method:    ClosingSigned_get_fee_range
20149  * Signature: (J)J
20150  */
20151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1get_1fee_1range
20152   (JNIEnv *, jclass, jlong);
20153
20154 /*
20155  * Class:     org_ldk_impl_bindings
20156  * Method:    ClosingSigned_set_fee_range
20157  * Signature: (JJ)V
20158  */
20159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1set_1fee_1range
20160   (JNIEnv *, jclass, jlong, jlong);
20161
20162 /*
20163  * Class:     org_ldk_impl_bindings
20164  * Method:    ClosingSigned_new
20165  * Signature: ([BJ[BJ)J
20166  */
20167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1new
20168   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray, jlong);
20169
20170 /*
20171  * Class:     org_ldk_impl_bindings
20172  * Method:    ClosingSigned_clone_ptr
20173  * Signature: (J)J
20174  */
20175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1clone_1ptr
20176   (JNIEnv *, jclass, jlong);
20177
20178 /*
20179  * Class:     org_ldk_impl_bindings
20180  * Method:    ClosingSigned_clone
20181  * Signature: (J)J
20182  */
20183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1clone
20184   (JNIEnv *, jclass, jlong);
20185
20186 /*
20187  * Class:     org_ldk_impl_bindings
20188  * Method:    ClosingSigned_eq
20189  * Signature: (JJ)Z
20190  */
20191 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1eq
20192   (JNIEnv *, jclass, jlong, jlong);
20193
20194 /*
20195  * Class:     org_ldk_impl_bindings
20196  * Method:    UpdateAddHTLC_free
20197  * Signature: (J)V
20198  */
20199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1free
20200   (JNIEnv *, jclass, jlong);
20201
20202 /*
20203  * Class:     org_ldk_impl_bindings
20204  * Method:    UpdateAddHTLC_get_channel_id
20205  * Signature: (J)[B
20206  */
20207 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1channel_1id
20208   (JNIEnv *, jclass, jlong);
20209
20210 /*
20211  * Class:     org_ldk_impl_bindings
20212  * Method:    UpdateAddHTLC_set_channel_id
20213  * Signature: (J[B)V
20214  */
20215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1channel_1id
20216   (JNIEnv *, jclass, jlong, jbyteArray);
20217
20218 /*
20219  * Class:     org_ldk_impl_bindings
20220  * Method:    UpdateAddHTLC_get_htlc_id
20221  * Signature: (J)J
20222  */
20223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1htlc_1id
20224   (JNIEnv *, jclass, jlong);
20225
20226 /*
20227  * Class:     org_ldk_impl_bindings
20228  * Method:    UpdateAddHTLC_set_htlc_id
20229  * Signature: (JJ)V
20230  */
20231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1htlc_1id
20232   (JNIEnv *, jclass, jlong, jlong);
20233
20234 /*
20235  * Class:     org_ldk_impl_bindings
20236  * Method:    UpdateAddHTLC_get_amount_msat
20237  * Signature: (J)J
20238  */
20239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1amount_1msat
20240   (JNIEnv *, jclass, jlong);
20241
20242 /*
20243  * Class:     org_ldk_impl_bindings
20244  * Method:    UpdateAddHTLC_set_amount_msat
20245  * Signature: (JJ)V
20246  */
20247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1amount_1msat
20248   (JNIEnv *, jclass, jlong, jlong);
20249
20250 /*
20251  * Class:     org_ldk_impl_bindings
20252  * Method:    UpdateAddHTLC_get_payment_hash
20253  * Signature: (J)[B
20254  */
20255 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1payment_1hash
20256   (JNIEnv *, jclass, jlong);
20257
20258 /*
20259  * Class:     org_ldk_impl_bindings
20260  * Method:    UpdateAddHTLC_set_payment_hash
20261  * Signature: (J[B)V
20262  */
20263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1payment_1hash
20264   (JNIEnv *, jclass, jlong, jbyteArray);
20265
20266 /*
20267  * Class:     org_ldk_impl_bindings
20268  * Method:    UpdateAddHTLC_get_cltv_expiry
20269  * Signature: (J)I
20270  */
20271 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1get_1cltv_1expiry
20272   (JNIEnv *, jclass, jlong);
20273
20274 /*
20275  * Class:     org_ldk_impl_bindings
20276  * Method:    UpdateAddHTLC_set_cltv_expiry
20277  * Signature: (JI)V
20278  */
20279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1set_1cltv_1expiry
20280   (JNIEnv *, jclass, jlong, jint);
20281
20282 /*
20283  * Class:     org_ldk_impl_bindings
20284  * Method:    UpdateAddHTLC_clone_ptr
20285  * Signature: (J)J
20286  */
20287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1clone_1ptr
20288   (JNIEnv *, jclass, jlong);
20289
20290 /*
20291  * Class:     org_ldk_impl_bindings
20292  * Method:    UpdateAddHTLC_clone
20293  * Signature: (J)J
20294  */
20295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1clone
20296   (JNIEnv *, jclass, jlong);
20297
20298 /*
20299  * Class:     org_ldk_impl_bindings
20300  * Method:    UpdateAddHTLC_eq
20301  * Signature: (JJ)Z
20302  */
20303 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1eq
20304   (JNIEnv *, jclass, jlong, jlong);
20305
20306 /*
20307  * Class:     org_ldk_impl_bindings
20308  * Method:    OnionMessage_free
20309  * Signature: (J)V
20310  */
20311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OnionMessage_1free
20312   (JNIEnv *, jclass, jlong);
20313
20314 /*
20315  * Class:     org_ldk_impl_bindings
20316  * Method:    OnionMessage_get_blinding_point
20317  * Signature: (J)[B
20318  */
20319 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OnionMessage_1get_1blinding_1point
20320   (JNIEnv *, jclass, jlong);
20321
20322 /*
20323  * Class:     org_ldk_impl_bindings
20324  * Method:    OnionMessage_set_blinding_point
20325  * Signature: (J[B)V
20326  */
20327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OnionMessage_1set_1blinding_1point
20328   (JNIEnv *, jclass, jlong, jbyteArray);
20329
20330 /*
20331  * Class:     org_ldk_impl_bindings
20332  * Method:    OnionMessage_clone_ptr
20333  * Signature: (J)J
20334  */
20335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OnionMessage_1clone_1ptr
20336   (JNIEnv *, jclass, jlong);
20337
20338 /*
20339  * Class:     org_ldk_impl_bindings
20340  * Method:    OnionMessage_clone
20341  * Signature: (J)J
20342  */
20343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OnionMessage_1clone
20344   (JNIEnv *, jclass, jlong);
20345
20346 /*
20347  * Class:     org_ldk_impl_bindings
20348  * Method:    OnionMessage_eq
20349  * Signature: (JJ)Z
20350  */
20351 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_OnionMessage_1eq
20352   (JNIEnv *, jclass, jlong, jlong);
20353
20354 /*
20355  * Class:     org_ldk_impl_bindings
20356  * Method:    UpdateFulfillHTLC_free
20357  * Signature: (J)V
20358  */
20359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1free
20360   (JNIEnv *, jclass, jlong);
20361
20362 /*
20363  * Class:     org_ldk_impl_bindings
20364  * Method:    UpdateFulfillHTLC_get_channel_id
20365  * Signature: (J)[B
20366  */
20367 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1get_1channel_1id
20368   (JNIEnv *, jclass, jlong);
20369
20370 /*
20371  * Class:     org_ldk_impl_bindings
20372  * Method:    UpdateFulfillHTLC_set_channel_id
20373  * Signature: (J[B)V
20374  */
20375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1set_1channel_1id
20376   (JNIEnv *, jclass, jlong, jbyteArray);
20377
20378 /*
20379  * Class:     org_ldk_impl_bindings
20380  * Method:    UpdateFulfillHTLC_get_htlc_id
20381  * Signature: (J)J
20382  */
20383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1get_1htlc_1id
20384   (JNIEnv *, jclass, jlong);
20385
20386 /*
20387  * Class:     org_ldk_impl_bindings
20388  * Method:    UpdateFulfillHTLC_set_htlc_id
20389  * Signature: (JJ)V
20390  */
20391 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1set_1htlc_1id
20392   (JNIEnv *, jclass, jlong, jlong);
20393
20394 /*
20395  * Class:     org_ldk_impl_bindings
20396  * Method:    UpdateFulfillHTLC_get_payment_preimage
20397  * Signature: (J)[B
20398  */
20399 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1get_1payment_1preimage
20400   (JNIEnv *, jclass, jlong);
20401
20402 /*
20403  * Class:     org_ldk_impl_bindings
20404  * Method:    UpdateFulfillHTLC_set_payment_preimage
20405  * Signature: (J[B)V
20406  */
20407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1set_1payment_1preimage
20408   (JNIEnv *, jclass, jlong, jbyteArray);
20409
20410 /*
20411  * Class:     org_ldk_impl_bindings
20412  * Method:    UpdateFulfillHTLC_new
20413  * Signature: ([BJ[B)J
20414  */
20415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1new
20416   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray);
20417
20418 /*
20419  * Class:     org_ldk_impl_bindings
20420  * Method:    UpdateFulfillHTLC_clone_ptr
20421  * Signature: (J)J
20422  */
20423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1clone_1ptr
20424   (JNIEnv *, jclass, jlong);
20425
20426 /*
20427  * Class:     org_ldk_impl_bindings
20428  * Method:    UpdateFulfillHTLC_clone
20429  * Signature: (J)J
20430  */
20431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1clone
20432   (JNIEnv *, jclass, jlong);
20433
20434 /*
20435  * Class:     org_ldk_impl_bindings
20436  * Method:    UpdateFulfillHTLC_eq
20437  * Signature: (JJ)Z
20438  */
20439 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1eq
20440   (JNIEnv *, jclass, jlong, jlong);
20441
20442 /*
20443  * Class:     org_ldk_impl_bindings
20444  * Method:    UpdateFailHTLC_free
20445  * Signature: (J)V
20446  */
20447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1free
20448   (JNIEnv *, jclass, jlong);
20449
20450 /*
20451  * Class:     org_ldk_impl_bindings
20452  * Method:    UpdateFailHTLC_get_channel_id
20453  * Signature: (J)[B
20454  */
20455 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1get_1channel_1id
20456   (JNIEnv *, jclass, jlong);
20457
20458 /*
20459  * Class:     org_ldk_impl_bindings
20460  * Method:    UpdateFailHTLC_set_channel_id
20461  * Signature: (J[B)V
20462  */
20463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1set_1channel_1id
20464   (JNIEnv *, jclass, jlong, jbyteArray);
20465
20466 /*
20467  * Class:     org_ldk_impl_bindings
20468  * Method:    UpdateFailHTLC_get_htlc_id
20469  * Signature: (J)J
20470  */
20471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1get_1htlc_1id
20472   (JNIEnv *, jclass, jlong);
20473
20474 /*
20475  * Class:     org_ldk_impl_bindings
20476  * Method:    UpdateFailHTLC_set_htlc_id
20477  * Signature: (JJ)V
20478  */
20479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1set_1htlc_1id
20480   (JNIEnv *, jclass, jlong, jlong);
20481
20482 /*
20483  * Class:     org_ldk_impl_bindings
20484  * Method:    UpdateFailHTLC_clone_ptr
20485  * Signature: (J)J
20486  */
20487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1clone_1ptr
20488   (JNIEnv *, jclass, jlong);
20489
20490 /*
20491  * Class:     org_ldk_impl_bindings
20492  * Method:    UpdateFailHTLC_clone
20493  * Signature: (J)J
20494  */
20495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1clone
20496   (JNIEnv *, jclass, jlong);
20497
20498 /*
20499  * Class:     org_ldk_impl_bindings
20500  * Method:    UpdateFailHTLC_eq
20501  * Signature: (JJ)Z
20502  */
20503 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1eq
20504   (JNIEnv *, jclass, jlong, jlong);
20505
20506 /*
20507  * Class:     org_ldk_impl_bindings
20508  * Method:    UpdateFailMalformedHTLC_free
20509  * Signature: (J)V
20510  */
20511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1free
20512   (JNIEnv *, jclass, jlong);
20513
20514 /*
20515  * Class:     org_ldk_impl_bindings
20516  * Method:    UpdateFailMalformedHTLC_get_channel_id
20517  * Signature: (J)[B
20518  */
20519 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1get_1channel_1id
20520   (JNIEnv *, jclass, jlong);
20521
20522 /*
20523  * Class:     org_ldk_impl_bindings
20524  * Method:    UpdateFailMalformedHTLC_set_channel_id
20525  * Signature: (J[B)V
20526  */
20527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1set_1channel_1id
20528   (JNIEnv *, jclass, jlong, jbyteArray);
20529
20530 /*
20531  * Class:     org_ldk_impl_bindings
20532  * Method:    UpdateFailMalformedHTLC_get_htlc_id
20533  * Signature: (J)J
20534  */
20535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1get_1htlc_1id
20536   (JNIEnv *, jclass, jlong);
20537
20538 /*
20539  * Class:     org_ldk_impl_bindings
20540  * Method:    UpdateFailMalformedHTLC_set_htlc_id
20541  * Signature: (JJ)V
20542  */
20543 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1set_1htlc_1id
20544   (JNIEnv *, jclass, jlong, jlong);
20545
20546 /*
20547  * Class:     org_ldk_impl_bindings
20548  * Method:    UpdateFailMalformedHTLC_get_failure_code
20549  * Signature: (J)S
20550  */
20551 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1get_1failure_1code
20552   (JNIEnv *, jclass, jlong);
20553
20554 /*
20555  * Class:     org_ldk_impl_bindings
20556  * Method:    UpdateFailMalformedHTLC_set_failure_code
20557  * Signature: (JS)V
20558  */
20559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1set_1failure_1code
20560   (JNIEnv *, jclass, jlong, jshort);
20561
20562 /*
20563  * Class:     org_ldk_impl_bindings
20564  * Method:    UpdateFailMalformedHTLC_clone_ptr
20565  * Signature: (J)J
20566  */
20567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1clone_1ptr
20568   (JNIEnv *, jclass, jlong);
20569
20570 /*
20571  * Class:     org_ldk_impl_bindings
20572  * Method:    UpdateFailMalformedHTLC_clone
20573  * Signature: (J)J
20574  */
20575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1clone
20576   (JNIEnv *, jclass, jlong);
20577
20578 /*
20579  * Class:     org_ldk_impl_bindings
20580  * Method:    UpdateFailMalformedHTLC_eq
20581  * Signature: (JJ)Z
20582  */
20583 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1eq
20584   (JNIEnv *, jclass, jlong, jlong);
20585
20586 /*
20587  * Class:     org_ldk_impl_bindings
20588  * Method:    CommitmentSigned_free
20589  * Signature: (J)V
20590  */
20591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1free
20592   (JNIEnv *, jclass, jlong);
20593
20594 /*
20595  * Class:     org_ldk_impl_bindings
20596  * Method:    CommitmentSigned_get_channel_id
20597  * Signature: (J)[B
20598  */
20599 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1get_1channel_1id
20600   (JNIEnv *, jclass, jlong);
20601
20602 /*
20603  * Class:     org_ldk_impl_bindings
20604  * Method:    CommitmentSigned_set_channel_id
20605  * Signature: (J[B)V
20606  */
20607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1set_1channel_1id
20608   (JNIEnv *, jclass, jlong, jbyteArray);
20609
20610 /*
20611  * Class:     org_ldk_impl_bindings
20612  * Method:    CommitmentSigned_get_signature
20613  * Signature: (J)[B
20614  */
20615 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1get_1signature
20616   (JNIEnv *, jclass, jlong);
20617
20618 /*
20619  * Class:     org_ldk_impl_bindings
20620  * Method:    CommitmentSigned_set_signature
20621  * Signature: (J[B)V
20622  */
20623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1set_1signature
20624   (JNIEnv *, jclass, jlong, jbyteArray);
20625
20626 /*
20627  * Class:     org_ldk_impl_bindings
20628  * Method:    CommitmentSigned_get_htlc_signatures
20629  * Signature: (J)[[B
20630  */
20631 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1get_1htlc_1signatures
20632   (JNIEnv *, jclass, jlong);
20633
20634 /*
20635  * Class:     org_ldk_impl_bindings
20636  * Method:    CommitmentSigned_set_htlc_signatures
20637  * Signature: (J[[B)V
20638  */
20639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1set_1htlc_1signatures
20640   (JNIEnv *, jclass, jlong, jobjectArray);
20641
20642 /*
20643  * Class:     org_ldk_impl_bindings
20644  * Method:    CommitmentSigned_new
20645  * Signature: ([B[B[[B)J
20646  */
20647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1new
20648   (JNIEnv *, jclass, jbyteArray, jbyteArray, jobjectArray);
20649
20650 /*
20651  * Class:     org_ldk_impl_bindings
20652  * Method:    CommitmentSigned_clone_ptr
20653  * Signature: (J)J
20654  */
20655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1clone_1ptr
20656   (JNIEnv *, jclass, jlong);
20657
20658 /*
20659  * Class:     org_ldk_impl_bindings
20660  * Method:    CommitmentSigned_clone
20661  * Signature: (J)J
20662  */
20663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1clone
20664   (JNIEnv *, jclass, jlong);
20665
20666 /*
20667  * Class:     org_ldk_impl_bindings
20668  * Method:    CommitmentSigned_eq
20669  * Signature: (JJ)Z
20670  */
20671 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1eq
20672   (JNIEnv *, jclass, jlong, jlong);
20673
20674 /*
20675  * Class:     org_ldk_impl_bindings
20676  * Method:    RevokeAndACK_free
20677  * Signature: (J)V
20678  */
20679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1free
20680   (JNIEnv *, jclass, jlong);
20681
20682 /*
20683  * Class:     org_ldk_impl_bindings
20684  * Method:    RevokeAndACK_get_channel_id
20685  * Signature: (J)[B
20686  */
20687 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1get_1channel_1id
20688   (JNIEnv *, jclass, jlong);
20689
20690 /*
20691  * Class:     org_ldk_impl_bindings
20692  * Method:    RevokeAndACK_set_channel_id
20693  * Signature: (J[B)V
20694  */
20695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1set_1channel_1id
20696   (JNIEnv *, jclass, jlong, jbyteArray);
20697
20698 /*
20699  * Class:     org_ldk_impl_bindings
20700  * Method:    RevokeAndACK_get_per_commitment_secret
20701  * Signature: (J)[B
20702  */
20703 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1get_1per_1commitment_1secret
20704   (JNIEnv *, jclass, jlong);
20705
20706 /*
20707  * Class:     org_ldk_impl_bindings
20708  * Method:    RevokeAndACK_set_per_commitment_secret
20709  * Signature: (J[B)V
20710  */
20711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1set_1per_1commitment_1secret
20712   (JNIEnv *, jclass, jlong, jbyteArray);
20713
20714 /*
20715  * Class:     org_ldk_impl_bindings
20716  * Method:    RevokeAndACK_get_next_per_commitment_point
20717  * Signature: (J)[B
20718  */
20719 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1get_1next_1per_1commitment_1point
20720   (JNIEnv *, jclass, jlong);
20721
20722 /*
20723  * Class:     org_ldk_impl_bindings
20724  * Method:    RevokeAndACK_set_next_per_commitment_point
20725  * Signature: (J[B)V
20726  */
20727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1set_1next_1per_1commitment_1point
20728   (JNIEnv *, jclass, jlong, jbyteArray);
20729
20730 /*
20731  * Class:     org_ldk_impl_bindings
20732  * Method:    RevokeAndACK_new
20733  * Signature: ([B[B[B)J
20734  */
20735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1new
20736   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray);
20737
20738 /*
20739  * Class:     org_ldk_impl_bindings
20740  * Method:    RevokeAndACK_clone_ptr
20741  * Signature: (J)J
20742  */
20743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1clone_1ptr
20744   (JNIEnv *, jclass, jlong);
20745
20746 /*
20747  * Class:     org_ldk_impl_bindings
20748  * Method:    RevokeAndACK_clone
20749  * Signature: (J)J
20750  */
20751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1clone
20752   (JNIEnv *, jclass, jlong);
20753
20754 /*
20755  * Class:     org_ldk_impl_bindings
20756  * Method:    RevokeAndACK_eq
20757  * Signature: (JJ)Z
20758  */
20759 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1eq
20760   (JNIEnv *, jclass, jlong, jlong);
20761
20762 /*
20763  * Class:     org_ldk_impl_bindings
20764  * Method:    UpdateFee_free
20765  * Signature: (J)V
20766  */
20767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFee_1free
20768   (JNIEnv *, jclass, jlong);
20769
20770 /*
20771  * Class:     org_ldk_impl_bindings
20772  * Method:    UpdateFee_get_channel_id
20773  * Signature: (J)[B
20774  */
20775 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFee_1get_1channel_1id
20776   (JNIEnv *, jclass, jlong);
20777
20778 /*
20779  * Class:     org_ldk_impl_bindings
20780  * Method:    UpdateFee_set_channel_id
20781  * Signature: (J[B)V
20782  */
20783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFee_1set_1channel_1id
20784   (JNIEnv *, jclass, jlong, jbyteArray);
20785
20786 /*
20787  * Class:     org_ldk_impl_bindings
20788  * Method:    UpdateFee_get_feerate_per_kw
20789  * Signature: (J)I
20790  */
20791 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UpdateFee_1get_1feerate_1per_1kw
20792   (JNIEnv *, jclass, jlong);
20793
20794 /*
20795  * Class:     org_ldk_impl_bindings
20796  * Method:    UpdateFee_set_feerate_per_kw
20797  * Signature: (JI)V
20798  */
20799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UpdateFee_1set_1feerate_1per_1kw
20800   (JNIEnv *, jclass, jlong, jint);
20801
20802 /*
20803  * Class:     org_ldk_impl_bindings
20804  * Method:    UpdateFee_new
20805  * Signature: ([BI)J
20806  */
20807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFee_1new
20808   (JNIEnv *, jclass, jbyteArray, jint);
20809
20810 /*
20811  * Class:     org_ldk_impl_bindings
20812  * Method:    UpdateFee_clone_ptr
20813  * Signature: (J)J
20814  */
20815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFee_1clone_1ptr
20816   (JNIEnv *, jclass, jlong);
20817
20818 /*
20819  * Class:     org_ldk_impl_bindings
20820  * Method:    UpdateFee_clone
20821  * Signature: (J)J
20822  */
20823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFee_1clone
20824   (JNIEnv *, jclass, jlong);
20825
20826 /*
20827  * Class:     org_ldk_impl_bindings
20828  * Method:    UpdateFee_eq
20829  * Signature: (JJ)Z
20830  */
20831 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_UpdateFee_1eq
20832   (JNIEnv *, jclass, jlong, jlong);
20833
20834 /*
20835  * Class:     org_ldk_impl_bindings
20836  * Method:    DataLossProtect_free
20837  * Signature: (J)V
20838  */
20839 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1free
20840   (JNIEnv *, jclass, jlong);
20841
20842 /*
20843  * Class:     org_ldk_impl_bindings
20844  * Method:    DataLossProtect_get_your_last_per_commitment_secret
20845  * Signature: (J)[B
20846  */
20847 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1get_1your_1last_1per_1commitment_1secret
20848   (JNIEnv *, jclass, jlong);
20849
20850 /*
20851  * Class:     org_ldk_impl_bindings
20852  * Method:    DataLossProtect_set_your_last_per_commitment_secret
20853  * Signature: (J[B)V
20854  */
20855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1set_1your_1last_1per_1commitment_1secret
20856   (JNIEnv *, jclass, jlong, jbyteArray);
20857
20858 /*
20859  * Class:     org_ldk_impl_bindings
20860  * Method:    DataLossProtect_get_my_current_per_commitment_point
20861  * Signature: (J)[B
20862  */
20863 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1get_1my_1current_1per_1commitment_1point
20864   (JNIEnv *, jclass, jlong);
20865
20866 /*
20867  * Class:     org_ldk_impl_bindings
20868  * Method:    DataLossProtect_set_my_current_per_commitment_point
20869  * Signature: (J[B)V
20870  */
20871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1set_1my_1current_1per_1commitment_1point
20872   (JNIEnv *, jclass, jlong, jbyteArray);
20873
20874 /*
20875  * Class:     org_ldk_impl_bindings
20876  * Method:    DataLossProtect_new
20877  * Signature: ([B[B)J
20878  */
20879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1new
20880   (JNIEnv *, jclass, jbyteArray, jbyteArray);
20881
20882 /*
20883  * Class:     org_ldk_impl_bindings
20884  * Method:    DataLossProtect_clone_ptr
20885  * Signature: (J)J
20886  */
20887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1clone_1ptr
20888   (JNIEnv *, jclass, jlong);
20889
20890 /*
20891  * Class:     org_ldk_impl_bindings
20892  * Method:    DataLossProtect_clone
20893  * Signature: (J)J
20894  */
20895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1clone
20896   (JNIEnv *, jclass, jlong);
20897
20898 /*
20899  * Class:     org_ldk_impl_bindings
20900  * Method:    DataLossProtect_eq
20901  * Signature: (JJ)Z
20902  */
20903 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_DataLossProtect_1eq
20904   (JNIEnv *, jclass, jlong, jlong);
20905
20906 /*
20907  * Class:     org_ldk_impl_bindings
20908  * Method:    ChannelReestablish_free
20909  * Signature: (J)V
20910  */
20911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1free
20912   (JNIEnv *, jclass, jlong);
20913
20914 /*
20915  * Class:     org_ldk_impl_bindings
20916  * Method:    ChannelReestablish_get_channel_id
20917  * Signature: (J)[B
20918  */
20919 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1get_1channel_1id
20920   (JNIEnv *, jclass, jlong);
20921
20922 /*
20923  * Class:     org_ldk_impl_bindings
20924  * Method:    ChannelReestablish_set_channel_id
20925  * Signature: (J[B)V
20926  */
20927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1set_1channel_1id
20928   (JNIEnv *, jclass, jlong, jbyteArray);
20929
20930 /*
20931  * Class:     org_ldk_impl_bindings
20932  * Method:    ChannelReestablish_get_next_local_commitment_number
20933  * Signature: (J)J
20934  */
20935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1get_1next_1local_1commitment_1number
20936   (JNIEnv *, jclass, jlong);
20937
20938 /*
20939  * Class:     org_ldk_impl_bindings
20940  * Method:    ChannelReestablish_set_next_local_commitment_number
20941  * Signature: (JJ)V
20942  */
20943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1set_1next_1local_1commitment_1number
20944   (JNIEnv *, jclass, jlong, jlong);
20945
20946 /*
20947  * Class:     org_ldk_impl_bindings
20948  * Method:    ChannelReestablish_get_next_remote_commitment_number
20949  * Signature: (J)J
20950  */
20951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1get_1next_1remote_1commitment_1number
20952   (JNIEnv *, jclass, jlong);
20953
20954 /*
20955  * Class:     org_ldk_impl_bindings
20956  * Method:    ChannelReestablish_set_next_remote_commitment_number
20957  * Signature: (JJ)V
20958  */
20959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1set_1next_1remote_1commitment_1number
20960   (JNIEnv *, jclass, jlong, jlong);
20961
20962 /*
20963  * Class:     org_ldk_impl_bindings
20964  * Method:    ChannelReestablish_clone_ptr
20965  * Signature: (J)J
20966  */
20967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1clone_1ptr
20968   (JNIEnv *, jclass, jlong);
20969
20970 /*
20971  * Class:     org_ldk_impl_bindings
20972  * Method:    ChannelReestablish_clone
20973  * Signature: (J)J
20974  */
20975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1clone
20976   (JNIEnv *, jclass, jlong);
20977
20978 /*
20979  * Class:     org_ldk_impl_bindings
20980  * Method:    ChannelReestablish_eq
20981  * Signature: (JJ)Z
20982  */
20983 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1eq
20984   (JNIEnv *, jclass, jlong, jlong);
20985
20986 /*
20987  * Class:     org_ldk_impl_bindings
20988  * Method:    AnnouncementSignatures_free
20989  * Signature: (J)V
20990  */
20991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1free
20992   (JNIEnv *, jclass, jlong);
20993
20994 /*
20995  * Class:     org_ldk_impl_bindings
20996  * Method:    AnnouncementSignatures_get_channel_id
20997  * Signature: (J)[B
20998  */
20999 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1get_1channel_1id
21000   (JNIEnv *, jclass, jlong);
21001
21002 /*
21003  * Class:     org_ldk_impl_bindings
21004  * Method:    AnnouncementSignatures_set_channel_id
21005  * Signature: (J[B)V
21006  */
21007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1set_1channel_1id
21008   (JNIEnv *, jclass, jlong, jbyteArray);
21009
21010 /*
21011  * Class:     org_ldk_impl_bindings
21012  * Method:    AnnouncementSignatures_get_short_channel_id
21013  * Signature: (J)J
21014  */
21015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1get_1short_1channel_1id
21016   (JNIEnv *, jclass, jlong);
21017
21018 /*
21019  * Class:     org_ldk_impl_bindings
21020  * Method:    AnnouncementSignatures_set_short_channel_id
21021  * Signature: (JJ)V
21022  */
21023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1set_1short_1channel_1id
21024   (JNIEnv *, jclass, jlong, jlong);
21025
21026 /*
21027  * Class:     org_ldk_impl_bindings
21028  * Method:    AnnouncementSignatures_get_node_signature
21029  * Signature: (J)[B
21030  */
21031 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1get_1node_1signature
21032   (JNIEnv *, jclass, jlong);
21033
21034 /*
21035  * Class:     org_ldk_impl_bindings
21036  * Method:    AnnouncementSignatures_set_node_signature
21037  * Signature: (J[B)V
21038  */
21039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1set_1node_1signature
21040   (JNIEnv *, jclass, jlong, jbyteArray);
21041
21042 /*
21043  * Class:     org_ldk_impl_bindings
21044  * Method:    AnnouncementSignatures_get_bitcoin_signature
21045  * Signature: (J)[B
21046  */
21047 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1get_1bitcoin_1signature
21048   (JNIEnv *, jclass, jlong);
21049
21050 /*
21051  * Class:     org_ldk_impl_bindings
21052  * Method:    AnnouncementSignatures_set_bitcoin_signature
21053  * Signature: (J[B)V
21054  */
21055 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1set_1bitcoin_1signature
21056   (JNIEnv *, jclass, jlong, jbyteArray);
21057
21058 /*
21059  * Class:     org_ldk_impl_bindings
21060  * Method:    AnnouncementSignatures_new
21061  * Signature: ([BJ[B[B)J
21062  */
21063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1new
21064   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray, jbyteArray);
21065
21066 /*
21067  * Class:     org_ldk_impl_bindings
21068  * Method:    AnnouncementSignatures_clone_ptr
21069  * Signature: (J)J
21070  */
21071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1clone_1ptr
21072   (JNIEnv *, jclass, jlong);
21073
21074 /*
21075  * Class:     org_ldk_impl_bindings
21076  * Method:    AnnouncementSignatures_clone
21077  * Signature: (J)J
21078  */
21079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1clone
21080   (JNIEnv *, jclass, jlong);
21081
21082 /*
21083  * Class:     org_ldk_impl_bindings
21084  * Method:    AnnouncementSignatures_eq
21085  * Signature: (JJ)Z
21086  */
21087 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1eq
21088   (JNIEnv *, jclass, jlong, jlong);
21089
21090 /*
21091  * Class:     org_ldk_impl_bindings
21092  * Method:    NetAddress_free
21093  * Signature: (J)V
21094  */
21095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetAddress_1free
21096   (JNIEnv *, jclass, jlong);
21097
21098 /*
21099  * Class:     org_ldk_impl_bindings
21100  * Method:    NetAddress_clone_ptr
21101  * Signature: (J)J
21102  */
21103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetAddress_1clone_1ptr
21104   (JNIEnv *, jclass, jlong);
21105
21106 /*
21107  * Class:     org_ldk_impl_bindings
21108  * Method:    NetAddress_clone
21109  * Signature: (J)J
21110  */
21111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetAddress_1clone
21112   (JNIEnv *, jclass, jlong);
21113
21114 /*
21115  * Class:     org_ldk_impl_bindings
21116  * Method:    NetAddress_ipv4
21117  * Signature: ([BS)J
21118  */
21119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetAddress_1ipv4
21120   (JNIEnv *, jclass, jbyteArray, jshort);
21121
21122 /*
21123  * Class:     org_ldk_impl_bindings
21124  * Method:    NetAddress_ipv6
21125  * Signature: ([BS)J
21126  */
21127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetAddress_1ipv6
21128   (JNIEnv *, jclass, jbyteArray, jshort);
21129
21130 /*
21131  * Class:     org_ldk_impl_bindings
21132  * Method:    NetAddress_onion_v2
21133  * Signature: ([B)J
21134  */
21135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetAddress_1onion_1v2
21136   (JNIEnv *, jclass, jbyteArray);
21137
21138 /*
21139  * Class:     org_ldk_impl_bindings
21140  * Method:    NetAddress_onion_v3
21141  * Signature: ([BSBS)J
21142  */
21143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetAddress_1onion_1v3
21144   (JNIEnv *, jclass, jbyteArray, jshort, jbyte, jshort);
21145
21146 /*
21147  * Class:     org_ldk_impl_bindings
21148  * Method:    NetAddress_hostname
21149  * Signature: (JS)J
21150  */
21151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetAddress_1hostname
21152   (JNIEnv *, jclass, jlong, jshort);
21153
21154 /*
21155  * Class:     org_ldk_impl_bindings
21156  * Method:    NetAddress_eq
21157  * Signature: (JJ)Z
21158  */
21159 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NetAddress_1eq
21160   (JNIEnv *, jclass, jlong, jlong);
21161
21162 /*
21163  * Class:     org_ldk_impl_bindings
21164  * Method:    NetAddress_write
21165  * Signature: (J)[B
21166  */
21167 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NetAddress_1write
21168   (JNIEnv *, jclass, jlong);
21169
21170 /*
21171  * Class:     org_ldk_impl_bindings
21172  * Method:    NetAddress_read
21173  * Signature: ([B)J
21174  */
21175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetAddress_1read
21176   (JNIEnv *, jclass, jbyteArray);
21177
21178 /*
21179  * Class:     org_ldk_impl_bindings
21180  * Method:    UnsignedGossipMessage_free
21181  * Signature: (J)V
21182  */
21183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedGossipMessage_1free
21184   (JNIEnv *, jclass, jlong);
21185
21186 /*
21187  * Class:     org_ldk_impl_bindings
21188  * Method:    UnsignedGossipMessage_clone_ptr
21189  * Signature: (J)J
21190  */
21191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedGossipMessage_1clone_1ptr
21192   (JNIEnv *, jclass, jlong);
21193
21194 /*
21195  * Class:     org_ldk_impl_bindings
21196  * Method:    UnsignedGossipMessage_clone
21197  * Signature: (J)J
21198  */
21199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedGossipMessage_1clone
21200   (JNIEnv *, jclass, jlong);
21201
21202 /*
21203  * Class:     org_ldk_impl_bindings
21204  * Method:    UnsignedGossipMessage_channel_announcement
21205  * Signature: (J)J
21206  */
21207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedGossipMessage_1channel_1announcement
21208   (JNIEnv *, jclass, jlong);
21209
21210 /*
21211  * Class:     org_ldk_impl_bindings
21212  * Method:    UnsignedGossipMessage_channel_update
21213  * Signature: (J)J
21214  */
21215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedGossipMessage_1channel_1update
21216   (JNIEnv *, jclass, jlong);
21217
21218 /*
21219  * Class:     org_ldk_impl_bindings
21220  * Method:    UnsignedGossipMessage_node_announcement
21221  * Signature: (J)J
21222  */
21223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedGossipMessage_1node_1announcement
21224   (JNIEnv *, jclass, jlong);
21225
21226 /*
21227  * Class:     org_ldk_impl_bindings
21228  * Method:    UnsignedGossipMessage_write
21229  * Signature: (J)[B
21230  */
21231 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedGossipMessage_1write
21232   (JNIEnv *, jclass, jlong);
21233
21234 /*
21235  * Class:     org_ldk_impl_bindings
21236  * Method:    UnsignedNodeAnnouncement_free
21237  * Signature: (J)V
21238  */
21239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1free
21240   (JNIEnv *, jclass, jlong);
21241
21242 /*
21243  * Class:     org_ldk_impl_bindings
21244  * Method:    UnsignedNodeAnnouncement_get_features
21245  * Signature: (J)J
21246  */
21247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1features
21248   (JNIEnv *, jclass, jlong);
21249
21250 /*
21251  * Class:     org_ldk_impl_bindings
21252  * Method:    UnsignedNodeAnnouncement_set_features
21253  * Signature: (JJ)V
21254  */
21255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1features
21256   (JNIEnv *, jclass, jlong, jlong);
21257
21258 /*
21259  * Class:     org_ldk_impl_bindings
21260  * Method:    UnsignedNodeAnnouncement_get_timestamp
21261  * Signature: (J)I
21262  */
21263 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1timestamp
21264   (JNIEnv *, jclass, jlong);
21265
21266 /*
21267  * Class:     org_ldk_impl_bindings
21268  * Method:    UnsignedNodeAnnouncement_set_timestamp
21269  * Signature: (JI)V
21270  */
21271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1timestamp
21272   (JNIEnv *, jclass, jlong, jint);
21273
21274 /*
21275  * Class:     org_ldk_impl_bindings
21276  * Method:    UnsignedNodeAnnouncement_get_node_id
21277  * Signature: (J)J
21278  */
21279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1node_1id
21280   (JNIEnv *, jclass, jlong);
21281
21282 /*
21283  * Class:     org_ldk_impl_bindings
21284  * Method:    UnsignedNodeAnnouncement_set_node_id
21285  * Signature: (JJ)V
21286  */
21287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1node_1id
21288   (JNIEnv *, jclass, jlong, jlong);
21289
21290 /*
21291  * Class:     org_ldk_impl_bindings
21292  * Method:    UnsignedNodeAnnouncement_get_rgb
21293  * Signature: (J)[B
21294  */
21295 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1rgb
21296   (JNIEnv *, jclass, jlong);
21297
21298 /*
21299  * Class:     org_ldk_impl_bindings
21300  * Method:    UnsignedNodeAnnouncement_set_rgb
21301  * Signature: (J[B)V
21302  */
21303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1rgb
21304   (JNIEnv *, jclass, jlong, jbyteArray);
21305
21306 /*
21307  * Class:     org_ldk_impl_bindings
21308  * Method:    UnsignedNodeAnnouncement_get_alias
21309  * Signature: (J)J
21310  */
21311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1alias
21312   (JNIEnv *, jclass, jlong);
21313
21314 /*
21315  * Class:     org_ldk_impl_bindings
21316  * Method:    UnsignedNodeAnnouncement_set_alias
21317  * Signature: (JJ)V
21318  */
21319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1alias
21320   (JNIEnv *, jclass, jlong, jlong);
21321
21322 /*
21323  * Class:     org_ldk_impl_bindings
21324  * Method:    UnsignedNodeAnnouncement_get_addresses
21325  * Signature: (J)[J
21326  */
21327 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1get_1addresses
21328   (JNIEnv *, jclass, jlong);
21329
21330 /*
21331  * Class:     org_ldk_impl_bindings
21332  * Method:    UnsignedNodeAnnouncement_set_addresses
21333  * Signature: (J[J)V
21334  */
21335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1set_1addresses
21336   (JNIEnv *, jclass, jlong, jlongArray);
21337
21338 /*
21339  * Class:     org_ldk_impl_bindings
21340  * Method:    UnsignedNodeAnnouncement_clone_ptr
21341  * Signature: (J)J
21342  */
21343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1clone_1ptr
21344   (JNIEnv *, jclass, jlong);
21345
21346 /*
21347  * Class:     org_ldk_impl_bindings
21348  * Method:    UnsignedNodeAnnouncement_clone
21349  * Signature: (J)J
21350  */
21351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1clone
21352   (JNIEnv *, jclass, jlong);
21353
21354 /*
21355  * Class:     org_ldk_impl_bindings
21356  * Method:    UnsignedNodeAnnouncement_eq
21357  * Signature: (JJ)Z
21358  */
21359 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1eq
21360   (JNIEnv *, jclass, jlong, jlong);
21361
21362 /*
21363  * Class:     org_ldk_impl_bindings
21364  * Method:    NodeAnnouncement_free
21365  * Signature: (J)V
21366  */
21367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1free
21368   (JNIEnv *, jclass, jlong);
21369
21370 /*
21371  * Class:     org_ldk_impl_bindings
21372  * Method:    NodeAnnouncement_get_signature
21373  * Signature: (J)[B
21374  */
21375 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1get_1signature
21376   (JNIEnv *, jclass, jlong);
21377
21378 /*
21379  * Class:     org_ldk_impl_bindings
21380  * Method:    NodeAnnouncement_set_signature
21381  * Signature: (J[B)V
21382  */
21383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1set_1signature
21384   (JNIEnv *, jclass, jlong, jbyteArray);
21385
21386 /*
21387  * Class:     org_ldk_impl_bindings
21388  * Method:    NodeAnnouncement_get_contents
21389  * Signature: (J)J
21390  */
21391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1get_1contents
21392   (JNIEnv *, jclass, jlong);
21393
21394 /*
21395  * Class:     org_ldk_impl_bindings
21396  * Method:    NodeAnnouncement_set_contents
21397  * Signature: (JJ)V
21398  */
21399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1set_1contents
21400   (JNIEnv *, jclass, jlong, jlong);
21401
21402 /*
21403  * Class:     org_ldk_impl_bindings
21404  * Method:    NodeAnnouncement_new
21405  * Signature: ([BJ)J
21406  */
21407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1new
21408   (JNIEnv *, jclass, jbyteArray, jlong);
21409
21410 /*
21411  * Class:     org_ldk_impl_bindings
21412  * Method:    NodeAnnouncement_clone_ptr
21413  * Signature: (J)J
21414  */
21415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1clone_1ptr
21416   (JNIEnv *, jclass, jlong);
21417
21418 /*
21419  * Class:     org_ldk_impl_bindings
21420  * Method:    NodeAnnouncement_clone
21421  * Signature: (J)J
21422  */
21423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1clone
21424   (JNIEnv *, jclass, jlong);
21425
21426 /*
21427  * Class:     org_ldk_impl_bindings
21428  * Method:    NodeAnnouncement_eq
21429  * Signature: (JJ)Z
21430  */
21431 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1eq
21432   (JNIEnv *, jclass, jlong, jlong);
21433
21434 /*
21435  * Class:     org_ldk_impl_bindings
21436  * Method:    UnsignedChannelAnnouncement_free
21437  * Signature: (J)V
21438  */
21439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1free
21440   (JNIEnv *, jclass, jlong);
21441
21442 /*
21443  * Class:     org_ldk_impl_bindings
21444  * Method:    UnsignedChannelAnnouncement_get_features
21445  * Signature: (J)J
21446  */
21447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1features
21448   (JNIEnv *, jclass, jlong);
21449
21450 /*
21451  * Class:     org_ldk_impl_bindings
21452  * Method:    UnsignedChannelAnnouncement_set_features
21453  * Signature: (JJ)V
21454  */
21455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1features
21456   (JNIEnv *, jclass, jlong, jlong);
21457
21458 /*
21459  * Class:     org_ldk_impl_bindings
21460  * Method:    UnsignedChannelAnnouncement_get_chain_hash
21461  * Signature: (J)[B
21462  */
21463 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1chain_1hash
21464   (JNIEnv *, jclass, jlong);
21465
21466 /*
21467  * Class:     org_ldk_impl_bindings
21468  * Method:    UnsignedChannelAnnouncement_set_chain_hash
21469  * Signature: (J[B)V
21470  */
21471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1chain_1hash
21472   (JNIEnv *, jclass, jlong, jbyteArray);
21473
21474 /*
21475  * Class:     org_ldk_impl_bindings
21476  * Method:    UnsignedChannelAnnouncement_get_short_channel_id
21477  * Signature: (J)J
21478  */
21479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1short_1channel_1id
21480   (JNIEnv *, jclass, jlong);
21481
21482 /*
21483  * Class:     org_ldk_impl_bindings
21484  * Method:    UnsignedChannelAnnouncement_set_short_channel_id
21485  * Signature: (JJ)V
21486  */
21487 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1short_1channel_1id
21488   (JNIEnv *, jclass, jlong, jlong);
21489
21490 /*
21491  * Class:     org_ldk_impl_bindings
21492  * Method:    UnsignedChannelAnnouncement_get_node_id_1
21493  * Signature: (J)J
21494  */
21495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1node_1id_11
21496   (JNIEnv *, jclass, jlong);
21497
21498 /*
21499  * Class:     org_ldk_impl_bindings
21500  * Method:    UnsignedChannelAnnouncement_set_node_id_1
21501  * Signature: (JJ)V
21502  */
21503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1node_1id_11
21504   (JNIEnv *, jclass, jlong, jlong);
21505
21506 /*
21507  * Class:     org_ldk_impl_bindings
21508  * Method:    UnsignedChannelAnnouncement_get_node_id_2
21509  * Signature: (J)J
21510  */
21511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1node_1id_12
21512   (JNIEnv *, jclass, jlong);
21513
21514 /*
21515  * Class:     org_ldk_impl_bindings
21516  * Method:    UnsignedChannelAnnouncement_set_node_id_2
21517  * Signature: (JJ)V
21518  */
21519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1node_1id_12
21520   (JNIEnv *, jclass, jlong, jlong);
21521
21522 /*
21523  * Class:     org_ldk_impl_bindings
21524  * Method:    UnsignedChannelAnnouncement_get_bitcoin_key_1
21525  * Signature: (J)J
21526  */
21527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1bitcoin_1key_11
21528   (JNIEnv *, jclass, jlong);
21529
21530 /*
21531  * Class:     org_ldk_impl_bindings
21532  * Method:    UnsignedChannelAnnouncement_set_bitcoin_key_1
21533  * Signature: (JJ)V
21534  */
21535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1bitcoin_1key_11
21536   (JNIEnv *, jclass, jlong, jlong);
21537
21538 /*
21539  * Class:     org_ldk_impl_bindings
21540  * Method:    UnsignedChannelAnnouncement_get_bitcoin_key_2
21541  * Signature: (J)J
21542  */
21543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1get_1bitcoin_1key_12
21544   (JNIEnv *, jclass, jlong);
21545
21546 /*
21547  * Class:     org_ldk_impl_bindings
21548  * Method:    UnsignedChannelAnnouncement_set_bitcoin_key_2
21549  * Signature: (JJ)V
21550  */
21551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1set_1bitcoin_1key_12
21552   (JNIEnv *, jclass, jlong, jlong);
21553
21554 /*
21555  * Class:     org_ldk_impl_bindings
21556  * Method:    UnsignedChannelAnnouncement_clone_ptr
21557  * Signature: (J)J
21558  */
21559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1clone_1ptr
21560   (JNIEnv *, jclass, jlong);
21561
21562 /*
21563  * Class:     org_ldk_impl_bindings
21564  * Method:    UnsignedChannelAnnouncement_clone
21565  * Signature: (J)J
21566  */
21567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1clone
21568   (JNIEnv *, jclass, jlong);
21569
21570 /*
21571  * Class:     org_ldk_impl_bindings
21572  * Method:    UnsignedChannelAnnouncement_eq
21573  * Signature: (JJ)Z
21574  */
21575 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1eq
21576   (JNIEnv *, jclass, jlong, jlong);
21577
21578 /*
21579  * Class:     org_ldk_impl_bindings
21580  * Method:    ChannelAnnouncement_free
21581  * Signature: (J)V
21582  */
21583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1free
21584   (JNIEnv *, jclass, jlong);
21585
21586 /*
21587  * Class:     org_ldk_impl_bindings
21588  * Method:    ChannelAnnouncement_get_node_signature_1
21589  * Signature: (J)[B
21590  */
21591 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1node_1signature_11
21592   (JNIEnv *, jclass, jlong);
21593
21594 /*
21595  * Class:     org_ldk_impl_bindings
21596  * Method:    ChannelAnnouncement_set_node_signature_1
21597  * Signature: (J[B)V
21598  */
21599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1node_1signature_11
21600   (JNIEnv *, jclass, jlong, jbyteArray);
21601
21602 /*
21603  * Class:     org_ldk_impl_bindings
21604  * Method:    ChannelAnnouncement_get_node_signature_2
21605  * Signature: (J)[B
21606  */
21607 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1node_1signature_12
21608   (JNIEnv *, jclass, jlong);
21609
21610 /*
21611  * Class:     org_ldk_impl_bindings
21612  * Method:    ChannelAnnouncement_set_node_signature_2
21613  * Signature: (J[B)V
21614  */
21615 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1node_1signature_12
21616   (JNIEnv *, jclass, jlong, jbyteArray);
21617
21618 /*
21619  * Class:     org_ldk_impl_bindings
21620  * Method:    ChannelAnnouncement_get_bitcoin_signature_1
21621  * Signature: (J)[B
21622  */
21623 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1bitcoin_1signature_11
21624   (JNIEnv *, jclass, jlong);
21625
21626 /*
21627  * Class:     org_ldk_impl_bindings
21628  * Method:    ChannelAnnouncement_set_bitcoin_signature_1
21629  * Signature: (J[B)V
21630  */
21631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1bitcoin_1signature_11
21632   (JNIEnv *, jclass, jlong, jbyteArray);
21633
21634 /*
21635  * Class:     org_ldk_impl_bindings
21636  * Method:    ChannelAnnouncement_get_bitcoin_signature_2
21637  * Signature: (J)[B
21638  */
21639 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1bitcoin_1signature_12
21640   (JNIEnv *, jclass, jlong);
21641
21642 /*
21643  * Class:     org_ldk_impl_bindings
21644  * Method:    ChannelAnnouncement_set_bitcoin_signature_2
21645  * Signature: (J[B)V
21646  */
21647 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1bitcoin_1signature_12
21648   (JNIEnv *, jclass, jlong, jbyteArray);
21649
21650 /*
21651  * Class:     org_ldk_impl_bindings
21652  * Method:    ChannelAnnouncement_get_contents
21653  * Signature: (J)J
21654  */
21655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1get_1contents
21656   (JNIEnv *, jclass, jlong);
21657
21658 /*
21659  * Class:     org_ldk_impl_bindings
21660  * Method:    ChannelAnnouncement_set_contents
21661  * Signature: (JJ)V
21662  */
21663 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1set_1contents
21664   (JNIEnv *, jclass, jlong, jlong);
21665
21666 /*
21667  * Class:     org_ldk_impl_bindings
21668  * Method:    ChannelAnnouncement_new
21669  * Signature: ([B[B[B[BJ)J
21670  */
21671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1new
21672   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jlong);
21673
21674 /*
21675  * Class:     org_ldk_impl_bindings
21676  * Method:    ChannelAnnouncement_clone_ptr
21677  * Signature: (J)J
21678  */
21679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1clone_1ptr
21680   (JNIEnv *, jclass, jlong);
21681
21682 /*
21683  * Class:     org_ldk_impl_bindings
21684  * Method:    ChannelAnnouncement_clone
21685  * Signature: (J)J
21686  */
21687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1clone
21688   (JNIEnv *, jclass, jlong);
21689
21690 /*
21691  * Class:     org_ldk_impl_bindings
21692  * Method:    ChannelAnnouncement_eq
21693  * Signature: (JJ)Z
21694  */
21695 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1eq
21696   (JNIEnv *, jclass, jlong, jlong);
21697
21698 /*
21699  * Class:     org_ldk_impl_bindings
21700  * Method:    UnsignedChannelUpdate_free
21701  * Signature: (J)V
21702  */
21703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1free
21704   (JNIEnv *, jclass, jlong);
21705
21706 /*
21707  * Class:     org_ldk_impl_bindings
21708  * Method:    UnsignedChannelUpdate_get_chain_hash
21709  * Signature: (J)[B
21710  */
21711 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1chain_1hash
21712   (JNIEnv *, jclass, jlong);
21713
21714 /*
21715  * Class:     org_ldk_impl_bindings
21716  * Method:    UnsignedChannelUpdate_set_chain_hash
21717  * Signature: (J[B)V
21718  */
21719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1chain_1hash
21720   (JNIEnv *, jclass, jlong, jbyteArray);
21721
21722 /*
21723  * Class:     org_ldk_impl_bindings
21724  * Method:    UnsignedChannelUpdate_get_short_channel_id
21725  * Signature: (J)J
21726  */
21727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1short_1channel_1id
21728   (JNIEnv *, jclass, jlong);
21729
21730 /*
21731  * Class:     org_ldk_impl_bindings
21732  * Method:    UnsignedChannelUpdate_set_short_channel_id
21733  * Signature: (JJ)V
21734  */
21735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1short_1channel_1id
21736   (JNIEnv *, jclass, jlong, jlong);
21737
21738 /*
21739  * Class:     org_ldk_impl_bindings
21740  * Method:    UnsignedChannelUpdate_get_timestamp
21741  * Signature: (J)I
21742  */
21743 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1timestamp
21744   (JNIEnv *, jclass, jlong);
21745
21746 /*
21747  * Class:     org_ldk_impl_bindings
21748  * Method:    UnsignedChannelUpdate_set_timestamp
21749  * Signature: (JI)V
21750  */
21751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1timestamp
21752   (JNIEnv *, jclass, jlong, jint);
21753
21754 /*
21755  * Class:     org_ldk_impl_bindings
21756  * Method:    UnsignedChannelUpdate_get_flags
21757  * Signature: (J)B
21758  */
21759 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1flags
21760   (JNIEnv *, jclass, jlong);
21761
21762 /*
21763  * Class:     org_ldk_impl_bindings
21764  * Method:    UnsignedChannelUpdate_set_flags
21765  * Signature: (JB)V
21766  */
21767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1flags
21768   (JNIEnv *, jclass, jlong, jbyte);
21769
21770 /*
21771  * Class:     org_ldk_impl_bindings
21772  * Method:    UnsignedChannelUpdate_get_cltv_expiry_delta
21773  * Signature: (J)S
21774  */
21775 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1cltv_1expiry_1delta
21776   (JNIEnv *, jclass, jlong);
21777
21778 /*
21779  * Class:     org_ldk_impl_bindings
21780  * Method:    UnsignedChannelUpdate_set_cltv_expiry_delta
21781  * Signature: (JS)V
21782  */
21783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1cltv_1expiry_1delta
21784   (JNIEnv *, jclass, jlong, jshort);
21785
21786 /*
21787  * Class:     org_ldk_impl_bindings
21788  * Method:    UnsignedChannelUpdate_get_htlc_minimum_msat
21789  * Signature: (J)J
21790  */
21791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1htlc_1minimum_1msat
21792   (JNIEnv *, jclass, jlong);
21793
21794 /*
21795  * Class:     org_ldk_impl_bindings
21796  * Method:    UnsignedChannelUpdate_set_htlc_minimum_msat
21797  * Signature: (JJ)V
21798  */
21799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1htlc_1minimum_1msat
21800   (JNIEnv *, jclass, jlong, jlong);
21801
21802 /*
21803  * Class:     org_ldk_impl_bindings
21804  * Method:    UnsignedChannelUpdate_get_htlc_maximum_msat
21805  * Signature: (J)J
21806  */
21807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1htlc_1maximum_1msat
21808   (JNIEnv *, jclass, jlong);
21809
21810 /*
21811  * Class:     org_ldk_impl_bindings
21812  * Method:    UnsignedChannelUpdate_set_htlc_maximum_msat
21813  * Signature: (JJ)V
21814  */
21815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1htlc_1maximum_1msat
21816   (JNIEnv *, jclass, jlong, jlong);
21817
21818 /*
21819  * Class:     org_ldk_impl_bindings
21820  * Method:    UnsignedChannelUpdate_get_fee_base_msat
21821  * Signature: (J)I
21822  */
21823 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1fee_1base_1msat
21824   (JNIEnv *, jclass, jlong);
21825
21826 /*
21827  * Class:     org_ldk_impl_bindings
21828  * Method:    UnsignedChannelUpdate_set_fee_base_msat
21829  * Signature: (JI)V
21830  */
21831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1fee_1base_1msat
21832   (JNIEnv *, jclass, jlong, jint);
21833
21834 /*
21835  * Class:     org_ldk_impl_bindings
21836  * Method:    UnsignedChannelUpdate_get_fee_proportional_millionths
21837  * Signature: (J)I
21838  */
21839 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1fee_1proportional_1millionths
21840   (JNIEnv *, jclass, jlong);
21841
21842 /*
21843  * Class:     org_ldk_impl_bindings
21844  * Method:    UnsignedChannelUpdate_set_fee_proportional_millionths
21845  * Signature: (JI)V
21846  */
21847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1fee_1proportional_1millionths
21848   (JNIEnv *, jclass, jlong, jint);
21849
21850 /*
21851  * Class:     org_ldk_impl_bindings
21852  * Method:    UnsignedChannelUpdate_get_excess_data
21853  * Signature: (J)[B
21854  */
21855 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1get_1excess_1data
21856   (JNIEnv *, jclass, jlong);
21857
21858 /*
21859  * Class:     org_ldk_impl_bindings
21860  * Method:    UnsignedChannelUpdate_set_excess_data
21861  * Signature: (J[B)V
21862  */
21863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1set_1excess_1data
21864   (JNIEnv *, jclass, jlong, jbyteArray);
21865
21866 /*
21867  * Class:     org_ldk_impl_bindings
21868  * Method:    UnsignedChannelUpdate_new
21869  * Signature: ([BJIBSJJII[B)J
21870  */
21871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1new
21872   (JNIEnv *, jclass, jbyteArray, jlong, jint, jbyte, jshort, jlong, jlong, jint, jint, jbyteArray);
21873
21874 /*
21875  * Class:     org_ldk_impl_bindings
21876  * Method:    UnsignedChannelUpdate_clone_ptr
21877  * Signature: (J)J
21878  */
21879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1clone_1ptr
21880   (JNIEnv *, jclass, jlong);
21881
21882 /*
21883  * Class:     org_ldk_impl_bindings
21884  * Method:    UnsignedChannelUpdate_clone
21885  * Signature: (J)J
21886  */
21887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1clone
21888   (JNIEnv *, jclass, jlong);
21889
21890 /*
21891  * Class:     org_ldk_impl_bindings
21892  * Method:    UnsignedChannelUpdate_eq
21893  * Signature: (JJ)Z
21894  */
21895 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1eq
21896   (JNIEnv *, jclass, jlong, jlong);
21897
21898 /*
21899  * Class:     org_ldk_impl_bindings
21900  * Method:    ChannelUpdate_free
21901  * Signature: (J)V
21902  */
21903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1free
21904   (JNIEnv *, jclass, jlong);
21905
21906 /*
21907  * Class:     org_ldk_impl_bindings
21908  * Method:    ChannelUpdate_get_signature
21909  * Signature: (J)[B
21910  */
21911 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1get_1signature
21912   (JNIEnv *, jclass, jlong);
21913
21914 /*
21915  * Class:     org_ldk_impl_bindings
21916  * Method:    ChannelUpdate_set_signature
21917  * Signature: (J[B)V
21918  */
21919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1set_1signature
21920   (JNIEnv *, jclass, jlong, jbyteArray);
21921
21922 /*
21923  * Class:     org_ldk_impl_bindings
21924  * Method:    ChannelUpdate_get_contents
21925  * Signature: (J)J
21926  */
21927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1get_1contents
21928   (JNIEnv *, jclass, jlong);
21929
21930 /*
21931  * Class:     org_ldk_impl_bindings
21932  * Method:    ChannelUpdate_set_contents
21933  * Signature: (JJ)V
21934  */
21935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1set_1contents
21936   (JNIEnv *, jclass, jlong, jlong);
21937
21938 /*
21939  * Class:     org_ldk_impl_bindings
21940  * Method:    ChannelUpdate_new
21941  * Signature: ([BJ)J
21942  */
21943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1new
21944   (JNIEnv *, jclass, jbyteArray, jlong);
21945
21946 /*
21947  * Class:     org_ldk_impl_bindings
21948  * Method:    ChannelUpdate_clone_ptr
21949  * Signature: (J)J
21950  */
21951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1clone_1ptr
21952   (JNIEnv *, jclass, jlong);
21953
21954 /*
21955  * Class:     org_ldk_impl_bindings
21956  * Method:    ChannelUpdate_clone
21957  * Signature: (J)J
21958  */
21959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1clone
21960   (JNIEnv *, jclass, jlong);
21961
21962 /*
21963  * Class:     org_ldk_impl_bindings
21964  * Method:    ChannelUpdate_eq
21965  * Signature: (JJ)Z
21966  */
21967 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1eq
21968   (JNIEnv *, jclass, jlong, jlong);
21969
21970 /*
21971  * Class:     org_ldk_impl_bindings
21972  * Method:    QueryChannelRange_free
21973  * Signature: (J)V
21974  */
21975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1free
21976   (JNIEnv *, jclass, jlong);
21977
21978 /*
21979  * Class:     org_ldk_impl_bindings
21980  * Method:    QueryChannelRange_get_chain_hash
21981  * Signature: (J)[B
21982  */
21983 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1get_1chain_1hash
21984   (JNIEnv *, jclass, jlong);
21985
21986 /*
21987  * Class:     org_ldk_impl_bindings
21988  * Method:    QueryChannelRange_set_chain_hash
21989  * Signature: (J[B)V
21990  */
21991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1set_1chain_1hash
21992   (JNIEnv *, jclass, jlong, jbyteArray);
21993
21994 /*
21995  * Class:     org_ldk_impl_bindings
21996  * Method:    QueryChannelRange_get_first_blocknum
21997  * Signature: (J)I
21998  */
21999 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1get_1first_1blocknum
22000   (JNIEnv *, jclass, jlong);
22001
22002 /*
22003  * Class:     org_ldk_impl_bindings
22004  * Method:    QueryChannelRange_set_first_blocknum
22005  * Signature: (JI)V
22006  */
22007 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1set_1first_1blocknum
22008   (JNIEnv *, jclass, jlong, jint);
22009
22010 /*
22011  * Class:     org_ldk_impl_bindings
22012  * Method:    QueryChannelRange_get_number_of_blocks
22013  * Signature: (J)I
22014  */
22015 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1get_1number_1of_1blocks
22016   (JNIEnv *, jclass, jlong);
22017
22018 /*
22019  * Class:     org_ldk_impl_bindings
22020  * Method:    QueryChannelRange_set_number_of_blocks
22021  * Signature: (JI)V
22022  */
22023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1set_1number_1of_1blocks
22024   (JNIEnv *, jclass, jlong, jint);
22025
22026 /*
22027  * Class:     org_ldk_impl_bindings
22028  * Method:    QueryChannelRange_new
22029  * Signature: ([BII)J
22030  */
22031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1new
22032   (JNIEnv *, jclass, jbyteArray, jint, jint);
22033
22034 /*
22035  * Class:     org_ldk_impl_bindings
22036  * Method:    QueryChannelRange_clone_ptr
22037  * Signature: (J)J
22038  */
22039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1clone_1ptr
22040   (JNIEnv *, jclass, jlong);
22041
22042 /*
22043  * Class:     org_ldk_impl_bindings
22044  * Method:    QueryChannelRange_clone
22045  * Signature: (J)J
22046  */
22047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1clone
22048   (JNIEnv *, jclass, jlong);
22049
22050 /*
22051  * Class:     org_ldk_impl_bindings
22052  * Method:    QueryChannelRange_eq
22053  * Signature: (JJ)Z
22054  */
22055 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1eq
22056   (JNIEnv *, jclass, jlong, jlong);
22057
22058 /*
22059  * Class:     org_ldk_impl_bindings
22060  * Method:    ReplyChannelRange_free
22061  * Signature: (J)V
22062  */
22063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1free
22064   (JNIEnv *, jclass, jlong);
22065
22066 /*
22067  * Class:     org_ldk_impl_bindings
22068  * Method:    ReplyChannelRange_get_chain_hash
22069  * Signature: (J)[B
22070  */
22071 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1chain_1hash
22072   (JNIEnv *, jclass, jlong);
22073
22074 /*
22075  * Class:     org_ldk_impl_bindings
22076  * Method:    ReplyChannelRange_set_chain_hash
22077  * Signature: (J[B)V
22078  */
22079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1chain_1hash
22080   (JNIEnv *, jclass, jlong, jbyteArray);
22081
22082 /*
22083  * Class:     org_ldk_impl_bindings
22084  * Method:    ReplyChannelRange_get_first_blocknum
22085  * Signature: (J)I
22086  */
22087 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1first_1blocknum
22088   (JNIEnv *, jclass, jlong);
22089
22090 /*
22091  * Class:     org_ldk_impl_bindings
22092  * Method:    ReplyChannelRange_set_first_blocknum
22093  * Signature: (JI)V
22094  */
22095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1first_1blocknum
22096   (JNIEnv *, jclass, jlong, jint);
22097
22098 /*
22099  * Class:     org_ldk_impl_bindings
22100  * Method:    ReplyChannelRange_get_number_of_blocks
22101  * Signature: (J)I
22102  */
22103 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1number_1of_1blocks
22104   (JNIEnv *, jclass, jlong);
22105
22106 /*
22107  * Class:     org_ldk_impl_bindings
22108  * Method:    ReplyChannelRange_set_number_of_blocks
22109  * Signature: (JI)V
22110  */
22111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1number_1of_1blocks
22112   (JNIEnv *, jclass, jlong, jint);
22113
22114 /*
22115  * Class:     org_ldk_impl_bindings
22116  * Method:    ReplyChannelRange_get_sync_complete
22117  * Signature: (J)Z
22118  */
22119 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1sync_1complete
22120   (JNIEnv *, jclass, jlong);
22121
22122 /*
22123  * Class:     org_ldk_impl_bindings
22124  * Method:    ReplyChannelRange_set_sync_complete
22125  * Signature: (JZ)V
22126  */
22127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1sync_1complete
22128   (JNIEnv *, jclass, jlong, jboolean);
22129
22130 /*
22131  * Class:     org_ldk_impl_bindings
22132  * Method:    ReplyChannelRange_get_short_channel_ids
22133  * Signature: (J)[J
22134  */
22135 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1get_1short_1channel_1ids
22136   (JNIEnv *, jclass, jlong);
22137
22138 /*
22139  * Class:     org_ldk_impl_bindings
22140  * Method:    ReplyChannelRange_set_short_channel_ids
22141  * Signature: (J[J)V
22142  */
22143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1set_1short_1channel_1ids
22144   (JNIEnv *, jclass, jlong, jlongArray);
22145
22146 /*
22147  * Class:     org_ldk_impl_bindings
22148  * Method:    ReplyChannelRange_new
22149  * Signature: ([BIIZ[J)J
22150  */
22151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1new
22152   (JNIEnv *, jclass, jbyteArray, jint, jint, jboolean, jlongArray);
22153
22154 /*
22155  * Class:     org_ldk_impl_bindings
22156  * Method:    ReplyChannelRange_clone_ptr
22157  * Signature: (J)J
22158  */
22159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1clone_1ptr
22160   (JNIEnv *, jclass, jlong);
22161
22162 /*
22163  * Class:     org_ldk_impl_bindings
22164  * Method:    ReplyChannelRange_clone
22165  * Signature: (J)J
22166  */
22167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1clone
22168   (JNIEnv *, jclass, jlong);
22169
22170 /*
22171  * Class:     org_ldk_impl_bindings
22172  * Method:    ReplyChannelRange_eq
22173  * Signature: (JJ)Z
22174  */
22175 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1eq
22176   (JNIEnv *, jclass, jlong, jlong);
22177
22178 /*
22179  * Class:     org_ldk_impl_bindings
22180  * Method:    QueryShortChannelIds_free
22181  * Signature: (J)V
22182  */
22183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1free
22184   (JNIEnv *, jclass, jlong);
22185
22186 /*
22187  * Class:     org_ldk_impl_bindings
22188  * Method:    QueryShortChannelIds_get_chain_hash
22189  * Signature: (J)[B
22190  */
22191 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1get_1chain_1hash
22192   (JNIEnv *, jclass, jlong);
22193
22194 /*
22195  * Class:     org_ldk_impl_bindings
22196  * Method:    QueryShortChannelIds_set_chain_hash
22197  * Signature: (J[B)V
22198  */
22199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1set_1chain_1hash
22200   (JNIEnv *, jclass, jlong, jbyteArray);
22201
22202 /*
22203  * Class:     org_ldk_impl_bindings
22204  * Method:    QueryShortChannelIds_get_short_channel_ids
22205  * Signature: (J)[J
22206  */
22207 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1get_1short_1channel_1ids
22208   (JNIEnv *, jclass, jlong);
22209
22210 /*
22211  * Class:     org_ldk_impl_bindings
22212  * Method:    QueryShortChannelIds_set_short_channel_ids
22213  * Signature: (J[J)V
22214  */
22215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1set_1short_1channel_1ids
22216   (JNIEnv *, jclass, jlong, jlongArray);
22217
22218 /*
22219  * Class:     org_ldk_impl_bindings
22220  * Method:    QueryShortChannelIds_new
22221  * Signature: ([B[J)J
22222  */
22223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1new
22224   (JNIEnv *, jclass, jbyteArray, jlongArray);
22225
22226 /*
22227  * Class:     org_ldk_impl_bindings
22228  * Method:    QueryShortChannelIds_clone_ptr
22229  * Signature: (J)J
22230  */
22231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1clone_1ptr
22232   (JNIEnv *, jclass, jlong);
22233
22234 /*
22235  * Class:     org_ldk_impl_bindings
22236  * Method:    QueryShortChannelIds_clone
22237  * Signature: (J)J
22238  */
22239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1clone
22240   (JNIEnv *, jclass, jlong);
22241
22242 /*
22243  * Class:     org_ldk_impl_bindings
22244  * Method:    QueryShortChannelIds_eq
22245  * Signature: (JJ)Z
22246  */
22247 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1eq
22248   (JNIEnv *, jclass, jlong, jlong);
22249
22250 /*
22251  * Class:     org_ldk_impl_bindings
22252  * Method:    ReplyShortChannelIdsEnd_free
22253  * Signature: (J)V
22254  */
22255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1free
22256   (JNIEnv *, jclass, jlong);
22257
22258 /*
22259  * Class:     org_ldk_impl_bindings
22260  * Method:    ReplyShortChannelIdsEnd_get_chain_hash
22261  * Signature: (J)[B
22262  */
22263 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1get_1chain_1hash
22264   (JNIEnv *, jclass, jlong);
22265
22266 /*
22267  * Class:     org_ldk_impl_bindings
22268  * Method:    ReplyShortChannelIdsEnd_set_chain_hash
22269  * Signature: (J[B)V
22270  */
22271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1set_1chain_1hash
22272   (JNIEnv *, jclass, jlong, jbyteArray);
22273
22274 /*
22275  * Class:     org_ldk_impl_bindings
22276  * Method:    ReplyShortChannelIdsEnd_get_full_information
22277  * Signature: (J)Z
22278  */
22279 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1get_1full_1information
22280   (JNIEnv *, jclass, jlong);
22281
22282 /*
22283  * Class:     org_ldk_impl_bindings
22284  * Method:    ReplyShortChannelIdsEnd_set_full_information
22285  * Signature: (JZ)V
22286  */
22287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1set_1full_1information
22288   (JNIEnv *, jclass, jlong, jboolean);
22289
22290 /*
22291  * Class:     org_ldk_impl_bindings
22292  * Method:    ReplyShortChannelIdsEnd_new
22293  * Signature: ([BZ)J
22294  */
22295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1new
22296   (JNIEnv *, jclass, jbyteArray, jboolean);
22297
22298 /*
22299  * Class:     org_ldk_impl_bindings
22300  * Method:    ReplyShortChannelIdsEnd_clone_ptr
22301  * Signature: (J)J
22302  */
22303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1clone_1ptr
22304   (JNIEnv *, jclass, jlong);
22305
22306 /*
22307  * Class:     org_ldk_impl_bindings
22308  * Method:    ReplyShortChannelIdsEnd_clone
22309  * Signature: (J)J
22310  */
22311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1clone
22312   (JNIEnv *, jclass, jlong);
22313
22314 /*
22315  * Class:     org_ldk_impl_bindings
22316  * Method:    ReplyShortChannelIdsEnd_eq
22317  * Signature: (JJ)Z
22318  */
22319 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1eq
22320   (JNIEnv *, jclass, jlong, jlong);
22321
22322 /*
22323  * Class:     org_ldk_impl_bindings
22324  * Method:    GossipTimestampFilter_free
22325  * Signature: (J)V
22326  */
22327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1free
22328   (JNIEnv *, jclass, jlong);
22329
22330 /*
22331  * Class:     org_ldk_impl_bindings
22332  * Method:    GossipTimestampFilter_get_chain_hash
22333  * Signature: (J)[B
22334  */
22335 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1get_1chain_1hash
22336   (JNIEnv *, jclass, jlong);
22337
22338 /*
22339  * Class:     org_ldk_impl_bindings
22340  * Method:    GossipTimestampFilter_set_chain_hash
22341  * Signature: (J[B)V
22342  */
22343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1set_1chain_1hash
22344   (JNIEnv *, jclass, jlong, jbyteArray);
22345
22346 /*
22347  * Class:     org_ldk_impl_bindings
22348  * Method:    GossipTimestampFilter_get_first_timestamp
22349  * Signature: (J)I
22350  */
22351 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1get_1first_1timestamp
22352   (JNIEnv *, jclass, jlong);
22353
22354 /*
22355  * Class:     org_ldk_impl_bindings
22356  * Method:    GossipTimestampFilter_set_first_timestamp
22357  * Signature: (JI)V
22358  */
22359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1set_1first_1timestamp
22360   (JNIEnv *, jclass, jlong, jint);
22361
22362 /*
22363  * Class:     org_ldk_impl_bindings
22364  * Method:    GossipTimestampFilter_get_timestamp_range
22365  * Signature: (J)I
22366  */
22367 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1get_1timestamp_1range
22368   (JNIEnv *, jclass, jlong);
22369
22370 /*
22371  * Class:     org_ldk_impl_bindings
22372  * Method:    GossipTimestampFilter_set_timestamp_range
22373  * Signature: (JI)V
22374  */
22375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1set_1timestamp_1range
22376   (JNIEnv *, jclass, jlong, jint);
22377
22378 /*
22379  * Class:     org_ldk_impl_bindings
22380  * Method:    GossipTimestampFilter_new
22381  * Signature: ([BII)J
22382  */
22383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1new
22384   (JNIEnv *, jclass, jbyteArray, jint, jint);
22385
22386 /*
22387  * Class:     org_ldk_impl_bindings
22388  * Method:    GossipTimestampFilter_clone_ptr
22389  * Signature: (J)J
22390  */
22391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1clone_1ptr
22392   (JNIEnv *, jclass, jlong);
22393
22394 /*
22395  * Class:     org_ldk_impl_bindings
22396  * Method:    GossipTimestampFilter_clone
22397  * Signature: (J)J
22398  */
22399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1clone
22400   (JNIEnv *, jclass, jlong);
22401
22402 /*
22403  * Class:     org_ldk_impl_bindings
22404  * Method:    GossipTimestampFilter_eq
22405  * Signature: (JJ)Z
22406  */
22407 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1eq
22408   (JNIEnv *, jclass, jlong, jlong);
22409
22410 /*
22411  * Class:     org_ldk_impl_bindings
22412  * Method:    ErrorAction_free
22413  * Signature: (J)V
22414  */
22415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErrorAction_1free
22416   (JNIEnv *, jclass, jlong);
22417
22418 /*
22419  * Class:     org_ldk_impl_bindings
22420  * Method:    ErrorAction_clone_ptr
22421  * Signature: (J)J
22422  */
22423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorAction_1clone_1ptr
22424   (JNIEnv *, jclass, jlong);
22425
22426 /*
22427  * Class:     org_ldk_impl_bindings
22428  * Method:    ErrorAction_clone
22429  * Signature: (J)J
22430  */
22431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorAction_1clone
22432   (JNIEnv *, jclass, jlong);
22433
22434 /*
22435  * Class:     org_ldk_impl_bindings
22436  * Method:    ErrorAction_disconnect_peer
22437  * Signature: (J)J
22438  */
22439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorAction_1disconnect_1peer
22440   (JNIEnv *, jclass, jlong);
22441
22442 /*
22443  * Class:     org_ldk_impl_bindings
22444  * Method:    ErrorAction_ignore_error
22445  * Signature: ()J
22446  */
22447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorAction_1ignore_1error
22448   (JNIEnv *, jclass);
22449
22450 /*
22451  * Class:     org_ldk_impl_bindings
22452  * Method:    ErrorAction_ignore_and_log
22453  * Signature: (Lorg/ldk/enums/Level;)J
22454  */
22455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorAction_1ignore_1and_1log
22456   (JNIEnv *, jclass, jobject);
22457
22458 /*
22459  * Class:     org_ldk_impl_bindings
22460  * Method:    ErrorAction_ignore_duplicate_gossip
22461  * Signature: ()J
22462  */
22463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorAction_1ignore_1duplicate_1gossip
22464   (JNIEnv *, jclass);
22465
22466 /*
22467  * Class:     org_ldk_impl_bindings
22468  * Method:    ErrorAction_send_error_message
22469  * Signature: (J)J
22470  */
22471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorAction_1send_1error_1message
22472   (JNIEnv *, jclass, jlong);
22473
22474 /*
22475  * Class:     org_ldk_impl_bindings
22476  * Method:    ErrorAction_send_warning_message
22477  * Signature: (JLorg/ldk/enums/Level;)J
22478  */
22479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorAction_1send_1warning_1message
22480   (JNIEnv *, jclass, jlong, jobject);
22481
22482 /*
22483  * Class:     org_ldk_impl_bindings
22484  * Method:    LightningError_free
22485  * Signature: (J)V
22486  */
22487 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LightningError_1free
22488   (JNIEnv *, jclass, jlong);
22489
22490 /*
22491  * Class:     org_ldk_impl_bindings
22492  * Method:    LightningError_get_err
22493  * Signature: (J)Ljava/lang/String;
22494  */
22495 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_LightningError_1get_1err
22496   (JNIEnv *, jclass, jlong);
22497
22498 /*
22499  * Class:     org_ldk_impl_bindings
22500  * Method:    LightningError_set_err
22501  * Signature: (JLjava/lang/String;)V
22502  */
22503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LightningError_1set_1err
22504   (JNIEnv *, jclass, jlong, jstring);
22505
22506 /*
22507  * Class:     org_ldk_impl_bindings
22508  * Method:    LightningError_get_action
22509  * Signature: (J)J
22510  */
22511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LightningError_1get_1action
22512   (JNIEnv *, jclass, jlong);
22513
22514 /*
22515  * Class:     org_ldk_impl_bindings
22516  * Method:    LightningError_set_action
22517  * Signature: (JJ)V
22518  */
22519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LightningError_1set_1action
22520   (JNIEnv *, jclass, jlong, jlong);
22521
22522 /*
22523  * Class:     org_ldk_impl_bindings
22524  * Method:    LightningError_new
22525  * Signature: (Ljava/lang/String;J)J
22526  */
22527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LightningError_1new
22528   (JNIEnv *, jclass, jstring, jlong);
22529
22530 /*
22531  * Class:     org_ldk_impl_bindings
22532  * Method:    LightningError_clone_ptr
22533  * Signature: (J)J
22534  */
22535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LightningError_1clone_1ptr
22536   (JNIEnv *, jclass, jlong);
22537
22538 /*
22539  * Class:     org_ldk_impl_bindings
22540  * Method:    LightningError_clone
22541  * Signature: (J)J
22542  */
22543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_LightningError_1clone
22544   (JNIEnv *, jclass, jlong);
22545
22546 /*
22547  * Class:     org_ldk_impl_bindings
22548  * Method:    CommitmentUpdate_free
22549  * Signature: (J)V
22550  */
22551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1free
22552   (JNIEnv *, jclass, jlong);
22553
22554 /*
22555  * Class:     org_ldk_impl_bindings
22556  * Method:    CommitmentUpdate_get_update_add_htlcs
22557  * Signature: (J)[J
22558  */
22559 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1get_1update_1add_1htlcs
22560   (JNIEnv *, jclass, jlong);
22561
22562 /*
22563  * Class:     org_ldk_impl_bindings
22564  * Method:    CommitmentUpdate_set_update_add_htlcs
22565  * Signature: (J[J)V
22566  */
22567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1add_1htlcs
22568   (JNIEnv *, jclass, jlong, jlongArray);
22569
22570 /*
22571  * Class:     org_ldk_impl_bindings
22572  * Method:    CommitmentUpdate_get_update_fulfill_htlcs
22573  * Signature: (J)[J
22574  */
22575 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1get_1update_1fulfill_1htlcs
22576   (JNIEnv *, jclass, jlong);
22577
22578 /*
22579  * Class:     org_ldk_impl_bindings
22580  * Method:    CommitmentUpdate_set_update_fulfill_htlcs
22581  * Signature: (J[J)V
22582  */
22583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1fulfill_1htlcs
22584   (JNIEnv *, jclass, jlong, jlongArray);
22585
22586 /*
22587  * Class:     org_ldk_impl_bindings
22588  * Method:    CommitmentUpdate_get_update_fail_htlcs
22589  * Signature: (J)[J
22590  */
22591 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1get_1update_1fail_1htlcs
22592   (JNIEnv *, jclass, jlong);
22593
22594 /*
22595  * Class:     org_ldk_impl_bindings
22596  * Method:    CommitmentUpdate_set_update_fail_htlcs
22597  * Signature: (J[J)V
22598  */
22599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1fail_1htlcs
22600   (JNIEnv *, jclass, jlong, jlongArray);
22601
22602 /*
22603  * Class:     org_ldk_impl_bindings
22604  * Method:    CommitmentUpdate_get_update_fail_malformed_htlcs
22605  * Signature: (J)[J
22606  */
22607 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1get_1update_1fail_1malformed_1htlcs
22608   (JNIEnv *, jclass, jlong);
22609
22610 /*
22611  * Class:     org_ldk_impl_bindings
22612  * Method:    CommitmentUpdate_set_update_fail_malformed_htlcs
22613  * Signature: (J[J)V
22614  */
22615 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1fail_1malformed_1htlcs
22616   (JNIEnv *, jclass, jlong, jlongArray);
22617
22618 /*
22619  * Class:     org_ldk_impl_bindings
22620  * Method:    CommitmentUpdate_get_update_fee
22621  * Signature: (J)J
22622  */
22623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1get_1update_1fee
22624   (JNIEnv *, jclass, jlong);
22625
22626 /*
22627  * Class:     org_ldk_impl_bindings
22628  * Method:    CommitmentUpdate_set_update_fee
22629  * Signature: (JJ)V
22630  */
22631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1update_1fee
22632   (JNIEnv *, jclass, jlong, jlong);
22633
22634 /*
22635  * Class:     org_ldk_impl_bindings
22636  * Method:    CommitmentUpdate_get_commitment_signed
22637  * Signature: (J)J
22638  */
22639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1get_1commitment_1signed
22640   (JNIEnv *, jclass, jlong);
22641
22642 /*
22643  * Class:     org_ldk_impl_bindings
22644  * Method:    CommitmentUpdate_set_commitment_signed
22645  * Signature: (JJ)V
22646  */
22647 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1set_1commitment_1signed
22648   (JNIEnv *, jclass, jlong, jlong);
22649
22650 /*
22651  * Class:     org_ldk_impl_bindings
22652  * Method:    CommitmentUpdate_new
22653  * Signature: ([J[J[J[JJJ)J
22654  */
22655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1new
22656   (JNIEnv *, jclass, jlongArray, jlongArray, jlongArray, jlongArray, jlong, jlong);
22657
22658 /*
22659  * Class:     org_ldk_impl_bindings
22660  * Method:    CommitmentUpdate_clone_ptr
22661  * Signature: (J)J
22662  */
22663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1clone_1ptr
22664   (JNIEnv *, jclass, jlong);
22665
22666 /*
22667  * Class:     org_ldk_impl_bindings
22668  * Method:    CommitmentUpdate_clone
22669  * Signature: (J)J
22670  */
22671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1clone
22672   (JNIEnv *, jclass, jlong);
22673
22674 /*
22675  * Class:     org_ldk_impl_bindings
22676  * Method:    CommitmentUpdate_eq
22677  * Signature: (JJ)Z
22678  */
22679 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CommitmentUpdate_1eq
22680   (JNIEnv *, jclass, jlong, jlong);
22681
22682 /*
22683  * Class:     org_ldk_impl_bindings
22684  * Method:    ChannelMessageHandler_free
22685  * Signature: (J)V
22686  */
22687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelMessageHandler_1free
22688   (JNIEnv *, jclass, jlong);
22689
22690 /*
22691  * Class:     org_ldk_impl_bindings
22692  * Method:    RoutingMessageHandler_free
22693  * Signature: (J)V
22694  */
22695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingMessageHandler_1free
22696   (JNIEnv *, jclass, jlong);
22697
22698 /*
22699  * Class:     org_ldk_impl_bindings
22700  * Method:    OnionMessageHandler_free
22701  * Signature: (J)V
22702  */
22703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OnionMessageHandler_1free
22704   (JNIEnv *, jclass, jlong);
22705
22706 /*
22707  * Class:     org_ldk_impl_bindings
22708  * Method:    AcceptChannel_write
22709  * Signature: (J)[B
22710  */
22711 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1write
22712   (JNIEnv *, jclass, jlong);
22713
22714 /*
22715  * Class:     org_ldk_impl_bindings
22716  * Method:    AcceptChannel_read
22717  * Signature: ([B)J
22718  */
22719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AcceptChannel_1read
22720   (JNIEnv *, jclass, jbyteArray);
22721
22722 /*
22723  * Class:     org_ldk_impl_bindings
22724  * Method:    AnnouncementSignatures_write
22725  * Signature: (J)[B
22726  */
22727 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1write
22728   (JNIEnv *, jclass, jlong);
22729
22730 /*
22731  * Class:     org_ldk_impl_bindings
22732  * Method:    AnnouncementSignatures_read
22733  * Signature: ([B)J
22734  */
22735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_AnnouncementSignatures_1read
22736   (JNIEnv *, jclass, jbyteArray);
22737
22738 /*
22739  * Class:     org_ldk_impl_bindings
22740  * Method:    ChannelReestablish_write
22741  * Signature: (J)[B
22742  */
22743 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1write
22744   (JNIEnv *, jclass, jlong);
22745
22746 /*
22747  * Class:     org_ldk_impl_bindings
22748  * Method:    ChannelReestablish_read
22749  * Signature: ([B)J
22750  */
22751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReestablish_1read
22752   (JNIEnv *, jclass, jbyteArray);
22753
22754 /*
22755  * Class:     org_ldk_impl_bindings
22756  * Method:    ClosingSigned_write
22757  * Signature: (J)[B
22758  */
22759 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1write
22760   (JNIEnv *, jclass, jlong);
22761
22762 /*
22763  * Class:     org_ldk_impl_bindings
22764  * Method:    ClosingSigned_read
22765  * Signature: ([B)J
22766  */
22767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSigned_1read
22768   (JNIEnv *, jclass, jbyteArray);
22769
22770 /*
22771  * Class:     org_ldk_impl_bindings
22772  * Method:    ClosingSignedFeeRange_write
22773  * Signature: (J)[B
22774  */
22775 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1write
22776   (JNIEnv *, jclass, jlong);
22777
22778 /*
22779  * Class:     org_ldk_impl_bindings
22780  * Method:    ClosingSignedFeeRange_read
22781  * Signature: ([B)J
22782  */
22783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingSignedFeeRange_1read
22784   (JNIEnv *, jclass, jbyteArray);
22785
22786 /*
22787  * Class:     org_ldk_impl_bindings
22788  * Method:    CommitmentSigned_write
22789  * Signature: (J)[B
22790  */
22791 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1write
22792   (JNIEnv *, jclass, jlong);
22793
22794 /*
22795  * Class:     org_ldk_impl_bindings
22796  * Method:    CommitmentSigned_read
22797  * Signature: ([B)J
22798  */
22799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentSigned_1read
22800   (JNIEnv *, jclass, jbyteArray);
22801
22802 /*
22803  * Class:     org_ldk_impl_bindings
22804  * Method:    FundingCreated_write
22805  * Signature: (J)[B
22806  */
22807 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingCreated_1write
22808   (JNIEnv *, jclass, jlong);
22809
22810 /*
22811  * Class:     org_ldk_impl_bindings
22812  * Method:    FundingCreated_read
22813  * Signature: ([B)J
22814  */
22815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingCreated_1read
22816   (JNIEnv *, jclass, jbyteArray);
22817
22818 /*
22819  * Class:     org_ldk_impl_bindings
22820  * Method:    FundingSigned_write
22821  * Signature: (J)[B
22822  */
22823 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FundingSigned_1write
22824   (JNIEnv *, jclass, jlong);
22825
22826 /*
22827  * Class:     org_ldk_impl_bindings
22828  * Method:    FundingSigned_read
22829  * Signature: ([B)J
22830  */
22831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FundingSigned_1read
22832   (JNIEnv *, jclass, jbyteArray);
22833
22834 /*
22835  * Class:     org_ldk_impl_bindings
22836  * Method:    ChannelReady_write
22837  * Signature: (J)[B
22838  */
22839 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelReady_1write
22840   (JNIEnv *, jclass, jlong);
22841
22842 /*
22843  * Class:     org_ldk_impl_bindings
22844  * Method:    ChannelReady_read
22845  * Signature: ([B)J
22846  */
22847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelReady_1read
22848   (JNIEnv *, jclass, jbyteArray);
22849
22850 /*
22851  * Class:     org_ldk_impl_bindings
22852  * Method:    Init_write
22853  * Signature: (J)[B
22854  */
22855 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Init_1write
22856   (JNIEnv *, jclass, jlong);
22857
22858 /*
22859  * Class:     org_ldk_impl_bindings
22860  * Method:    Init_read
22861  * Signature: ([B)J
22862  */
22863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Init_1read
22864   (JNIEnv *, jclass, jbyteArray);
22865
22866 /*
22867  * Class:     org_ldk_impl_bindings
22868  * Method:    OpenChannel_write
22869  * Signature: (J)[B
22870  */
22871 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OpenChannel_1write
22872   (JNIEnv *, jclass, jlong);
22873
22874 /*
22875  * Class:     org_ldk_impl_bindings
22876  * Method:    OpenChannel_read
22877  * Signature: ([B)J
22878  */
22879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OpenChannel_1read
22880   (JNIEnv *, jclass, jbyteArray);
22881
22882 /*
22883  * Class:     org_ldk_impl_bindings
22884  * Method:    RevokeAndACK_write
22885  * Signature: (J)[B
22886  */
22887 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1write
22888   (JNIEnv *, jclass, jlong);
22889
22890 /*
22891  * Class:     org_ldk_impl_bindings
22892  * Method:    RevokeAndACK_read
22893  * Signature: ([B)J
22894  */
22895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RevokeAndACK_1read
22896   (JNIEnv *, jclass, jbyteArray);
22897
22898 /*
22899  * Class:     org_ldk_impl_bindings
22900  * Method:    Shutdown_write
22901  * Signature: (J)[B
22902  */
22903 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Shutdown_1write
22904   (JNIEnv *, jclass, jlong);
22905
22906 /*
22907  * Class:     org_ldk_impl_bindings
22908  * Method:    Shutdown_read
22909  * Signature: ([B)J
22910  */
22911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Shutdown_1read
22912   (JNIEnv *, jclass, jbyteArray);
22913
22914 /*
22915  * Class:     org_ldk_impl_bindings
22916  * Method:    UpdateFailHTLC_write
22917  * Signature: (J)[B
22918  */
22919 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1write
22920   (JNIEnv *, jclass, jlong);
22921
22922 /*
22923  * Class:     org_ldk_impl_bindings
22924  * Method:    UpdateFailHTLC_read
22925  * Signature: ([B)J
22926  */
22927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailHTLC_1read
22928   (JNIEnv *, jclass, jbyteArray);
22929
22930 /*
22931  * Class:     org_ldk_impl_bindings
22932  * Method:    UpdateFailMalformedHTLC_write
22933  * Signature: (J)[B
22934  */
22935 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1write
22936   (JNIEnv *, jclass, jlong);
22937
22938 /*
22939  * Class:     org_ldk_impl_bindings
22940  * Method:    UpdateFailMalformedHTLC_read
22941  * Signature: ([B)J
22942  */
22943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFailMalformedHTLC_1read
22944   (JNIEnv *, jclass, jbyteArray);
22945
22946 /*
22947  * Class:     org_ldk_impl_bindings
22948  * Method:    UpdateFee_write
22949  * Signature: (J)[B
22950  */
22951 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFee_1write
22952   (JNIEnv *, jclass, jlong);
22953
22954 /*
22955  * Class:     org_ldk_impl_bindings
22956  * Method:    UpdateFee_read
22957  * Signature: ([B)J
22958  */
22959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFee_1read
22960   (JNIEnv *, jclass, jbyteArray);
22961
22962 /*
22963  * Class:     org_ldk_impl_bindings
22964  * Method:    UpdateFulfillHTLC_write
22965  * Signature: (J)[B
22966  */
22967 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1write
22968   (JNIEnv *, jclass, jlong);
22969
22970 /*
22971  * Class:     org_ldk_impl_bindings
22972  * Method:    UpdateFulfillHTLC_read
22973  * Signature: ([B)J
22974  */
22975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateFulfillHTLC_1read
22976   (JNIEnv *, jclass, jbyteArray);
22977
22978 /*
22979  * Class:     org_ldk_impl_bindings
22980  * Method:    UpdateAddHTLC_write
22981  * Signature: (J)[B
22982  */
22983 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1write
22984   (JNIEnv *, jclass, jlong);
22985
22986 /*
22987  * Class:     org_ldk_impl_bindings
22988  * Method:    UpdateAddHTLC_read
22989  * Signature: ([B)J
22990  */
22991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UpdateAddHTLC_1read
22992   (JNIEnv *, jclass, jbyteArray);
22993
22994 /*
22995  * Class:     org_ldk_impl_bindings
22996  * Method:    OnionMessage_read
22997  * Signature: ([B)J
22998  */
22999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OnionMessage_1read
23000   (JNIEnv *, jclass, jbyteArray);
23001
23002 /*
23003  * Class:     org_ldk_impl_bindings
23004  * Method:    OnionMessage_write
23005  * Signature: (J)[B
23006  */
23007 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_OnionMessage_1write
23008   (JNIEnv *, jclass, jlong);
23009
23010 /*
23011  * Class:     org_ldk_impl_bindings
23012  * Method:    Ping_write
23013  * Signature: (J)[B
23014  */
23015 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Ping_1write
23016   (JNIEnv *, jclass, jlong);
23017
23018 /*
23019  * Class:     org_ldk_impl_bindings
23020  * Method:    Ping_read
23021  * Signature: ([B)J
23022  */
23023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Ping_1read
23024   (JNIEnv *, jclass, jbyteArray);
23025
23026 /*
23027  * Class:     org_ldk_impl_bindings
23028  * Method:    Pong_write
23029  * Signature: (J)[B
23030  */
23031 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Pong_1write
23032   (JNIEnv *, jclass, jlong);
23033
23034 /*
23035  * Class:     org_ldk_impl_bindings
23036  * Method:    Pong_read
23037  * Signature: ([B)J
23038  */
23039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Pong_1read
23040   (JNIEnv *, jclass, jbyteArray);
23041
23042 /*
23043  * Class:     org_ldk_impl_bindings
23044  * Method:    UnsignedChannelAnnouncement_write
23045  * Signature: (J)[B
23046  */
23047 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1write
23048   (JNIEnv *, jclass, jlong);
23049
23050 /*
23051  * Class:     org_ldk_impl_bindings
23052  * Method:    UnsignedChannelAnnouncement_read
23053  * Signature: ([B)J
23054  */
23055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelAnnouncement_1read
23056   (JNIEnv *, jclass, jbyteArray);
23057
23058 /*
23059  * Class:     org_ldk_impl_bindings
23060  * Method:    ChannelAnnouncement_write
23061  * Signature: (J)[B
23062  */
23063 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1write
23064   (JNIEnv *, jclass, jlong);
23065
23066 /*
23067  * Class:     org_ldk_impl_bindings
23068  * Method:    ChannelAnnouncement_read
23069  * Signature: ([B)J
23070  */
23071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelAnnouncement_1read
23072   (JNIEnv *, jclass, jbyteArray);
23073
23074 /*
23075  * Class:     org_ldk_impl_bindings
23076  * Method:    UnsignedChannelUpdate_write
23077  * Signature: (J)[B
23078  */
23079 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1write
23080   (JNIEnv *, jclass, jlong);
23081
23082 /*
23083  * Class:     org_ldk_impl_bindings
23084  * Method:    UnsignedChannelUpdate_read
23085  * Signature: ([B)J
23086  */
23087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedChannelUpdate_1read
23088   (JNIEnv *, jclass, jbyteArray);
23089
23090 /*
23091  * Class:     org_ldk_impl_bindings
23092  * Method:    ChannelUpdate_write
23093  * Signature: (J)[B
23094  */
23095 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1write
23096   (JNIEnv *, jclass, jlong);
23097
23098 /*
23099  * Class:     org_ldk_impl_bindings
23100  * Method:    ChannelUpdate_read
23101  * Signature: ([B)J
23102  */
23103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdate_1read
23104   (JNIEnv *, jclass, jbyteArray);
23105
23106 /*
23107  * Class:     org_ldk_impl_bindings
23108  * Method:    ErrorMessage_write
23109  * Signature: (J)[B
23110  */
23111 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1write
23112   (JNIEnv *, jclass, jlong);
23113
23114 /*
23115  * Class:     org_ldk_impl_bindings
23116  * Method:    ErrorMessage_read
23117  * Signature: ([B)J
23118  */
23119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErrorMessage_1read
23120   (JNIEnv *, jclass, jbyteArray);
23121
23122 /*
23123  * Class:     org_ldk_impl_bindings
23124  * Method:    WarningMessage_write
23125  * Signature: (J)[B
23126  */
23127 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_WarningMessage_1write
23128   (JNIEnv *, jclass, jlong);
23129
23130 /*
23131  * Class:     org_ldk_impl_bindings
23132  * Method:    WarningMessage_read
23133  * Signature: ([B)J
23134  */
23135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_WarningMessage_1read
23136   (JNIEnv *, jclass, jbyteArray);
23137
23138 /*
23139  * Class:     org_ldk_impl_bindings
23140  * Method:    UnsignedNodeAnnouncement_write
23141  * Signature: (J)[B
23142  */
23143 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1write
23144   (JNIEnv *, jclass, jlong);
23145
23146 /*
23147  * Class:     org_ldk_impl_bindings
23148  * Method:    UnsignedNodeAnnouncement_read
23149  * Signature: ([B)J
23150  */
23151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UnsignedNodeAnnouncement_1read
23152   (JNIEnv *, jclass, jbyteArray);
23153
23154 /*
23155  * Class:     org_ldk_impl_bindings
23156  * Method:    NodeAnnouncement_write
23157  * Signature: (J)[B
23158  */
23159 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1write
23160   (JNIEnv *, jclass, jlong);
23161
23162 /*
23163  * Class:     org_ldk_impl_bindings
23164  * Method:    NodeAnnouncement_read
23165  * Signature: ([B)J
23166  */
23167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncement_1read
23168   (JNIEnv *, jclass, jbyteArray);
23169
23170 /*
23171  * Class:     org_ldk_impl_bindings
23172  * Method:    QueryShortChannelIds_read
23173  * Signature: ([B)J
23174  */
23175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1read
23176   (JNIEnv *, jclass, jbyteArray);
23177
23178 /*
23179  * Class:     org_ldk_impl_bindings
23180  * Method:    QueryShortChannelIds_write
23181  * Signature: (J)[B
23182  */
23183 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_QueryShortChannelIds_1write
23184   (JNIEnv *, jclass, jlong);
23185
23186 /*
23187  * Class:     org_ldk_impl_bindings
23188  * Method:    ReplyShortChannelIdsEnd_write
23189  * Signature: (J)[B
23190  */
23191 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1write
23192   (JNIEnv *, jclass, jlong);
23193
23194 /*
23195  * Class:     org_ldk_impl_bindings
23196  * Method:    ReplyShortChannelIdsEnd_read
23197  * Signature: ([B)J
23198  */
23199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyShortChannelIdsEnd_1read
23200   (JNIEnv *, jclass, jbyteArray);
23201
23202 /*
23203  * Class:     org_ldk_impl_bindings
23204  * Method:    QueryChannelRange_end_blocknum
23205  * Signature: (J)I
23206  */
23207 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1end_1blocknum
23208   (JNIEnv *, jclass, jlong);
23209
23210 /*
23211  * Class:     org_ldk_impl_bindings
23212  * Method:    QueryChannelRange_write
23213  * Signature: (J)[B
23214  */
23215 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1write
23216   (JNIEnv *, jclass, jlong);
23217
23218 /*
23219  * Class:     org_ldk_impl_bindings
23220  * Method:    QueryChannelRange_read
23221  * Signature: ([B)J
23222  */
23223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_QueryChannelRange_1read
23224   (JNIEnv *, jclass, jbyteArray);
23225
23226 /*
23227  * Class:     org_ldk_impl_bindings
23228  * Method:    ReplyChannelRange_read
23229  * Signature: ([B)J
23230  */
23231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1read
23232   (JNIEnv *, jclass, jbyteArray);
23233
23234 /*
23235  * Class:     org_ldk_impl_bindings
23236  * Method:    ReplyChannelRange_write
23237  * Signature: (J)[B
23238  */
23239 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ReplyChannelRange_1write
23240   (JNIEnv *, jclass, jlong);
23241
23242 /*
23243  * Class:     org_ldk_impl_bindings
23244  * Method:    GossipTimestampFilter_write
23245  * Signature: (J)[B
23246  */
23247 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1write
23248   (JNIEnv *, jclass, jlong);
23249
23250 /*
23251  * Class:     org_ldk_impl_bindings
23252  * Method:    GossipTimestampFilter_read
23253  * Signature: ([B)J
23254  */
23255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GossipTimestampFilter_1read
23256   (JNIEnv *, jclass, jbyteArray);
23257
23258 /*
23259  * Class:     org_ldk_impl_bindings
23260  * Method:    CustomMessageHandler_free
23261  * Signature: (J)V
23262  */
23263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CustomMessageHandler_1free
23264   (JNIEnv *, jclass, jlong);
23265
23266 /*
23267  * Class:     org_ldk_impl_bindings
23268  * Method:    IgnoringMessageHandler_free
23269  * Signature: (J)V
23270  */
23271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1free
23272   (JNIEnv *, jclass, jlong);
23273
23274 /*
23275  * Class:     org_ldk_impl_bindings
23276  * Method:    IgnoringMessageHandler_new
23277  * Signature: ()J
23278  */
23279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1new
23280   (JNIEnv *, jclass);
23281
23282 /*
23283  * Class:     org_ldk_impl_bindings
23284  * Method:    IgnoringMessageHandler_as_MessageSendEventsProvider
23285  * Signature: (J)J
23286  */
23287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1as_1MessageSendEventsProvider
23288   (JNIEnv *, jclass, jlong);
23289
23290 /*
23291  * Class:     org_ldk_impl_bindings
23292  * Method:    IgnoringMessageHandler_as_RoutingMessageHandler
23293  * Signature: (J)J
23294  */
23295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1as_1RoutingMessageHandler
23296   (JNIEnv *, jclass, jlong);
23297
23298 /*
23299  * Class:     org_ldk_impl_bindings
23300  * Method:    IgnoringMessageHandler_as_OnionMessageProvider
23301  * Signature: (J)J
23302  */
23303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1as_1OnionMessageProvider
23304   (JNIEnv *, jclass, jlong);
23305
23306 /*
23307  * Class:     org_ldk_impl_bindings
23308  * Method:    IgnoringMessageHandler_as_OnionMessageHandler
23309  * Signature: (J)J
23310  */
23311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1as_1OnionMessageHandler
23312   (JNIEnv *, jclass, jlong);
23313
23314 /*
23315  * Class:     org_ldk_impl_bindings
23316  * Method:    IgnoringMessageHandler_as_CustomOnionMessageHandler
23317  * Signature: (J)J
23318  */
23319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1as_1CustomOnionMessageHandler
23320   (JNIEnv *, jclass, jlong);
23321
23322 /*
23323  * Class:     org_ldk_impl_bindings
23324  * Method:    IgnoringMessageHandler_as_CustomMessageReader
23325  * Signature: (J)J
23326  */
23327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1as_1CustomMessageReader
23328   (JNIEnv *, jclass, jlong);
23329
23330 /*
23331  * Class:     org_ldk_impl_bindings
23332  * Method:    IgnoringMessageHandler_as_CustomMessageHandler
23333  * Signature: (J)J
23334  */
23335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_IgnoringMessageHandler_1as_1CustomMessageHandler
23336   (JNIEnv *, jclass, jlong);
23337
23338 /*
23339  * Class:     org_ldk_impl_bindings
23340  * Method:    ErroringMessageHandler_free
23341  * Signature: (J)V
23342  */
23343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ErroringMessageHandler_1free
23344   (JNIEnv *, jclass, jlong);
23345
23346 /*
23347  * Class:     org_ldk_impl_bindings
23348  * Method:    ErroringMessageHandler_new
23349  * Signature: ()J
23350  */
23351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErroringMessageHandler_1new
23352   (JNIEnv *, jclass);
23353
23354 /*
23355  * Class:     org_ldk_impl_bindings
23356  * Method:    ErroringMessageHandler_as_MessageSendEventsProvider
23357  * Signature: (J)J
23358  */
23359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErroringMessageHandler_1as_1MessageSendEventsProvider
23360   (JNIEnv *, jclass, jlong);
23361
23362 /*
23363  * Class:     org_ldk_impl_bindings
23364  * Method:    ErroringMessageHandler_as_ChannelMessageHandler
23365  * Signature: (J)J
23366  */
23367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ErroringMessageHandler_1as_1ChannelMessageHandler
23368   (JNIEnv *, jclass, jlong);
23369
23370 /*
23371  * Class:     org_ldk_impl_bindings
23372  * Method:    MessageHandler_free
23373  * Signature: (J)V
23374  */
23375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageHandler_1free
23376   (JNIEnv *, jclass, jlong);
23377
23378 /*
23379  * Class:     org_ldk_impl_bindings
23380  * Method:    MessageHandler_get_chan_handler
23381  * Signature: (J)J
23382  */
23383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageHandler_1get_1chan_1handler
23384   (JNIEnv *, jclass, jlong);
23385
23386 /*
23387  * Class:     org_ldk_impl_bindings
23388  * Method:    MessageHandler_set_chan_handler
23389  * Signature: (JJ)V
23390  */
23391 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageHandler_1set_1chan_1handler
23392   (JNIEnv *, jclass, jlong, jlong);
23393
23394 /*
23395  * Class:     org_ldk_impl_bindings
23396  * Method:    MessageHandler_get_route_handler
23397  * Signature: (J)J
23398  */
23399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageHandler_1get_1route_1handler
23400   (JNIEnv *, jclass, jlong);
23401
23402 /*
23403  * Class:     org_ldk_impl_bindings
23404  * Method:    MessageHandler_set_route_handler
23405  * Signature: (JJ)V
23406  */
23407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageHandler_1set_1route_1handler
23408   (JNIEnv *, jclass, jlong, jlong);
23409
23410 /*
23411  * Class:     org_ldk_impl_bindings
23412  * Method:    MessageHandler_get_onion_message_handler
23413  * Signature: (J)J
23414  */
23415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageHandler_1get_1onion_1message_1handler
23416   (JNIEnv *, jclass, jlong);
23417
23418 /*
23419  * Class:     org_ldk_impl_bindings
23420  * Method:    MessageHandler_set_onion_message_handler
23421  * Signature: (JJ)V
23422  */
23423 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageHandler_1set_1onion_1message_1handler
23424   (JNIEnv *, jclass, jlong, jlong);
23425
23426 /*
23427  * Class:     org_ldk_impl_bindings
23428  * Method:    MessageHandler_new
23429  * Signature: (JJJ)J
23430  */
23431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageHandler_1new
23432   (JNIEnv *, jclass, jlong, jlong, jlong);
23433
23434 /*
23435  * Class:     org_ldk_impl_bindings
23436  * Method:    SocketDescriptor_clone_ptr
23437  * Signature: (J)J
23438  */
23439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1clone_1ptr
23440   (JNIEnv *, jclass, jlong);
23441
23442 /*
23443  * Class:     org_ldk_impl_bindings
23444  * Method:    SocketDescriptor_clone
23445  * Signature: (J)J
23446  */
23447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1clone
23448   (JNIEnv *, jclass, jlong);
23449
23450 /*
23451  * Class:     org_ldk_impl_bindings
23452  * Method:    SocketDescriptor_free
23453  * Signature: (J)V
23454  */
23455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SocketDescriptor_1free
23456   (JNIEnv *, jclass, jlong);
23457
23458 /*
23459  * Class:     org_ldk_impl_bindings
23460  * Method:    PeerHandleError_free
23461  * Signature: (J)V
23462  */
23463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1free
23464   (JNIEnv *, jclass, jlong);
23465
23466 /*
23467  * Class:     org_ldk_impl_bindings
23468  * Method:    PeerHandleError_new
23469  * Signature: ()J
23470  */
23471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1new
23472   (JNIEnv *, jclass);
23473
23474 /*
23475  * Class:     org_ldk_impl_bindings
23476  * Method:    PeerHandleError_clone_ptr
23477  * Signature: (J)J
23478  */
23479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1clone_1ptr
23480   (JNIEnv *, jclass, jlong);
23481
23482 /*
23483  * Class:     org_ldk_impl_bindings
23484  * Method:    PeerHandleError_clone
23485  * Signature: (J)J
23486  */
23487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerHandleError_1clone
23488   (JNIEnv *, jclass, jlong);
23489
23490 /*
23491  * Class:     org_ldk_impl_bindings
23492  * Method:    PeerManager_free
23493  * Signature: (J)V
23494  */
23495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1free
23496   (JNIEnv *, jclass, jlong);
23497
23498 /*
23499  * Class:     org_ldk_impl_bindings
23500  * Method:    PeerManager_new
23501  * Signature: (JI[BJJJ)J
23502  */
23503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1new
23504   (JNIEnv *, jclass, jlong, jint, jbyteArray, jlong, jlong, jlong);
23505
23506 /*
23507  * Class:     org_ldk_impl_bindings
23508  * Method:    PeerManager_get_peer_node_ids
23509  * Signature: (J)[J
23510  */
23511 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_PeerManager_1get_1peer_1node_1ids
23512   (JNIEnv *, jclass, jlong);
23513
23514 /*
23515  * Class:     org_ldk_impl_bindings
23516  * Method:    PeerManager_new_outbound_connection
23517  * Signature: (J[BJJ)J
23518  */
23519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1new_1outbound_1connection
23520   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
23521
23522 /*
23523  * Class:     org_ldk_impl_bindings
23524  * Method:    PeerManager_new_inbound_connection
23525  * Signature: (JJJ)J
23526  */
23527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1new_1inbound_1connection
23528   (JNIEnv *, jclass, jlong, jlong, jlong);
23529
23530 /*
23531  * Class:     org_ldk_impl_bindings
23532  * Method:    PeerManager_write_buffer_space_avail
23533  * Signature: (JJ)J
23534  */
23535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1write_1buffer_1space_1avail
23536   (JNIEnv *, jclass, jlong, jlong);
23537
23538 /*
23539  * Class:     org_ldk_impl_bindings
23540  * Method:    PeerManager_read_event
23541  * Signature: (JJ[B)J
23542  */
23543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PeerManager_1read_1event
23544   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
23545
23546 /*
23547  * Class:     org_ldk_impl_bindings
23548  * Method:    PeerManager_process_events
23549  * Signature: (J)V
23550  */
23551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1process_1events
23552   (JNIEnv *, jclass, jlong);
23553
23554 /*
23555  * Class:     org_ldk_impl_bindings
23556  * Method:    PeerManager_socket_disconnected
23557  * Signature: (JJ)V
23558  */
23559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1socket_1disconnected
23560   (JNIEnv *, jclass, jlong, jlong);
23561
23562 /*
23563  * Class:     org_ldk_impl_bindings
23564  * Method:    PeerManager_disconnect_by_node_id
23565  * Signature: (J[B)V
23566  */
23567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1disconnect_1by_1node_1id
23568   (JNIEnv *, jclass, jlong, jbyteArray);
23569
23570 /*
23571  * Class:     org_ldk_impl_bindings
23572  * Method:    PeerManager_disconnect_all_peers
23573  * Signature: (J)V
23574  */
23575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1disconnect_1all_1peers
23576   (JNIEnv *, jclass, jlong);
23577
23578 /*
23579  * Class:     org_ldk_impl_bindings
23580  * Method:    PeerManager_timer_tick_occurred
23581  * Signature: (J)V
23582  */
23583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1timer_1tick_1occurred
23584   (JNIEnv *, jclass, jlong);
23585
23586 /*
23587  * Class:     org_ldk_impl_bindings
23588  * Method:    PeerManager_broadcast_node_announcement
23589  * Signature: (J[B[B[J)V
23590  */
23591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PeerManager_1broadcast_1node_1announcement
23592   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jlongArray);
23593
23594 /*
23595  * Class:     org_ldk_impl_bindings
23596  * Method:    htlc_success_tx_weight
23597  * Signature: (Z)J
23598  */
23599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_htlc_1success_1tx_1weight
23600   (JNIEnv *, jclass, jboolean);
23601
23602 /*
23603  * Class:     org_ldk_impl_bindings
23604  * Method:    htlc_timeout_tx_weight
23605  * Signature: (Z)J
23606  */
23607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_htlc_1timeout_1tx_1weight
23608   (JNIEnv *, jclass, jboolean);
23609
23610 /*
23611  * Class:     org_ldk_impl_bindings
23612  * Method:    HTLCClaim_clone
23613  * Signature: (J)Lorg/ldk/enums/HTLCClaim;
23614  */
23615 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_HTLCClaim_1clone
23616   (JNIEnv *, jclass, jlong);
23617
23618 /*
23619  * Class:     org_ldk_impl_bindings
23620  * Method:    HTLCClaim_offered_timeout
23621  * Signature: ()Lorg/ldk/enums/HTLCClaim;
23622  */
23623 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_HTLCClaim_1offered_1timeout
23624   (JNIEnv *, jclass);
23625
23626 /*
23627  * Class:     org_ldk_impl_bindings
23628  * Method:    HTLCClaim_offered_preimage
23629  * Signature: ()Lorg/ldk/enums/HTLCClaim;
23630  */
23631 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_HTLCClaim_1offered_1preimage
23632   (JNIEnv *, jclass);
23633
23634 /*
23635  * Class:     org_ldk_impl_bindings
23636  * Method:    HTLCClaim_accepted_timeout
23637  * Signature: ()Lorg/ldk/enums/HTLCClaim;
23638  */
23639 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_HTLCClaim_1accepted_1timeout
23640   (JNIEnv *, jclass);
23641
23642 /*
23643  * Class:     org_ldk_impl_bindings
23644  * Method:    HTLCClaim_accepted_preimage
23645  * Signature: ()Lorg/ldk/enums/HTLCClaim;
23646  */
23647 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_HTLCClaim_1accepted_1preimage
23648   (JNIEnv *, jclass);
23649
23650 /*
23651  * Class:     org_ldk_impl_bindings
23652  * Method:    HTLCClaim_revocation
23653  * Signature: ()Lorg/ldk/enums/HTLCClaim;
23654  */
23655 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_HTLCClaim_1revocation
23656   (JNIEnv *, jclass);
23657
23658 /*
23659  * Class:     org_ldk_impl_bindings
23660  * Method:    HTLCClaim_eq
23661  * Signature: (JJ)Z
23662  */
23663 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_HTLCClaim_1eq
23664   (JNIEnv *, jclass, jlong, jlong);
23665
23666 /*
23667  * Class:     org_ldk_impl_bindings
23668  * Method:    HTLCClaim_from_witness
23669  * Signature: ([B)J
23670  */
23671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCClaim_1from_1witness
23672   (JNIEnv *, jclass, jbyteArray);
23673
23674 /*
23675  * Class:     org_ldk_impl_bindings
23676  * Method:    build_commitment_secret
23677  * Signature: ([BJ)[B
23678  */
23679 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_build_1commitment_1secret
23680   (JNIEnv *, jclass, jbyteArray, jlong);
23681
23682 /*
23683  * Class:     org_ldk_impl_bindings
23684  * Method:    build_closing_transaction
23685  * Signature: (JJ[B[BJ)[B
23686  */
23687 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_build_1closing_1transaction
23688   (JNIEnv *, jclass, jlong, jlong, jbyteArray, jbyteArray, jlong);
23689
23690 /*
23691  * Class:     org_ldk_impl_bindings
23692  * Method:    CounterpartyCommitmentSecrets_free
23693  * Signature: (J)V
23694  */
23695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyCommitmentSecrets_1free
23696   (JNIEnv *, jclass, jlong);
23697
23698 /*
23699  * Class:     org_ldk_impl_bindings
23700  * Method:    CounterpartyCommitmentSecrets_clone_ptr
23701  * Signature: (J)J
23702  */
23703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyCommitmentSecrets_1clone_1ptr
23704   (JNIEnv *, jclass, jlong);
23705
23706 /*
23707  * Class:     org_ldk_impl_bindings
23708  * Method:    CounterpartyCommitmentSecrets_clone
23709  * Signature: (J)J
23710  */
23711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyCommitmentSecrets_1clone
23712   (JNIEnv *, jclass, jlong);
23713
23714 /*
23715  * Class:     org_ldk_impl_bindings
23716  * Method:    CounterpartyCommitmentSecrets_new
23717  * Signature: ()J
23718  */
23719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyCommitmentSecrets_1new
23720   (JNIEnv *, jclass);
23721
23722 /*
23723  * Class:     org_ldk_impl_bindings
23724  * Method:    CounterpartyCommitmentSecrets_get_min_seen_secret
23725  * Signature: (J)J
23726  */
23727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyCommitmentSecrets_1get_1min_1seen_1secret
23728   (JNIEnv *, jclass, jlong);
23729
23730 /*
23731  * Class:     org_ldk_impl_bindings
23732  * Method:    CounterpartyCommitmentSecrets_provide_secret
23733  * Signature: (JJ[B)J
23734  */
23735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyCommitmentSecrets_1provide_1secret
23736   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
23737
23738 /*
23739  * Class:     org_ldk_impl_bindings
23740  * Method:    CounterpartyCommitmentSecrets_get_secret
23741  * Signature: (JJ)[B
23742  */
23743 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CounterpartyCommitmentSecrets_1get_1secret
23744   (JNIEnv *, jclass, jlong, jlong);
23745
23746 /*
23747  * Class:     org_ldk_impl_bindings
23748  * Method:    CounterpartyCommitmentSecrets_write
23749  * Signature: (J)[B
23750  */
23751 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CounterpartyCommitmentSecrets_1write
23752   (JNIEnv *, jclass, jlong);
23753
23754 /*
23755  * Class:     org_ldk_impl_bindings
23756  * Method:    CounterpartyCommitmentSecrets_read
23757  * Signature: ([B)J
23758  */
23759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyCommitmentSecrets_1read
23760   (JNIEnv *, jclass, jbyteArray);
23761
23762 /*
23763  * Class:     org_ldk_impl_bindings
23764  * Method:    derive_private_key
23765  * Signature: ([B[B)[B
23766  */
23767 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_derive_1private_1key
23768   (JNIEnv *, jclass, jbyteArray, jbyteArray);
23769
23770 /*
23771  * Class:     org_ldk_impl_bindings
23772  * Method:    derive_public_key
23773  * Signature: ([B[B)[B
23774  */
23775 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_derive_1public_1key
23776   (JNIEnv *, jclass, jbyteArray, jbyteArray);
23777
23778 /*
23779  * Class:     org_ldk_impl_bindings
23780  * Method:    derive_private_revocation_key
23781  * Signature: ([B[B)[B
23782  */
23783 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_derive_1private_1revocation_1key
23784   (JNIEnv *, jclass, jbyteArray, jbyteArray);
23785
23786 /*
23787  * Class:     org_ldk_impl_bindings
23788  * Method:    derive_public_revocation_key
23789  * Signature: ([B[B)[B
23790  */
23791 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_derive_1public_1revocation_1key
23792   (JNIEnv *, jclass, jbyteArray, jbyteArray);
23793
23794 /*
23795  * Class:     org_ldk_impl_bindings
23796  * Method:    TxCreationKeys_free
23797  * Signature: (J)V
23798  */
23799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1free
23800   (JNIEnv *, jclass, jlong);
23801
23802 /*
23803  * Class:     org_ldk_impl_bindings
23804  * Method:    TxCreationKeys_get_per_commitment_point
23805  * Signature: (J)[B
23806  */
23807 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1per_1commitment_1point
23808   (JNIEnv *, jclass, jlong);
23809
23810 /*
23811  * Class:     org_ldk_impl_bindings
23812  * Method:    TxCreationKeys_set_per_commitment_point
23813  * Signature: (J[B)V
23814  */
23815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1per_1commitment_1point
23816   (JNIEnv *, jclass, jlong, jbyteArray);
23817
23818 /*
23819  * Class:     org_ldk_impl_bindings
23820  * Method:    TxCreationKeys_get_revocation_key
23821  * Signature: (J)[B
23822  */
23823 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1revocation_1key
23824   (JNIEnv *, jclass, jlong);
23825
23826 /*
23827  * Class:     org_ldk_impl_bindings
23828  * Method:    TxCreationKeys_set_revocation_key
23829  * Signature: (J[B)V
23830  */
23831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1revocation_1key
23832   (JNIEnv *, jclass, jlong, jbyteArray);
23833
23834 /*
23835  * Class:     org_ldk_impl_bindings
23836  * Method:    TxCreationKeys_get_broadcaster_htlc_key
23837  * Signature: (J)[B
23838  */
23839 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1broadcaster_1htlc_1key
23840   (JNIEnv *, jclass, jlong);
23841
23842 /*
23843  * Class:     org_ldk_impl_bindings
23844  * Method:    TxCreationKeys_set_broadcaster_htlc_key
23845  * Signature: (J[B)V
23846  */
23847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1broadcaster_1htlc_1key
23848   (JNIEnv *, jclass, jlong, jbyteArray);
23849
23850 /*
23851  * Class:     org_ldk_impl_bindings
23852  * Method:    TxCreationKeys_get_countersignatory_htlc_key
23853  * Signature: (J)[B
23854  */
23855 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1countersignatory_1htlc_1key
23856   (JNIEnv *, jclass, jlong);
23857
23858 /*
23859  * Class:     org_ldk_impl_bindings
23860  * Method:    TxCreationKeys_set_countersignatory_htlc_key
23861  * Signature: (J[B)V
23862  */
23863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1countersignatory_1htlc_1key
23864   (JNIEnv *, jclass, jlong, jbyteArray);
23865
23866 /*
23867  * Class:     org_ldk_impl_bindings
23868  * Method:    TxCreationKeys_get_broadcaster_delayed_payment_key
23869  * Signature: (J)[B
23870  */
23871 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1get_1broadcaster_1delayed_1payment_1key
23872   (JNIEnv *, jclass, jlong);
23873
23874 /*
23875  * Class:     org_ldk_impl_bindings
23876  * Method:    TxCreationKeys_set_broadcaster_delayed_payment_key
23877  * Signature: (J[B)V
23878  */
23879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1set_1broadcaster_1delayed_1payment_1key
23880   (JNIEnv *, jclass, jlong, jbyteArray);
23881
23882 /*
23883  * Class:     org_ldk_impl_bindings
23884  * Method:    TxCreationKeys_new
23885  * Signature: ([B[B[B[B[B)J
23886  */
23887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1new
23888   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray);
23889
23890 /*
23891  * Class:     org_ldk_impl_bindings
23892  * Method:    TxCreationKeys_eq
23893  * Signature: (JJ)Z
23894  */
23895 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1eq
23896   (JNIEnv *, jclass, jlong, jlong);
23897
23898 /*
23899  * Class:     org_ldk_impl_bindings
23900  * Method:    TxCreationKeys_clone_ptr
23901  * Signature: (J)J
23902  */
23903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1clone_1ptr
23904   (JNIEnv *, jclass, jlong);
23905
23906 /*
23907  * Class:     org_ldk_impl_bindings
23908  * Method:    TxCreationKeys_clone
23909  * Signature: (J)J
23910  */
23911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1clone
23912   (JNIEnv *, jclass, jlong);
23913
23914 /*
23915  * Class:     org_ldk_impl_bindings
23916  * Method:    TxCreationKeys_write
23917  * Signature: (J)[B
23918  */
23919 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1write
23920   (JNIEnv *, jclass, jlong);
23921
23922 /*
23923  * Class:     org_ldk_impl_bindings
23924  * Method:    TxCreationKeys_read
23925  * Signature: ([B)J
23926  */
23927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1read
23928   (JNIEnv *, jclass, jbyteArray);
23929
23930 /*
23931  * Class:     org_ldk_impl_bindings
23932  * Method:    ChannelPublicKeys_free
23933  * Signature: (J)V
23934  */
23935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1free
23936   (JNIEnv *, jclass, jlong);
23937
23938 /*
23939  * Class:     org_ldk_impl_bindings
23940  * Method:    ChannelPublicKeys_get_funding_pubkey
23941  * Signature: (J)[B
23942  */
23943 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1funding_1pubkey
23944   (JNIEnv *, jclass, jlong);
23945
23946 /*
23947  * Class:     org_ldk_impl_bindings
23948  * Method:    ChannelPublicKeys_set_funding_pubkey
23949  * Signature: (J[B)V
23950  */
23951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1funding_1pubkey
23952   (JNIEnv *, jclass, jlong, jbyteArray);
23953
23954 /*
23955  * Class:     org_ldk_impl_bindings
23956  * Method:    ChannelPublicKeys_get_revocation_basepoint
23957  * Signature: (J)[B
23958  */
23959 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1revocation_1basepoint
23960   (JNIEnv *, jclass, jlong);
23961
23962 /*
23963  * Class:     org_ldk_impl_bindings
23964  * Method:    ChannelPublicKeys_set_revocation_basepoint
23965  * Signature: (J[B)V
23966  */
23967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1revocation_1basepoint
23968   (JNIEnv *, jclass, jlong, jbyteArray);
23969
23970 /*
23971  * Class:     org_ldk_impl_bindings
23972  * Method:    ChannelPublicKeys_get_payment_point
23973  * Signature: (J)[B
23974  */
23975 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1payment_1point
23976   (JNIEnv *, jclass, jlong);
23977
23978 /*
23979  * Class:     org_ldk_impl_bindings
23980  * Method:    ChannelPublicKeys_set_payment_point
23981  * Signature: (J[B)V
23982  */
23983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1payment_1point
23984   (JNIEnv *, jclass, jlong, jbyteArray);
23985
23986 /*
23987  * Class:     org_ldk_impl_bindings
23988  * Method:    ChannelPublicKeys_get_delayed_payment_basepoint
23989  * Signature: (J)[B
23990  */
23991 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1delayed_1payment_1basepoint
23992   (JNIEnv *, jclass, jlong);
23993
23994 /*
23995  * Class:     org_ldk_impl_bindings
23996  * Method:    ChannelPublicKeys_set_delayed_payment_basepoint
23997  * Signature: (J[B)V
23998  */
23999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1delayed_1payment_1basepoint
24000   (JNIEnv *, jclass, jlong, jbyteArray);
24001
24002 /*
24003  * Class:     org_ldk_impl_bindings
24004  * Method:    ChannelPublicKeys_get_htlc_basepoint
24005  * Signature: (J)[B
24006  */
24007 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1get_1htlc_1basepoint
24008   (JNIEnv *, jclass, jlong);
24009
24010 /*
24011  * Class:     org_ldk_impl_bindings
24012  * Method:    ChannelPublicKeys_set_htlc_basepoint
24013  * Signature: (J[B)V
24014  */
24015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1set_1htlc_1basepoint
24016   (JNIEnv *, jclass, jlong, jbyteArray);
24017
24018 /*
24019  * Class:     org_ldk_impl_bindings
24020  * Method:    ChannelPublicKeys_new
24021  * Signature: ([B[B[B[B[B)J
24022  */
24023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1new
24024   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray);
24025
24026 /*
24027  * Class:     org_ldk_impl_bindings
24028  * Method:    ChannelPublicKeys_clone_ptr
24029  * Signature: (J)J
24030  */
24031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1clone_1ptr
24032   (JNIEnv *, jclass, jlong);
24033
24034 /*
24035  * Class:     org_ldk_impl_bindings
24036  * Method:    ChannelPublicKeys_clone
24037  * Signature: (J)J
24038  */
24039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1clone
24040   (JNIEnv *, jclass, jlong);
24041
24042 /*
24043  * Class:     org_ldk_impl_bindings
24044  * Method:    ChannelPublicKeys_eq
24045  * Signature: (JJ)Z
24046  */
24047 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1eq
24048   (JNIEnv *, jclass, jlong, jlong);
24049
24050 /*
24051  * Class:     org_ldk_impl_bindings
24052  * Method:    ChannelPublicKeys_write
24053  * Signature: (J)[B
24054  */
24055 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1write
24056   (JNIEnv *, jclass, jlong);
24057
24058 /*
24059  * Class:     org_ldk_impl_bindings
24060  * Method:    ChannelPublicKeys_read
24061  * Signature: ([B)J
24062  */
24063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelPublicKeys_1read
24064   (JNIEnv *, jclass, jbyteArray);
24065
24066 /*
24067  * Class:     org_ldk_impl_bindings
24068  * Method:    TxCreationKeys_derive_new
24069  * Signature: ([B[B[B[B[B)J
24070  */
24071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1derive_1new
24072   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jbyteArray);
24073
24074 /*
24075  * Class:     org_ldk_impl_bindings
24076  * Method:    TxCreationKeys_from_channel_static_keys
24077  * Signature: ([BJJ)J
24078  */
24079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TxCreationKeys_1from_1channel_1static_1keys
24080   (JNIEnv *, jclass, jbyteArray, jlong, jlong);
24081
24082 /*
24083  * Class:     org_ldk_impl_bindings
24084  * Method:    get_revokeable_redeemscript
24085  * Signature: ([BS[B)[B
24086  */
24087 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_get_1revokeable_1redeemscript
24088   (JNIEnv *, jclass, jbyteArray, jshort, jbyteArray);
24089
24090 /*
24091  * Class:     org_ldk_impl_bindings
24092  * Method:    HTLCOutputInCommitment_free
24093  * Signature: (J)V
24094  */
24095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1free
24096   (JNIEnv *, jclass, jlong);
24097
24098 /*
24099  * Class:     org_ldk_impl_bindings
24100  * Method:    HTLCOutputInCommitment_get_offered
24101  * Signature: (J)Z
24102  */
24103 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1offered
24104   (JNIEnv *, jclass, jlong);
24105
24106 /*
24107  * Class:     org_ldk_impl_bindings
24108  * Method:    HTLCOutputInCommitment_set_offered
24109  * Signature: (JZ)V
24110  */
24111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1offered
24112   (JNIEnv *, jclass, jlong, jboolean);
24113
24114 /*
24115  * Class:     org_ldk_impl_bindings
24116  * Method:    HTLCOutputInCommitment_get_amount_msat
24117  * Signature: (J)J
24118  */
24119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1amount_1msat
24120   (JNIEnv *, jclass, jlong);
24121
24122 /*
24123  * Class:     org_ldk_impl_bindings
24124  * Method:    HTLCOutputInCommitment_set_amount_msat
24125  * Signature: (JJ)V
24126  */
24127 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1amount_1msat
24128   (JNIEnv *, jclass, jlong, jlong);
24129
24130 /*
24131  * Class:     org_ldk_impl_bindings
24132  * Method:    HTLCOutputInCommitment_get_cltv_expiry
24133  * Signature: (J)I
24134  */
24135 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1cltv_1expiry
24136   (JNIEnv *, jclass, jlong);
24137
24138 /*
24139  * Class:     org_ldk_impl_bindings
24140  * Method:    HTLCOutputInCommitment_set_cltv_expiry
24141  * Signature: (JI)V
24142  */
24143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1cltv_1expiry
24144   (JNIEnv *, jclass, jlong, jint);
24145
24146 /*
24147  * Class:     org_ldk_impl_bindings
24148  * Method:    HTLCOutputInCommitment_get_payment_hash
24149  * Signature: (J)[B
24150  */
24151 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1payment_1hash
24152   (JNIEnv *, jclass, jlong);
24153
24154 /*
24155  * Class:     org_ldk_impl_bindings
24156  * Method:    HTLCOutputInCommitment_set_payment_hash
24157  * Signature: (J[B)V
24158  */
24159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1payment_1hash
24160   (JNIEnv *, jclass, jlong, jbyteArray);
24161
24162 /*
24163  * Class:     org_ldk_impl_bindings
24164  * Method:    HTLCOutputInCommitment_get_transaction_output_index
24165  * Signature: (J)J
24166  */
24167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1get_1transaction_1output_1index
24168   (JNIEnv *, jclass, jlong);
24169
24170 /*
24171  * Class:     org_ldk_impl_bindings
24172  * Method:    HTLCOutputInCommitment_set_transaction_output_index
24173  * Signature: (JJ)V
24174  */
24175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1set_1transaction_1output_1index
24176   (JNIEnv *, jclass, jlong, jlong);
24177
24178 /*
24179  * Class:     org_ldk_impl_bindings
24180  * Method:    HTLCOutputInCommitment_new
24181  * Signature: (ZJI[BJ)J
24182  */
24183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1new
24184   (JNIEnv *, jclass, jboolean, jlong, jint, jbyteArray, jlong);
24185
24186 /*
24187  * Class:     org_ldk_impl_bindings
24188  * Method:    HTLCOutputInCommitment_clone_ptr
24189  * Signature: (J)J
24190  */
24191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1clone_1ptr
24192   (JNIEnv *, jclass, jlong);
24193
24194 /*
24195  * Class:     org_ldk_impl_bindings
24196  * Method:    HTLCOutputInCommitment_clone
24197  * Signature: (J)J
24198  */
24199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1clone
24200   (JNIEnv *, jclass, jlong);
24201
24202 /*
24203  * Class:     org_ldk_impl_bindings
24204  * Method:    HTLCOutputInCommitment_eq
24205  * Signature: (JJ)Z
24206  */
24207 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1eq
24208   (JNIEnv *, jclass, jlong, jlong);
24209
24210 /*
24211  * Class:     org_ldk_impl_bindings
24212  * Method:    HTLCOutputInCommitment_write
24213  * Signature: (J)[B
24214  */
24215 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1write
24216   (JNIEnv *, jclass, jlong);
24217
24218 /*
24219  * Class:     org_ldk_impl_bindings
24220  * Method:    HTLCOutputInCommitment_read
24221  * Signature: ([B)J
24222  */
24223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCOutputInCommitment_1read
24224   (JNIEnv *, jclass, jbyteArray);
24225
24226 /*
24227  * Class:     org_ldk_impl_bindings
24228  * Method:    get_htlc_redeemscript
24229  * Signature: (JZJ)[B
24230  */
24231 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_get_1htlc_1redeemscript
24232   (JNIEnv *, jclass, jlong, jboolean, jlong);
24233
24234 /*
24235  * Class:     org_ldk_impl_bindings
24236  * Method:    make_funding_redeemscript
24237  * Signature: ([B[B)[B
24238  */
24239 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_make_1funding_1redeemscript
24240   (JNIEnv *, jclass, jbyteArray, jbyteArray);
24241
24242 /*
24243  * Class:     org_ldk_impl_bindings
24244  * Method:    build_htlc_transaction
24245  * Signature: ([BISJZZ[B[B)[B
24246  */
24247 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_build_1htlc_1transaction
24248   (JNIEnv *, jclass, jbyteArray, jint, jshort, jlong, jboolean, jboolean, jbyteArray, jbyteArray);
24249
24250 /*
24251  * Class:     org_ldk_impl_bindings
24252  * Method:    build_htlc_input_witness
24253  * Signature: ([B[B[B[BZ)[B
24254  */
24255 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_build_1htlc_1input_1witness
24256   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jboolean);
24257
24258 /*
24259  * Class:     org_ldk_impl_bindings
24260  * Method:    get_to_countersignatory_with_anchors_redeemscript
24261  * Signature: ([B)[B
24262  */
24263 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_get_1to_1countersignatory_1with_1anchors_1redeemscript
24264   (JNIEnv *, jclass, jbyteArray);
24265
24266 /*
24267  * Class:     org_ldk_impl_bindings
24268  * Method:    get_anchor_redeemscript
24269  * Signature: ([B)[B
24270  */
24271 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_get_1anchor_1redeemscript
24272   (JNIEnv *, jclass, jbyteArray);
24273
24274 /*
24275  * Class:     org_ldk_impl_bindings
24276  * Method:    build_anchor_input_witness
24277  * Signature: ([B[B)[B
24278  */
24279 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_build_1anchor_1input_1witness
24280   (JNIEnv *, jclass, jbyteArray, jbyteArray);
24281
24282 /*
24283  * Class:     org_ldk_impl_bindings
24284  * Method:    ChannelTransactionParameters_free
24285  * Signature: (J)V
24286  */
24287 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1free
24288   (JNIEnv *, jclass, jlong);
24289
24290 /*
24291  * Class:     org_ldk_impl_bindings
24292  * Method:    ChannelTransactionParameters_get_holder_pubkeys
24293  * Signature: (J)J
24294  */
24295 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1holder_1pubkeys
24296   (JNIEnv *, jclass, jlong);
24297
24298 /*
24299  * Class:     org_ldk_impl_bindings
24300  * Method:    ChannelTransactionParameters_set_holder_pubkeys
24301  * Signature: (JJ)V
24302  */
24303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1holder_1pubkeys
24304   (JNIEnv *, jclass, jlong, jlong);
24305
24306 /*
24307  * Class:     org_ldk_impl_bindings
24308  * Method:    ChannelTransactionParameters_get_holder_selected_contest_delay
24309  * Signature: (J)S
24310  */
24311 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1holder_1selected_1contest_1delay
24312   (JNIEnv *, jclass, jlong);
24313
24314 /*
24315  * Class:     org_ldk_impl_bindings
24316  * Method:    ChannelTransactionParameters_set_holder_selected_contest_delay
24317  * Signature: (JS)V
24318  */
24319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1holder_1selected_1contest_1delay
24320   (JNIEnv *, jclass, jlong, jshort);
24321
24322 /*
24323  * Class:     org_ldk_impl_bindings
24324  * Method:    ChannelTransactionParameters_get_is_outbound_from_holder
24325  * Signature: (J)Z
24326  */
24327 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1is_1outbound_1from_1holder
24328   (JNIEnv *, jclass, jlong);
24329
24330 /*
24331  * Class:     org_ldk_impl_bindings
24332  * Method:    ChannelTransactionParameters_set_is_outbound_from_holder
24333  * Signature: (JZ)V
24334  */
24335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1is_1outbound_1from_1holder
24336   (JNIEnv *, jclass, jlong, jboolean);
24337
24338 /*
24339  * Class:     org_ldk_impl_bindings
24340  * Method:    ChannelTransactionParameters_get_counterparty_parameters
24341  * Signature: (J)J
24342  */
24343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1counterparty_1parameters
24344   (JNIEnv *, jclass, jlong);
24345
24346 /*
24347  * Class:     org_ldk_impl_bindings
24348  * Method:    ChannelTransactionParameters_set_counterparty_parameters
24349  * Signature: (JJ)V
24350  */
24351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1counterparty_1parameters
24352   (JNIEnv *, jclass, jlong, jlong);
24353
24354 /*
24355  * Class:     org_ldk_impl_bindings
24356  * Method:    ChannelTransactionParameters_get_funding_outpoint
24357  * Signature: (J)J
24358  */
24359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1funding_1outpoint
24360   (JNIEnv *, jclass, jlong);
24361
24362 /*
24363  * Class:     org_ldk_impl_bindings
24364  * Method:    ChannelTransactionParameters_set_funding_outpoint
24365  * Signature: (JJ)V
24366  */
24367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1funding_1outpoint
24368   (JNIEnv *, jclass, jlong, jlong);
24369
24370 /*
24371  * Class:     org_ldk_impl_bindings
24372  * Method:    ChannelTransactionParameters_get_opt_anchors
24373  * Signature: (J)Lorg/ldk/enums/COption_NoneZ;
24374  */
24375 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1opt_1anchors
24376   (JNIEnv *, jclass, jlong);
24377
24378 /*
24379  * Class:     org_ldk_impl_bindings
24380  * Method:    ChannelTransactionParameters_set_opt_anchors
24381  * Signature: (JLorg/ldk/enums/COption_NoneZ;)V
24382  */
24383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1opt_1anchors
24384   (JNIEnv *, jclass, jlong, jobject);
24385
24386 /*
24387  * Class:     org_ldk_impl_bindings
24388  * Method:    ChannelTransactionParameters_get_opt_non_zero_fee_anchors
24389  * Signature: (J)Lorg/ldk/enums/COption_NoneZ;
24390  */
24391 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1get_1opt_1non_1zero_1fee_1anchors
24392   (JNIEnv *, jclass, jlong);
24393
24394 /*
24395  * Class:     org_ldk_impl_bindings
24396  * Method:    ChannelTransactionParameters_set_opt_non_zero_fee_anchors
24397  * Signature: (JLorg/ldk/enums/COption_NoneZ;)V
24398  */
24399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1set_1opt_1non_1zero_1fee_1anchors
24400   (JNIEnv *, jclass, jlong, jobject);
24401
24402 /*
24403  * Class:     org_ldk_impl_bindings
24404  * Method:    ChannelTransactionParameters_new
24405  * Signature: (JSZJJLorg/ldk/enums/COption_NoneZ;Lorg/ldk/enums/COption_NoneZ;)J
24406  */
24407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1new
24408   (JNIEnv *, jclass, jlong, jshort, jboolean, jlong, jlong, jobject, jobject);
24409
24410 /*
24411  * Class:     org_ldk_impl_bindings
24412  * Method:    ChannelTransactionParameters_clone_ptr
24413  * Signature: (J)J
24414  */
24415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1clone_1ptr
24416   (JNIEnv *, jclass, jlong);
24417
24418 /*
24419  * Class:     org_ldk_impl_bindings
24420  * Method:    ChannelTransactionParameters_clone
24421  * Signature: (J)J
24422  */
24423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1clone
24424   (JNIEnv *, jclass, jlong);
24425
24426 /*
24427  * Class:     org_ldk_impl_bindings
24428  * Method:    ChannelTransactionParameters_eq
24429  * Signature: (JJ)Z
24430  */
24431 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1eq
24432   (JNIEnv *, jclass, jlong, jlong);
24433
24434 /*
24435  * Class:     org_ldk_impl_bindings
24436  * Method:    CounterpartyChannelTransactionParameters_free
24437  * Signature: (J)V
24438  */
24439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1free
24440   (JNIEnv *, jclass, jlong);
24441
24442 /*
24443  * Class:     org_ldk_impl_bindings
24444  * Method:    CounterpartyChannelTransactionParameters_get_pubkeys
24445  * Signature: (J)J
24446  */
24447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1get_1pubkeys
24448   (JNIEnv *, jclass, jlong);
24449
24450 /*
24451  * Class:     org_ldk_impl_bindings
24452  * Method:    CounterpartyChannelTransactionParameters_set_pubkeys
24453  * Signature: (JJ)V
24454  */
24455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1set_1pubkeys
24456   (JNIEnv *, jclass, jlong, jlong);
24457
24458 /*
24459  * Class:     org_ldk_impl_bindings
24460  * Method:    CounterpartyChannelTransactionParameters_get_selected_contest_delay
24461  * Signature: (J)S
24462  */
24463 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1get_1selected_1contest_1delay
24464   (JNIEnv *, jclass, jlong);
24465
24466 /*
24467  * Class:     org_ldk_impl_bindings
24468  * Method:    CounterpartyChannelTransactionParameters_set_selected_contest_delay
24469  * Signature: (JS)V
24470  */
24471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1set_1selected_1contest_1delay
24472   (JNIEnv *, jclass, jlong, jshort);
24473
24474 /*
24475  * Class:     org_ldk_impl_bindings
24476  * Method:    CounterpartyChannelTransactionParameters_new
24477  * Signature: (JS)J
24478  */
24479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1new
24480   (JNIEnv *, jclass, jlong, jshort);
24481
24482 /*
24483  * Class:     org_ldk_impl_bindings
24484  * Method:    CounterpartyChannelTransactionParameters_clone_ptr
24485  * Signature: (J)J
24486  */
24487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1clone_1ptr
24488   (JNIEnv *, jclass, jlong);
24489
24490 /*
24491  * Class:     org_ldk_impl_bindings
24492  * Method:    CounterpartyChannelTransactionParameters_clone
24493  * Signature: (J)J
24494  */
24495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1clone
24496   (JNIEnv *, jclass, jlong);
24497
24498 /*
24499  * Class:     org_ldk_impl_bindings
24500  * Method:    CounterpartyChannelTransactionParameters_eq
24501  * Signature: (JJ)Z
24502  */
24503 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1eq
24504   (JNIEnv *, jclass, jlong, jlong);
24505
24506 /*
24507  * Class:     org_ldk_impl_bindings
24508  * Method:    ChannelTransactionParameters_is_populated
24509  * Signature: (J)Z
24510  */
24511 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1is_1populated
24512   (JNIEnv *, jclass, jlong);
24513
24514 /*
24515  * Class:     org_ldk_impl_bindings
24516  * Method:    ChannelTransactionParameters_as_holder_broadcastable
24517  * Signature: (J)J
24518  */
24519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1as_1holder_1broadcastable
24520   (JNIEnv *, jclass, jlong);
24521
24522 /*
24523  * Class:     org_ldk_impl_bindings
24524  * Method:    ChannelTransactionParameters_as_counterparty_broadcastable
24525  * Signature: (J)J
24526  */
24527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1as_1counterparty_1broadcastable
24528   (JNIEnv *, jclass, jlong);
24529
24530 /*
24531  * Class:     org_ldk_impl_bindings
24532  * Method:    CounterpartyChannelTransactionParameters_write
24533  * Signature: (J)[B
24534  */
24535 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1write
24536   (JNIEnv *, jclass, jlong);
24537
24538 /*
24539  * Class:     org_ldk_impl_bindings
24540  * Method:    CounterpartyChannelTransactionParameters_read
24541  * Signature: ([B)J
24542  */
24543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CounterpartyChannelTransactionParameters_1read
24544   (JNIEnv *, jclass, jbyteArray);
24545
24546 /*
24547  * Class:     org_ldk_impl_bindings
24548  * Method:    ChannelTransactionParameters_write
24549  * Signature: (J)[B
24550  */
24551 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1write
24552   (JNIEnv *, jclass, jlong);
24553
24554 /*
24555  * Class:     org_ldk_impl_bindings
24556  * Method:    ChannelTransactionParameters_read
24557  * Signature: ([B)J
24558  */
24559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTransactionParameters_1read
24560   (JNIEnv *, jclass, jbyteArray);
24561
24562 /*
24563  * Class:     org_ldk_impl_bindings
24564  * Method:    DirectedChannelTransactionParameters_free
24565  * Signature: (J)V
24566  */
24567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1free
24568   (JNIEnv *, jclass, jlong);
24569
24570 /*
24571  * Class:     org_ldk_impl_bindings
24572  * Method:    DirectedChannelTransactionParameters_broadcaster_pubkeys
24573  * Signature: (J)J
24574  */
24575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1broadcaster_1pubkeys
24576   (JNIEnv *, jclass, jlong);
24577
24578 /*
24579  * Class:     org_ldk_impl_bindings
24580  * Method:    DirectedChannelTransactionParameters_countersignatory_pubkeys
24581  * Signature: (J)J
24582  */
24583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1countersignatory_1pubkeys
24584   (JNIEnv *, jclass, jlong);
24585
24586 /*
24587  * Class:     org_ldk_impl_bindings
24588  * Method:    DirectedChannelTransactionParameters_contest_delay
24589  * Signature: (J)S
24590  */
24591 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1contest_1delay
24592   (JNIEnv *, jclass, jlong);
24593
24594 /*
24595  * Class:     org_ldk_impl_bindings
24596  * Method:    DirectedChannelTransactionParameters_is_outbound
24597  * Signature: (J)Z
24598  */
24599 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1is_1outbound
24600   (JNIEnv *, jclass, jlong);
24601
24602 /*
24603  * Class:     org_ldk_impl_bindings
24604  * Method:    DirectedChannelTransactionParameters_funding_outpoint
24605  * Signature: (J)J
24606  */
24607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1funding_1outpoint
24608   (JNIEnv *, jclass, jlong);
24609
24610 /*
24611  * Class:     org_ldk_impl_bindings
24612  * Method:    DirectedChannelTransactionParameters_opt_anchors
24613  * Signature: (J)Z
24614  */
24615 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_DirectedChannelTransactionParameters_1opt_1anchors
24616   (JNIEnv *, jclass, jlong);
24617
24618 /*
24619  * Class:     org_ldk_impl_bindings
24620  * Method:    HolderCommitmentTransaction_free
24621  * Signature: (J)V
24622  */
24623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1free
24624   (JNIEnv *, jclass, jlong);
24625
24626 /*
24627  * Class:     org_ldk_impl_bindings
24628  * Method:    HolderCommitmentTransaction_get_counterparty_sig
24629  * Signature: (J)[B
24630  */
24631 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1get_1counterparty_1sig
24632   (JNIEnv *, jclass, jlong);
24633
24634 /*
24635  * Class:     org_ldk_impl_bindings
24636  * Method:    HolderCommitmentTransaction_set_counterparty_sig
24637  * Signature: (J[B)V
24638  */
24639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1set_1counterparty_1sig
24640   (JNIEnv *, jclass, jlong, jbyteArray);
24641
24642 /*
24643  * Class:     org_ldk_impl_bindings
24644  * Method:    HolderCommitmentTransaction_get_counterparty_htlc_sigs
24645  * Signature: (J)[[B
24646  */
24647 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1get_1counterparty_1htlc_1sigs
24648   (JNIEnv *, jclass, jlong);
24649
24650 /*
24651  * Class:     org_ldk_impl_bindings
24652  * Method:    HolderCommitmentTransaction_set_counterparty_htlc_sigs
24653  * Signature: (J[[B)V
24654  */
24655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1set_1counterparty_1htlc_1sigs
24656   (JNIEnv *, jclass, jlong, jobjectArray);
24657
24658 /*
24659  * Class:     org_ldk_impl_bindings
24660  * Method:    HolderCommitmentTransaction_clone_ptr
24661  * Signature: (J)J
24662  */
24663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1clone_1ptr
24664   (JNIEnv *, jclass, jlong);
24665
24666 /*
24667  * Class:     org_ldk_impl_bindings
24668  * Method:    HolderCommitmentTransaction_clone
24669  * Signature: (J)J
24670  */
24671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1clone
24672   (JNIEnv *, jclass, jlong);
24673
24674 /*
24675  * Class:     org_ldk_impl_bindings
24676  * Method:    HolderCommitmentTransaction_write
24677  * Signature: (J)[B
24678  */
24679 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1write
24680   (JNIEnv *, jclass, jlong);
24681
24682 /*
24683  * Class:     org_ldk_impl_bindings
24684  * Method:    HolderCommitmentTransaction_read
24685  * Signature: ([B)J
24686  */
24687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1read
24688   (JNIEnv *, jclass, jbyteArray);
24689
24690 /*
24691  * Class:     org_ldk_impl_bindings
24692  * Method:    HolderCommitmentTransaction_new
24693  * Signature: (J[B[[B[B[B)J
24694  */
24695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HolderCommitmentTransaction_1new
24696   (JNIEnv *, jclass, jlong, jbyteArray, jobjectArray, jbyteArray, jbyteArray);
24697
24698 /*
24699  * Class:     org_ldk_impl_bindings
24700  * Method:    BuiltCommitmentTransaction_free
24701  * Signature: (J)V
24702  */
24703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1free
24704   (JNIEnv *, jclass, jlong);
24705
24706 /*
24707  * Class:     org_ldk_impl_bindings
24708  * Method:    BuiltCommitmentTransaction_get_transaction
24709  * Signature: (J)[B
24710  */
24711 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1get_1transaction
24712   (JNIEnv *, jclass, jlong);
24713
24714 /*
24715  * Class:     org_ldk_impl_bindings
24716  * Method:    BuiltCommitmentTransaction_set_transaction
24717  * Signature: (J[B)V
24718  */
24719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1set_1transaction
24720   (JNIEnv *, jclass, jlong, jbyteArray);
24721
24722 /*
24723  * Class:     org_ldk_impl_bindings
24724  * Method:    BuiltCommitmentTransaction_get_txid
24725  * Signature: (J)[B
24726  */
24727 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1get_1txid
24728   (JNIEnv *, jclass, jlong);
24729
24730 /*
24731  * Class:     org_ldk_impl_bindings
24732  * Method:    BuiltCommitmentTransaction_set_txid
24733  * Signature: (J[B)V
24734  */
24735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1set_1txid
24736   (JNIEnv *, jclass, jlong, jbyteArray);
24737
24738 /*
24739  * Class:     org_ldk_impl_bindings
24740  * Method:    BuiltCommitmentTransaction_new
24741  * Signature: ([B[B)J
24742  */
24743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1new
24744   (JNIEnv *, jclass, jbyteArray, jbyteArray);
24745
24746 /*
24747  * Class:     org_ldk_impl_bindings
24748  * Method:    BuiltCommitmentTransaction_clone_ptr
24749  * Signature: (J)J
24750  */
24751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1clone_1ptr
24752   (JNIEnv *, jclass, jlong);
24753
24754 /*
24755  * Class:     org_ldk_impl_bindings
24756  * Method:    BuiltCommitmentTransaction_clone
24757  * Signature: (J)J
24758  */
24759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1clone
24760   (JNIEnv *, jclass, jlong);
24761
24762 /*
24763  * Class:     org_ldk_impl_bindings
24764  * Method:    BuiltCommitmentTransaction_write
24765  * Signature: (J)[B
24766  */
24767 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1write
24768   (JNIEnv *, jclass, jlong);
24769
24770 /*
24771  * Class:     org_ldk_impl_bindings
24772  * Method:    BuiltCommitmentTransaction_read
24773  * Signature: ([B)J
24774  */
24775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1read
24776   (JNIEnv *, jclass, jbyteArray);
24777
24778 /*
24779  * Class:     org_ldk_impl_bindings
24780  * Method:    BuiltCommitmentTransaction_get_sighash_all
24781  * Signature: (J[BJ)[B
24782  */
24783 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1get_1sighash_1all
24784   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
24785
24786 /*
24787  * Class:     org_ldk_impl_bindings
24788  * Method:    BuiltCommitmentTransaction_sign_counterparty_commitment
24789  * Signature: (J[B[BJ)[B
24790  */
24791 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1sign_1counterparty_1commitment
24792   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jlong);
24793
24794 /*
24795  * Class:     org_ldk_impl_bindings
24796  * Method:    BuiltCommitmentTransaction_sign_holder_commitment
24797  * Signature: (J[B[BJJ)[B
24798  */
24799 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BuiltCommitmentTransaction_1sign_1holder_1commitment
24800   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jlong, jlong);
24801
24802 /*
24803  * Class:     org_ldk_impl_bindings
24804  * Method:    ClosingTransaction_free
24805  * Signature: (J)V
24806  */
24807 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1free
24808   (JNIEnv *, jclass, jlong);
24809
24810 /*
24811  * Class:     org_ldk_impl_bindings
24812  * Method:    ClosingTransaction_clone_ptr
24813  * Signature: (J)J
24814  */
24815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1clone_1ptr
24816   (JNIEnv *, jclass, jlong);
24817
24818 /*
24819  * Class:     org_ldk_impl_bindings
24820  * Method:    ClosingTransaction_clone
24821  * Signature: (J)J
24822  */
24823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1clone
24824   (JNIEnv *, jclass, jlong);
24825
24826 /*
24827  * Class:     org_ldk_impl_bindings
24828  * Method:    ClosingTransaction_hash
24829  * Signature: (J)J
24830  */
24831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1hash
24832   (JNIEnv *, jclass, jlong);
24833
24834 /*
24835  * Class:     org_ldk_impl_bindings
24836  * Method:    ClosingTransaction_eq
24837  * Signature: (JJ)Z
24838  */
24839 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1eq
24840   (JNIEnv *, jclass, jlong, jlong);
24841
24842 /*
24843  * Class:     org_ldk_impl_bindings
24844  * Method:    ClosingTransaction_new
24845  * Signature: (JJ[B[BJ)J
24846  */
24847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1new
24848   (JNIEnv *, jclass, jlong, jlong, jbyteArray, jbyteArray, jlong);
24849
24850 /*
24851  * Class:     org_ldk_impl_bindings
24852  * Method:    ClosingTransaction_trust
24853  * Signature: (J)J
24854  */
24855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1trust
24856   (JNIEnv *, jclass, jlong);
24857
24858 /*
24859  * Class:     org_ldk_impl_bindings
24860  * Method:    ClosingTransaction_verify
24861  * Signature: (JJ)J
24862  */
24863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1verify
24864   (JNIEnv *, jclass, jlong, jlong);
24865
24866 /*
24867  * Class:     org_ldk_impl_bindings
24868  * Method:    ClosingTransaction_to_holder_value_sat
24869  * Signature: (J)J
24870  */
24871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1to_1holder_1value_1sat
24872   (JNIEnv *, jclass, jlong);
24873
24874 /*
24875  * Class:     org_ldk_impl_bindings
24876  * Method:    ClosingTransaction_to_counterparty_value_sat
24877  * Signature: (J)J
24878  */
24879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1to_1counterparty_1value_1sat
24880   (JNIEnv *, jclass, jlong);
24881
24882 /*
24883  * Class:     org_ldk_impl_bindings
24884  * Method:    ClosingTransaction_to_holder_script
24885  * Signature: (J)[B
24886  */
24887 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1to_1holder_1script
24888   (JNIEnv *, jclass, jlong);
24889
24890 /*
24891  * Class:     org_ldk_impl_bindings
24892  * Method:    ClosingTransaction_to_counterparty_script
24893  * Signature: (J)[B
24894  */
24895 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosingTransaction_1to_1counterparty_1script
24896   (JNIEnv *, jclass, jlong);
24897
24898 /*
24899  * Class:     org_ldk_impl_bindings
24900  * Method:    TrustedClosingTransaction_free
24901  * Signature: (J)V
24902  */
24903 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TrustedClosingTransaction_1free
24904   (JNIEnv *, jclass, jlong);
24905
24906 /*
24907  * Class:     org_ldk_impl_bindings
24908  * Method:    TrustedClosingTransaction_built_transaction
24909  * Signature: (J)[B
24910  */
24911 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TrustedClosingTransaction_1built_1transaction
24912   (JNIEnv *, jclass, jlong);
24913
24914 /*
24915  * Class:     org_ldk_impl_bindings
24916  * Method:    TrustedClosingTransaction_get_sighash_all
24917  * Signature: (J[BJ)[B
24918  */
24919 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TrustedClosingTransaction_1get_1sighash_1all
24920   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
24921
24922 /*
24923  * Class:     org_ldk_impl_bindings
24924  * Method:    TrustedClosingTransaction_sign
24925  * Signature: (J[B[BJ)[B
24926  */
24927 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TrustedClosingTransaction_1sign
24928   (JNIEnv *, jclass, jlong, jbyteArray, jbyteArray, jlong);
24929
24930 /*
24931  * Class:     org_ldk_impl_bindings
24932  * Method:    CommitmentTransaction_free
24933  * Signature: (J)V
24934  */
24935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1free
24936   (JNIEnv *, jclass, jlong);
24937
24938 /*
24939  * Class:     org_ldk_impl_bindings
24940  * Method:    CommitmentTransaction_clone_ptr
24941  * Signature: (J)J
24942  */
24943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1clone_1ptr
24944   (JNIEnv *, jclass, jlong);
24945
24946 /*
24947  * Class:     org_ldk_impl_bindings
24948  * Method:    CommitmentTransaction_clone
24949  * Signature: (J)J
24950  */
24951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1clone
24952   (JNIEnv *, jclass, jlong);
24953
24954 /*
24955  * Class:     org_ldk_impl_bindings
24956  * Method:    CommitmentTransaction_write
24957  * Signature: (J)[B
24958  */
24959 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1write
24960   (JNIEnv *, jclass, jlong);
24961
24962 /*
24963  * Class:     org_ldk_impl_bindings
24964  * Method:    CommitmentTransaction_read
24965  * Signature: ([B)J
24966  */
24967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1read
24968   (JNIEnv *, jclass, jbyteArray);
24969
24970 /*
24971  * Class:     org_ldk_impl_bindings
24972  * Method:    CommitmentTransaction_commitment_number
24973  * Signature: (J)J
24974  */
24975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1commitment_1number
24976   (JNIEnv *, jclass, jlong);
24977
24978 /*
24979  * Class:     org_ldk_impl_bindings
24980  * Method:    CommitmentTransaction_to_broadcaster_value_sat
24981  * Signature: (J)J
24982  */
24983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1to_1broadcaster_1value_1sat
24984   (JNIEnv *, jclass, jlong);
24985
24986 /*
24987  * Class:     org_ldk_impl_bindings
24988  * Method:    CommitmentTransaction_to_countersignatory_value_sat
24989  * Signature: (J)J
24990  */
24991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1to_1countersignatory_1value_1sat
24992   (JNIEnv *, jclass, jlong);
24993
24994 /*
24995  * Class:     org_ldk_impl_bindings
24996  * Method:    CommitmentTransaction_feerate_per_kw
24997  * Signature: (J)I
24998  */
24999 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1feerate_1per_1kw
25000   (JNIEnv *, jclass, jlong);
25001
25002 /*
25003  * Class:     org_ldk_impl_bindings
25004  * Method:    CommitmentTransaction_trust
25005  * Signature: (J)J
25006  */
25007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1trust
25008   (JNIEnv *, jclass, jlong);
25009
25010 /*
25011  * Class:     org_ldk_impl_bindings
25012  * Method:    CommitmentTransaction_verify
25013  * Signature: (JJJJ)J
25014  */
25015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CommitmentTransaction_1verify
25016   (JNIEnv *, jclass, jlong, jlong, jlong, jlong);
25017
25018 /*
25019  * Class:     org_ldk_impl_bindings
25020  * Method:    TrustedCommitmentTransaction_free
25021  * Signature: (J)V
25022  */
25023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_TrustedCommitmentTransaction_1free
25024   (JNIEnv *, jclass, jlong);
25025
25026 /*
25027  * Class:     org_ldk_impl_bindings
25028  * Method:    TrustedCommitmentTransaction_txid
25029  * Signature: (J)[B
25030  */
25031 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_TrustedCommitmentTransaction_1txid
25032   (JNIEnv *, jclass, jlong);
25033
25034 /*
25035  * Class:     org_ldk_impl_bindings
25036  * Method:    TrustedCommitmentTransaction_built_transaction
25037  * Signature: (J)J
25038  */
25039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TrustedCommitmentTransaction_1built_1transaction
25040   (JNIEnv *, jclass, jlong);
25041
25042 /*
25043  * Class:     org_ldk_impl_bindings
25044  * Method:    TrustedCommitmentTransaction_keys
25045  * Signature: (J)J
25046  */
25047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TrustedCommitmentTransaction_1keys
25048   (JNIEnv *, jclass, jlong);
25049
25050 /*
25051  * Class:     org_ldk_impl_bindings
25052  * Method:    TrustedCommitmentTransaction_opt_anchors
25053  * Signature: (J)Z
25054  */
25055 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_TrustedCommitmentTransaction_1opt_1anchors
25056   (JNIEnv *, jclass, jlong);
25057
25058 /*
25059  * Class:     org_ldk_impl_bindings
25060  * Method:    TrustedCommitmentTransaction_get_htlc_sigs
25061  * Signature: (J[BJJ)J
25062  */
25063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_TrustedCommitmentTransaction_1get_1htlc_1sigs
25064   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
25065
25066 /*
25067  * Class:     org_ldk_impl_bindings
25068  * Method:    get_commitment_transaction_number_obscure_factor
25069  * Signature: ([B[BZ)J
25070  */
25071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_get_1commitment_1transaction_1number_1obscure_1factor
25072   (JNIEnv *, jclass, jbyteArray, jbyteArray, jboolean);
25073
25074 /*
25075  * Class:     org_ldk_impl_bindings
25076  * Method:    InitFeatures_eq
25077  * Signature: (JJ)Z
25078  */
25079 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1eq
25080   (JNIEnv *, jclass, jlong, jlong);
25081
25082 /*
25083  * Class:     org_ldk_impl_bindings
25084  * Method:    NodeFeatures_eq
25085  * Signature: (JJ)Z
25086  */
25087 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1eq
25088   (JNIEnv *, jclass, jlong, jlong);
25089
25090 /*
25091  * Class:     org_ldk_impl_bindings
25092  * Method:    ChannelFeatures_eq
25093  * Signature: (JJ)Z
25094  */
25095 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1eq
25096   (JNIEnv *, jclass, jlong, jlong);
25097
25098 /*
25099  * Class:     org_ldk_impl_bindings
25100  * Method:    InvoiceFeatures_eq
25101  * Signature: (JJ)Z
25102  */
25103 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1eq
25104   (JNIEnv *, jclass, jlong, jlong);
25105
25106 /*
25107  * Class:     org_ldk_impl_bindings
25108  * Method:    OfferFeatures_eq
25109  * Signature: (JJ)Z
25110  */
25111 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_OfferFeatures_1eq
25112   (JNIEnv *, jclass, jlong, jlong);
25113
25114 /*
25115  * Class:     org_ldk_impl_bindings
25116  * Method:    InvoiceRequestFeatures_eq
25117  * Signature: (JJ)Z
25118  */
25119 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceRequestFeatures_1eq
25120   (JNIEnv *, jclass, jlong, jlong);
25121
25122 /*
25123  * Class:     org_ldk_impl_bindings
25124  * Method:    Bolt12InvoiceFeatures_eq
25125  * Signature: (JJ)Z
25126  */
25127 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Bolt12InvoiceFeatures_1eq
25128   (JNIEnv *, jclass, jlong, jlong);
25129
25130 /*
25131  * Class:     org_ldk_impl_bindings
25132  * Method:    BlindedHopFeatures_eq
25133  * Signature: (JJ)Z
25134  */
25135 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_BlindedHopFeatures_1eq
25136   (JNIEnv *, jclass, jlong, jlong);
25137
25138 /*
25139  * Class:     org_ldk_impl_bindings
25140  * Method:    ChannelTypeFeatures_eq
25141  * Signature: (JJ)Z
25142  */
25143 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1eq
25144   (JNIEnv *, jclass, jlong, jlong);
25145
25146 /*
25147  * Class:     org_ldk_impl_bindings
25148  * Method:    InitFeatures_clone_ptr
25149  * Signature: (J)J
25150  */
25151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InitFeatures_1clone_1ptr
25152   (JNIEnv *, jclass, jlong);
25153
25154 /*
25155  * Class:     org_ldk_impl_bindings
25156  * Method:    InitFeatures_clone
25157  * Signature: (J)J
25158  */
25159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InitFeatures_1clone
25160   (JNIEnv *, jclass, jlong);
25161
25162 /*
25163  * Class:     org_ldk_impl_bindings
25164  * Method:    NodeFeatures_clone_ptr
25165  * Signature: (J)J
25166  */
25167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1clone_1ptr
25168   (JNIEnv *, jclass, jlong);
25169
25170 /*
25171  * Class:     org_ldk_impl_bindings
25172  * Method:    NodeFeatures_clone
25173  * Signature: (J)J
25174  */
25175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1clone
25176   (JNIEnv *, jclass, jlong);
25177
25178 /*
25179  * Class:     org_ldk_impl_bindings
25180  * Method:    ChannelFeatures_clone_ptr
25181  * Signature: (J)J
25182  */
25183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1clone_1ptr
25184   (JNIEnv *, jclass, jlong);
25185
25186 /*
25187  * Class:     org_ldk_impl_bindings
25188  * Method:    ChannelFeatures_clone
25189  * Signature: (J)J
25190  */
25191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1clone
25192   (JNIEnv *, jclass, jlong);
25193
25194 /*
25195  * Class:     org_ldk_impl_bindings
25196  * Method:    InvoiceFeatures_clone_ptr
25197  * Signature: (J)J
25198  */
25199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1clone_1ptr
25200   (JNIEnv *, jclass, jlong);
25201
25202 /*
25203  * Class:     org_ldk_impl_bindings
25204  * Method:    InvoiceFeatures_clone
25205  * Signature: (J)J
25206  */
25207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1clone
25208   (JNIEnv *, jclass, jlong);
25209
25210 /*
25211  * Class:     org_ldk_impl_bindings
25212  * Method:    OfferFeatures_clone_ptr
25213  * Signature: (J)J
25214  */
25215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OfferFeatures_1clone_1ptr
25216   (JNIEnv *, jclass, jlong);
25217
25218 /*
25219  * Class:     org_ldk_impl_bindings
25220  * Method:    OfferFeatures_clone
25221  * Signature: (J)J
25222  */
25223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OfferFeatures_1clone
25224   (JNIEnv *, jclass, jlong);
25225
25226 /*
25227  * Class:     org_ldk_impl_bindings
25228  * Method:    InvoiceRequestFeatures_clone_ptr
25229  * Signature: (J)J
25230  */
25231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceRequestFeatures_1clone_1ptr
25232   (JNIEnv *, jclass, jlong);
25233
25234 /*
25235  * Class:     org_ldk_impl_bindings
25236  * Method:    InvoiceRequestFeatures_clone
25237  * Signature: (J)J
25238  */
25239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceRequestFeatures_1clone
25240   (JNIEnv *, jclass, jlong);
25241
25242 /*
25243  * Class:     org_ldk_impl_bindings
25244  * Method:    Bolt12InvoiceFeatures_clone_ptr
25245  * Signature: (J)J
25246  */
25247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Bolt12InvoiceFeatures_1clone_1ptr
25248   (JNIEnv *, jclass, jlong);
25249
25250 /*
25251  * Class:     org_ldk_impl_bindings
25252  * Method:    Bolt12InvoiceFeatures_clone
25253  * Signature: (J)J
25254  */
25255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Bolt12InvoiceFeatures_1clone
25256   (JNIEnv *, jclass, jlong);
25257
25258 /*
25259  * Class:     org_ldk_impl_bindings
25260  * Method:    BlindedHopFeatures_clone_ptr
25261  * Signature: (J)J
25262  */
25263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedHopFeatures_1clone_1ptr
25264   (JNIEnv *, jclass, jlong);
25265
25266 /*
25267  * Class:     org_ldk_impl_bindings
25268  * Method:    BlindedHopFeatures_clone
25269  * Signature: (J)J
25270  */
25271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedHopFeatures_1clone
25272   (JNIEnv *, jclass, jlong);
25273
25274 /*
25275  * Class:     org_ldk_impl_bindings
25276  * Method:    ChannelTypeFeatures_clone_ptr
25277  * Signature: (J)J
25278  */
25279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1clone_1ptr
25280   (JNIEnv *, jclass, jlong);
25281
25282 /*
25283  * Class:     org_ldk_impl_bindings
25284  * Method:    ChannelTypeFeatures_clone
25285  * Signature: (J)J
25286  */
25287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1clone
25288   (JNIEnv *, jclass, jlong);
25289
25290 /*
25291  * Class:     org_ldk_impl_bindings
25292  * Method:    InitFeatures_free
25293  * Signature: (J)V
25294  */
25295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1free
25296   (JNIEnv *, jclass, jlong);
25297
25298 /*
25299  * Class:     org_ldk_impl_bindings
25300  * Method:    NodeFeatures_free
25301  * Signature: (J)V
25302  */
25303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1free
25304   (JNIEnv *, jclass, jlong);
25305
25306 /*
25307  * Class:     org_ldk_impl_bindings
25308  * Method:    ChannelFeatures_free
25309  * Signature: (J)V
25310  */
25311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1free
25312   (JNIEnv *, jclass, jlong);
25313
25314 /*
25315  * Class:     org_ldk_impl_bindings
25316  * Method:    InvoiceFeatures_free
25317  * Signature: (J)V
25318  */
25319 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1free
25320   (JNIEnv *, jclass, jlong);
25321
25322 /*
25323  * Class:     org_ldk_impl_bindings
25324  * Method:    OfferFeatures_free
25325  * Signature: (J)V
25326  */
25327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OfferFeatures_1free
25328   (JNIEnv *, jclass, jlong);
25329
25330 /*
25331  * Class:     org_ldk_impl_bindings
25332  * Method:    InvoiceRequestFeatures_free
25333  * Signature: (J)V
25334  */
25335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoiceRequestFeatures_1free
25336   (JNIEnv *, jclass, jlong);
25337
25338 /*
25339  * Class:     org_ldk_impl_bindings
25340  * Method:    Bolt12InvoiceFeatures_free
25341  * Signature: (J)V
25342  */
25343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Bolt12InvoiceFeatures_1free
25344   (JNIEnv *, jclass, jlong);
25345
25346 /*
25347  * Class:     org_ldk_impl_bindings
25348  * Method:    BlindedHopFeatures_free
25349  * Signature: (J)V
25350  */
25351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BlindedHopFeatures_1free
25352   (JNIEnv *, jclass, jlong);
25353
25354 /*
25355  * Class:     org_ldk_impl_bindings
25356  * Method:    ChannelTypeFeatures_free
25357  * Signature: (J)V
25358  */
25359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1free
25360   (JNIEnv *, jclass, jlong);
25361
25362 /*
25363  * Class:     org_ldk_impl_bindings
25364  * Method:    InitFeatures_empty
25365  * Signature: ()J
25366  */
25367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InitFeatures_1empty
25368   (JNIEnv *, jclass);
25369
25370 /*
25371  * Class:     org_ldk_impl_bindings
25372  * Method:    InitFeatures_requires_unknown_bits
25373  * Signature: (J)Z
25374  */
25375 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1requires_1unknown_1bits
25376   (JNIEnv *, jclass, jlong);
25377
25378 /*
25379  * Class:     org_ldk_impl_bindings
25380  * Method:    NodeFeatures_empty
25381  * Signature: ()J
25382  */
25383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1empty
25384   (JNIEnv *, jclass);
25385
25386 /*
25387  * Class:     org_ldk_impl_bindings
25388  * Method:    NodeFeatures_requires_unknown_bits
25389  * Signature: (J)Z
25390  */
25391 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1unknown_1bits
25392   (JNIEnv *, jclass, jlong);
25393
25394 /*
25395  * Class:     org_ldk_impl_bindings
25396  * Method:    ChannelFeatures_empty
25397  * Signature: ()J
25398  */
25399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1empty
25400   (JNIEnv *, jclass);
25401
25402 /*
25403  * Class:     org_ldk_impl_bindings
25404  * Method:    ChannelFeatures_requires_unknown_bits
25405  * Signature: (J)Z
25406  */
25407 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1requires_1unknown_1bits
25408   (JNIEnv *, jclass, jlong);
25409
25410 /*
25411  * Class:     org_ldk_impl_bindings
25412  * Method:    InvoiceFeatures_empty
25413  * Signature: ()J
25414  */
25415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1empty
25416   (JNIEnv *, jclass);
25417
25418 /*
25419  * Class:     org_ldk_impl_bindings
25420  * Method:    InvoiceFeatures_requires_unknown_bits
25421  * Signature: (J)Z
25422  */
25423 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1requires_1unknown_1bits
25424   (JNIEnv *, jclass, jlong);
25425
25426 /*
25427  * Class:     org_ldk_impl_bindings
25428  * Method:    OfferFeatures_empty
25429  * Signature: ()J
25430  */
25431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OfferFeatures_1empty
25432   (JNIEnv *, jclass);
25433
25434 /*
25435  * Class:     org_ldk_impl_bindings
25436  * Method:    OfferFeatures_requires_unknown_bits
25437  * Signature: (J)Z
25438  */
25439 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_OfferFeatures_1requires_1unknown_1bits
25440   (JNIEnv *, jclass, jlong);
25441
25442 /*
25443  * Class:     org_ldk_impl_bindings
25444  * Method:    InvoiceRequestFeatures_empty
25445  * Signature: ()J
25446  */
25447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceRequestFeatures_1empty
25448   (JNIEnv *, jclass);
25449
25450 /*
25451  * Class:     org_ldk_impl_bindings
25452  * Method:    InvoiceRequestFeatures_requires_unknown_bits
25453  * Signature: (J)Z
25454  */
25455 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceRequestFeatures_1requires_1unknown_1bits
25456   (JNIEnv *, jclass, jlong);
25457
25458 /*
25459  * Class:     org_ldk_impl_bindings
25460  * Method:    Bolt12InvoiceFeatures_empty
25461  * Signature: ()J
25462  */
25463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Bolt12InvoiceFeatures_1empty
25464   (JNIEnv *, jclass);
25465
25466 /*
25467  * Class:     org_ldk_impl_bindings
25468  * Method:    Bolt12InvoiceFeatures_requires_unknown_bits
25469  * Signature: (J)Z
25470  */
25471 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Bolt12InvoiceFeatures_1requires_1unknown_1bits
25472   (JNIEnv *, jclass, jlong);
25473
25474 /*
25475  * Class:     org_ldk_impl_bindings
25476  * Method:    BlindedHopFeatures_empty
25477  * Signature: ()J
25478  */
25479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedHopFeatures_1empty
25480   (JNIEnv *, jclass);
25481
25482 /*
25483  * Class:     org_ldk_impl_bindings
25484  * Method:    BlindedHopFeatures_requires_unknown_bits
25485  * Signature: (J)Z
25486  */
25487 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_BlindedHopFeatures_1requires_1unknown_1bits
25488   (JNIEnv *, jclass, jlong);
25489
25490 /*
25491  * Class:     org_ldk_impl_bindings
25492  * Method:    ChannelTypeFeatures_empty
25493  * Signature: ()J
25494  */
25495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1empty
25496   (JNIEnv *, jclass);
25497
25498 /*
25499  * Class:     org_ldk_impl_bindings
25500  * Method:    ChannelTypeFeatures_requires_unknown_bits
25501  * Signature: (J)Z
25502  */
25503 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1requires_1unknown_1bits
25504   (JNIEnv *, jclass, jlong);
25505
25506 /*
25507  * Class:     org_ldk_impl_bindings
25508  * Method:    InitFeatures_write
25509  * Signature: (J)[B
25510  */
25511 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InitFeatures_1write
25512   (JNIEnv *, jclass, jlong);
25513
25514 /*
25515  * Class:     org_ldk_impl_bindings
25516  * Method:    InitFeatures_read
25517  * Signature: ([B)J
25518  */
25519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InitFeatures_1read
25520   (JNIEnv *, jclass, jbyteArray);
25521
25522 /*
25523  * Class:     org_ldk_impl_bindings
25524  * Method:    ChannelFeatures_write
25525  * Signature: (J)[B
25526  */
25527 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1write
25528   (JNIEnv *, jclass, jlong);
25529
25530 /*
25531  * Class:     org_ldk_impl_bindings
25532  * Method:    ChannelFeatures_read
25533  * Signature: ([B)J
25534  */
25535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelFeatures_1read
25536   (JNIEnv *, jclass, jbyteArray);
25537
25538 /*
25539  * Class:     org_ldk_impl_bindings
25540  * Method:    NodeFeatures_write
25541  * Signature: (J)[B
25542  */
25543 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1write
25544   (JNIEnv *, jclass, jlong);
25545
25546 /*
25547  * Class:     org_ldk_impl_bindings
25548  * Method:    NodeFeatures_read
25549  * Signature: ([B)J
25550  */
25551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1read
25552   (JNIEnv *, jclass, jbyteArray);
25553
25554 /*
25555  * Class:     org_ldk_impl_bindings
25556  * Method:    InvoiceFeatures_write
25557  * Signature: (J)[B
25558  */
25559 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1write
25560   (JNIEnv *, jclass, jlong);
25561
25562 /*
25563  * Class:     org_ldk_impl_bindings
25564  * Method:    InvoiceFeatures_read
25565  * Signature: ([B)J
25566  */
25567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1read
25568   (JNIEnv *, jclass, jbyteArray);
25569
25570 /*
25571  * Class:     org_ldk_impl_bindings
25572  * Method:    BlindedHopFeatures_write
25573  * Signature: (J)[B
25574  */
25575 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BlindedHopFeatures_1write
25576   (JNIEnv *, jclass, jlong);
25577
25578 /*
25579  * Class:     org_ldk_impl_bindings
25580  * Method:    BlindedHopFeatures_read
25581  * Signature: ([B)J
25582  */
25583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedHopFeatures_1read
25584   (JNIEnv *, jclass, jbyteArray);
25585
25586 /*
25587  * Class:     org_ldk_impl_bindings
25588  * Method:    ChannelTypeFeatures_write
25589  * Signature: (J)[B
25590  */
25591 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1write
25592   (JNIEnv *, jclass, jlong);
25593
25594 /*
25595  * Class:     org_ldk_impl_bindings
25596  * Method:    ChannelTypeFeatures_read
25597  * Signature: ([B)J
25598  */
25599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1read
25600   (JNIEnv *, jclass, jbyteArray);
25601
25602 /*
25603  * Class:     org_ldk_impl_bindings
25604  * Method:    InitFeatures_set_data_loss_protect_optional
25605  * Signature: (J)V
25606  */
25607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1data_1loss_1protect_1optional
25608   (JNIEnv *, jclass, jlong);
25609
25610 /*
25611  * Class:     org_ldk_impl_bindings
25612  * Method:    InitFeatures_set_data_loss_protect_required
25613  * Signature: (J)V
25614  */
25615 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1data_1loss_1protect_1required
25616   (JNIEnv *, jclass, jlong);
25617
25618 /*
25619  * Class:     org_ldk_impl_bindings
25620  * Method:    InitFeatures_supports_data_loss_protect
25621  * Signature: (J)Z
25622  */
25623 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1supports_1data_1loss_1protect
25624   (JNIEnv *, jclass, jlong);
25625
25626 /*
25627  * Class:     org_ldk_impl_bindings
25628  * Method:    NodeFeatures_set_data_loss_protect_optional
25629  * Signature: (J)V
25630  */
25631 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1data_1loss_1protect_1optional
25632   (JNIEnv *, jclass, jlong);
25633
25634 /*
25635  * Class:     org_ldk_impl_bindings
25636  * Method:    NodeFeatures_set_data_loss_protect_required
25637  * Signature: (J)V
25638  */
25639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1data_1loss_1protect_1required
25640   (JNIEnv *, jclass, jlong);
25641
25642 /*
25643  * Class:     org_ldk_impl_bindings
25644  * Method:    NodeFeatures_supports_data_loss_protect
25645  * Signature: (J)Z
25646  */
25647 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1supports_1data_1loss_1protect
25648   (JNIEnv *, jclass, jlong);
25649
25650 /*
25651  * Class:     org_ldk_impl_bindings
25652  * Method:    InitFeatures_requires_data_loss_protect
25653  * Signature: (J)Z
25654  */
25655 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1requires_1data_1loss_1protect
25656   (JNIEnv *, jclass, jlong);
25657
25658 /*
25659  * Class:     org_ldk_impl_bindings
25660  * Method:    NodeFeatures_requires_data_loss_protect
25661  * Signature: (J)Z
25662  */
25663 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1data_1loss_1protect
25664   (JNIEnv *, jclass, jlong);
25665
25666 /*
25667  * Class:     org_ldk_impl_bindings
25668  * Method:    InitFeatures_set_initial_routing_sync_optional
25669  * Signature: (J)V
25670  */
25671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1initial_1routing_1sync_1optional
25672   (JNIEnv *, jclass, jlong);
25673
25674 /*
25675  * Class:     org_ldk_impl_bindings
25676  * Method:    InitFeatures_set_initial_routing_sync_required
25677  * Signature: (J)V
25678  */
25679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1initial_1routing_1sync_1required
25680   (JNIEnv *, jclass, jlong);
25681
25682 /*
25683  * Class:     org_ldk_impl_bindings
25684  * Method:    InitFeatures_initial_routing_sync
25685  * Signature: (J)Z
25686  */
25687 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1initial_1routing_1sync
25688   (JNIEnv *, jclass, jlong);
25689
25690 /*
25691  * Class:     org_ldk_impl_bindings
25692  * Method:    InitFeatures_set_upfront_shutdown_script_optional
25693  * Signature: (J)V
25694  */
25695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1upfront_1shutdown_1script_1optional
25696   (JNIEnv *, jclass, jlong);
25697
25698 /*
25699  * Class:     org_ldk_impl_bindings
25700  * Method:    InitFeatures_set_upfront_shutdown_script_required
25701  * Signature: (J)V
25702  */
25703 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1upfront_1shutdown_1script_1required
25704   (JNIEnv *, jclass, jlong);
25705
25706 /*
25707  * Class:     org_ldk_impl_bindings
25708  * Method:    InitFeatures_supports_upfront_shutdown_script
25709  * Signature: (J)Z
25710  */
25711 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1supports_1upfront_1shutdown_1script
25712   (JNIEnv *, jclass, jlong);
25713
25714 /*
25715  * Class:     org_ldk_impl_bindings
25716  * Method:    NodeFeatures_set_upfront_shutdown_script_optional
25717  * Signature: (J)V
25718  */
25719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1upfront_1shutdown_1script_1optional
25720   (JNIEnv *, jclass, jlong);
25721
25722 /*
25723  * Class:     org_ldk_impl_bindings
25724  * Method:    NodeFeatures_set_upfront_shutdown_script_required
25725  * Signature: (J)V
25726  */
25727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1upfront_1shutdown_1script_1required
25728   (JNIEnv *, jclass, jlong);
25729
25730 /*
25731  * Class:     org_ldk_impl_bindings
25732  * Method:    NodeFeatures_supports_upfront_shutdown_script
25733  * Signature: (J)Z
25734  */
25735 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1supports_1upfront_1shutdown_1script
25736   (JNIEnv *, jclass, jlong);
25737
25738 /*
25739  * Class:     org_ldk_impl_bindings
25740  * Method:    InitFeatures_requires_upfront_shutdown_script
25741  * Signature: (J)Z
25742  */
25743 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1requires_1upfront_1shutdown_1script
25744   (JNIEnv *, jclass, jlong);
25745
25746 /*
25747  * Class:     org_ldk_impl_bindings
25748  * Method:    NodeFeatures_requires_upfront_shutdown_script
25749  * Signature: (J)Z
25750  */
25751 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1upfront_1shutdown_1script
25752   (JNIEnv *, jclass, jlong);
25753
25754 /*
25755  * Class:     org_ldk_impl_bindings
25756  * Method:    InitFeatures_set_gossip_queries_optional
25757  * Signature: (J)V
25758  */
25759 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1gossip_1queries_1optional
25760   (JNIEnv *, jclass, jlong);
25761
25762 /*
25763  * Class:     org_ldk_impl_bindings
25764  * Method:    InitFeatures_set_gossip_queries_required
25765  * Signature: (J)V
25766  */
25767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1gossip_1queries_1required
25768   (JNIEnv *, jclass, jlong);
25769
25770 /*
25771  * Class:     org_ldk_impl_bindings
25772  * Method:    InitFeatures_supports_gossip_queries
25773  * Signature: (J)Z
25774  */
25775 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1supports_1gossip_1queries
25776   (JNIEnv *, jclass, jlong);
25777
25778 /*
25779  * Class:     org_ldk_impl_bindings
25780  * Method:    NodeFeatures_set_gossip_queries_optional
25781  * Signature: (J)V
25782  */
25783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1gossip_1queries_1optional
25784   (JNIEnv *, jclass, jlong);
25785
25786 /*
25787  * Class:     org_ldk_impl_bindings
25788  * Method:    NodeFeatures_set_gossip_queries_required
25789  * Signature: (J)V
25790  */
25791 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1gossip_1queries_1required
25792   (JNIEnv *, jclass, jlong);
25793
25794 /*
25795  * Class:     org_ldk_impl_bindings
25796  * Method:    NodeFeatures_supports_gossip_queries
25797  * Signature: (J)Z
25798  */
25799 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1supports_1gossip_1queries
25800   (JNIEnv *, jclass, jlong);
25801
25802 /*
25803  * Class:     org_ldk_impl_bindings
25804  * Method:    InitFeatures_requires_gossip_queries
25805  * Signature: (J)Z
25806  */
25807 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1requires_1gossip_1queries
25808   (JNIEnv *, jclass, jlong);
25809
25810 /*
25811  * Class:     org_ldk_impl_bindings
25812  * Method:    NodeFeatures_requires_gossip_queries
25813  * Signature: (J)Z
25814  */
25815 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1gossip_1queries
25816   (JNIEnv *, jclass, jlong);
25817
25818 /*
25819  * Class:     org_ldk_impl_bindings
25820  * Method:    InitFeatures_set_variable_length_onion_optional
25821  * Signature: (J)V
25822  */
25823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1variable_1length_1onion_1optional
25824   (JNIEnv *, jclass, jlong);
25825
25826 /*
25827  * Class:     org_ldk_impl_bindings
25828  * Method:    InitFeatures_set_variable_length_onion_required
25829  * Signature: (J)V
25830  */
25831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1variable_1length_1onion_1required
25832   (JNIEnv *, jclass, jlong);
25833
25834 /*
25835  * Class:     org_ldk_impl_bindings
25836  * Method:    InitFeatures_supports_variable_length_onion
25837  * Signature: (J)Z
25838  */
25839 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1supports_1variable_1length_1onion
25840   (JNIEnv *, jclass, jlong);
25841
25842 /*
25843  * Class:     org_ldk_impl_bindings
25844  * Method:    NodeFeatures_set_variable_length_onion_optional
25845  * Signature: (J)V
25846  */
25847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1variable_1length_1onion_1optional
25848   (JNIEnv *, jclass, jlong);
25849
25850 /*
25851  * Class:     org_ldk_impl_bindings
25852  * Method:    NodeFeatures_set_variable_length_onion_required
25853  * Signature: (J)V
25854  */
25855 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1variable_1length_1onion_1required
25856   (JNIEnv *, jclass, jlong);
25857
25858 /*
25859  * Class:     org_ldk_impl_bindings
25860  * Method:    NodeFeatures_supports_variable_length_onion
25861  * Signature: (J)Z
25862  */
25863 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1supports_1variable_1length_1onion
25864   (JNIEnv *, jclass, jlong);
25865
25866 /*
25867  * Class:     org_ldk_impl_bindings
25868  * Method:    InvoiceFeatures_set_variable_length_onion_optional
25869  * Signature: (J)V
25870  */
25871 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1set_1variable_1length_1onion_1optional
25872   (JNIEnv *, jclass, jlong);
25873
25874 /*
25875  * Class:     org_ldk_impl_bindings
25876  * Method:    InvoiceFeatures_set_variable_length_onion_required
25877  * Signature: (J)V
25878  */
25879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1set_1variable_1length_1onion_1required
25880   (JNIEnv *, jclass, jlong);
25881
25882 /*
25883  * Class:     org_ldk_impl_bindings
25884  * Method:    InvoiceFeatures_supports_variable_length_onion
25885  * Signature: (J)Z
25886  */
25887 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1supports_1variable_1length_1onion
25888   (JNIEnv *, jclass, jlong);
25889
25890 /*
25891  * Class:     org_ldk_impl_bindings
25892  * Method:    InitFeatures_requires_variable_length_onion
25893  * Signature: (J)Z
25894  */
25895 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1requires_1variable_1length_1onion
25896   (JNIEnv *, jclass, jlong);
25897
25898 /*
25899  * Class:     org_ldk_impl_bindings
25900  * Method:    NodeFeatures_requires_variable_length_onion
25901  * Signature: (J)Z
25902  */
25903 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1variable_1length_1onion
25904   (JNIEnv *, jclass, jlong);
25905
25906 /*
25907  * Class:     org_ldk_impl_bindings
25908  * Method:    InvoiceFeatures_requires_variable_length_onion
25909  * Signature: (J)Z
25910  */
25911 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1requires_1variable_1length_1onion
25912   (JNIEnv *, jclass, jlong);
25913
25914 /*
25915  * Class:     org_ldk_impl_bindings
25916  * Method:    InitFeatures_set_static_remote_key_optional
25917  * Signature: (J)V
25918  */
25919 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1static_1remote_1key_1optional
25920   (JNIEnv *, jclass, jlong);
25921
25922 /*
25923  * Class:     org_ldk_impl_bindings
25924  * Method:    InitFeatures_set_static_remote_key_required
25925  * Signature: (J)V
25926  */
25927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1static_1remote_1key_1required
25928   (JNIEnv *, jclass, jlong);
25929
25930 /*
25931  * Class:     org_ldk_impl_bindings
25932  * Method:    InitFeatures_supports_static_remote_key
25933  * Signature: (J)Z
25934  */
25935 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1supports_1static_1remote_1key
25936   (JNIEnv *, jclass, jlong);
25937
25938 /*
25939  * Class:     org_ldk_impl_bindings
25940  * Method:    NodeFeatures_set_static_remote_key_optional
25941  * Signature: (J)V
25942  */
25943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1static_1remote_1key_1optional
25944   (JNIEnv *, jclass, jlong);
25945
25946 /*
25947  * Class:     org_ldk_impl_bindings
25948  * Method:    NodeFeatures_set_static_remote_key_required
25949  * Signature: (J)V
25950  */
25951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1static_1remote_1key_1required
25952   (JNIEnv *, jclass, jlong);
25953
25954 /*
25955  * Class:     org_ldk_impl_bindings
25956  * Method:    NodeFeatures_supports_static_remote_key
25957  * Signature: (J)Z
25958  */
25959 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1supports_1static_1remote_1key
25960   (JNIEnv *, jclass, jlong);
25961
25962 /*
25963  * Class:     org_ldk_impl_bindings
25964  * Method:    ChannelTypeFeatures_set_static_remote_key_optional
25965  * Signature: (J)V
25966  */
25967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1set_1static_1remote_1key_1optional
25968   (JNIEnv *, jclass, jlong);
25969
25970 /*
25971  * Class:     org_ldk_impl_bindings
25972  * Method:    ChannelTypeFeatures_set_static_remote_key_required
25973  * Signature: (J)V
25974  */
25975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1set_1static_1remote_1key_1required
25976   (JNIEnv *, jclass, jlong);
25977
25978 /*
25979  * Class:     org_ldk_impl_bindings
25980  * Method:    ChannelTypeFeatures_supports_static_remote_key
25981  * Signature: (J)Z
25982  */
25983 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1supports_1static_1remote_1key
25984   (JNIEnv *, jclass, jlong);
25985
25986 /*
25987  * Class:     org_ldk_impl_bindings
25988  * Method:    InitFeatures_requires_static_remote_key
25989  * Signature: (J)Z
25990  */
25991 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1requires_1static_1remote_1key
25992   (JNIEnv *, jclass, jlong);
25993
25994 /*
25995  * Class:     org_ldk_impl_bindings
25996  * Method:    NodeFeatures_requires_static_remote_key
25997  * Signature: (J)Z
25998  */
25999 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1static_1remote_1key
26000   (JNIEnv *, jclass, jlong);
26001
26002 /*
26003  * Class:     org_ldk_impl_bindings
26004  * Method:    ChannelTypeFeatures_requires_static_remote_key
26005  * Signature: (J)Z
26006  */
26007 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1requires_1static_1remote_1key
26008   (JNIEnv *, jclass, jlong);
26009
26010 /*
26011  * Class:     org_ldk_impl_bindings
26012  * Method:    InitFeatures_set_payment_secret_optional
26013  * Signature: (J)V
26014  */
26015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1payment_1secret_1optional
26016   (JNIEnv *, jclass, jlong);
26017
26018 /*
26019  * Class:     org_ldk_impl_bindings
26020  * Method:    InitFeatures_set_payment_secret_required
26021  * Signature: (J)V
26022  */
26023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1payment_1secret_1required
26024   (JNIEnv *, jclass, jlong);
26025
26026 /*
26027  * Class:     org_ldk_impl_bindings
26028  * Method:    InitFeatures_supports_payment_secret
26029  * Signature: (J)Z
26030  */
26031 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1supports_1payment_1secret
26032   (JNIEnv *, jclass, jlong);
26033
26034 /*
26035  * Class:     org_ldk_impl_bindings
26036  * Method:    NodeFeatures_set_payment_secret_optional
26037  * Signature: (J)V
26038  */
26039 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1payment_1secret_1optional
26040   (JNIEnv *, jclass, jlong);
26041
26042 /*
26043  * Class:     org_ldk_impl_bindings
26044  * Method:    NodeFeatures_set_payment_secret_required
26045  * Signature: (J)V
26046  */
26047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1payment_1secret_1required
26048   (JNIEnv *, jclass, jlong);
26049
26050 /*
26051  * Class:     org_ldk_impl_bindings
26052  * Method:    NodeFeatures_supports_payment_secret
26053  * Signature: (J)Z
26054  */
26055 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1supports_1payment_1secret
26056   (JNIEnv *, jclass, jlong);
26057
26058 /*
26059  * Class:     org_ldk_impl_bindings
26060  * Method:    InvoiceFeatures_set_payment_secret_optional
26061  * Signature: (J)V
26062  */
26063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1set_1payment_1secret_1optional
26064   (JNIEnv *, jclass, jlong);
26065
26066 /*
26067  * Class:     org_ldk_impl_bindings
26068  * Method:    InvoiceFeatures_set_payment_secret_required
26069  * Signature: (J)V
26070  */
26071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1set_1payment_1secret_1required
26072   (JNIEnv *, jclass, jlong);
26073
26074 /*
26075  * Class:     org_ldk_impl_bindings
26076  * Method:    InvoiceFeatures_supports_payment_secret
26077  * Signature: (J)Z
26078  */
26079 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1supports_1payment_1secret
26080   (JNIEnv *, jclass, jlong);
26081
26082 /*
26083  * Class:     org_ldk_impl_bindings
26084  * Method:    InitFeatures_requires_payment_secret
26085  * Signature: (J)Z
26086  */
26087 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1requires_1payment_1secret
26088   (JNIEnv *, jclass, jlong);
26089
26090 /*
26091  * Class:     org_ldk_impl_bindings
26092  * Method:    NodeFeatures_requires_payment_secret
26093  * Signature: (J)Z
26094  */
26095 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1payment_1secret
26096   (JNIEnv *, jclass, jlong);
26097
26098 /*
26099  * Class:     org_ldk_impl_bindings
26100  * Method:    InvoiceFeatures_requires_payment_secret
26101  * Signature: (J)Z
26102  */
26103 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1requires_1payment_1secret
26104   (JNIEnv *, jclass, jlong);
26105
26106 /*
26107  * Class:     org_ldk_impl_bindings
26108  * Method:    InitFeatures_set_basic_mpp_optional
26109  * Signature: (J)V
26110  */
26111 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1basic_1mpp_1optional
26112   (JNIEnv *, jclass, jlong);
26113
26114 /*
26115  * Class:     org_ldk_impl_bindings
26116  * Method:    InitFeatures_set_basic_mpp_required
26117  * Signature: (J)V
26118  */
26119 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1basic_1mpp_1required
26120   (JNIEnv *, jclass, jlong);
26121
26122 /*
26123  * Class:     org_ldk_impl_bindings
26124  * Method:    InitFeatures_supports_basic_mpp
26125  * Signature: (J)Z
26126  */
26127 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1supports_1basic_1mpp
26128   (JNIEnv *, jclass, jlong);
26129
26130 /*
26131  * Class:     org_ldk_impl_bindings
26132  * Method:    NodeFeatures_set_basic_mpp_optional
26133  * Signature: (J)V
26134  */
26135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1basic_1mpp_1optional
26136   (JNIEnv *, jclass, jlong);
26137
26138 /*
26139  * Class:     org_ldk_impl_bindings
26140  * Method:    NodeFeatures_set_basic_mpp_required
26141  * Signature: (J)V
26142  */
26143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1basic_1mpp_1required
26144   (JNIEnv *, jclass, jlong);
26145
26146 /*
26147  * Class:     org_ldk_impl_bindings
26148  * Method:    NodeFeatures_supports_basic_mpp
26149  * Signature: (J)Z
26150  */
26151 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1supports_1basic_1mpp
26152   (JNIEnv *, jclass, jlong);
26153
26154 /*
26155  * Class:     org_ldk_impl_bindings
26156  * Method:    InvoiceFeatures_set_basic_mpp_optional
26157  * Signature: (J)V
26158  */
26159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1set_1basic_1mpp_1optional
26160   (JNIEnv *, jclass, jlong);
26161
26162 /*
26163  * Class:     org_ldk_impl_bindings
26164  * Method:    InvoiceFeatures_set_basic_mpp_required
26165  * Signature: (J)V
26166  */
26167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1set_1basic_1mpp_1required
26168   (JNIEnv *, jclass, jlong);
26169
26170 /*
26171  * Class:     org_ldk_impl_bindings
26172  * Method:    InvoiceFeatures_supports_basic_mpp
26173  * Signature: (J)Z
26174  */
26175 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1supports_1basic_1mpp
26176   (JNIEnv *, jclass, jlong);
26177
26178 /*
26179  * Class:     org_ldk_impl_bindings
26180  * Method:    Bolt12InvoiceFeatures_set_basic_mpp_optional
26181  * Signature: (J)V
26182  */
26183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Bolt12InvoiceFeatures_1set_1basic_1mpp_1optional
26184   (JNIEnv *, jclass, jlong);
26185
26186 /*
26187  * Class:     org_ldk_impl_bindings
26188  * Method:    Bolt12InvoiceFeatures_set_basic_mpp_required
26189  * Signature: (J)V
26190  */
26191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Bolt12InvoiceFeatures_1set_1basic_1mpp_1required
26192   (JNIEnv *, jclass, jlong);
26193
26194 /*
26195  * Class:     org_ldk_impl_bindings
26196  * Method:    Bolt12InvoiceFeatures_supports_basic_mpp
26197  * Signature: (J)Z
26198  */
26199 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Bolt12InvoiceFeatures_1supports_1basic_1mpp
26200   (JNIEnv *, jclass, jlong);
26201
26202 /*
26203  * Class:     org_ldk_impl_bindings
26204  * Method:    InitFeatures_requires_basic_mpp
26205  * Signature: (J)Z
26206  */
26207 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1requires_1basic_1mpp
26208   (JNIEnv *, jclass, jlong);
26209
26210 /*
26211  * Class:     org_ldk_impl_bindings
26212  * Method:    NodeFeatures_requires_basic_mpp
26213  * Signature: (J)Z
26214  */
26215 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1basic_1mpp
26216   (JNIEnv *, jclass, jlong);
26217
26218 /*
26219  * Class:     org_ldk_impl_bindings
26220  * Method:    InvoiceFeatures_requires_basic_mpp
26221  * Signature: (J)Z
26222  */
26223 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1requires_1basic_1mpp
26224   (JNIEnv *, jclass, jlong);
26225
26226 /*
26227  * Class:     org_ldk_impl_bindings
26228  * Method:    Bolt12InvoiceFeatures_requires_basic_mpp
26229  * Signature: (J)Z
26230  */
26231 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Bolt12InvoiceFeatures_1requires_1basic_1mpp
26232   (JNIEnv *, jclass, jlong);
26233
26234 /*
26235  * Class:     org_ldk_impl_bindings
26236  * Method:    InitFeatures_set_wumbo_optional
26237  * Signature: (J)V
26238  */
26239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1wumbo_1optional
26240   (JNIEnv *, jclass, jlong);
26241
26242 /*
26243  * Class:     org_ldk_impl_bindings
26244  * Method:    InitFeatures_set_wumbo_required
26245  * Signature: (J)V
26246  */
26247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1wumbo_1required
26248   (JNIEnv *, jclass, jlong);
26249
26250 /*
26251  * Class:     org_ldk_impl_bindings
26252  * Method:    InitFeatures_supports_wumbo
26253  * Signature: (J)Z
26254  */
26255 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1supports_1wumbo
26256   (JNIEnv *, jclass, jlong);
26257
26258 /*
26259  * Class:     org_ldk_impl_bindings
26260  * Method:    NodeFeatures_set_wumbo_optional
26261  * Signature: (J)V
26262  */
26263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1wumbo_1optional
26264   (JNIEnv *, jclass, jlong);
26265
26266 /*
26267  * Class:     org_ldk_impl_bindings
26268  * Method:    NodeFeatures_set_wumbo_required
26269  * Signature: (J)V
26270  */
26271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1wumbo_1required
26272   (JNIEnv *, jclass, jlong);
26273
26274 /*
26275  * Class:     org_ldk_impl_bindings
26276  * Method:    NodeFeatures_supports_wumbo
26277  * Signature: (J)Z
26278  */
26279 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1supports_1wumbo
26280   (JNIEnv *, jclass, jlong);
26281
26282 /*
26283  * Class:     org_ldk_impl_bindings
26284  * Method:    InitFeatures_requires_wumbo
26285  * Signature: (J)Z
26286  */
26287 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1requires_1wumbo
26288   (JNIEnv *, jclass, jlong);
26289
26290 /*
26291  * Class:     org_ldk_impl_bindings
26292  * Method:    NodeFeatures_requires_wumbo
26293  * Signature: (J)Z
26294  */
26295 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1wumbo
26296   (JNIEnv *, jclass, jlong);
26297
26298 /*
26299  * Class:     org_ldk_impl_bindings
26300  * Method:    InitFeatures_set_anchors_zero_fee_htlc_tx_optional
26301  * Signature: (J)V
26302  */
26303 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1anchors_1zero_1fee_1htlc_1tx_1optional
26304   (JNIEnv *, jclass, jlong);
26305
26306 /*
26307  * Class:     org_ldk_impl_bindings
26308  * Method:    InitFeatures_set_anchors_zero_fee_htlc_tx_required
26309  * Signature: (J)V
26310  */
26311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1anchors_1zero_1fee_1htlc_1tx_1required
26312   (JNIEnv *, jclass, jlong);
26313
26314 /*
26315  * Class:     org_ldk_impl_bindings
26316  * Method:    InitFeatures_supports_anchors_zero_fee_htlc_tx
26317  * Signature: (J)Z
26318  */
26319 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1supports_1anchors_1zero_1fee_1htlc_1tx
26320   (JNIEnv *, jclass, jlong);
26321
26322 /*
26323  * Class:     org_ldk_impl_bindings
26324  * Method:    NodeFeatures_set_anchors_zero_fee_htlc_tx_optional
26325  * Signature: (J)V
26326  */
26327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1anchors_1zero_1fee_1htlc_1tx_1optional
26328   (JNIEnv *, jclass, jlong);
26329
26330 /*
26331  * Class:     org_ldk_impl_bindings
26332  * Method:    NodeFeatures_set_anchors_zero_fee_htlc_tx_required
26333  * Signature: (J)V
26334  */
26335 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1anchors_1zero_1fee_1htlc_1tx_1required
26336   (JNIEnv *, jclass, jlong);
26337
26338 /*
26339  * Class:     org_ldk_impl_bindings
26340  * Method:    NodeFeatures_supports_anchors_zero_fee_htlc_tx
26341  * Signature: (J)Z
26342  */
26343 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1supports_1anchors_1zero_1fee_1htlc_1tx
26344   (JNIEnv *, jclass, jlong);
26345
26346 /*
26347  * Class:     org_ldk_impl_bindings
26348  * Method:    ChannelTypeFeatures_set_anchors_zero_fee_htlc_tx_optional
26349  * Signature: (J)V
26350  */
26351 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1set_1anchors_1zero_1fee_1htlc_1tx_1optional
26352   (JNIEnv *, jclass, jlong);
26353
26354 /*
26355  * Class:     org_ldk_impl_bindings
26356  * Method:    ChannelTypeFeatures_set_anchors_zero_fee_htlc_tx_required
26357  * Signature: (J)V
26358  */
26359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1set_1anchors_1zero_1fee_1htlc_1tx_1required
26360   (JNIEnv *, jclass, jlong);
26361
26362 /*
26363  * Class:     org_ldk_impl_bindings
26364  * Method:    ChannelTypeFeatures_supports_anchors_zero_fee_htlc_tx
26365  * Signature: (J)Z
26366  */
26367 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1supports_1anchors_1zero_1fee_1htlc_1tx
26368   (JNIEnv *, jclass, jlong);
26369
26370 /*
26371  * Class:     org_ldk_impl_bindings
26372  * Method:    InitFeatures_requires_anchors_zero_fee_htlc_tx
26373  * Signature: (J)Z
26374  */
26375 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1requires_1anchors_1zero_1fee_1htlc_1tx
26376   (JNIEnv *, jclass, jlong);
26377
26378 /*
26379  * Class:     org_ldk_impl_bindings
26380  * Method:    NodeFeatures_requires_anchors_zero_fee_htlc_tx
26381  * Signature: (J)Z
26382  */
26383 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1anchors_1zero_1fee_1htlc_1tx
26384   (JNIEnv *, jclass, jlong);
26385
26386 /*
26387  * Class:     org_ldk_impl_bindings
26388  * Method:    ChannelTypeFeatures_requires_anchors_zero_fee_htlc_tx
26389  * Signature: (J)Z
26390  */
26391 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1requires_1anchors_1zero_1fee_1htlc_1tx
26392   (JNIEnv *, jclass, jlong);
26393
26394 /*
26395  * Class:     org_ldk_impl_bindings
26396  * Method:    InitFeatures_set_shutdown_any_segwit_optional
26397  * Signature: (J)V
26398  */
26399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1shutdown_1any_1segwit_1optional
26400   (JNIEnv *, jclass, jlong);
26401
26402 /*
26403  * Class:     org_ldk_impl_bindings
26404  * Method:    InitFeatures_set_shutdown_any_segwit_required
26405  * Signature: (J)V
26406  */
26407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1shutdown_1any_1segwit_1required
26408   (JNIEnv *, jclass, jlong);
26409
26410 /*
26411  * Class:     org_ldk_impl_bindings
26412  * Method:    InitFeatures_supports_shutdown_anysegwit
26413  * Signature: (J)Z
26414  */
26415 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1supports_1shutdown_1anysegwit
26416   (JNIEnv *, jclass, jlong);
26417
26418 /*
26419  * Class:     org_ldk_impl_bindings
26420  * Method:    NodeFeatures_set_shutdown_any_segwit_optional
26421  * Signature: (J)V
26422  */
26423 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1shutdown_1any_1segwit_1optional
26424   (JNIEnv *, jclass, jlong);
26425
26426 /*
26427  * Class:     org_ldk_impl_bindings
26428  * Method:    NodeFeatures_set_shutdown_any_segwit_required
26429  * Signature: (J)V
26430  */
26431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1shutdown_1any_1segwit_1required
26432   (JNIEnv *, jclass, jlong);
26433
26434 /*
26435  * Class:     org_ldk_impl_bindings
26436  * Method:    NodeFeatures_supports_shutdown_anysegwit
26437  * Signature: (J)Z
26438  */
26439 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1supports_1shutdown_1anysegwit
26440   (JNIEnv *, jclass, jlong);
26441
26442 /*
26443  * Class:     org_ldk_impl_bindings
26444  * Method:    InitFeatures_requires_shutdown_anysegwit
26445  * Signature: (J)Z
26446  */
26447 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1requires_1shutdown_1anysegwit
26448   (JNIEnv *, jclass, jlong);
26449
26450 /*
26451  * Class:     org_ldk_impl_bindings
26452  * Method:    NodeFeatures_requires_shutdown_anysegwit
26453  * Signature: (J)Z
26454  */
26455 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1shutdown_1anysegwit
26456   (JNIEnv *, jclass, jlong);
26457
26458 /*
26459  * Class:     org_ldk_impl_bindings
26460  * Method:    InitFeatures_set_onion_messages_optional
26461  * Signature: (J)V
26462  */
26463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1onion_1messages_1optional
26464   (JNIEnv *, jclass, jlong);
26465
26466 /*
26467  * Class:     org_ldk_impl_bindings
26468  * Method:    InitFeatures_set_onion_messages_required
26469  * Signature: (J)V
26470  */
26471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1onion_1messages_1required
26472   (JNIEnv *, jclass, jlong);
26473
26474 /*
26475  * Class:     org_ldk_impl_bindings
26476  * Method:    InitFeatures_supports_onion_messages
26477  * Signature: (J)Z
26478  */
26479 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1supports_1onion_1messages
26480   (JNIEnv *, jclass, jlong);
26481
26482 /*
26483  * Class:     org_ldk_impl_bindings
26484  * Method:    NodeFeatures_set_onion_messages_optional
26485  * Signature: (J)V
26486  */
26487 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1onion_1messages_1optional
26488   (JNIEnv *, jclass, jlong);
26489
26490 /*
26491  * Class:     org_ldk_impl_bindings
26492  * Method:    NodeFeatures_set_onion_messages_required
26493  * Signature: (J)V
26494  */
26495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1onion_1messages_1required
26496   (JNIEnv *, jclass, jlong);
26497
26498 /*
26499  * Class:     org_ldk_impl_bindings
26500  * Method:    NodeFeatures_supports_onion_messages
26501  * Signature: (J)Z
26502  */
26503 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1supports_1onion_1messages
26504   (JNIEnv *, jclass, jlong);
26505
26506 /*
26507  * Class:     org_ldk_impl_bindings
26508  * Method:    InitFeatures_requires_onion_messages
26509  * Signature: (J)Z
26510  */
26511 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1requires_1onion_1messages
26512   (JNIEnv *, jclass, jlong);
26513
26514 /*
26515  * Class:     org_ldk_impl_bindings
26516  * Method:    NodeFeatures_requires_onion_messages
26517  * Signature: (J)Z
26518  */
26519 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1onion_1messages
26520   (JNIEnv *, jclass, jlong);
26521
26522 /*
26523  * Class:     org_ldk_impl_bindings
26524  * Method:    InitFeatures_set_channel_type_optional
26525  * Signature: (J)V
26526  */
26527 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1channel_1type_1optional
26528   (JNIEnv *, jclass, jlong);
26529
26530 /*
26531  * Class:     org_ldk_impl_bindings
26532  * Method:    InitFeatures_set_channel_type_required
26533  * Signature: (J)V
26534  */
26535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1channel_1type_1required
26536   (JNIEnv *, jclass, jlong);
26537
26538 /*
26539  * Class:     org_ldk_impl_bindings
26540  * Method:    InitFeatures_supports_channel_type
26541  * Signature: (J)Z
26542  */
26543 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1supports_1channel_1type
26544   (JNIEnv *, jclass, jlong);
26545
26546 /*
26547  * Class:     org_ldk_impl_bindings
26548  * Method:    NodeFeatures_set_channel_type_optional
26549  * Signature: (J)V
26550  */
26551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1channel_1type_1optional
26552   (JNIEnv *, jclass, jlong);
26553
26554 /*
26555  * Class:     org_ldk_impl_bindings
26556  * Method:    NodeFeatures_set_channel_type_required
26557  * Signature: (J)V
26558  */
26559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1channel_1type_1required
26560   (JNIEnv *, jclass, jlong);
26561
26562 /*
26563  * Class:     org_ldk_impl_bindings
26564  * Method:    NodeFeatures_supports_channel_type
26565  * Signature: (J)Z
26566  */
26567 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1supports_1channel_1type
26568   (JNIEnv *, jclass, jlong);
26569
26570 /*
26571  * Class:     org_ldk_impl_bindings
26572  * Method:    InitFeatures_requires_channel_type
26573  * Signature: (J)Z
26574  */
26575 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1requires_1channel_1type
26576   (JNIEnv *, jclass, jlong);
26577
26578 /*
26579  * Class:     org_ldk_impl_bindings
26580  * Method:    NodeFeatures_requires_channel_type
26581  * Signature: (J)Z
26582  */
26583 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1channel_1type
26584   (JNIEnv *, jclass, jlong);
26585
26586 /*
26587  * Class:     org_ldk_impl_bindings
26588  * Method:    InitFeatures_set_scid_privacy_optional
26589  * Signature: (J)V
26590  */
26591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1scid_1privacy_1optional
26592   (JNIEnv *, jclass, jlong);
26593
26594 /*
26595  * Class:     org_ldk_impl_bindings
26596  * Method:    InitFeatures_set_scid_privacy_required
26597  * Signature: (J)V
26598  */
26599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1scid_1privacy_1required
26600   (JNIEnv *, jclass, jlong);
26601
26602 /*
26603  * Class:     org_ldk_impl_bindings
26604  * Method:    InitFeatures_supports_scid_privacy
26605  * Signature: (J)Z
26606  */
26607 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1supports_1scid_1privacy
26608   (JNIEnv *, jclass, jlong);
26609
26610 /*
26611  * Class:     org_ldk_impl_bindings
26612  * Method:    NodeFeatures_set_scid_privacy_optional
26613  * Signature: (J)V
26614  */
26615 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1scid_1privacy_1optional
26616   (JNIEnv *, jclass, jlong);
26617
26618 /*
26619  * Class:     org_ldk_impl_bindings
26620  * Method:    NodeFeatures_set_scid_privacy_required
26621  * Signature: (J)V
26622  */
26623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1scid_1privacy_1required
26624   (JNIEnv *, jclass, jlong);
26625
26626 /*
26627  * Class:     org_ldk_impl_bindings
26628  * Method:    NodeFeatures_supports_scid_privacy
26629  * Signature: (J)Z
26630  */
26631 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1supports_1scid_1privacy
26632   (JNIEnv *, jclass, jlong);
26633
26634 /*
26635  * Class:     org_ldk_impl_bindings
26636  * Method:    ChannelTypeFeatures_set_scid_privacy_optional
26637  * Signature: (J)V
26638  */
26639 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1set_1scid_1privacy_1optional
26640   (JNIEnv *, jclass, jlong);
26641
26642 /*
26643  * Class:     org_ldk_impl_bindings
26644  * Method:    ChannelTypeFeatures_set_scid_privacy_required
26645  * Signature: (J)V
26646  */
26647 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1set_1scid_1privacy_1required
26648   (JNIEnv *, jclass, jlong);
26649
26650 /*
26651  * Class:     org_ldk_impl_bindings
26652  * Method:    ChannelTypeFeatures_supports_scid_privacy
26653  * Signature: (J)Z
26654  */
26655 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1supports_1scid_1privacy
26656   (JNIEnv *, jclass, jlong);
26657
26658 /*
26659  * Class:     org_ldk_impl_bindings
26660  * Method:    InitFeatures_requires_scid_privacy
26661  * Signature: (J)Z
26662  */
26663 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1requires_1scid_1privacy
26664   (JNIEnv *, jclass, jlong);
26665
26666 /*
26667  * Class:     org_ldk_impl_bindings
26668  * Method:    NodeFeatures_requires_scid_privacy
26669  * Signature: (J)Z
26670  */
26671 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1scid_1privacy
26672   (JNIEnv *, jclass, jlong);
26673
26674 /*
26675  * Class:     org_ldk_impl_bindings
26676  * Method:    ChannelTypeFeatures_requires_scid_privacy
26677  * Signature: (J)Z
26678  */
26679 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1requires_1scid_1privacy
26680   (JNIEnv *, jclass, jlong);
26681
26682 /*
26683  * Class:     org_ldk_impl_bindings
26684  * Method:    InvoiceFeatures_set_payment_metadata_optional
26685  * Signature: (J)V
26686  */
26687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1set_1payment_1metadata_1optional
26688   (JNIEnv *, jclass, jlong);
26689
26690 /*
26691  * Class:     org_ldk_impl_bindings
26692  * Method:    InvoiceFeatures_set_payment_metadata_required
26693  * Signature: (J)V
26694  */
26695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1set_1payment_1metadata_1required
26696   (JNIEnv *, jclass, jlong);
26697
26698 /*
26699  * Class:     org_ldk_impl_bindings
26700  * Method:    InvoiceFeatures_supports_payment_metadata
26701  * Signature: (J)Z
26702  */
26703 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1supports_1payment_1metadata
26704   (JNIEnv *, jclass, jlong);
26705
26706 /*
26707  * Class:     org_ldk_impl_bindings
26708  * Method:    InvoiceFeatures_requires_payment_metadata
26709  * Signature: (J)Z
26710  */
26711 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceFeatures_1requires_1payment_1metadata
26712   (JNIEnv *, jclass, jlong);
26713
26714 /*
26715  * Class:     org_ldk_impl_bindings
26716  * Method:    InitFeatures_set_zero_conf_optional
26717  * Signature: (J)V
26718  */
26719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1zero_1conf_1optional
26720   (JNIEnv *, jclass, jlong);
26721
26722 /*
26723  * Class:     org_ldk_impl_bindings
26724  * Method:    InitFeatures_set_zero_conf_required
26725  * Signature: (J)V
26726  */
26727 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InitFeatures_1set_1zero_1conf_1required
26728   (JNIEnv *, jclass, jlong);
26729
26730 /*
26731  * Class:     org_ldk_impl_bindings
26732  * Method:    InitFeatures_supports_zero_conf
26733  * Signature: (J)Z
26734  */
26735 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1supports_1zero_1conf
26736   (JNIEnv *, jclass, jlong);
26737
26738 /*
26739  * Class:     org_ldk_impl_bindings
26740  * Method:    NodeFeatures_set_zero_conf_optional
26741  * Signature: (J)V
26742  */
26743 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1zero_1conf_1optional
26744   (JNIEnv *, jclass, jlong);
26745
26746 /*
26747  * Class:     org_ldk_impl_bindings
26748  * Method:    NodeFeatures_set_zero_conf_required
26749  * Signature: (J)V
26750  */
26751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1zero_1conf_1required
26752   (JNIEnv *, jclass, jlong);
26753
26754 /*
26755  * Class:     org_ldk_impl_bindings
26756  * Method:    NodeFeatures_supports_zero_conf
26757  * Signature: (J)Z
26758  */
26759 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1supports_1zero_1conf
26760   (JNIEnv *, jclass, jlong);
26761
26762 /*
26763  * Class:     org_ldk_impl_bindings
26764  * Method:    ChannelTypeFeatures_set_zero_conf_optional
26765  * Signature: (J)V
26766  */
26767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1set_1zero_1conf_1optional
26768   (JNIEnv *, jclass, jlong);
26769
26770 /*
26771  * Class:     org_ldk_impl_bindings
26772  * Method:    ChannelTypeFeatures_set_zero_conf_required
26773  * Signature: (J)V
26774  */
26775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1set_1zero_1conf_1required
26776   (JNIEnv *, jclass, jlong);
26777
26778 /*
26779  * Class:     org_ldk_impl_bindings
26780  * Method:    ChannelTypeFeatures_supports_zero_conf
26781  * Signature: (J)Z
26782  */
26783 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1supports_1zero_1conf
26784   (JNIEnv *, jclass, jlong);
26785
26786 /*
26787  * Class:     org_ldk_impl_bindings
26788  * Method:    InitFeatures_requires_zero_conf
26789  * Signature: (J)Z
26790  */
26791 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InitFeatures_1requires_1zero_1conf
26792   (JNIEnv *, jclass, jlong);
26793
26794 /*
26795  * Class:     org_ldk_impl_bindings
26796  * Method:    NodeFeatures_requires_zero_conf
26797  * Signature: (J)Z
26798  */
26799 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1zero_1conf
26800   (JNIEnv *, jclass, jlong);
26801
26802 /*
26803  * Class:     org_ldk_impl_bindings
26804  * Method:    ChannelTypeFeatures_requires_zero_conf
26805  * Signature: (J)Z
26806  */
26807 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelTypeFeatures_1requires_1zero_1conf
26808   (JNIEnv *, jclass, jlong);
26809
26810 /*
26811  * Class:     org_ldk_impl_bindings
26812  * Method:    NodeFeatures_set_keysend_optional
26813  * Signature: (J)V
26814  */
26815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1keysend_1optional
26816   (JNIEnv *, jclass, jlong);
26817
26818 /*
26819  * Class:     org_ldk_impl_bindings
26820  * Method:    NodeFeatures_set_keysend_required
26821  * Signature: (J)V
26822  */
26823 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1set_1keysend_1required
26824   (JNIEnv *, jclass, jlong);
26825
26826 /*
26827  * Class:     org_ldk_impl_bindings
26828  * Method:    NodeFeatures_supports_keysend
26829  * Signature: (J)Z
26830  */
26831 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1supports_1keysend
26832   (JNIEnv *, jclass, jlong);
26833
26834 /*
26835  * Class:     org_ldk_impl_bindings
26836  * Method:    NodeFeatures_requires_keysend
26837  * Signature: (J)Z
26838  */
26839 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeFeatures_1requires_1keysend
26840   (JNIEnv *, jclass, jlong);
26841
26842 /*
26843  * Class:     org_ldk_impl_bindings
26844  * Method:    ShutdownScript_free
26845  * Signature: (J)V
26846  */
26847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1free
26848   (JNIEnv *, jclass, jlong);
26849
26850 /*
26851  * Class:     org_ldk_impl_bindings
26852  * Method:    ShutdownScript_clone_ptr
26853  * Signature: (J)J
26854  */
26855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1clone_1ptr
26856   (JNIEnv *, jclass, jlong);
26857
26858 /*
26859  * Class:     org_ldk_impl_bindings
26860  * Method:    ShutdownScript_clone
26861  * Signature: (J)J
26862  */
26863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1clone
26864   (JNIEnv *, jclass, jlong);
26865
26866 /*
26867  * Class:     org_ldk_impl_bindings
26868  * Method:    ShutdownScript_eq
26869  * Signature: (JJ)Z
26870  */
26871 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1eq
26872   (JNIEnv *, jclass, jlong, jlong);
26873
26874 /*
26875  * Class:     org_ldk_impl_bindings
26876  * Method:    InvalidShutdownScript_free
26877  * Signature: (J)V
26878  */
26879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvalidShutdownScript_1free
26880   (JNIEnv *, jclass, jlong);
26881
26882 /*
26883  * Class:     org_ldk_impl_bindings
26884  * Method:    InvalidShutdownScript_get_script
26885  * Signature: (J)[B
26886  */
26887 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InvalidShutdownScript_1get_1script
26888   (JNIEnv *, jclass, jlong);
26889
26890 /*
26891  * Class:     org_ldk_impl_bindings
26892  * Method:    InvalidShutdownScript_set_script
26893  * Signature: (J[B)V
26894  */
26895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvalidShutdownScript_1set_1script
26896   (JNIEnv *, jclass, jlong, jbyteArray);
26897
26898 /*
26899  * Class:     org_ldk_impl_bindings
26900  * Method:    InvalidShutdownScript_new
26901  * Signature: ([B)J
26902  */
26903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvalidShutdownScript_1new
26904   (JNIEnv *, jclass, jbyteArray);
26905
26906 /*
26907  * Class:     org_ldk_impl_bindings
26908  * Method:    InvalidShutdownScript_clone_ptr
26909  * Signature: (J)J
26910  */
26911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvalidShutdownScript_1clone_1ptr
26912   (JNIEnv *, jclass, jlong);
26913
26914 /*
26915  * Class:     org_ldk_impl_bindings
26916  * Method:    InvalidShutdownScript_clone
26917  * Signature: (J)J
26918  */
26919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvalidShutdownScript_1clone
26920   (JNIEnv *, jclass, jlong);
26921
26922 /*
26923  * Class:     org_ldk_impl_bindings
26924  * Method:    ShutdownScript_write
26925  * Signature: (J)[B
26926  */
26927 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1write
26928   (JNIEnv *, jclass, jlong);
26929
26930 /*
26931  * Class:     org_ldk_impl_bindings
26932  * Method:    ShutdownScript_read
26933  * Signature: ([B)J
26934  */
26935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1read
26936   (JNIEnv *, jclass, jbyteArray);
26937
26938 /*
26939  * Class:     org_ldk_impl_bindings
26940  * Method:    ShutdownScript_new_p2wpkh
26941  * Signature: ([B)J
26942  */
26943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1new_1p2wpkh
26944   (JNIEnv *, jclass, jbyteArray);
26945
26946 /*
26947  * Class:     org_ldk_impl_bindings
26948  * Method:    ShutdownScript_new_p2wsh
26949  * Signature: ([B)J
26950  */
26951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1new_1p2wsh
26952   (JNIEnv *, jclass, jbyteArray);
26953
26954 /*
26955  * Class:     org_ldk_impl_bindings
26956  * Method:    ShutdownScript_new_witness_program
26957  * Signature: (B[B)J
26958  */
26959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1new_1witness_1program
26960   (JNIEnv *, jclass, jbyte, jbyteArray);
26961
26962 /*
26963  * Class:     org_ldk_impl_bindings
26964  * Method:    ShutdownScript_into_inner
26965  * Signature: (J)[B
26966  */
26967 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1into_1inner
26968   (JNIEnv *, jclass, jlong);
26969
26970 /*
26971  * Class:     org_ldk_impl_bindings
26972  * Method:    ShutdownScript_as_legacy_pubkey
26973  * Signature: (J)[B
26974  */
26975 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1as_1legacy_1pubkey
26976   (JNIEnv *, jclass, jlong);
26977
26978 /*
26979  * Class:     org_ldk_impl_bindings
26980  * Method:    ShutdownScript_is_compatible
26981  * Signature: (JJ)Z
26982  */
26983 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ShutdownScript_1is_1compatible
26984   (JNIEnv *, jclass, jlong, jlong);
26985
26986 /*
26987  * Class:     org_ldk_impl_bindings
26988  * Method:    Retry_free
26989  * Signature: (J)V
26990  */
26991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Retry_1free
26992   (JNIEnv *, jclass, jlong);
26993
26994 /*
26995  * Class:     org_ldk_impl_bindings
26996  * Method:    Retry_clone_ptr
26997  * Signature: (J)J
26998  */
26999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Retry_1clone_1ptr
27000   (JNIEnv *, jclass, jlong);
27001
27002 /*
27003  * Class:     org_ldk_impl_bindings
27004  * Method:    Retry_clone
27005  * Signature: (J)J
27006  */
27007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Retry_1clone
27008   (JNIEnv *, jclass, jlong);
27009
27010 /*
27011  * Class:     org_ldk_impl_bindings
27012  * Method:    Retry_attempts
27013  * Signature: (J)J
27014  */
27015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Retry_1attempts
27016   (JNIEnv *, jclass, jlong);
27017
27018 /*
27019  * Class:     org_ldk_impl_bindings
27020  * Method:    Retry_timeout
27021  * Signature: (J)J
27022  */
27023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Retry_1timeout
27024   (JNIEnv *, jclass, jlong);
27025
27026 /*
27027  * Class:     org_ldk_impl_bindings
27028  * Method:    Retry_eq
27029  * Signature: (JJ)Z
27030  */
27031 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Retry_1eq
27032   (JNIEnv *, jclass, jlong, jlong);
27033
27034 /*
27035  * Class:     org_ldk_impl_bindings
27036  * Method:    Retry_hash
27037  * Signature: (J)J
27038  */
27039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Retry_1hash
27040   (JNIEnv *, jclass, jlong);
27041
27042 /*
27043  * Class:     org_ldk_impl_bindings
27044  * Method:    RetryableSendFailure_clone
27045  * Signature: (J)Lorg/ldk/enums/RetryableSendFailure;
27046  */
27047 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_RetryableSendFailure_1clone
27048   (JNIEnv *, jclass, jlong);
27049
27050 /*
27051  * Class:     org_ldk_impl_bindings
27052  * Method:    RetryableSendFailure_payment_expired
27053  * Signature: ()Lorg/ldk/enums/RetryableSendFailure;
27054  */
27055 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_RetryableSendFailure_1payment_1expired
27056   (JNIEnv *, jclass);
27057
27058 /*
27059  * Class:     org_ldk_impl_bindings
27060  * Method:    RetryableSendFailure_route_not_found
27061  * Signature: ()Lorg/ldk/enums/RetryableSendFailure;
27062  */
27063 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_RetryableSendFailure_1route_1not_1found
27064   (JNIEnv *, jclass);
27065
27066 /*
27067  * Class:     org_ldk_impl_bindings
27068  * Method:    RetryableSendFailure_duplicate_payment
27069  * Signature: ()Lorg/ldk/enums/RetryableSendFailure;
27070  */
27071 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_RetryableSendFailure_1duplicate_1payment
27072   (JNIEnv *, jclass);
27073
27074 /*
27075  * Class:     org_ldk_impl_bindings
27076  * Method:    PaymentSendFailure_free
27077  * Signature: (J)V
27078  */
27079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1free
27080   (JNIEnv *, jclass, jlong);
27081
27082 /*
27083  * Class:     org_ldk_impl_bindings
27084  * Method:    PaymentSendFailure_clone_ptr
27085  * Signature: (J)J
27086  */
27087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1clone_1ptr
27088   (JNIEnv *, jclass, jlong);
27089
27090 /*
27091  * Class:     org_ldk_impl_bindings
27092  * Method:    PaymentSendFailure_clone
27093  * Signature: (J)J
27094  */
27095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1clone
27096   (JNIEnv *, jclass, jlong);
27097
27098 /*
27099  * Class:     org_ldk_impl_bindings
27100  * Method:    PaymentSendFailure_parameter_error
27101  * Signature: (J)J
27102  */
27103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1parameter_1error
27104   (JNIEnv *, jclass, jlong);
27105
27106 /*
27107  * Class:     org_ldk_impl_bindings
27108  * Method:    PaymentSendFailure_path_parameter_error
27109  * Signature: ([J)J
27110  */
27111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1path_1parameter_1error
27112   (JNIEnv *, jclass, jlongArray);
27113
27114 /*
27115  * Class:     org_ldk_impl_bindings
27116  * Method:    PaymentSendFailure_all_failed_resend_safe
27117  * Signature: ([J)J
27118  */
27119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1all_1failed_1resend_1safe
27120   (JNIEnv *, jclass, jlongArray);
27121
27122 /*
27123  * Class:     org_ldk_impl_bindings
27124  * Method:    PaymentSendFailure_duplicate_payment
27125  * Signature: ()J
27126  */
27127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1duplicate_1payment
27128   (JNIEnv *, jclass);
27129
27130 /*
27131  * Class:     org_ldk_impl_bindings
27132  * Method:    PaymentSendFailure_partial_failure
27133  * Signature: ([JJ[B)J
27134  */
27135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentSendFailure_1partial_1failure
27136   (JNIEnv *, jclass, jlongArray, jlong, jbyteArray);
27137
27138 /*
27139  * Class:     org_ldk_impl_bindings
27140  * Method:    RecipientOnionFields_free
27141  * Signature: (J)V
27142  */
27143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RecipientOnionFields_1free
27144   (JNIEnv *, jclass, jlong);
27145
27146 /*
27147  * Class:     org_ldk_impl_bindings
27148  * Method:    RecipientOnionFields_get_payment_secret
27149  * Signature: (J)[B
27150  */
27151 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RecipientOnionFields_1get_1payment_1secret
27152   (JNIEnv *, jclass, jlong);
27153
27154 /*
27155  * Class:     org_ldk_impl_bindings
27156  * Method:    RecipientOnionFields_set_payment_secret
27157  * Signature: (J[B)V
27158  */
27159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RecipientOnionFields_1set_1payment_1secret
27160   (JNIEnv *, jclass, jlong, jbyteArray);
27161
27162 /*
27163  * Class:     org_ldk_impl_bindings
27164  * Method:    RecipientOnionFields_get_payment_metadata
27165  * Signature: (J)J
27166  */
27167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RecipientOnionFields_1get_1payment_1metadata
27168   (JNIEnv *, jclass, jlong);
27169
27170 /*
27171  * Class:     org_ldk_impl_bindings
27172  * Method:    RecipientOnionFields_set_payment_metadata
27173  * Signature: (JJ)V
27174  */
27175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RecipientOnionFields_1set_1payment_1metadata
27176   (JNIEnv *, jclass, jlong, jlong);
27177
27178 /*
27179  * Class:     org_ldk_impl_bindings
27180  * Method:    RecipientOnionFields_new
27181  * Signature: ([BJ)J
27182  */
27183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RecipientOnionFields_1new
27184   (JNIEnv *, jclass, jbyteArray, jlong);
27185
27186 /*
27187  * Class:     org_ldk_impl_bindings
27188  * Method:    RecipientOnionFields_clone_ptr
27189  * Signature: (J)J
27190  */
27191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RecipientOnionFields_1clone_1ptr
27192   (JNIEnv *, jclass, jlong);
27193
27194 /*
27195  * Class:     org_ldk_impl_bindings
27196  * Method:    RecipientOnionFields_clone
27197  * Signature: (J)J
27198  */
27199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RecipientOnionFields_1clone
27200   (JNIEnv *, jclass, jlong);
27201
27202 /*
27203  * Class:     org_ldk_impl_bindings
27204  * Method:    RecipientOnionFields_eq
27205  * Signature: (JJ)Z
27206  */
27207 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RecipientOnionFields_1eq
27208   (JNIEnv *, jclass, jlong, jlong);
27209
27210 /*
27211  * Class:     org_ldk_impl_bindings
27212  * Method:    RecipientOnionFields_write
27213  * Signature: (J)[B
27214  */
27215 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RecipientOnionFields_1write
27216   (JNIEnv *, jclass, jlong);
27217
27218 /*
27219  * Class:     org_ldk_impl_bindings
27220  * Method:    RecipientOnionFields_read
27221  * Signature: ([B)J
27222  */
27223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RecipientOnionFields_1read
27224   (JNIEnv *, jclass, jbyteArray);
27225
27226 /*
27227  * Class:     org_ldk_impl_bindings
27228  * Method:    RecipientOnionFields_secret_only
27229  * Signature: ([B)J
27230  */
27231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RecipientOnionFields_1secret_1only
27232   (JNIEnv *, jclass, jbyteArray);
27233
27234 /*
27235  * Class:     org_ldk_impl_bindings
27236  * Method:    RecipientOnionFields_spontaneous_empty
27237  * Signature: ()J
27238  */
27239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RecipientOnionFields_1spontaneous_1empty
27240   (JNIEnv *, jclass);
27241
27242 /*
27243  * Class:     org_ldk_impl_bindings
27244  * Method:    CustomMessageReader_free
27245  * Signature: (J)V
27246  */
27247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CustomMessageReader_1free
27248   (JNIEnv *, jclass, jlong);
27249
27250 /*
27251  * Class:     org_ldk_impl_bindings
27252  * Method:    Type_clone_ptr
27253  * Signature: (J)J
27254  */
27255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Type_1clone_1ptr
27256   (JNIEnv *, jclass, jlong);
27257
27258 /*
27259  * Class:     org_ldk_impl_bindings
27260  * Method:    Type_clone
27261  * Signature: (J)J
27262  */
27263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Type_1clone
27264   (JNIEnv *, jclass, jlong);
27265
27266 /*
27267  * Class:     org_ldk_impl_bindings
27268  * Method:    Type_free
27269  * Signature: (J)V
27270  */
27271 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Type_1free
27272   (JNIEnv *, jclass, jlong);
27273
27274 /*
27275  * Class:     org_ldk_impl_bindings
27276  * Method:    UnsignedInvoice_free
27277  * Signature: (J)V
27278  */
27279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedInvoice_1free
27280   (JNIEnv *, jclass, jlong);
27281
27282 /*
27283  * Class:     org_ldk_impl_bindings
27284  * Method:    UnsignedInvoice_signing_pubkey
27285  * Signature: (J)[B
27286  */
27287 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_UnsignedInvoice_1signing_1pubkey
27288   (JNIEnv *, jclass, jlong);
27289
27290 /*
27291  * Class:     org_ldk_impl_bindings
27292  * Method:    BlindedPayInfo_free
27293  * Signature: (J)V
27294  */
27295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1free
27296   (JNIEnv *, jclass, jlong);
27297
27298 /*
27299  * Class:     org_ldk_impl_bindings
27300  * Method:    BlindedPayInfo_get_fee_base_msat
27301  * Signature: (J)I
27302  */
27303 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1get_1fee_1base_1msat
27304   (JNIEnv *, jclass, jlong);
27305
27306 /*
27307  * Class:     org_ldk_impl_bindings
27308  * Method:    BlindedPayInfo_set_fee_base_msat
27309  * Signature: (JI)V
27310  */
27311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1set_1fee_1base_1msat
27312   (JNIEnv *, jclass, jlong, jint);
27313
27314 /*
27315  * Class:     org_ldk_impl_bindings
27316  * Method:    BlindedPayInfo_get_fee_proportional_millionths
27317  * Signature: (J)I
27318  */
27319 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1get_1fee_1proportional_1millionths
27320   (JNIEnv *, jclass, jlong);
27321
27322 /*
27323  * Class:     org_ldk_impl_bindings
27324  * Method:    BlindedPayInfo_set_fee_proportional_millionths
27325  * Signature: (JI)V
27326  */
27327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1set_1fee_1proportional_1millionths
27328   (JNIEnv *, jclass, jlong, jint);
27329
27330 /*
27331  * Class:     org_ldk_impl_bindings
27332  * Method:    BlindedPayInfo_get_cltv_expiry_delta
27333  * Signature: (J)S
27334  */
27335 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1get_1cltv_1expiry_1delta
27336   (JNIEnv *, jclass, jlong);
27337
27338 /*
27339  * Class:     org_ldk_impl_bindings
27340  * Method:    BlindedPayInfo_set_cltv_expiry_delta
27341  * Signature: (JS)V
27342  */
27343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1set_1cltv_1expiry_1delta
27344   (JNIEnv *, jclass, jlong, jshort);
27345
27346 /*
27347  * Class:     org_ldk_impl_bindings
27348  * Method:    BlindedPayInfo_get_htlc_minimum_msat
27349  * Signature: (J)J
27350  */
27351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1get_1htlc_1minimum_1msat
27352   (JNIEnv *, jclass, jlong);
27353
27354 /*
27355  * Class:     org_ldk_impl_bindings
27356  * Method:    BlindedPayInfo_set_htlc_minimum_msat
27357  * Signature: (JJ)V
27358  */
27359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1set_1htlc_1minimum_1msat
27360   (JNIEnv *, jclass, jlong, jlong);
27361
27362 /*
27363  * Class:     org_ldk_impl_bindings
27364  * Method:    BlindedPayInfo_get_htlc_maximum_msat
27365  * Signature: (J)J
27366  */
27367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1get_1htlc_1maximum_1msat
27368   (JNIEnv *, jclass, jlong);
27369
27370 /*
27371  * Class:     org_ldk_impl_bindings
27372  * Method:    BlindedPayInfo_set_htlc_maximum_msat
27373  * Signature: (JJ)V
27374  */
27375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1set_1htlc_1maximum_1msat
27376   (JNIEnv *, jclass, jlong, jlong);
27377
27378 /*
27379  * Class:     org_ldk_impl_bindings
27380  * Method:    BlindedPayInfo_get_features
27381  * Signature: (J)J
27382  */
27383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1get_1features
27384   (JNIEnv *, jclass, jlong);
27385
27386 /*
27387  * Class:     org_ldk_impl_bindings
27388  * Method:    BlindedPayInfo_set_features
27389  * Signature: (JJ)V
27390  */
27391 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1set_1features
27392   (JNIEnv *, jclass, jlong, jlong);
27393
27394 /*
27395  * Class:     org_ldk_impl_bindings
27396  * Method:    BlindedPayInfo_new
27397  * Signature: (IISJJJ)J
27398  */
27399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1new
27400   (JNIEnv *, jclass, jint, jint, jshort, jlong, jlong, jlong);
27401
27402 /*
27403  * Class:     org_ldk_impl_bindings
27404  * Method:    BlindedPayInfo_clone_ptr
27405  * Signature: (J)J
27406  */
27407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1clone_1ptr
27408   (JNIEnv *, jclass, jlong);
27409
27410 /*
27411  * Class:     org_ldk_impl_bindings
27412  * Method:    BlindedPayInfo_clone
27413  * Signature: (J)J
27414  */
27415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1clone
27416   (JNIEnv *, jclass, jlong);
27417
27418 /*
27419  * Class:     org_ldk_impl_bindings
27420  * Method:    BlindedPayInfo_hash
27421  * Signature: (J)J
27422  */
27423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1hash
27424   (JNIEnv *, jclass, jlong);
27425
27426 /*
27427  * Class:     org_ldk_impl_bindings
27428  * Method:    BlindedPayInfo_eq
27429  * Signature: (JJ)Z
27430  */
27431 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1eq
27432   (JNIEnv *, jclass, jlong, jlong);
27433
27434 /*
27435  * Class:     org_ldk_impl_bindings
27436  * Method:    BlindedPayInfo_write
27437  * Signature: (J)[B
27438  */
27439 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1write
27440   (JNIEnv *, jclass, jlong);
27441
27442 /*
27443  * Class:     org_ldk_impl_bindings
27444  * Method:    BlindedPayInfo_read
27445  * Signature: ([B)J
27446  */
27447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedPayInfo_1read
27448   (JNIEnv *, jclass, jbyteArray);
27449
27450 /*
27451  * Class:     org_ldk_impl_bindings
27452  * Method:    UnsignedInvoiceRequest_free
27453  * Signature: (J)V
27454  */
27455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UnsignedInvoiceRequest_1free
27456   (JNIEnv *, jclass, jlong);
27457
27458 /*
27459  * Class:     org_ldk_impl_bindings
27460  * Method:    InvoiceRequest_free
27461  * Signature: (J)V
27462  */
27463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoiceRequest_1free
27464   (JNIEnv *, jclass, jlong);
27465
27466 /*
27467  * Class:     org_ldk_impl_bindings
27468  * Method:    InvoiceRequest_clone_ptr
27469  * Signature: (J)J
27470  */
27471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceRequest_1clone_1ptr
27472   (JNIEnv *, jclass, jlong);
27473
27474 /*
27475  * Class:     org_ldk_impl_bindings
27476  * Method:    InvoiceRequest_clone
27477  * Signature: (J)J
27478  */
27479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceRequest_1clone
27480   (JNIEnv *, jclass, jlong);
27481
27482 /*
27483  * Class:     org_ldk_impl_bindings
27484  * Method:    InvoiceRequest_metadata
27485  * Signature: (J)[B
27486  */
27487 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InvoiceRequest_1metadata
27488   (JNIEnv *, jclass, jlong);
27489
27490 /*
27491  * Class:     org_ldk_impl_bindings
27492  * Method:    InvoiceRequest_chain
27493  * Signature: (J)[B
27494  */
27495 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InvoiceRequest_1chain
27496   (JNIEnv *, jclass, jlong);
27497
27498 /*
27499  * Class:     org_ldk_impl_bindings
27500  * Method:    InvoiceRequest_amount_msats
27501  * Signature: (J)J
27502  */
27503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceRequest_1amount_1msats
27504   (JNIEnv *, jclass, jlong);
27505
27506 /*
27507  * Class:     org_ldk_impl_bindings
27508  * Method:    InvoiceRequest_features
27509  * Signature: (J)J
27510  */
27511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceRequest_1features
27512   (JNIEnv *, jclass, jlong);
27513
27514 /*
27515  * Class:     org_ldk_impl_bindings
27516  * Method:    InvoiceRequest_quantity
27517  * Signature: (J)J
27518  */
27519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceRequest_1quantity
27520   (JNIEnv *, jclass, jlong);
27521
27522 /*
27523  * Class:     org_ldk_impl_bindings
27524  * Method:    InvoiceRequest_payer_id
27525  * Signature: (J)[B
27526  */
27527 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InvoiceRequest_1payer_1id
27528   (JNIEnv *, jclass, jlong);
27529
27530 /*
27531  * Class:     org_ldk_impl_bindings
27532  * Method:    InvoiceRequest_payer_note
27533  * Signature: (J)J
27534  */
27535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceRequest_1payer_1note
27536   (JNIEnv *, jclass, jlong);
27537
27538 /*
27539  * Class:     org_ldk_impl_bindings
27540  * Method:    InvoiceRequest_write
27541  * Signature: (J)[B
27542  */
27543 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InvoiceRequest_1write
27544   (JNIEnv *, jclass, jlong);
27545
27546 /*
27547  * Class:     org_ldk_impl_bindings
27548  * Method:    Offer_free
27549  * Signature: (J)V
27550  */
27551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Offer_1free
27552   (JNIEnv *, jclass, jlong);
27553
27554 /*
27555  * Class:     org_ldk_impl_bindings
27556  * Method:    Offer_clone_ptr
27557  * Signature: (J)J
27558  */
27559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Offer_1clone_1ptr
27560   (JNIEnv *, jclass, jlong);
27561
27562 /*
27563  * Class:     org_ldk_impl_bindings
27564  * Method:    Offer_clone
27565  * Signature: (J)J
27566  */
27567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Offer_1clone
27568   (JNIEnv *, jclass, jlong);
27569
27570 /*
27571  * Class:     org_ldk_impl_bindings
27572  * Method:    Offer_chains
27573  * Signature: (J)[[B
27574  */
27575 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_Offer_1chains
27576   (JNIEnv *, jclass, jlong);
27577
27578 /*
27579  * Class:     org_ldk_impl_bindings
27580  * Method:    Offer_supports_chain
27581  * Signature: (J[B)Z
27582  */
27583 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Offer_1supports_1chain
27584   (JNIEnv *, jclass, jlong, jbyteArray);
27585
27586 /*
27587  * Class:     org_ldk_impl_bindings
27588  * Method:    Offer_metadata
27589  * Signature: (J)J
27590  */
27591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Offer_1metadata
27592   (JNIEnv *, jclass, jlong);
27593
27594 /*
27595  * Class:     org_ldk_impl_bindings
27596  * Method:    Offer_amount
27597  * Signature: (J)J
27598  */
27599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Offer_1amount
27600   (JNIEnv *, jclass, jlong);
27601
27602 /*
27603  * Class:     org_ldk_impl_bindings
27604  * Method:    Offer_description
27605  * Signature: (J)J
27606  */
27607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Offer_1description
27608   (JNIEnv *, jclass, jlong);
27609
27610 /*
27611  * Class:     org_ldk_impl_bindings
27612  * Method:    Offer_features
27613  * Signature: (J)J
27614  */
27615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Offer_1features
27616   (JNIEnv *, jclass, jlong);
27617
27618 /*
27619  * Class:     org_ldk_impl_bindings
27620  * Method:    Offer_absolute_expiry
27621  * Signature: (J)J
27622  */
27623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Offer_1absolute_1expiry
27624   (JNIEnv *, jclass, jlong);
27625
27626 /*
27627  * Class:     org_ldk_impl_bindings
27628  * Method:    Offer_is_expired
27629  * Signature: (J)Z
27630  */
27631 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Offer_1is_1expired
27632   (JNIEnv *, jclass, jlong);
27633
27634 /*
27635  * Class:     org_ldk_impl_bindings
27636  * Method:    Offer_issuer
27637  * Signature: (J)J
27638  */
27639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Offer_1issuer
27640   (JNIEnv *, jclass, jlong);
27641
27642 /*
27643  * Class:     org_ldk_impl_bindings
27644  * Method:    Offer_paths
27645  * Signature: (J)[J
27646  */
27647 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_Offer_1paths
27648   (JNIEnv *, jclass, jlong);
27649
27650 /*
27651  * Class:     org_ldk_impl_bindings
27652  * Method:    Offer_supported_quantity
27653  * Signature: (J)J
27654  */
27655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Offer_1supported_1quantity
27656   (JNIEnv *, jclass, jlong);
27657
27658 /*
27659  * Class:     org_ldk_impl_bindings
27660  * Method:    Offer_is_valid_quantity
27661  * Signature: (JJ)Z
27662  */
27663 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Offer_1is_1valid_1quantity
27664   (JNIEnv *, jclass, jlong, jlong);
27665
27666 /*
27667  * Class:     org_ldk_impl_bindings
27668  * Method:    Offer_expects_quantity
27669  * Signature: (J)Z
27670  */
27671 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Offer_1expects_1quantity
27672   (JNIEnv *, jclass, jlong);
27673
27674 /*
27675  * Class:     org_ldk_impl_bindings
27676  * Method:    Offer_signing_pubkey
27677  * Signature: (J)[B
27678  */
27679 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Offer_1signing_1pubkey
27680   (JNIEnv *, jclass, jlong);
27681
27682 /*
27683  * Class:     org_ldk_impl_bindings
27684  * Method:    Offer_write
27685  * Signature: (J)[B
27686  */
27687 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Offer_1write
27688   (JNIEnv *, jclass, jlong);
27689
27690 /*
27691  * Class:     org_ldk_impl_bindings
27692  * Method:    Amount_free
27693  * Signature: (J)V
27694  */
27695 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Amount_1free
27696   (JNIEnv *, jclass, jlong);
27697
27698 /*
27699  * Class:     org_ldk_impl_bindings
27700  * Method:    Amount_clone_ptr
27701  * Signature: (J)J
27702  */
27703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Amount_1clone_1ptr
27704   (JNIEnv *, jclass, jlong);
27705
27706 /*
27707  * Class:     org_ldk_impl_bindings
27708  * Method:    Amount_clone
27709  * Signature: (J)J
27710  */
27711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Amount_1clone
27712   (JNIEnv *, jclass, jlong);
27713
27714 /*
27715  * Class:     org_ldk_impl_bindings
27716  * Method:    Quantity_free
27717  * Signature: (J)V
27718  */
27719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Quantity_1free
27720   (JNIEnv *, jclass, jlong);
27721
27722 /*
27723  * Class:     org_ldk_impl_bindings
27724  * Method:    Quantity_clone_ptr
27725  * Signature: (J)J
27726  */
27727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Quantity_1clone_1ptr
27728   (JNIEnv *, jclass, jlong);
27729
27730 /*
27731  * Class:     org_ldk_impl_bindings
27732  * Method:    Quantity_clone
27733  * Signature: (J)J
27734  */
27735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Quantity_1clone
27736   (JNIEnv *, jclass, jlong);
27737
27738 /*
27739  * Class:     org_ldk_impl_bindings
27740  * Method:    Refund_free
27741  * Signature: (J)V
27742  */
27743 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Refund_1free
27744   (JNIEnv *, jclass, jlong);
27745
27746 /*
27747  * Class:     org_ldk_impl_bindings
27748  * Method:    Refund_clone_ptr
27749  * Signature: (J)J
27750  */
27751 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Refund_1clone_1ptr
27752   (JNIEnv *, jclass, jlong);
27753
27754 /*
27755  * Class:     org_ldk_impl_bindings
27756  * Method:    Refund_clone
27757  * Signature: (J)J
27758  */
27759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Refund_1clone
27760   (JNIEnv *, jclass, jlong);
27761
27762 /*
27763  * Class:     org_ldk_impl_bindings
27764  * Method:    Refund_description
27765  * Signature: (J)J
27766  */
27767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Refund_1description
27768   (JNIEnv *, jclass, jlong);
27769
27770 /*
27771  * Class:     org_ldk_impl_bindings
27772  * Method:    Refund_absolute_expiry
27773  * Signature: (J)J
27774  */
27775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Refund_1absolute_1expiry
27776   (JNIEnv *, jclass, jlong);
27777
27778 /*
27779  * Class:     org_ldk_impl_bindings
27780  * Method:    Refund_is_expired
27781  * Signature: (J)Z
27782  */
27783 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Refund_1is_1expired
27784   (JNIEnv *, jclass, jlong);
27785
27786 /*
27787  * Class:     org_ldk_impl_bindings
27788  * Method:    Refund_issuer
27789  * Signature: (J)J
27790  */
27791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Refund_1issuer
27792   (JNIEnv *, jclass, jlong);
27793
27794 /*
27795  * Class:     org_ldk_impl_bindings
27796  * Method:    Refund_paths
27797  * Signature: (J)[J
27798  */
27799 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_Refund_1paths
27800   (JNIEnv *, jclass, jlong);
27801
27802 /*
27803  * Class:     org_ldk_impl_bindings
27804  * Method:    Refund_metadata
27805  * Signature: (J)[B
27806  */
27807 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Refund_1metadata
27808   (JNIEnv *, jclass, jlong);
27809
27810 /*
27811  * Class:     org_ldk_impl_bindings
27812  * Method:    Refund_chain
27813  * Signature: (J)[B
27814  */
27815 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Refund_1chain
27816   (JNIEnv *, jclass, jlong);
27817
27818 /*
27819  * Class:     org_ldk_impl_bindings
27820  * Method:    Refund_amount_msats
27821  * Signature: (J)J
27822  */
27823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Refund_1amount_1msats
27824   (JNIEnv *, jclass, jlong);
27825
27826 /*
27827  * Class:     org_ldk_impl_bindings
27828  * Method:    Refund_features
27829  * Signature: (J)J
27830  */
27831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Refund_1features
27832   (JNIEnv *, jclass, jlong);
27833
27834 /*
27835  * Class:     org_ldk_impl_bindings
27836  * Method:    Refund_quantity
27837  * Signature: (J)J
27838  */
27839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Refund_1quantity
27840   (JNIEnv *, jclass, jlong);
27841
27842 /*
27843  * Class:     org_ldk_impl_bindings
27844  * Method:    Refund_payer_id
27845  * Signature: (J)[B
27846  */
27847 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Refund_1payer_1id
27848   (JNIEnv *, jclass, jlong);
27849
27850 /*
27851  * Class:     org_ldk_impl_bindings
27852  * Method:    Refund_payer_note
27853  * Signature: (J)J
27854  */
27855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Refund_1payer_1note
27856   (JNIEnv *, jclass, jlong);
27857
27858 /*
27859  * Class:     org_ldk_impl_bindings
27860  * Method:    Refund_write
27861  * Signature: (J)[B
27862  */
27863 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Refund_1write
27864   (JNIEnv *, jclass, jlong);
27865
27866 /*
27867  * Class:     org_ldk_impl_bindings
27868  * Method:    UtxoLookupError_clone
27869  * Signature: (J)Lorg/ldk/enums/UtxoLookupError;
27870  */
27871 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_UtxoLookupError_1clone
27872   (JNIEnv *, jclass, jlong);
27873
27874 /*
27875  * Class:     org_ldk_impl_bindings
27876  * Method:    UtxoLookupError_unknown_chain
27877  * Signature: ()Lorg/ldk/enums/UtxoLookupError;
27878  */
27879 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_UtxoLookupError_1unknown_1chain
27880   (JNIEnv *, jclass);
27881
27882 /*
27883  * Class:     org_ldk_impl_bindings
27884  * Method:    UtxoLookupError_unknown_tx
27885  * Signature: ()Lorg/ldk/enums/UtxoLookupError;
27886  */
27887 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_UtxoLookupError_1unknown_1tx
27888   (JNIEnv *, jclass);
27889
27890 /*
27891  * Class:     org_ldk_impl_bindings
27892  * Method:    UtxoResult_free
27893  * Signature: (J)V
27894  */
27895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UtxoResult_1free
27896   (JNIEnv *, jclass, jlong);
27897
27898 /*
27899  * Class:     org_ldk_impl_bindings
27900  * Method:    UtxoResult_clone_ptr
27901  * Signature: (J)J
27902  */
27903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UtxoResult_1clone_1ptr
27904   (JNIEnv *, jclass, jlong);
27905
27906 /*
27907  * Class:     org_ldk_impl_bindings
27908  * Method:    UtxoResult_clone
27909  * Signature: (J)J
27910  */
27911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UtxoResult_1clone
27912   (JNIEnv *, jclass, jlong);
27913
27914 /*
27915  * Class:     org_ldk_impl_bindings
27916  * Method:    UtxoResult_sync
27917  * Signature: (J)J
27918  */
27919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UtxoResult_1sync
27920   (JNIEnv *, jclass, jlong);
27921
27922 /*
27923  * Class:     org_ldk_impl_bindings
27924  * Method:    UtxoResult_async
27925  * Signature: (J)J
27926  */
27927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UtxoResult_1async
27928   (JNIEnv *, jclass, jlong);
27929
27930 /*
27931  * Class:     org_ldk_impl_bindings
27932  * Method:    UtxoLookup_free
27933  * Signature: (J)V
27934  */
27935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UtxoLookup_1free
27936   (JNIEnv *, jclass, jlong);
27937
27938 /*
27939  * Class:     org_ldk_impl_bindings
27940  * Method:    UtxoFuture_free
27941  * Signature: (J)V
27942  */
27943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UtxoFuture_1free
27944   (JNIEnv *, jclass, jlong);
27945
27946 /*
27947  * Class:     org_ldk_impl_bindings
27948  * Method:    UtxoFuture_clone_ptr
27949  * Signature: (J)J
27950  */
27951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UtxoFuture_1clone_1ptr
27952   (JNIEnv *, jclass, jlong);
27953
27954 /*
27955  * Class:     org_ldk_impl_bindings
27956  * Method:    UtxoFuture_clone
27957  * Signature: (J)J
27958  */
27959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UtxoFuture_1clone
27960   (JNIEnv *, jclass, jlong);
27961
27962 /*
27963  * Class:     org_ldk_impl_bindings
27964  * Method:    UtxoFuture_new
27965  * Signature: ()J
27966  */
27967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_UtxoFuture_1new
27968   (JNIEnv *, jclass);
27969
27970 /*
27971  * Class:     org_ldk_impl_bindings
27972  * Method:    UtxoFuture_resolve_without_forwarding
27973  * Signature: (JJJ)V
27974  */
27975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UtxoFuture_1resolve_1without_1forwarding
27976   (JNIEnv *, jclass, jlong, jlong, jlong);
27977
27978 /*
27979  * Class:     org_ldk_impl_bindings
27980  * Method:    UtxoFuture_resolve
27981  * Signature: (JJJJ)V
27982  */
27983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_UtxoFuture_1resolve
27984   (JNIEnv *, jclass, jlong, jlong, jlong, jlong);
27985
27986 /*
27987  * Class:     org_ldk_impl_bindings
27988  * Method:    NodeId_free
27989  * Signature: (J)V
27990  */
27991 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeId_1free
27992   (JNIEnv *, jclass, jlong);
27993
27994 /*
27995  * Class:     org_ldk_impl_bindings
27996  * Method:    NodeId_clone_ptr
27997  * Signature: (J)J
27998  */
27999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeId_1clone_1ptr
28000   (JNIEnv *, jclass, jlong);
28001
28002 /*
28003  * Class:     org_ldk_impl_bindings
28004  * Method:    NodeId_clone
28005  * Signature: (J)J
28006  */
28007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeId_1clone
28008   (JNIEnv *, jclass, jlong);
28009
28010 /*
28011  * Class:     org_ldk_impl_bindings
28012  * Method:    NodeId_from_pubkey
28013  * Signature: ([B)J
28014  */
28015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeId_1from_1pubkey
28016   (JNIEnv *, jclass, jbyteArray);
28017
28018 /*
28019  * Class:     org_ldk_impl_bindings
28020  * Method:    NodeId_as_slice
28021  * Signature: (J)[B
28022  */
28023 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeId_1as_1slice
28024   (JNIEnv *, jclass, jlong);
28025
28026 /*
28027  * Class:     org_ldk_impl_bindings
28028  * Method:    NodeId_as_pubkey
28029  * Signature: (J)J
28030  */
28031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeId_1as_1pubkey
28032   (JNIEnv *, jclass, jlong);
28033
28034 /*
28035  * Class:     org_ldk_impl_bindings
28036  * Method:    NodeId_hash
28037  * Signature: (J)J
28038  */
28039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeId_1hash
28040   (JNIEnv *, jclass, jlong);
28041
28042 /*
28043  * Class:     org_ldk_impl_bindings
28044  * Method:    NodeId_write
28045  * Signature: (J)[B
28046  */
28047 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeId_1write
28048   (JNIEnv *, jclass, jlong);
28049
28050 /*
28051  * Class:     org_ldk_impl_bindings
28052  * Method:    NodeId_read
28053  * Signature: ([B)J
28054  */
28055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeId_1read
28056   (JNIEnv *, jclass, jbyteArray);
28057
28058 /*
28059  * Class:     org_ldk_impl_bindings
28060  * Method:    NetworkGraph_free
28061  * Signature: (J)V
28062  */
28063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1free
28064   (JNIEnv *, jclass, jlong);
28065
28066 /*
28067  * Class:     org_ldk_impl_bindings
28068  * Method:    ReadOnlyNetworkGraph_free
28069  * Signature: (J)V
28070  */
28071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ReadOnlyNetworkGraph_1free
28072   (JNIEnv *, jclass, jlong);
28073
28074 /*
28075  * Class:     org_ldk_impl_bindings
28076  * Method:    NetworkUpdate_free
28077  * Signature: (J)V
28078  */
28079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetworkUpdate_1free
28080   (JNIEnv *, jclass, jlong);
28081
28082 /*
28083  * Class:     org_ldk_impl_bindings
28084  * Method:    NetworkUpdate_clone_ptr
28085  * Signature: (J)J
28086  */
28087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkUpdate_1clone_1ptr
28088   (JNIEnv *, jclass, jlong);
28089
28090 /*
28091  * Class:     org_ldk_impl_bindings
28092  * Method:    NetworkUpdate_clone
28093  * Signature: (J)J
28094  */
28095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkUpdate_1clone
28096   (JNIEnv *, jclass, jlong);
28097
28098 /*
28099  * Class:     org_ldk_impl_bindings
28100  * Method:    NetworkUpdate_channel_update_message
28101  * Signature: (J)J
28102  */
28103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkUpdate_1channel_1update_1message
28104   (JNIEnv *, jclass, jlong);
28105
28106 /*
28107  * Class:     org_ldk_impl_bindings
28108  * Method:    NetworkUpdate_channel_failure
28109  * Signature: (JZ)J
28110  */
28111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkUpdate_1channel_1failure
28112   (JNIEnv *, jclass, jlong, jboolean);
28113
28114 /*
28115  * Class:     org_ldk_impl_bindings
28116  * Method:    NetworkUpdate_node_failure
28117  * Signature: ([BZ)J
28118  */
28119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkUpdate_1node_1failure
28120   (JNIEnv *, jclass, jbyteArray, jboolean);
28121
28122 /*
28123  * Class:     org_ldk_impl_bindings
28124  * Method:    NetworkUpdate_eq
28125  * Signature: (JJ)Z
28126  */
28127 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NetworkUpdate_1eq
28128   (JNIEnv *, jclass, jlong, jlong);
28129
28130 /*
28131  * Class:     org_ldk_impl_bindings
28132  * Method:    NetworkUpdate_write
28133  * Signature: (J)[B
28134  */
28135 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NetworkUpdate_1write
28136   (JNIEnv *, jclass, jlong);
28137
28138 /*
28139  * Class:     org_ldk_impl_bindings
28140  * Method:    NetworkUpdate_read
28141  * Signature: ([B)J
28142  */
28143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkUpdate_1read
28144   (JNIEnv *, jclass, jbyteArray);
28145
28146 /*
28147  * Class:     org_ldk_impl_bindings
28148  * Method:    P2PGossipSync_free
28149  * Signature: (J)V
28150  */
28151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_P2PGossipSync_1free
28152   (JNIEnv *, jclass, jlong);
28153
28154 /*
28155  * Class:     org_ldk_impl_bindings
28156  * Method:    P2PGossipSync_new
28157  * Signature: (JJJ)J
28158  */
28159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_P2PGossipSync_1new
28160   (JNIEnv *, jclass, jlong, jlong, jlong);
28161
28162 /*
28163  * Class:     org_ldk_impl_bindings
28164  * Method:    P2PGossipSync_add_utxo_lookup
28165  * Signature: (JJ)V
28166  */
28167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_P2PGossipSync_1add_1utxo_1lookup
28168   (JNIEnv *, jclass, jlong, jlong);
28169
28170 /*
28171  * Class:     org_ldk_impl_bindings
28172  * Method:    NetworkGraph_handle_network_update
28173  * Signature: (JJ)V
28174  */
28175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1handle_1network_1update
28176   (JNIEnv *, jclass, jlong, jlong);
28177
28178 /*
28179  * Class:     org_ldk_impl_bindings
28180  * Method:    P2PGossipSync_as_RoutingMessageHandler
28181  * Signature: (J)J
28182  */
28183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_P2PGossipSync_1as_1RoutingMessageHandler
28184   (JNIEnv *, jclass, jlong);
28185
28186 /*
28187  * Class:     org_ldk_impl_bindings
28188  * Method:    P2PGossipSync_as_MessageSendEventsProvider
28189  * Signature: (J)J
28190  */
28191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_P2PGossipSync_1as_1MessageSendEventsProvider
28192   (JNIEnv *, jclass, jlong);
28193
28194 /*
28195  * Class:     org_ldk_impl_bindings
28196  * Method:    ChannelUpdateInfo_free
28197  * Signature: (J)V
28198  */
28199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1free
28200   (JNIEnv *, jclass, jlong);
28201
28202 /*
28203  * Class:     org_ldk_impl_bindings
28204  * Method:    ChannelUpdateInfo_get_last_update
28205  * Signature: (J)I
28206  */
28207 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1get_1last_1update
28208   (JNIEnv *, jclass, jlong);
28209
28210 /*
28211  * Class:     org_ldk_impl_bindings
28212  * Method:    ChannelUpdateInfo_set_last_update
28213  * Signature: (JI)V
28214  */
28215 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1set_1last_1update
28216   (JNIEnv *, jclass, jlong, jint);
28217
28218 /*
28219  * Class:     org_ldk_impl_bindings
28220  * Method:    ChannelUpdateInfo_get_enabled
28221  * Signature: (J)Z
28222  */
28223 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1get_1enabled
28224   (JNIEnv *, jclass, jlong);
28225
28226 /*
28227  * Class:     org_ldk_impl_bindings
28228  * Method:    ChannelUpdateInfo_set_enabled
28229  * Signature: (JZ)V
28230  */
28231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1set_1enabled
28232   (JNIEnv *, jclass, jlong, jboolean);
28233
28234 /*
28235  * Class:     org_ldk_impl_bindings
28236  * Method:    ChannelUpdateInfo_get_cltv_expiry_delta
28237  * Signature: (J)S
28238  */
28239 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1get_1cltv_1expiry_1delta
28240   (JNIEnv *, jclass, jlong);
28241
28242 /*
28243  * Class:     org_ldk_impl_bindings
28244  * Method:    ChannelUpdateInfo_set_cltv_expiry_delta
28245  * Signature: (JS)V
28246  */
28247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1set_1cltv_1expiry_1delta
28248   (JNIEnv *, jclass, jlong, jshort);
28249
28250 /*
28251  * Class:     org_ldk_impl_bindings
28252  * Method:    ChannelUpdateInfo_get_htlc_minimum_msat
28253  * Signature: (J)J
28254  */
28255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1get_1htlc_1minimum_1msat
28256   (JNIEnv *, jclass, jlong);
28257
28258 /*
28259  * Class:     org_ldk_impl_bindings
28260  * Method:    ChannelUpdateInfo_set_htlc_minimum_msat
28261  * Signature: (JJ)V
28262  */
28263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1set_1htlc_1minimum_1msat
28264   (JNIEnv *, jclass, jlong, jlong);
28265
28266 /*
28267  * Class:     org_ldk_impl_bindings
28268  * Method:    ChannelUpdateInfo_get_htlc_maximum_msat
28269  * Signature: (J)J
28270  */
28271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1get_1htlc_1maximum_1msat
28272   (JNIEnv *, jclass, jlong);
28273
28274 /*
28275  * Class:     org_ldk_impl_bindings
28276  * Method:    ChannelUpdateInfo_set_htlc_maximum_msat
28277  * Signature: (JJ)V
28278  */
28279 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1set_1htlc_1maximum_1msat
28280   (JNIEnv *, jclass, jlong, jlong);
28281
28282 /*
28283  * Class:     org_ldk_impl_bindings
28284  * Method:    ChannelUpdateInfo_get_fees
28285  * Signature: (J)J
28286  */
28287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1get_1fees
28288   (JNIEnv *, jclass, jlong);
28289
28290 /*
28291  * Class:     org_ldk_impl_bindings
28292  * Method:    ChannelUpdateInfo_set_fees
28293  * Signature: (JJ)V
28294  */
28295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1set_1fees
28296   (JNIEnv *, jclass, jlong, jlong);
28297
28298 /*
28299  * Class:     org_ldk_impl_bindings
28300  * Method:    ChannelUpdateInfo_get_last_update_message
28301  * Signature: (J)J
28302  */
28303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1get_1last_1update_1message
28304   (JNIEnv *, jclass, jlong);
28305
28306 /*
28307  * Class:     org_ldk_impl_bindings
28308  * Method:    ChannelUpdateInfo_set_last_update_message
28309  * Signature: (JJ)V
28310  */
28311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1set_1last_1update_1message
28312   (JNIEnv *, jclass, jlong, jlong);
28313
28314 /*
28315  * Class:     org_ldk_impl_bindings
28316  * Method:    ChannelUpdateInfo_new
28317  * Signature: (IZSJJJJ)J
28318  */
28319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1new
28320   (JNIEnv *, jclass, jint, jboolean, jshort, jlong, jlong, jlong, jlong);
28321
28322 /*
28323  * Class:     org_ldk_impl_bindings
28324  * Method:    ChannelUpdateInfo_clone_ptr
28325  * Signature: (J)J
28326  */
28327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1clone_1ptr
28328   (JNIEnv *, jclass, jlong);
28329
28330 /*
28331  * Class:     org_ldk_impl_bindings
28332  * Method:    ChannelUpdateInfo_clone
28333  * Signature: (J)J
28334  */
28335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1clone
28336   (JNIEnv *, jclass, jlong);
28337
28338 /*
28339  * Class:     org_ldk_impl_bindings
28340  * Method:    ChannelUpdateInfo_eq
28341  * Signature: (JJ)Z
28342  */
28343 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1eq
28344   (JNIEnv *, jclass, jlong, jlong);
28345
28346 /*
28347  * Class:     org_ldk_impl_bindings
28348  * Method:    ChannelUpdateInfo_write
28349  * Signature: (J)[B
28350  */
28351 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1write
28352   (JNIEnv *, jclass, jlong);
28353
28354 /*
28355  * Class:     org_ldk_impl_bindings
28356  * Method:    ChannelUpdateInfo_read
28357  * Signature: ([B)J
28358  */
28359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUpdateInfo_1read
28360   (JNIEnv *, jclass, jbyteArray);
28361
28362 /*
28363  * Class:     org_ldk_impl_bindings
28364  * Method:    ChannelInfo_free
28365  * Signature: (J)V
28366  */
28367 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1free
28368   (JNIEnv *, jclass, jlong);
28369
28370 /*
28371  * Class:     org_ldk_impl_bindings
28372  * Method:    ChannelInfo_get_features
28373  * Signature: (J)J
28374  */
28375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1features
28376   (JNIEnv *, jclass, jlong);
28377
28378 /*
28379  * Class:     org_ldk_impl_bindings
28380  * Method:    ChannelInfo_set_features
28381  * Signature: (JJ)V
28382  */
28383 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1features
28384   (JNIEnv *, jclass, jlong, jlong);
28385
28386 /*
28387  * Class:     org_ldk_impl_bindings
28388  * Method:    ChannelInfo_get_node_one
28389  * Signature: (J)J
28390  */
28391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1node_1one
28392   (JNIEnv *, jclass, jlong);
28393
28394 /*
28395  * Class:     org_ldk_impl_bindings
28396  * Method:    ChannelInfo_set_node_one
28397  * Signature: (JJ)V
28398  */
28399 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1node_1one
28400   (JNIEnv *, jclass, jlong, jlong);
28401
28402 /*
28403  * Class:     org_ldk_impl_bindings
28404  * Method:    ChannelInfo_get_one_to_two
28405  * Signature: (J)J
28406  */
28407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1one_1to_1two
28408   (JNIEnv *, jclass, jlong);
28409
28410 /*
28411  * Class:     org_ldk_impl_bindings
28412  * Method:    ChannelInfo_set_one_to_two
28413  * Signature: (JJ)V
28414  */
28415 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1one_1to_1two
28416   (JNIEnv *, jclass, jlong, jlong);
28417
28418 /*
28419  * Class:     org_ldk_impl_bindings
28420  * Method:    ChannelInfo_get_node_two
28421  * Signature: (J)J
28422  */
28423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1node_1two
28424   (JNIEnv *, jclass, jlong);
28425
28426 /*
28427  * Class:     org_ldk_impl_bindings
28428  * Method:    ChannelInfo_set_node_two
28429  * Signature: (JJ)V
28430  */
28431 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1node_1two
28432   (JNIEnv *, jclass, jlong, jlong);
28433
28434 /*
28435  * Class:     org_ldk_impl_bindings
28436  * Method:    ChannelInfo_get_two_to_one
28437  * Signature: (J)J
28438  */
28439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1two_1to_1one
28440   (JNIEnv *, jclass, jlong);
28441
28442 /*
28443  * Class:     org_ldk_impl_bindings
28444  * Method:    ChannelInfo_set_two_to_one
28445  * Signature: (JJ)V
28446  */
28447 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1two_1to_1one
28448   (JNIEnv *, jclass, jlong, jlong);
28449
28450 /*
28451  * Class:     org_ldk_impl_bindings
28452  * Method:    ChannelInfo_get_capacity_sats
28453  * Signature: (J)J
28454  */
28455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1capacity_1sats
28456   (JNIEnv *, jclass, jlong);
28457
28458 /*
28459  * Class:     org_ldk_impl_bindings
28460  * Method:    ChannelInfo_set_capacity_sats
28461  * Signature: (JJ)V
28462  */
28463 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1capacity_1sats
28464   (JNIEnv *, jclass, jlong, jlong);
28465
28466 /*
28467  * Class:     org_ldk_impl_bindings
28468  * Method:    ChannelInfo_get_announcement_message
28469  * Signature: (J)J
28470  */
28471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1announcement_1message
28472   (JNIEnv *, jclass, jlong);
28473
28474 /*
28475  * Class:     org_ldk_impl_bindings
28476  * Method:    ChannelInfo_set_announcement_message
28477  * Signature: (JJ)V
28478  */
28479 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1set_1announcement_1message
28480   (JNIEnv *, jclass, jlong, jlong);
28481
28482 /*
28483  * Class:     org_ldk_impl_bindings
28484  * Method:    ChannelInfo_clone_ptr
28485  * Signature: (J)J
28486  */
28487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1clone_1ptr
28488   (JNIEnv *, jclass, jlong);
28489
28490 /*
28491  * Class:     org_ldk_impl_bindings
28492  * Method:    ChannelInfo_clone
28493  * Signature: (J)J
28494  */
28495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1clone
28496   (JNIEnv *, jclass, jlong);
28497
28498 /*
28499  * Class:     org_ldk_impl_bindings
28500  * Method:    ChannelInfo_eq
28501  * Signature: (JJ)Z
28502  */
28503 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1eq
28504   (JNIEnv *, jclass, jlong, jlong);
28505
28506 /*
28507  * Class:     org_ldk_impl_bindings
28508  * Method:    ChannelInfo_get_directional_info
28509  * Signature: (JB)J
28510  */
28511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1get_1directional_1info
28512   (JNIEnv *, jclass, jlong, jbyte);
28513
28514 /*
28515  * Class:     org_ldk_impl_bindings
28516  * Method:    ChannelInfo_write
28517  * Signature: (J)[B
28518  */
28519 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1write
28520   (JNIEnv *, jclass, jlong);
28521
28522 /*
28523  * Class:     org_ldk_impl_bindings
28524  * Method:    ChannelInfo_read
28525  * Signature: ([B)J
28526  */
28527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelInfo_1read
28528   (JNIEnv *, jclass, jbyteArray);
28529
28530 /*
28531  * Class:     org_ldk_impl_bindings
28532  * Method:    DirectedChannelInfo_free
28533  * Signature: (J)V
28534  */
28535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DirectedChannelInfo_1free
28536   (JNIEnv *, jclass, jlong);
28537
28538 /*
28539  * Class:     org_ldk_impl_bindings
28540  * Method:    DirectedChannelInfo_clone_ptr
28541  * Signature: (J)J
28542  */
28543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectedChannelInfo_1clone_1ptr
28544   (JNIEnv *, jclass, jlong);
28545
28546 /*
28547  * Class:     org_ldk_impl_bindings
28548  * Method:    DirectedChannelInfo_clone
28549  * Signature: (J)J
28550  */
28551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectedChannelInfo_1clone
28552   (JNIEnv *, jclass, jlong);
28553
28554 /*
28555  * Class:     org_ldk_impl_bindings
28556  * Method:    DirectedChannelInfo_channel
28557  * Signature: (J)J
28558  */
28559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectedChannelInfo_1channel
28560   (JNIEnv *, jclass, jlong);
28561
28562 /*
28563  * Class:     org_ldk_impl_bindings
28564  * Method:    DirectedChannelInfo_htlc_maximum_msat
28565  * Signature: (J)J
28566  */
28567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectedChannelInfo_1htlc_1maximum_1msat
28568   (JNIEnv *, jclass, jlong);
28569
28570 /*
28571  * Class:     org_ldk_impl_bindings
28572  * Method:    DirectedChannelInfo_effective_capacity
28573  * Signature: (J)J
28574  */
28575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DirectedChannelInfo_1effective_1capacity
28576   (JNIEnv *, jclass, jlong);
28577
28578 /*
28579  * Class:     org_ldk_impl_bindings
28580  * Method:    EffectiveCapacity_free
28581  * Signature: (J)V
28582  */
28583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_EffectiveCapacity_1free
28584   (JNIEnv *, jclass, jlong);
28585
28586 /*
28587  * Class:     org_ldk_impl_bindings
28588  * Method:    EffectiveCapacity_clone_ptr
28589  * Signature: (J)J
28590  */
28591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EffectiveCapacity_1clone_1ptr
28592   (JNIEnv *, jclass, jlong);
28593
28594 /*
28595  * Class:     org_ldk_impl_bindings
28596  * Method:    EffectiveCapacity_clone
28597  * Signature: (J)J
28598  */
28599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EffectiveCapacity_1clone
28600   (JNIEnv *, jclass, jlong);
28601
28602 /*
28603  * Class:     org_ldk_impl_bindings
28604  * Method:    EffectiveCapacity_exact_liquidity
28605  * Signature: (J)J
28606  */
28607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EffectiveCapacity_1exact_1liquidity
28608   (JNIEnv *, jclass, jlong);
28609
28610 /*
28611  * Class:     org_ldk_impl_bindings
28612  * Method:    EffectiveCapacity_maximum_htlc
28613  * Signature: (J)J
28614  */
28615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EffectiveCapacity_1maximum_1htlc
28616   (JNIEnv *, jclass, jlong);
28617
28618 /*
28619  * Class:     org_ldk_impl_bindings
28620  * Method:    EffectiveCapacity_total
28621  * Signature: (JJ)J
28622  */
28623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EffectiveCapacity_1total
28624   (JNIEnv *, jclass, jlong, jlong);
28625
28626 /*
28627  * Class:     org_ldk_impl_bindings
28628  * Method:    EffectiveCapacity_infinite
28629  * Signature: ()J
28630  */
28631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EffectiveCapacity_1infinite
28632   (JNIEnv *, jclass);
28633
28634 /*
28635  * Class:     org_ldk_impl_bindings
28636  * Method:    EffectiveCapacity_unknown
28637  * Signature: ()J
28638  */
28639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EffectiveCapacity_1unknown
28640   (JNIEnv *, jclass);
28641
28642 /*
28643  * Class:     org_ldk_impl_bindings
28644  * Method:    EffectiveCapacity_as_msat
28645  * Signature: (J)J
28646  */
28647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_EffectiveCapacity_1as_1msat
28648   (JNIEnv *, jclass, jlong);
28649
28650 /*
28651  * Class:     org_ldk_impl_bindings
28652  * Method:    RoutingFees_free
28653  * Signature: (J)V
28654  */
28655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingFees_1free
28656   (JNIEnv *, jclass, jlong);
28657
28658 /*
28659  * Class:     org_ldk_impl_bindings
28660  * Method:    RoutingFees_get_base_msat
28661  * Signature: (J)I
28662  */
28663 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_RoutingFees_1get_1base_1msat
28664   (JNIEnv *, jclass, jlong);
28665
28666 /*
28667  * Class:     org_ldk_impl_bindings
28668  * Method:    RoutingFees_set_base_msat
28669  * Signature: (JI)V
28670  */
28671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingFees_1set_1base_1msat
28672   (JNIEnv *, jclass, jlong, jint);
28673
28674 /*
28675  * Class:     org_ldk_impl_bindings
28676  * Method:    RoutingFees_get_proportional_millionths
28677  * Signature: (J)I
28678  */
28679 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_RoutingFees_1get_1proportional_1millionths
28680   (JNIEnv *, jclass, jlong);
28681
28682 /*
28683  * Class:     org_ldk_impl_bindings
28684  * Method:    RoutingFees_set_proportional_millionths
28685  * Signature: (JI)V
28686  */
28687 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RoutingFees_1set_1proportional_1millionths
28688   (JNIEnv *, jclass, jlong, jint);
28689
28690 /*
28691  * Class:     org_ldk_impl_bindings
28692  * Method:    RoutingFees_new
28693  * Signature: (II)J
28694  */
28695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingFees_1new
28696   (JNIEnv *, jclass, jint, jint);
28697
28698 /*
28699  * Class:     org_ldk_impl_bindings
28700  * Method:    RoutingFees_eq
28701  * Signature: (JJ)Z
28702  */
28703 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RoutingFees_1eq
28704   (JNIEnv *, jclass, jlong, jlong);
28705
28706 /*
28707  * Class:     org_ldk_impl_bindings
28708  * Method:    RoutingFees_clone_ptr
28709  * Signature: (J)J
28710  */
28711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingFees_1clone_1ptr
28712   (JNIEnv *, jclass, jlong);
28713
28714 /*
28715  * Class:     org_ldk_impl_bindings
28716  * Method:    RoutingFees_clone
28717  * Signature: (J)J
28718  */
28719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingFees_1clone
28720   (JNIEnv *, jclass, jlong);
28721
28722 /*
28723  * Class:     org_ldk_impl_bindings
28724  * Method:    RoutingFees_hash
28725  * Signature: (J)J
28726  */
28727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingFees_1hash
28728   (JNIEnv *, jclass, jlong);
28729
28730 /*
28731  * Class:     org_ldk_impl_bindings
28732  * Method:    RoutingFees_write
28733  * Signature: (J)[B
28734  */
28735 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RoutingFees_1write
28736   (JNIEnv *, jclass, jlong);
28737
28738 /*
28739  * Class:     org_ldk_impl_bindings
28740  * Method:    RoutingFees_read
28741  * Signature: ([B)J
28742  */
28743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RoutingFees_1read
28744   (JNIEnv *, jclass, jbyteArray);
28745
28746 /*
28747  * Class:     org_ldk_impl_bindings
28748  * Method:    NodeAnnouncementInfo_free
28749  * Signature: (J)V
28750  */
28751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1free
28752   (JNIEnv *, jclass, jlong);
28753
28754 /*
28755  * Class:     org_ldk_impl_bindings
28756  * Method:    NodeAnnouncementInfo_get_features
28757  * Signature: (J)J
28758  */
28759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1features
28760   (JNIEnv *, jclass, jlong);
28761
28762 /*
28763  * Class:     org_ldk_impl_bindings
28764  * Method:    NodeAnnouncementInfo_set_features
28765  * Signature: (JJ)V
28766  */
28767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1features
28768   (JNIEnv *, jclass, jlong, jlong);
28769
28770 /*
28771  * Class:     org_ldk_impl_bindings
28772  * Method:    NodeAnnouncementInfo_get_last_update
28773  * Signature: (J)I
28774  */
28775 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1last_1update
28776   (JNIEnv *, jclass, jlong);
28777
28778 /*
28779  * Class:     org_ldk_impl_bindings
28780  * Method:    NodeAnnouncementInfo_set_last_update
28781  * Signature: (JI)V
28782  */
28783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1last_1update
28784   (JNIEnv *, jclass, jlong, jint);
28785
28786 /*
28787  * Class:     org_ldk_impl_bindings
28788  * Method:    NodeAnnouncementInfo_get_rgb
28789  * Signature: (J)[B
28790  */
28791 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1rgb
28792   (JNIEnv *, jclass, jlong);
28793
28794 /*
28795  * Class:     org_ldk_impl_bindings
28796  * Method:    NodeAnnouncementInfo_set_rgb
28797  * Signature: (J[B)V
28798  */
28799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1rgb
28800   (JNIEnv *, jclass, jlong, jbyteArray);
28801
28802 /*
28803  * Class:     org_ldk_impl_bindings
28804  * Method:    NodeAnnouncementInfo_get_alias
28805  * Signature: (J)J
28806  */
28807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1alias
28808   (JNIEnv *, jclass, jlong);
28809
28810 /*
28811  * Class:     org_ldk_impl_bindings
28812  * Method:    NodeAnnouncementInfo_set_alias
28813  * Signature: (JJ)V
28814  */
28815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1alias
28816   (JNIEnv *, jclass, jlong, jlong);
28817
28818 /*
28819  * Class:     org_ldk_impl_bindings
28820  * Method:    NodeAnnouncementInfo_get_announcement_message
28821  * Signature: (J)J
28822  */
28823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1get_1announcement_1message
28824   (JNIEnv *, jclass, jlong);
28825
28826 /*
28827  * Class:     org_ldk_impl_bindings
28828  * Method:    NodeAnnouncementInfo_set_announcement_message
28829  * Signature: (JJ)V
28830  */
28831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1set_1announcement_1message
28832   (JNIEnv *, jclass, jlong, jlong);
28833
28834 /*
28835  * Class:     org_ldk_impl_bindings
28836  * Method:    NodeAnnouncementInfo_new
28837  * Signature: (JI[BJJ)J
28838  */
28839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1new
28840   (JNIEnv *, jclass, jlong, jint, jbyteArray, jlong, jlong);
28841
28842 /*
28843  * Class:     org_ldk_impl_bindings
28844  * Method:    NodeAnnouncementInfo_clone_ptr
28845  * Signature: (J)J
28846  */
28847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1clone_1ptr
28848   (JNIEnv *, jclass, jlong);
28849
28850 /*
28851  * Class:     org_ldk_impl_bindings
28852  * Method:    NodeAnnouncementInfo_clone
28853  * Signature: (J)J
28854  */
28855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1clone
28856   (JNIEnv *, jclass, jlong);
28857
28858 /*
28859  * Class:     org_ldk_impl_bindings
28860  * Method:    NodeAnnouncementInfo_eq
28861  * Signature: (JJ)Z
28862  */
28863 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1eq
28864   (JNIEnv *, jclass, jlong, jlong);
28865
28866 /*
28867  * Class:     org_ldk_impl_bindings
28868  * Method:    NodeAnnouncementInfo_addresses
28869  * Signature: (J)[J
28870  */
28871 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1addresses
28872   (JNIEnv *, jclass, jlong);
28873
28874 /*
28875  * Class:     org_ldk_impl_bindings
28876  * Method:    NodeAnnouncementInfo_write
28877  * Signature: (J)[B
28878  */
28879 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1write
28880   (JNIEnv *, jclass, jlong);
28881
28882 /*
28883  * Class:     org_ldk_impl_bindings
28884  * Method:    NodeAnnouncementInfo_read
28885  * Signature: ([B)J
28886  */
28887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAnnouncementInfo_1read
28888   (JNIEnv *, jclass, jbyteArray);
28889
28890 /*
28891  * Class:     org_ldk_impl_bindings
28892  * Method:    NodeAlias_free
28893  * Signature: (J)V
28894  */
28895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAlias_1free
28896   (JNIEnv *, jclass, jlong);
28897
28898 /*
28899  * Class:     org_ldk_impl_bindings
28900  * Method:    NodeAlias_get_a
28901  * Signature: (J)[B
28902  */
28903 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAlias_1get_1a
28904   (JNIEnv *, jclass, jlong);
28905
28906 /*
28907  * Class:     org_ldk_impl_bindings
28908  * Method:    NodeAlias_set_a
28909  * Signature: (J[B)V
28910  */
28911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeAlias_1set_1a
28912   (JNIEnv *, jclass, jlong, jbyteArray);
28913
28914 /*
28915  * Class:     org_ldk_impl_bindings
28916  * Method:    NodeAlias_new
28917  * Signature: ([B)J
28918  */
28919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAlias_1new
28920   (JNIEnv *, jclass, jbyteArray);
28921
28922 /*
28923  * Class:     org_ldk_impl_bindings
28924  * Method:    NodeAlias_clone_ptr
28925  * Signature: (J)J
28926  */
28927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAlias_1clone_1ptr
28928   (JNIEnv *, jclass, jlong);
28929
28930 /*
28931  * Class:     org_ldk_impl_bindings
28932  * Method:    NodeAlias_clone
28933  * Signature: (J)J
28934  */
28935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAlias_1clone
28936   (JNIEnv *, jclass, jlong);
28937
28938 /*
28939  * Class:     org_ldk_impl_bindings
28940  * Method:    NodeAlias_eq
28941  * Signature: (JJ)Z
28942  */
28943 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeAlias_1eq
28944   (JNIEnv *, jclass, jlong, jlong);
28945
28946 /*
28947  * Class:     org_ldk_impl_bindings
28948  * Method:    NodeAlias_write
28949  * Signature: (J)[B
28950  */
28951 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeAlias_1write
28952   (JNIEnv *, jclass, jlong);
28953
28954 /*
28955  * Class:     org_ldk_impl_bindings
28956  * Method:    NodeAlias_read
28957  * Signature: ([B)J
28958  */
28959 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeAlias_1read
28960   (JNIEnv *, jclass, jbyteArray);
28961
28962 /*
28963  * Class:     org_ldk_impl_bindings
28964  * Method:    NodeInfo_free
28965  * Signature: (J)V
28966  */
28967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeInfo_1free
28968   (JNIEnv *, jclass, jlong);
28969
28970 /*
28971  * Class:     org_ldk_impl_bindings
28972  * Method:    NodeInfo_get_channels
28973  * Signature: (J)[J
28974  */
28975 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_NodeInfo_1get_1channels
28976   (JNIEnv *, jclass, jlong);
28977
28978 /*
28979  * Class:     org_ldk_impl_bindings
28980  * Method:    NodeInfo_set_channels
28981  * Signature: (J[J)V
28982  */
28983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeInfo_1set_1channels
28984   (JNIEnv *, jclass, jlong, jlongArray);
28985
28986 /*
28987  * Class:     org_ldk_impl_bindings
28988  * Method:    NodeInfo_get_announcement_info
28989  * Signature: (J)J
28990  */
28991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1get_1announcement_1info
28992   (JNIEnv *, jclass, jlong);
28993
28994 /*
28995  * Class:     org_ldk_impl_bindings
28996  * Method:    NodeInfo_set_announcement_info
28997  * Signature: (JJ)V
28998  */
28999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NodeInfo_1set_1announcement_1info
29000   (JNIEnv *, jclass, jlong, jlong);
29001
29002 /*
29003  * Class:     org_ldk_impl_bindings
29004  * Method:    NodeInfo_new
29005  * Signature: ([JJ)J
29006  */
29007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1new
29008   (JNIEnv *, jclass, jlongArray, jlong);
29009
29010 /*
29011  * Class:     org_ldk_impl_bindings
29012  * Method:    NodeInfo_clone_ptr
29013  * Signature: (J)J
29014  */
29015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1clone_1ptr
29016   (JNIEnv *, jclass, jlong);
29017
29018 /*
29019  * Class:     org_ldk_impl_bindings
29020  * Method:    NodeInfo_clone
29021  * Signature: (J)J
29022  */
29023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1clone
29024   (JNIEnv *, jclass, jlong);
29025
29026 /*
29027  * Class:     org_ldk_impl_bindings
29028  * Method:    NodeInfo_eq
29029  * Signature: (JJ)Z
29030  */
29031 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_NodeInfo_1eq
29032   (JNIEnv *, jclass, jlong, jlong);
29033
29034 /*
29035  * Class:     org_ldk_impl_bindings
29036  * Method:    NodeInfo_write
29037  * Signature: (J)[B
29038  */
29039 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NodeInfo_1write
29040   (JNIEnv *, jclass, jlong);
29041
29042 /*
29043  * Class:     org_ldk_impl_bindings
29044  * Method:    NodeInfo_read
29045  * Signature: ([B)J
29046  */
29047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NodeInfo_1read
29048   (JNIEnv *, jclass, jbyteArray);
29049
29050 /*
29051  * Class:     org_ldk_impl_bindings
29052  * Method:    NetworkGraph_write
29053  * Signature: (J)[B
29054  */
29055 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1write
29056   (JNIEnv *, jclass, jlong);
29057
29058 /*
29059  * Class:     org_ldk_impl_bindings
29060  * Method:    NetworkGraph_read
29061  * Signature: ([BJ)J
29062  */
29063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1read
29064   (JNIEnv *, jclass, jbyteArray, jlong);
29065
29066 /*
29067  * Class:     org_ldk_impl_bindings
29068  * Method:    NetworkGraph_new
29069  * Signature: (Lorg/ldk/enums/Network;J)J
29070  */
29071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1new
29072   (JNIEnv *, jclass, jobject, jlong);
29073
29074 /*
29075  * Class:     org_ldk_impl_bindings
29076  * Method:    NetworkGraph_read_only
29077  * Signature: (J)J
29078  */
29079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1read_1only
29080   (JNIEnv *, jclass, jlong);
29081
29082 /*
29083  * Class:     org_ldk_impl_bindings
29084  * Method:    NetworkGraph_get_last_rapid_gossip_sync_timestamp
29085  * Signature: (J)J
29086  */
29087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1get_1last_1rapid_1gossip_1sync_1timestamp
29088   (JNIEnv *, jclass, jlong);
29089
29090 /*
29091  * Class:     org_ldk_impl_bindings
29092  * Method:    NetworkGraph_set_last_rapid_gossip_sync_timestamp
29093  * Signature: (JI)V
29094  */
29095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1set_1last_1rapid_1gossip_1sync_1timestamp
29096   (JNIEnv *, jclass, jlong, jint);
29097
29098 /*
29099  * Class:     org_ldk_impl_bindings
29100  * Method:    NetworkGraph_update_node_from_announcement
29101  * Signature: (JJ)J
29102  */
29103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1node_1from_1announcement
29104   (JNIEnv *, jclass, jlong, jlong);
29105
29106 /*
29107  * Class:     org_ldk_impl_bindings
29108  * Method:    NetworkGraph_update_node_from_unsigned_announcement
29109  * Signature: (JJ)J
29110  */
29111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1node_1from_1unsigned_1announcement
29112   (JNIEnv *, jclass, jlong, jlong);
29113
29114 /*
29115  * Class:     org_ldk_impl_bindings
29116  * Method:    NetworkGraph_update_channel_from_announcement
29117  * Signature: (JJJ)J
29118  */
29119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1channel_1from_1announcement
29120   (JNIEnv *, jclass, jlong, jlong, jlong);
29121
29122 /*
29123  * Class:     org_ldk_impl_bindings
29124  * Method:    NetworkGraph_update_channel_from_unsigned_announcement
29125  * Signature: (JJJ)J
29126  */
29127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1channel_1from_1unsigned_1announcement
29128   (JNIEnv *, jclass, jlong, jlong, jlong);
29129
29130 /*
29131  * Class:     org_ldk_impl_bindings
29132  * Method:    NetworkGraph_add_channel_from_partial_announcement
29133  * Signature: (JJJJ[B[B)J
29134  */
29135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1add_1channel_1from_1partial_1announcement
29136   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jbyteArray, jbyteArray);
29137
29138 /*
29139  * Class:     org_ldk_impl_bindings
29140  * Method:    NetworkGraph_channel_failed_permanent
29141  * Signature: (JJ)V
29142  */
29143 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1channel_1failed_1permanent
29144   (JNIEnv *, jclass, jlong, jlong);
29145
29146 /*
29147  * Class:     org_ldk_impl_bindings
29148  * Method:    NetworkGraph_node_failed_permanent
29149  * Signature: (J[B)V
29150  */
29151 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1node_1failed_1permanent
29152   (JNIEnv *, jclass, jlong, jbyteArray);
29153
29154 /*
29155  * Class:     org_ldk_impl_bindings
29156  * Method:    NetworkGraph_remove_stale_channels_and_tracking
29157  * Signature: (J)V
29158  */
29159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1remove_1stale_1channels_1and_1tracking
29160   (JNIEnv *, jclass, jlong);
29161
29162 /*
29163  * Class:     org_ldk_impl_bindings
29164  * Method:    NetworkGraph_remove_stale_channels_and_tracking_with_time
29165  * Signature: (JJ)V
29166  */
29167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1remove_1stale_1channels_1and_1tracking_1with_1time
29168   (JNIEnv *, jclass, jlong, jlong);
29169
29170 /*
29171  * Class:     org_ldk_impl_bindings
29172  * Method:    NetworkGraph_update_channel
29173  * Signature: (JJ)J
29174  */
29175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1channel
29176   (JNIEnv *, jclass, jlong, jlong);
29177
29178 /*
29179  * Class:     org_ldk_impl_bindings
29180  * Method:    NetworkGraph_update_channel_unsigned
29181  * Signature: (JJ)J
29182  */
29183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_NetworkGraph_1update_1channel_1unsigned
29184   (JNIEnv *, jclass, jlong, jlong);
29185
29186 /*
29187  * Class:     org_ldk_impl_bindings
29188  * Method:    ReadOnlyNetworkGraph_channel
29189  * Signature: (JJ)J
29190  */
29191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReadOnlyNetworkGraph_1channel
29192   (JNIEnv *, jclass, jlong, jlong);
29193
29194 /*
29195  * Class:     org_ldk_impl_bindings
29196  * Method:    ReadOnlyNetworkGraph_list_channels
29197  * Signature: (J)[J
29198  */
29199 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ReadOnlyNetworkGraph_1list_1channels
29200   (JNIEnv *, jclass, jlong);
29201
29202 /*
29203  * Class:     org_ldk_impl_bindings
29204  * Method:    ReadOnlyNetworkGraph_node
29205  * Signature: (JJ)J
29206  */
29207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReadOnlyNetworkGraph_1node
29208   (JNIEnv *, jclass, jlong, jlong);
29209
29210 /*
29211  * Class:     org_ldk_impl_bindings
29212  * Method:    ReadOnlyNetworkGraph_list_nodes
29213  * Signature: (J)[J
29214  */
29215 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_ReadOnlyNetworkGraph_1list_1nodes
29216   (JNIEnv *, jclass, jlong);
29217
29218 /*
29219  * Class:     org_ldk_impl_bindings
29220  * Method:    ReadOnlyNetworkGraph_get_addresses
29221  * Signature: (J[B)J
29222  */
29223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ReadOnlyNetworkGraph_1get_1addresses
29224   (JNIEnv *, jclass, jlong, jbyteArray);
29225
29226 /*
29227  * Class:     org_ldk_impl_bindings
29228  * Method:    DefaultRouter_free
29229  * Signature: (J)V
29230  */
29231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_DefaultRouter_1free
29232   (JNIEnv *, jclass, jlong);
29233
29234 /*
29235  * Class:     org_ldk_impl_bindings
29236  * Method:    DefaultRouter_new
29237  * Signature: (JJ[BJ)J
29238  */
29239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DefaultRouter_1new
29240   (JNIEnv *, jclass, jlong, jlong, jbyteArray, jlong);
29241
29242 /*
29243  * Class:     org_ldk_impl_bindings
29244  * Method:    DefaultRouter_as_Router
29245  * Signature: (J)J
29246  */
29247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_DefaultRouter_1as_1Router
29248   (JNIEnv *, jclass, jlong);
29249
29250 /*
29251  * Class:     org_ldk_impl_bindings
29252  * Method:    Router_free
29253  * Signature: (J)V
29254  */
29255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Router_1free
29256   (JNIEnv *, jclass, jlong);
29257
29258 /*
29259  * Class:     org_ldk_impl_bindings
29260  * Method:    ScorerAccountingForInFlightHtlcs_free
29261  * Signature: (J)V
29262  */
29263 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ScorerAccountingForInFlightHtlcs_1free
29264   (JNIEnv *, jclass, jlong);
29265
29266 /*
29267  * Class:     org_ldk_impl_bindings
29268  * Method:    ScorerAccountingForInFlightHtlcs_new
29269  * Signature: (JJ)J
29270  */
29271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ScorerAccountingForInFlightHtlcs_1new
29272   (JNIEnv *, jclass, jlong, jlong);
29273
29274 /*
29275  * Class:     org_ldk_impl_bindings
29276  * Method:    ScorerAccountingForInFlightHtlcs_write
29277  * Signature: (J)[B
29278  */
29279 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ScorerAccountingForInFlightHtlcs_1write
29280   (JNIEnv *, jclass, jlong);
29281
29282 /*
29283  * Class:     org_ldk_impl_bindings
29284  * Method:    ScorerAccountingForInFlightHtlcs_as_Score
29285  * Signature: (J)J
29286  */
29287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ScorerAccountingForInFlightHtlcs_1as_1Score
29288   (JNIEnv *, jclass, jlong);
29289
29290 /*
29291  * Class:     org_ldk_impl_bindings
29292  * Method:    InFlightHtlcs_free
29293  * Signature: (J)V
29294  */
29295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InFlightHtlcs_1free
29296   (JNIEnv *, jclass, jlong);
29297
29298 /*
29299  * Class:     org_ldk_impl_bindings
29300  * Method:    InFlightHtlcs_clone_ptr
29301  * Signature: (J)J
29302  */
29303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InFlightHtlcs_1clone_1ptr
29304   (JNIEnv *, jclass, jlong);
29305
29306 /*
29307  * Class:     org_ldk_impl_bindings
29308  * Method:    InFlightHtlcs_clone
29309  * Signature: (J)J
29310  */
29311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InFlightHtlcs_1clone
29312   (JNIEnv *, jclass, jlong);
29313
29314 /*
29315  * Class:     org_ldk_impl_bindings
29316  * Method:    InFlightHtlcs_new
29317  * Signature: ()J
29318  */
29319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InFlightHtlcs_1new
29320   (JNIEnv *, jclass);
29321
29322 /*
29323  * Class:     org_ldk_impl_bindings
29324  * Method:    InFlightHtlcs_process_path
29325  * Signature: (JJ[B)V
29326  */
29327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InFlightHtlcs_1process_1path
29328   (JNIEnv *, jclass, jlong, jlong, jbyteArray);
29329
29330 /*
29331  * Class:     org_ldk_impl_bindings
29332  * Method:    InFlightHtlcs_used_liquidity_msat
29333  * Signature: (JJJJ)J
29334  */
29335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InFlightHtlcs_1used_1liquidity_1msat
29336   (JNIEnv *, jclass, jlong, jlong, jlong, jlong);
29337
29338 /*
29339  * Class:     org_ldk_impl_bindings
29340  * Method:    InFlightHtlcs_write
29341  * Signature: (J)[B
29342  */
29343 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_InFlightHtlcs_1write
29344   (JNIEnv *, jclass, jlong);
29345
29346 /*
29347  * Class:     org_ldk_impl_bindings
29348  * Method:    InFlightHtlcs_read
29349  * Signature: ([B)J
29350  */
29351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InFlightHtlcs_1read
29352   (JNIEnv *, jclass, jbyteArray);
29353
29354 /*
29355  * Class:     org_ldk_impl_bindings
29356  * Method:    RouteHop_free
29357  * Signature: (J)V
29358  */
29359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1free
29360   (JNIEnv *, jclass, jlong);
29361
29362 /*
29363  * Class:     org_ldk_impl_bindings
29364  * Method:    RouteHop_get_pubkey
29365  * Signature: (J)[B
29366  */
29367 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1pubkey
29368   (JNIEnv *, jclass, jlong);
29369
29370 /*
29371  * Class:     org_ldk_impl_bindings
29372  * Method:    RouteHop_set_pubkey
29373  * Signature: (J[B)V
29374  */
29375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1pubkey
29376   (JNIEnv *, jclass, jlong, jbyteArray);
29377
29378 /*
29379  * Class:     org_ldk_impl_bindings
29380  * Method:    RouteHop_get_node_features
29381  * Signature: (J)J
29382  */
29383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1node_1features
29384   (JNIEnv *, jclass, jlong);
29385
29386 /*
29387  * Class:     org_ldk_impl_bindings
29388  * Method:    RouteHop_set_node_features
29389  * Signature: (JJ)V
29390  */
29391 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1node_1features
29392   (JNIEnv *, jclass, jlong, jlong);
29393
29394 /*
29395  * Class:     org_ldk_impl_bindings
29396  * Method:    RouteHop_get_short_channel_id
29397  * Signature: (J)J
29398  */
29399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1short_1channel_1id
29400   (JNIEnv *, jclass, jlong);
29401
29402 /*
29403  * Class:     org_ldk_impl_bindings
29404  * Method:    RouteHop_set_short_channel_id
29405  * Signature: (JJ)V
29406  */
29407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1short_1channel_1id
29408   (JNIEnv *, jclass, jlong, jlong);
29409
29410 /*
29411  * Class:     org_ldk_impl_bindings
29412  * Method:    RouteHop_get_channel_features
29413  * Signature: (J)J
29414  */
29415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1channel_1features
29416   (JNIEnv *, jclass, jlong);
29417
29418 /*
29419  * Class:     org_ldk_impl_bindings
29420  * Method:    RouteHop_set_channel_features
29421  * Signature: (JJ)V
29422  */
29423 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1channel_1features
29424   (JNIEnv *, jclass, jlong, jlong);
29425
29426 /*
29427  * Class:     org_ldk_impl_bindings
29428  * Method:    RouteHop_get_fee_msat
29429  * Signature: (J)J
29430  */
29431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1fee_1msat
29432   (JNIEnv *, jclass, jlong);
29433
29434 /*
29435  * Class:     org_ldk_impl_bindings
29436  * Method:    RouteHop_set_fee_msat
29437  * Signature: (JJ)V
29438  */
29439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1fee_1msat
29440   (JNIEnv *, jclass, jlong, jlong);
29441
29442 /*
29443  * Class:     org_ldk_impl_bindings
29444  * Method:    RouteHop_get_cltv_expiry_delta
29445  * Signature: (J)I
29446  */
29447 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_RouteHop_1get_1cltv_1expiry_1delta
29448   (JNIEnv *, jclass, jlong);
29449
29450 /*
29451  * Class:     org_ldk_impl_bindings
29452  * Method:    RouteHop_set_cltv_expiry_delta
29453  * Signature: (JI)V
29454  */
29455 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHop_1set_1cltv_1expiry_1delta
29456   (JNIEnv *, jclass, jlong, jint);
29457
29458 /*
29459  * Class:     org_ldk_impl_bindings
29460  * Method:    RouteHop_new
29461  * Signature: ([BJJJJI)J
29462  */
29463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1new
29464   (JNIEnv *, jclass, jbyteArray, jlong, jlong, jlong, jlong, jint);
29465
29466 /*
29467  * Class:     org_ldk_impl_bindings
29468  * Method:    RouteHop_clone_ptr
29469  * Signature: (J)J
29470  */
29471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1clone_1ptr
29472   (JNIEnv *, jclass, jlong);
29473
29474 /*
29475  * Class:     org_ldk_impl_bindings
29476  * Method:    RouteHop_clone
29477  * Signature: (J)J
29478  */
29479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1clone
29480   (JNIEnv *, jclass, jlong);
29481
29482 /*
29483  * Class:     org_ldk_impl_bindings
29484  * Method:    RouteHop_hash
29485  * Signature: (J)J
29486  */
29487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1hash
29488   (JNIEnv *, jclass, jlong);
29489
29490 /*
29491  * Class:     org_ldk_impl_bindings
29492  * Method:    RouteHop_eq
29493  * Signature: (JJ)Z
29494  */
29495 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RouteHop_1eq
29496   (JNIEnv *, jclass, jlong, jlong);
29497
29498 /*
29499  * Class:     org_ldk_impl_bindings
29500  * Method:    RouteHop_write
29501  * Signature: (J)[B
29502  */
29503 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RouteHop_1write
29504   (JNIEnv *, jclass, jlong);
29505
29506 /*
29507  * Class:     org_ldk_impl_bindings
29508  * Method:    RouteHop_read
29509  * Signature: ([B)J
29510  */
29511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHop_1read
29512   (JNIEnv *, jclass, jbyteArray);
29513
29514 /*
29515  * Class:     org_ldk_impl_bindings
29516  * Method:    BlindedTail_free
29517  * Signature: (J)V
29518  */
29519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BlindedTail_1free
29520   (JNIEnv *, jclass, jlong);
29521
29522 /*
29523  * Class:     org_ldk_impl_bindings
29524  * Method:    BlindedTail_get_hops
29525  * Signature: (J)[J
29526  */
29527 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_BlindedTail_1get_1hops
29528   (JNIEnv *, jclass, jlong);
29529
29530 /*
29531  * Class:     org_ldk_impl_bindings
29532  * Method:    BlindedTail_set_hops
29533  * Signature: (J[J)V
29534  */
29535 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BlindedTail_1set_1hops
29536   (JNIEnv *, jclass, jlong, jlongArray);
29537
29538 /*
29539  * Class:     org_ldk_impl_bindings
29540  * Method:    BlindedTail_get_blinding_point
29541  * Signature: (J)[B
29542  */
29543 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BlindedTail_1get_1blinding_1point
29544   (JNIEnv *, jclass, jlong);
29545
29546 /*
29547  * Class:     org_ldk_impl_bindings
29548  * Method:    BlindedTail_set_blinding_point
29549  * Signature: (J[B)V
29550  */
29551 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BlindedTail_1set_1blinding_1point
29552   (JNIEnv *, jclass, jlong, jbyteArray);
29553
29554 /*
29555  * Class:     org_ldk_impl_bindings
29556  * Method:    BlindedTail_get_excess_final_cltv_expiry_delta
29557  * Signature: (J)I
29558  */
29559 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_BlindedTail_1get_1excess_1final_1cltv_1expiry_1delta
29560   (JNIEnv *, jclass, jlong);
29561
29562 /*
29563  * Class:     org_ldk_impl_bindings
29564  * Method:    BlindedTail_set_excess_final_cltv_expiry_delta
29565  * Signature: (JI)V
29566  */
29567 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BlindedTail_1set_1excess_1final_1cltv_1expiry_1delta
29568   (JNIEnv *, jclass, jlong, jint);
29569
29570 /*
29571  * Class:     org_ldk_impl_bindings
29572  * Method:    BlindedTail_get_final_value_msat
29573  * Signature: (J)J
29574  */
29575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedTail_1get_1final_1value_1msat
29576   (JNIEnv *, jclass, jlong);
29577
29578 /*
29579  * Class:     org_ldk_impl_bindings
29580  * Method:    BlindedTail_set_final_value_msat
29581  * Signature: (JJ)V
29582  */
29583 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BlindedTail_1set_1final_1value_1msat
29584   (JNIEnv *, jclass, jlong, jlong);
29585
29586 /*
29587  * Class:     org_ldk_impl_bindings
29588  * Method:    BlindedTail_new
29589  * Signature: ([J[BIJ)J
29590  */
29591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedTail_1new
29592   (JNIEnv *, jclass, jlongArray, jbyteArray, jint, jlong);
29593
29594 /*
29595  * Class:     org_ldk_impl_bindings
29596  * Method:    BlindedTail_clone_ptr
29597  * Signature: (J)J
29598  */
29599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedTail_1clone_1ptr
29600   (JNIEnv *, jclass, jlong);
29601
29602 /*
29603  * Class:     org_ldk_impl_bindings
29604  * Method:    BlindedTail_clone
29605  * Signature: (J)J
29606  */
29607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedTail_1clone
29608   (JNIEnv *, jclass, jlong);
29609
29610 /*
29611  * Class:     org_ldk_impl_bindings
29612  * Method:    BlindedTail_hash
29613  * Signature: (J)J
29614  */
29615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedTail_1hash
29616   (JNIEnv *, jclass, jlong);
29617
29618 /*
29619  * Class:     org_ldk_impl_bindings
29620  * Method:    BlindedTail_eq
29621  * Signature: (JJ)Z
29622  */
29623 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_BlindedTail_1eq
29624   (JNIEnv *, jclass, jlong, jlong);
29625
29626 /*
29627  * Class:     org_ldk_impl_bindings
29628  * Method:    BlindedTail_write
29629  * Signature: (J)[B
29630  */
29631 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BlindedTail_1write
29632   (JNIEnv *, jclass, jlong);
29633
29634 /*
29635  * Class:     org_ldk_impl_bindings
29636  * Method:    BlindedTail_read
29637  * Signature: ([B)J
29638  */
29639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedTail_1read
29640   (JNIEnv *, jclass, jbyteArray);
29641
29642 /*
29643  * Class:     org_ldk_impl_bindings
29644  * Method:    Path_free
29645  * Signature: (J)V
29646  */
29647 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Path_1free
29648   (JNIEnv *, jclass, jlong);
29649
29650 /*
29651  * Class:     org_ldk_impl_bindings
29652  * Method:    Path_get_hops
29653  * Signature: (J)[J
29654  */
29655 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_Path_1get_1hops
29656   (JNIEnv *, jclass, jlong);
29657
29658 /*
29659  * Class:     org_ldk_impl_bindings
29660  * Method:    Path_set_hops
29661  * Signature: (J[J)V
29662  */
29663 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Path_1set_1hops
29664   (JNIEnv *, jclass, jlong, jlongArray);
29665
29666 /*
29667  * Class:     org_ldk_impl_bindings
29668  * Method:    Path_get_blinded_tail
29669  * Signature: (J)J
29670  */
29671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Path_1get_1blinded_1tail
29672   (JNIEnv *, jclass, jlong);
29673
29674 /*
29675  * Class:     org_ldk_impl_bindings
29676  * Method:    Path_set_blinded_tail
29677  * Signature: (JJ)V
29678  */
29679 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Path_1set_1blinded_1tail
29680   (JNIEnv *, jclass, jlong, jlong);
29681
29682 /*
29683  * Class:     org_ldk_impl_bindings
29684  * Method:    Path_new
29685  * Signature: ([JJ)J
29686  */
29687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Path_1new
29688   (JNIEnv *, jclass, jlongArray, jlong);
29689
29690 /*
29691  * Class:     org_ldk_impl_bindings
29692  * Method:    Path_clone_ptr
29693  * Signature: (J)J
29694  */
29695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Path_1clone_1ptr
29696   (JNIEnv *, jclass, jlong);
29697
29698 /*
29699  * Class:     org_ldk_impl_bindings
29700  * Method:    Path_clone
29701  * Signature: (J)J
29702  */
29703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Path_1clone
29704   (JNIEnv *, jclass, jlong);
29705
29706 /*
29707  * Class:     org_ldk_impl_bindings
29708  * Method:    Path_hash
29709  * Signature: (J)J
29710  */
29711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Path_1hash
29712   (JNIEnv *, jclass, jlong);
29713
29714 /*
29715  * Class:     org_ldk_impl_bindings
29716  * Method:    Path_eq
29717  * Signature: (JJ)Z
29718  */
29719 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Path_1eq
29720   (JNIEnv *, jclass, jlong, jlong);
29721
29722 /*
29723  * Class:     org_ldk_impl_bindings
29724  * Method:    Path_fee_msat
29725  * Signature: (J)J
29726  */
29727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Path_1fee_1msat
29728   (JNIEnv *, jclass, jlong);
29729
29730 /*
29731  * Class:     org_ldk_impl_bindings
29732  * Method:    Path_final_value_msat
29733  * Signature: (J)J
29734  */
29735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Path_1final_1value_1msat
29736   (JNIEnv *, jclass, jlong);
29737
29738 /*
29739  * Class:     org_ldk_impl_bindings
29740  * Method:    Path_final_cltv_expiry_delta
29741  * Signature: (J)J
29742  */
29743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Path_1final_1cltv_1expiry_1delta
29744   (JNIEnv *, jclass, jlong);
29745
29746 /*
29747  * Class:     org_ldk_impl_bindings
29748  * Method:    Route_free
29749  * Signature: (J)V
29750  */
29751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Route_1free
29752   (JNIEnv *, jclass, jlong);
29753
29754 /*
29755  * Class:     org_ldk_impl_bindings
29756  * Method:    Route_get_paths
29757  * Signature: (J)[J
29758  */
29759 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_Route_1get_1paths
29760   (JNIEnv *, jclass, jlong);
29761
29762 /*
29763  * Class:     org_ldk_impl_bindings
29764  * Method:    Route_set_paths
29765  * Signature: (J[J)V
29766  */
29767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Route_1set_1paths
29768   (JNIEnv *, jclass, jlong, jlongArray);
29769
29770 /*
29771  * Class:     org_ldk_impl_bindings
29772  * Method:    Route_get_payment_params
29773  * Signature: (J)J
29774  */
29775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1get_1payment_1params
29776   (JNIEnv *, jclass, jlong);
29777
29778 /*
29779  * Class:     org_ldk_impl_bindings
29780  * Method:    Route_set_payment_params
29781  * Signature: (JJ)V
29782  */
29783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Route_1set_1payment_1params
29784   (JNIEnv *, jclass, jlong, jlong);
29785
29786 /*
29787  * Class:     org_ldk_impl_bindings
29788  * Method:    Route_new
29789  * Signature: ([JJ)J
29790  */
29791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1new
29792   (JNIEnv *, jclass, jlongArray, jlong);
29793
29794 /*
29795  * Class:     org_ldk_impl_bindings
29796  * Method:    Route_clone_ptr
29797  * Signature: (J)J
29798  */
29799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1clone_1ptr
29800   (JNIEnv *, jclass, jlong);
29801
29802 /*
29803  * Class:     org_ldk_impl_bindings
29804  * Method:    Route_clone
29805  * Signature: (J)J
29806  */
29807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1clone
29808   (JNIEnv *, jclass, jlong);
29809
29810 /*
29811  * Class:     org_ldk_impl_bindings
29812  * Method:    Route_hash
29813  * Signature: (J)J
29814  */
29815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1hash
29816   (JNIEnv *, jclass, jlong);
29817
29818 /*
29819  * Class:     org_ldk_impl_bindings
29820  * Method:    Route_eq
29821  * Signature: (JJ)Z
29822  */
29823 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Route_1eq
29824   (JNIEnv *, jclass, jlong, jlong);
29825
29826 /*
29827  * Class:     org_ldk_impl_bindings
29828  * Method:    Route_get_total_fees
29829  * Signature: (J)J
29830  */
29831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1get_1total_1fees
29832   (JNIEnv *, jclass, jlong);
29833
29834 /*
29835  * Class:     org_ldk_impl_bindings
29836  * Method:    Route_get_total_amount
29837  * Signature: (J)J
29838  */
29839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1get_1total_1amount
29840   (JNIEnv *, jclass, jlong);
29841
29842 /*
29843  * Class:     org_ldk_impl_bindings
29844  * Method:    Route_write
29845  * Signature: (J)[B
29846  */
29847 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Route_1write
29848   (JNIEnv *, jclass, jlong);
29849
29850 /*
29851  * Class:     org_ldk_impl_bindings
29852  * Method:    Route_read
29853  * Signature: ([B)J
29854  */
29855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Route_1read
29856   (JNIEnv *, jclass, jbyteArray);
29857
29858 /*
29859  * Class:     org_ldk_impl_bindings
29860  * Method:    RouteParameters_free
29861  * Signature: (J)V
29862  */
29863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteParameters_1free
29864   (JNIEnv *, jclass, jlong);
29865
29866 /*
29867  * Class:     org_ldk_impl_bindings
29868  * Method:    RouteParameters_get_payment_params
29869  * Signature: (J)J
29870  */
29871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteParameters_1get_1payment_1params
29872   (JNIEnv *, jclass, jlong);
29873
29874 /*
29875  * Class:     org_ldk_impl_bindings
29876  * Method:    RouteParameters_set_payment_params
29877  * Signature: (JJ)V
29878  */
29879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteParameters_1set_1payment_1params
29880   (JNIEnv *, jclass, jlong, jlong);
29881
29882 /*
29883  * Class:     org_ldk_impl_bindings
29884  * Method:    RouteParameters_get_final_value_msat
29885  * Signature: (J)J
29886  */
29887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteParameters_1get_1final_1value_1msat
29888   (JNIEnv *, jclass, jlong);
29889
29890 /*
29891  * Class:     org_ldk_impl_bindings
29892  * Method:    RouteParameters_set_final_value_msat
29893  * Signature: (JJ)V
29894  */
29895 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteParameters_1set_1final_1value_1msat
29896   (JNIEnv *, jclass, jlong, jlong);
29897
29898 /*
29899  * Class:     org_ldk_impl_bindings
29900  * Method:    RouteParameters_new
29901  * Signature: (JJ)J
29902  */
29903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteParameters_1new
29904   (JNIEnv *, jclass, jlong, jlong);
29905
29906 /*
29907  * Class:     org_ldk_impl_bindings
29908  * Method:    RouteParameters_clone_ptr
29909  * Signature: (J)J
29910  */
29911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteParameters_1clone_1ptr
29912   (JNIEnv *, jclass, jlong);
29913
29914 /*
29915  * Class:     org_ldk_impl_bindings
29916  * Method:    RouteParameters_clone
29917  * Signature: (J)J
29918  */
29919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteParameters_1clone
29920   (JNIEnv *, jclass, jlong);
29921
29922 /*
29923  * Class:     org_ldk_impl_bindings
29924  * Method:    RouteParameters_eq
29925  * Signature: (JJ)Z
29926  */
29927 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RouteParameters_1eq
29928   (JNIEnv *, jclass, jlong, jlong);
29929
29930 /*
29931  * Class:     org_ldk_impl_bindings
29932  * Method:    RouteParameters_write
29933  * Signature: (J)[B
29934  */
29935 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RouteParameters_1write
29936   (JNIEnv *, jclass, jlong);
29937
29938 /*
29939  * Class:     org_ldk_impl_bindings
29940  * Method:    RouteParameters_read
29941  * Signature: ([B)J
29942  */
29943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteParameters_1read
29944   (JNIEnv *, jclass, jbyteArray);
29945
29946 /*
29947  * Class:     org_ldk_impl_bindings
29948  * Method:    PaymentParameters_free
29949  * Signature: (J)V
29950  */
29951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1free
29952   (JNIEnv *, jclass, jlong);
29953
29954 /*
29955  * Class:     org_ldk_impl_bindings
29956  * Method:    PaymentParameters_get_payee_pubkey
29957  * Signature: (J)[B
29958  */
29959 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1get_1payee_1pubkey
29960   (JNIEnv *, jclass, jlong);
29961
29962 /*
29963  * Class:     org_ldk_impl_bindings
29964  * Method:    PaymentParameters_set_payee_pubkey
29965  * Signature: (J[B)V
29966  */
29967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1set_1payee_1pubkey
29968   (JNIEnv *, jclass, jlong, jbyteArray);
29969
29970 /*
29971  * Class:     org_ldk_impl_bindings
29972  * Method:    PaymentParameters_get_features
29973  * Signature: (J)J
29974  */
29975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1get_1features
29976   (JNIEnv *, jclass, jlong);
29977
29978 /*
29979  * Class:     org_ldk_impl_bindings
29980  * Method:    PaymentParameters_set_features
29981  * Signature: (JJ)V
29982  */
29983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1set_1features
29984   (JNIEnv *, jclass, jlong, jlong);
29985
29986 /*
29987  * Class:     org_ldk_impl_bindings
29988  * Method:    PaymentParameters_get_route_hints
29989  * Signature: (J)J
29990  */
29991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1get_1route_1hints
29992   (JNIEnv *, jclass, jlong);
29993
29994 /*
29995  * Class:     org_ldk_impl_bindings
29996  * Method:    PaymentParameters_set_route_hints
29997  * Signature: (JJ)V
29998  */
29999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1set_1route_1hints
30000   (JNIEnv *, jclass, jlong, jlong);
30001
30002 /*
30003  * Class:     org_ldk_impl_bindings
30004  * Method:    PaymentParameters_get_expiry_time
30005  * Signature: (J)J
30006  */
30007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1get_1expiry_1time
30008   (JNIEnv *, jclass, jlong);
30009
30010 /*
30011  * Class:     org_ldk_impl_bindings
30012  * Method:    PaymentParameters_set_expiry_time
30013  * Signature: (JJ)V
30014  */
30015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1set_1expiry_1time
30016   (JNIEnv *, jclass, jlong, jlong);
30017
30018 /*
30019  * Class:     org_ldk_impl_bindings
30020  * Method:    PaymentParameters_get_max_total_cltv_expiry_delta
30021  * Signature: (J)I
30022  */
30023 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1get_1max_1total_1cltv_1expiry_1delta
30024   (JNIEnv *, jclass, jlong);
30025
30026 /*
30027  * Class:     org_ldk_impl_bindings
30028  * Method:    PaymentParameters_set_max_total_cltv_expiry_delta
30029  * Signature: (JI)V
30030  */
30031 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1set_1max_1total_1cltv_1expiry_1delta
30032   (JNIEnv *, jclass, jlong, jint);
30033
30034 /*
30035  * Class:     org_ldk_impl_bindings
30036  * Method:    PaymentParameters_get_max_path_count
30037  * Signature: (J)B
30038  */
30039 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1get_1max_1path_1count
30040   (JNIEnv *, jclass, jlong);
30041
30042 /*
30043  * Class:     org_ldk_impl_bindings
30044  * Method:    PaymentParameters_set_max_path_count
30045  * Signature: (JB)V
30046  */
30047 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1set_1max_1path_1count
30048   (JNIEnv *, jclass, jlong, jbyte);
30049
30050 /*
30051  * Class:     org_ldk_impl_bindings
30052  * Method:    PaymentParameters_get_max_channel_saturation_power_of_half
30053  * Signature: (J)B
30054  */
30055 JNIEXPORT jbyte JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1get_1max_1channel_1saturation_1power_1of_1half
30056   (JNIEnv *, jclass, jlong);
30057
30058 /*
30059  * Class:     org_ldk_impl_bindings
30060  * Method:    PaymentParameters_set_max_channel_saturation_power_of_half
30061  * Signature: (JB)V
30062  */
30063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1set_1max_1channel_1saturation_1power_1of_1half
30064   (JNIEnv *, jclass, jlong, jbyte);
30065
30066 /*
30067  * Class:     org_ldk_impl_bindings
30068  * Method:    PaymentParameters_get_previously_failed_channels
30069  * Signature: (J)[J
30070  */
30071 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1get_1previously_1failed_1channels
30072   (JNIEnv *, jclass, jlong);
30073
30074 /*
30075  * Class:     org_ldk_impl_bindings
30076  * Method:    PaymentParameters_set_previously_failed_channels
30077  * Signature: (J[J)V
30078  */
30079 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1set_1previously_1failed_1channels
30080   (JNIEnv *, jclass, jlong, jlongArray);
30081
30082 /*
30083  * Class:     org_ldk_impl_bindings
30084  * Method:    PaymentParameters_get_final_cltv_expiry_delta
30085  * Signature: (J)I
30086  */
30087 JNIEXPORT jint JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1get_1final_1cltv_1expiry_1delta
30088   (JNIEnv *, jclass, jlong);
30089
30090 /*
30091  * Class:     org_ldk_impl_bindings
30092  * Method:    PaymentParameters_set_final_cltv_expiry_delta
30093  * Signature: (JI)V
30094  */
30095 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1set_1final_1cltv_1expiry_1delta
30096   (JNIEnv *, jclass, jlong, jint);
30097
30098 /*
30099  * Class:     org_ldk_impl_bindings
30100  * Method:    PaymentParameters_new
30101  * Signature: ([BJJJIBB[JI)J
30102  */
30103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1new
30104   (JNIEnv *, jclass, jbyteArray, jlong, jlong, jlong, jint, jbyte, jbyte, jlongArray, jint);
30105
30106 /*
30107  * Class:     org_ldk_impl_bindings
30108  * Method:    PaymentParameters_clone_ptr
30109  * Signature: (J)J
30110  */
30111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1clone_1ptr
30112   (JNIEnv *, jclass, jlong);
30113
30114 /*
30115  * Class:     org_ldk_impl_bindings
30116  * Method:    PaymentParameters_clone
30117  * Signature: (J)J
30118  */
30119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1clone
30120   (JNIEnv *, jclass, jlong);
30121
30122 /*
30123  * Class:     org_ldk_impl_bindings
30124  * Method:    PaymentParameters_hash
30125  * Signature: (J)J
30126  */
30127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1hash
30128   (JNIEnv *, jclass, jlong);
30129
30130 /*
30131  * Class:     org_ldk_impl_bindings
30132  * Method:    PaymentParameters_eq
30133  * Signature: (JJ)Z
30134  */
30135 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1eq
30136   (JNIEnv *, jclass, jlong, jlong);
30137
30138 /*
30139  * Class:     org_ldk_impl_bindings
30140  * Method:    PaymentParameters_write
30141  * Signature: (J)[B
30142  */
30143 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1write
30144   (JNIEnv *, jclass, jlong);
30145
30146 /*
30147  * Class:     org_ldk_impl_bindings
30148  * Method:    PaymentParameters_read
30149  * Signature: ([BI)J
30150  */
30151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1read
30152   (JNIEnv *, jclass, jbyteArray, jint);
30153
30154 /*
30155  * Class:     org_ldk_impl_bindings
30156  * Method:    PaymentParameters_from_node_id
30157  * Signature: ([BI)J
30158  */
30159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1from_1node_1id
30160   (JNIEnv *, jclass, jbyteArray, jint);
30161
30162 /*
30163  * Class:     org_ldk_impl_bindings
30164  * Method:    PaymentParameters_for_keysend
30165  * Signature: ([BI)J
30166  */
30167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentParameters_1for_1keysend
30168   (JNIEnv *, jclass, jbyteArray, jint);
30169
30170 /*
30171  * Class:     org_ldk_impl_bindings
30172  * Method:    Hints_free
30173  * Signature: (J)V
30174  */
30175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Hints_1free
30176   (JNIEnv *, jclass, jlong);
30177
30178 /*
30179  * Class:     org_ldk_impl_bindings
30180  * Method:    Hints_clone_ptr
30181  * Signature: (J)J
30182  */
30183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Hints_1clone_1ptr
30184   (JNIEnv *, jclass, jlong);
30185
30186 /*
30187  * Class:     org_ldk_impl_bindings
30188  * Method:    Hints_clone
30189  * Signature: (J)J
30190  */
30191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Hints_1clone
30192   (JNIEnv *, jclass, jlong);
30193
30194 /*
30195  * Class:     org_ldk_impl_bindings
30196  * Method:    Hints_blinded
30197  * Signature: ([J)J
30198  */
30199 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Hints_1blinded
30200   (JNIEnv *, jclass, jlongArray);
30201
30202 /*
30203  * Class:     org_ldk_impl_bindings
30204  * Method:    Hints_clear
30205  * Signature: ([J)J
30206  */
30207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Hints_1clear
30208   (JNIEnv *, jclass, jlongArray);
30209
30210 /*
30211  * Class:     org_ldk_impl_bindings
30212  * Method:    Hints_hash
30213  * Signature: (J)J
30214  */
30215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Hints_1hash
30216   (JNIEnv *, jclass, jlong);
30217
30218 /*
30219  * Class:     org_ldk_impl_bindings
30220  * Method:    Hints_eq
30221  * Signature: (JJ)Z
30222  */
30223 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Hints_1eq
30224   (JNIEnv *, jclass, jlong, jlong);
30225
30226 /*
30227  * Class:     org_ldk_impl_bindings
30228  * Method:    RouteHint_free
30229  * Signature: (J)V
30230  */
30231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1free
30232   (JNIEnv *, jclass, jlong);
30233
30234 /*
30235  * Class:     org_ldk_impl_bindings
30236  * Method:    RouteHint_get_a
30237  * Signature: (J)[J
30238  */
30239 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_RouteHint_1get_1a
30240   (JNIEnv *, jclass, jlong);
30241
30242 /*
30243  * Class:     org_ldk_impl_bindings
30244  * Method:    RouteHint_set_a
30245  * Signature: (J[J)V
30246  */
30247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHint_1set_1a
30248   (JNIEnv *, jclass, jlong, jlongArray);
30249
30250 /*
30251  * Class:     org_ldk_impl_bindings
30252  * Method:    RouteHint_new
30253  * Signature: ([J)J
30254  */
30255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1new
30256   (JNIEnv *, jclass, jlongArray);
30257
30258 /*
30259  * Class:     org_ldk_impl_bindings
30260  * Method:    RouteHint_clone_ptr
30261  * Signature: (J)J
30262  */
30263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1clone_1ptr
30264   (JNIEnv *, jclass, jlong);
30265
30266 /*
30267  * Class:     org_ldk_impl_bindings
30268  * Method:    RouteHint_clone
30269  * Signature: (J)J
30270  */
30271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1clone
30272   (JNIEnv *, jclass, jlong);
30273
30274 /*
30275  * Class:     org_ldk_impl_bindings
30276  * Method:    RouteHint_hash
30277  * Signature: (J)J
30278  */
30279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1hash
30280   (JNIEnv *, jclass, jlong);
30281
30282 /*
30283  * Class:     org_ldk_impl_bindings
30284  * Method:    RouteHint_eq
30285  * Signature: (JJ)Z
30286  */
30287 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RouteHint_1eq
30288   (JNIEnv *, jclass, jlong, jlong);
30289
30290 /*
30291  * Class:     org_ldk_impl_bindings
30292  * Method:    RouteHint_write
30293  * Signature: (J)[B
30294  */
30295 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RouteHint_1write
30296   (JNIEnv *, jclass, jlong);
30297
30298 /*
30299  * Class:     org_ldk_impl_bindings
30300  * Method:    RouteHint_read
30301  * Signature: ([B)J
30302  */
30303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHint_1read
30304   (JNIEnv *, jclass, jbyteArray);
30305
30306 /*
30307  * Class:     org_ldk_impl_bindings
30308  * Method:    RouteHintHop_free
30309  * Signature: (J)V
30310  */
30311 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1free
30312   (JNIEnv *, jclass, jlong);
30313
30314 /*
30315  * Class:     org_ldk_impl_bindings
30316  * Method:    RouteHintHop_get_src_node_id
30317  * Signature: (J)[B
30318  */
30319 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1get_1src_1node_1id
30320   (JNIEnv *, jclass, jlong);
30321
30322 /*
30323  * Class:     org_ldk_impl_bindings
30324  * Method:    RouteHintHop_set_src_node_id
30325  * Signature: (J[B)V
30326  */
30327 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1set_1src_1node_1id
30328   (JNIEnv *, jclass, jlong, jbyteArray);
30329
30330 /*
30331  * Class:     org_ldk_impl_bindings
30332  * Method:    RouteHintHop_get_short_channel_id
30333  * Signature: (J)J
30334  */
30335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1get_1short_1channel_1id
30336   (JNIEnv *, jclass, jlong);
30337
30338 /*
30339  * Class:     org_ldk_impl_bindings
30340  * Method:    RouteHintHop_set_short_channel_id
30341  * Signature: (JJ)V
30342  */
30343 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1set_1short_1channel_1id
30344   (JNIEnv *, jclass, jlong, jlong);
30345
30346 /*
30347  * Class:     org_ldk_impl_bindings
30348  * Method:    RouteHintHop_get_fees
30349  * Signature: (J)J
30350  */
30351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1get_1fees
30352   (JNIEnv *, jclass, jlong);
30353
30354 /*
30355  * Class:     org_ldk_impl_bindings
30356  * Method:    RouteHintHop_set_fees
30357  * Signature: (JJ)V
30358  */
30359 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1set_1fees
30360   (JNIEnv *, jclass, jlong, jlong);
30361
30362 /*
30363  * Class:     org_ldk_impl_bindings
30364  * Method:    RouteHintHop_get_cltv_expiry_delta
30365  * Signature: (J)S
30366  */
30367 JNIEXPORT jshort JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1get_1cltv_1expiry_1delta
30368   (JNIEnv *, jclass, jlong);
30369
30370 /*
30371  * Class:     org_ldk_impl_bindings
30372  * Method:    RouteHintHop_set_cltv_expiry_delta
30373  * Signature: (JS)V
30374  */
30375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1set_1cltv_1expiry_1delta
30376   (JNIEnv *, jclass, jlong, jshort);
30377
30378 /*
30379  * Class:     org_ldk_impl_bindings
30380  * Method:    RouteHintHop_get_htlc_minimum_msat
30381  * Signature: (J)J
30382  */
30383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1get_1htlc_1minimum_1msat
30384   (JNIEnv *, jclass, jlong);
30385
30386 /*
30387  * Class:     org_ldk_impl_bindings
30388  * Method:    RouteHintHop_set_htlc_minimum_msat
30389  * Signature: (JJ)V
30390  */
30391 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1set_1htlc_1minimum_1msat
30392   (JNIEnv *, jclass, jlong, jlong);
30393
30394 /*
30395  * Class:     org_ldk_impl_bindings
30396  * Method:    RouteHintHop_get_htlc_maximum_msat
30397  * Signature: (J)J
30398  */
30399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1get_1htlc_1maximum_1msat
30400   (JNIEnv *, jclass, jlong);
30401
30402 /*
30403  * Class:     org_ldk_impl_bindings
30404  * Method:    RouteHintHop_set_htlc_maximum_msat
30405  * Signature: (JJ)V
30406  */
30407 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1set_1htlc_1maximum_1msat
30408   (JNIEnv *, jclass, jlong, jlong);
30409
30410 /*
30411  * Class:     org_ldk_impl_bindings
30412  * Method:    RouteHintHop_new
30413  * Signature: ([BJJSJJ)J
30414  */
30415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1new
30416   (JNIEnv *, jclass, jbyteArray, jlong, jlong, jshort, jlong, jlong);
30417
30418 /*
30419  * Class:     org_ldk_impl_bindings
30420  * Method:    RouteHintHop_clone_ptr
30421  * Signature: (J)J
30422  */
30423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1clone_1ptr
30424   (JNIEnv *, jclass, jlong);
30425
30426 /*
30427  * Class:     org_ldk_impl_bindings
30428  * Method:    RouteHintHop_clone
30429  * Signature: (J)J
30430  */
30431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1clone
30432   (JNIEnv *, jclass, jlong);
30433
30434 /*
30435  * Class:     org_ldk_impl_bindings
30436  * Method:    RouteHintHop_hash
30437  * Signature: (J)J
30438  */
30439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1hash
30440   (JNIEnv *, jclass, jlong);
30441
30442 /*
30443  * Class:     org_ldk_impl_bindings
30444  * Method:    RouteHintHop_eq
30445  * Signature: (JJ)Z
30446  */
30447 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1eq
30448   (JNIEnv *, jclass, jlong, jlong);
30449
30450 /*
30451  * Class:     org_ldk_impl_bindings
30452  * Method:    RouteHintHop_write
30453  * Signature: (J)[B
30454  */
30455 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1write
30456   (JNIEnv *, jclass, jlong);
30457
30458 /*
30459  * Class:     org_ldk_impl_bindings
30460  * Method:    RouteHintHop_read
30461  * Signature: ([B)J
30462  */
30463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RouteHintHop_1read
30464   (JNIEnv *, jclass, jbyteArray);
30465
30466 /*
30467  * Class:     org_ldk_impl_bindings
30468  * Method:    find_route
30469  * Signature: ([BJJ[JJJ[B)J
30470  */
30471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_find_1route
30472   (JNIEnv *, jclass, jbyteArray, jlong, jlong, jlongArray, jlong, jlong, jbyteArray);
30473
30474 /*
30475  * Class:     org_ldk_impl_bindings
30476  * Method:    build_route_from_hops
30477  * Signature: ([B[[BJJJ[B)J
30478  */
30479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_build_1route_1from_1hops
30480   (JNIEnv *, jclass, jbyteArray, jobjectArray, jlong, jlong, jlong, jbyteArray);
30481
30482 /*
30483  * Class:     org_ldk_impl_bindings
30484  * Method:    Score_free
30485  * Signature: (J)V
30486  */
30487 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Score_1free
30488   (JNIEnv *, jclass, jlong);
30489
30490 /*
30491  * Class:     org_ldk_impl_bindings
30492  * Method:    LockableScore_free
30493  * Signature: (J)V
30494  */
30495 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_LockableScore_1free
30496   (JNIEnv *, jclass, jlong);
30497
30498 /*
30499  * Class:     org_ldk_impl_bindings
30500  * Method:    WriteableScore_free
30501  * Signature: (J)V
30502  */
30503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_WriteableScore_1free
30504   (JNIEnv *, jclass, jlong);
30505
30506 /*
30507  * Class:     org_ldk_impl_bindings
30508  * Method:    MultiThreadedLockableScore_free
30509  * Signature: (J)V
30510  */
30511 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MultiThreadedLockableScore_1free
30512   (JNIEnv *, jclass, jlong);
30513
30514 /*
30515  * Class:     org_ldk_impl_bindings
30516  * Method:    MultiThreadedScoreLock_free
30517  * Signature: (J)V
30518  */
30519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MultiThreadedScoreLock_1free
30520   (JNIEnv *, jclass, jlong);
30521
30522 /*
30523  * Class:     org_ldk_impl_bindings
30524  * Method:    MultiThreadedScoreLock_as_Score
30525  * Signature: (J)J
30526  */
30527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MultiThreadedScoreLock_1as_1Score
30528   (JNIEnv *, jclass, jlong);
30529
30530 /*
30531  * Class:     org_ldk_impl_bindings
30532  * Method:    MultiThreadedScoreLock_write
30533  * Signature: (J)[B
30534  */
30535 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_MultiThreadedScoreLock_1write
30536   (JNIEnv *, jclass, jlong);
30537
30538 /*
30539  * Class:     org_ldk_impl_bindings
30540  * Method:    MultiThreadedLockableScore_as_LockableScore
30541  * Signature: (J)J
30542  */
30543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MultiThreadedLockableScore_1as_1LockableScore
30544   (JNIEnv *, jclass, jlong);
30545
30546 /*
30547  * Class:     org_ldk_impl_bindings
30548  * Method:    MultiThreadedLockableScore_write
30549  * Signature: (J)[B
30550  */
30551 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_MultiThreadedLockableScore_1write
30552   (JNIEnv *, jclass, jlong);
30553
30554 /*
30555  * Class:     org_ldk_impl_bindings
30556  * Method:    MultiThreadedLockableScore_as_WriteableScore
30557  * Signature: (J)J
30558  */
30559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MultiThreadedLockableScore_1as_1WriteableScore
30560   (JNIEnv *, jclass, jlong);
30561
30562 /*
30563  * Class:     org_ldk_impl_bindings
30564  * Method:    MultiThreadedLockableScore_new
30565  * Signature: (J)J
30566  */
30567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MultiThreadedLockableScore_1new
30568   (JNIEnv *, jclass, jlong);
30569
30570 /*
30571  * Class:     org_ldk_impl_bindings
30572  * Method:    ChannelUsage_free
30573  * Signature: (J)V
30574  */
30575 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUsage_1free
30576   (JNIEnv *, jclass, jlong);
30577
30578 /*
30579  * Class:     org_ldk_impl_bindings
30580  * Method:    ChannelUsage_get_amount_msat
30581  * Signature: (J)J
30582  */
30583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUsage_1get_1amount_1msat
30584   (JNIEnv *, jclass, jlong);
30585
30586 /*
30587  * Class:     org_ldk_impl_bindings
30588  * Method:    ChannelUsage_set_amount_msat
30589  * Signature: (JJ)V
30590  */
30591 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUsage_1set_1amount_1msat
30592   (JNIEnv *, jclass, jlong, jlong);
30593
30594 /*
30595  * Class:     org_ldk_impl_bindings
30596  * Method:    ChannelUsage_get_inflight_htlc_msat
30597  * Signature: (J)J
30598  */
30599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUsage_1get_1inflight_1htlc_1msat
30600   (JNIEnv *, jclass, jlong);
30601
30602 /*
30603  * Class:     org_ldk_impl_bindings
30604  * Method:    ChannelUsage_set_inflight_htlc_msat
30605  * Signature: (JJ)V
30606  */
30607 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUsage_1set_1inflight_1htlc_1msat
30608   (JNIEnv *, jclass, jlong, jlong);
30609
30610 /*
30611  * Class:     org_ldk_impl_bindings
30612  * Method:    ChannelUsage_get_effective_capacity
30613  * Signature: (J)J
30614  */
30615 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUsage_1get_1effective_1capacity
30616   (JNIEnv *, jclass, jlong);
30617
30618 /*
30619  * Class:     org_ldk_impl_bindings
30620  * Method:    ChannelUsage_set_effective_capacity
30621  * Signature: (JJ)V
30622  */
30623 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ChannelUsage_1set_1effective_1capacity
30624   (JNIEnv *, jclass, jlong, jlong);
30625
30626 /*
30627  * Class:     org_ldk_impl_bindings
30628  * Method:    ChannelUsage_new
30629  * Signature: (JJJ)J
30630  */
30631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUsage_1new
30632   (JNIEnv *, jclass, jlong, jlong, jlong);
30633
30634 /*
30635  * Class:     org_ldk_impl_bindings
30636  * Method:    ChannelUsage_clone_ptr
30637  * Signature: (J)J
30638  */
30639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUsage_1clone_1ptr
30640   (JNIEnv *, jclass, jlong);
30641
30642 /*
30643  * Class:     org_ldk_impl_bindings
30644  * Method:    ChannelUsage_clone
30645  * Signature: (J)J
30646  */
30647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ChannelUsage_1clone
30648   (JNIEnv *, jclass, jlong);
30649
30650 /*
30651  * Class:     org_ldk_impl_bindings
30652  * Method:    FixedPenaltyScorer_free
30653  * Signature: (J)V
30654  */
30655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FixedPenaltyScorer_1free
30656   (JNIEnv *, jclass, jlong);
30657
30658 /*
30659  * Class:     org_ldk_impl_bindings
30660  * Method:    FixedPenaltyScorer_clone_ptr
30661  * Signature: (J)J
30662  */
30663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FixedPenaltyScorer_1clone_1ptr
30664   (JNIEnv *, jclass, jlong);
30665
30666 /*
30667  * Class:     org_ldk_impl_bindings
30668  * Method:    FixedPenaltyScorer_clone
30669  * Signature: (J)J
30670  */
30671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FixedPenaltyScorer_1clone
30672   (JNIEnv *, jclass, jlong);
30673
30674 /*
30675  * Class:     org_ldk_impl_bindings
30676  * Method:    FixedPenaltyScorer_with_penalty
30677  * Signature: (J)J
30678  */
30679 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FixedPenaltyScorer_1with_1penalty
30680   (JNIEnv *, jclass, jlong);
30681
30682 /*
30683  * Class:     org_ldk_impl_bindings
30684  * Method:    FixedPenaltyScorer_as_Score
30685  * Signature: (J)J
30686  */
30687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FixedPenaltyScorer_1as_1Score
30688   (JNIEnv *, jclass, jlong);
30689
30690 /*
30691  * Class:     org_ldk_impl_bindings
30692  * Method:    FixedPenaltyScorer_write
30693  * Signature: (J)[B
30694  */
30695 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_FixedPenaltyScorer_1write
30696   (JNIEnv *, jclass, jlong);
30697
30698 /*
30699  * Class:     org_ldk_impl_bindings
30700  * Method:    FixedPenaltyScorer_read
30701  * Signature: ([BJ)J
30702  */
30703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FixedPenaltyScorer_1read
30704   (JNIEnv *, jclass, jbyteArray, jlong);
30705
30706 /*
30707  * Class:     org_ldk_impl_bindings
30708  * Method:    ProbabilisticScorer_free
30709  * Signature: (J)V
30710  */
30711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScorer_1free
30712   (JNIEnv *, jclass, jlong);
30713
30714 /*
30715  * Class:     org_ldk_impl_bindings
30716  * Method:    ProbabilisticScoringParameters_free
30717  * Signature: (J)V
30718  */
30719 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1free
30720   (JNIEnv *, jclass, jlong);
30721
30722 /*
30723  * Class:     org_ldk_impl_bindings
30724  * Method:    ProbabilisticScoringParameters_get_base_penalty_msat
30725  * Signature: (J)J
30726  */
30727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1get_1base_1penalty_1msat
30728   (JNIEnv *, jclass, jlong);
30729
30730 /*
30731  * Class:     org_ldk_impl_bindings
30732  * Method:    ProbabilisticScoringParameters_set_base_penalty_msat
30733  * Signature: (JJ)V
30734  */
30735 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1set_1base_1penalty_1msat
30736   (JNIEnv *, jclass, jlong, jlong);
30737
30738 /*
30739  * Class:     org_ldk_impl_bindings
30740  * Method:    ProbabilisticScoringParameters_get_base_penalty_amount_multiplier_msat
30741  * Signature: (J)J
30742  */
30743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1get_1base_1penalty_1amount_1multiplier_1msat
30744   (JNIEnv *, jclass, jlong);
30745
30746 /*
30747  * Class:     org_ldk_impl_bindings
30748  * Method:    ProbabilisticScoringParameters_set_base_penalty_amount_multiplier_msat
30749  * Signature: (JJ)V
30750  */
30751 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1set_1base_1penalty_1amount_1multiplier_1msat
30752   (JNIEnv *, jclass, jlong, jlong);
30753
30754 /*
30755  * Class:     org_ldk_impl_bindings
30756  * Method:    ProbabilisticScoringParameters_get_liquidity_penalty_multiplier_msat
30757  * Signature: (J)J
30758  */
30759 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1get_1liquidity_1penalty_1multiplier_1msat
30760   (JNIEnv *, jclass, jlong);
30761
30762 /*
30763  * Class:     org_ldk_impl_bindings
30764  * Method:    ProbabilisticScoringParameters_set_liquidity_penalty_multiplier_msat
30765  * Signature: (JJ)V
30766  */
30767 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1set_1liquidity_1penalty_1multiplier_1msat
30768   (JNIEnv *, jclass, jlong, jlong);
30769
30770 /*
30771  * Class:     org_ldk_impl_bindings
30772  * Method:    ProbabilisticScoringParameters_get_liquidity_offset_half_life
30773  * Signature: (J)J
30774  */
30775 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1get_1liquidity_1offset_1half_1life
30776   (JNIEnv *, jclass, jlong);
30777
30778 /*
30779  * Class:     org_ldk_impl_bindings
30780  * Method:    ProbabilisticScoringParameters_set_liquidity_offset_half_life
30781  * Signature: (JJ)V
30782  */
30783 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1set_1liquidity_1offset_1half_1life
30784   (JNIEnv *, jclass, jlong, jlong);
30785
30786 /*
30787  * Class:     org_ldk_impl_bindings
30788  * Method:    ProbabilisticScoringParameters_get_liquidity_penalty_amount_multiplier_msat
30789  * Signature: (J)J
30790  */
30791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1get_1liquidity_1penalty_1amount_1multiplier_1msat
30792   (JNIEnv *, jclass, jlong);
30793
30794 /*
30795  * Class:     org_ldk_impl_bindings
30796  * Method:    ProbabilisticScoringParameters_set_liquidity_penalty_amount_multiplier_msat
30797  * Signature: (JJ)V
30798  */
30799 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1set_1liquidity_1penalty_1amount_1multiplier_1msat
30800   (JNIEnv *, jclass, jlong, jlong);
30801
30802 /*
30803  * Class:     org_ldk_impl_bindings
30804  * Method:    ProbabilisticScoringParameters_get_historical_liquidity_penalty_multiplier_msat
30805  * Signature: (J)J
30806  */
30807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1get_1historical_1liquidity_1penalty_1multiplier_1msat
30808   (JNIEnv *, jclass, jlong);
30809
30810 /*
30811  * Class:     org_ldk_impl_bindings
30812  * Method:    ProbabilisticScoringParameters_set_historical_liquidity_penalty_multiplier_msat
30813  * Signature: (JJ)V
30814  */
30815 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1set_1historical_1liquidity_1penalty_1multiplier_1msat
30816   (JNIEnv *, jclass, jlong, jlong);
30817
30818 /*
30819  * Class:     org_ldk_impl_bindings
30820  * Method:    ProbabilisticScoringParameters_get_historical_liquidity_penalty_amount_multiplier_msat
30821  * Signature: (J)J
30822  */
30823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1get_1historical_1liquidity_1penalty_1amount_1multiplier_1msat
30824   (JNIEnv *, jclass, jlong);
30825
30826 /*
30827  * Class:     org_ldk_impl_bindings
30828  * Method:    ProbabilisticScoringParameters_set_historical_liquidity_penalty_amount_multiplier_msat
30829  * Signature: (JJ)V
30830  */
30831 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1set_1historical_1liquidity_1penalty_1amount_1multiplier_1msat
30832   (JNIEnv *, jclass, jlong, jlong);
30833
30834 /*
30835  * Class:     org_ldk_impl_bindings
30836  * Method:    ProbabilisticScoringParameters_get_historical_no_updates_half_life
30837  * Signature: (J)J
30838  */
30839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1get_1historical_1no_1updates_1half_1life
30840   (JNIEnv *, jclass, jlong);
30841
30842 /*
30843  * Class:     org_ldk_impl_bindings
30844  * Method:    ProbabilisticScoringParameters_set_historical_no_updates_half_life
30845  * Signature: (JJ)V
30846  */
30847 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1set_1historical_1no_1updates_1half_1life
30848   (JNIEnv *, jclass, jlong, jlong);
30849
30850 /*
30851  * Class:     org_ldk_impl_bindings
30852  * Method:    ProbabilisticScoringParameters_get_anti_probing_penalty_msat
30853  * Signature: (J)J
30854  */
30855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1get_1anti_1probing_1penalty_1msat
30856   (JNIEnv *, jclass, jlong);
30857
30858 /*
30859  * Class:     org_ldk_impl_bindings
30860  * Method:    ProbabilisticScoringParameters_set_anti_probing_penalty_msat
30861  * Signature: (JJ)V
30862  */
30863 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1set_1anti_1probing_1penalty_1msat
30864   (JNIEnv *, jclass, jlong, jlong);
30865
30866 /*
30867  * Class:     org_ldk_impl_bindings
30868  * Method:    ProbabilisticScoringParameters_get_considered_impossible_penalty_msat
30869  * Signature: (J)J
30870  */
30871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1get_1considered_1impossible_1penalty_1msat
30872   (JNIEnv *, jclass, jlong);
30873
30874 /*
30875  * Class:     org_ldk_impl_bindings
30876  * Method:    ProbabilisticScoringParameters_set_considered_impossible_penalty_msat
30877  * Signature: (JJ)V
30878  */
30879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1set_1considered_1impossible_1penalty_1msat
30880   (JNIEnv *, jclass, jlong, jlong);
30881
30882 /*
30883  * Class:     org_ldk_impl_bindings
30884  * Method:    ProbabilisticScoringParameters_clone_ptr
30885  * Signature: (J)J
30886  */
30887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1clone_1ptr
30888   (JNIEnv *, jclass, jlong);
30889
30890 /*
30891  * Class:     org_ldk_impl_bindings
30892  * Method:    ProbabilisticScoringParameters_clone
30893  * Signature: (J)J
30894  */
30895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1clone
30896   (JNIEnv *, jclass, jlong);
30897
30898 /*
30899  * Class:     org_ldk_impl_bindings
30900  * Method:    ProbabilisticScorer_new
30901  * Signature: (JJJ)J
30902  */
30903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScorer_1new
30904   (JNIEnv *, jclass, jlong, jlong, jlong);
30905
30906 /*
30907  * Class:     org_ldk_impl_bindings
30908  * Method:    ProbabilisticScorer_debug_log_liquidity_stats
30909  * Signature: (J)V
30910  */
30911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScorer_1debug_1log_1liquidity_1stats
30912   (JNIEnv *, jclass, jlong);
30913
30914 /*
30915  * Class:     org_ldk_impl_bindings
30916  * Method:    ProbabilisticScorer_estimated_channel_liquidity_range
30917  * Signature: (JJJ)J
30918  */
30919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScorer_1estimated_1channel_1liquidity_1range
30920   (JNIEnv *, jclass, jlong, jlong, jlong);
30921
30922 /*
30923  * Class:     org_ldk_impl_bindings
30924  * Method:    ProbabilisticScorer_historical_estimated_channel_liquidity_probabilities
30925  * Signature: (JJJ)J
30926  */
30927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScorer_1historical_1estimated_1channel_1liquidity_1probabilities
30928   (JNIEnv *, jclass, jlong, jlong, jlong);
30929
30930 /*
30931  * Class:     org_ldk_impl_bindings
30932  * Method:    ProbabilisticScorer_add_banned
30933  * Signature: (JJ)V
30934  */
30935 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScorer_1add_1banned
30936   (JNIEnv *, jclass, jlong, jlong);
30937
30938 /*
30939  * Class:     org_ldk_impl_bindings
30940  * Method:    ProbabilisticScorer_remove_banned
30941  * Signature: (JJ)V
30942  */
30943 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScorer_1remove_1banned
30944   (JNIEnv *, jclass, jlong, jlong);
30945
30946 /*
30947  * Class:     org_ldk_impl_bindings
30948  * Method:    ProbabilisticScorer_set_manual_penalty
30949  * Signature: (JJJ)V
30950  */
30951 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScorer_1set_1manual_1penalty
30952   (JNIEnv *, jclass, jlong, jlong, jlong);
30953
30954 /*
30955  * Class:     org_ldk_impl_bindings
30956  * Method:    ProbabilisticScorer_remove_manual_penalty
30957  * Signature: (JJ)V
30958  */
30959 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScorer_1remove_1manual_1penalty
30960   (JNIEnv *, jclass, jlong, jlong);
30961
30962 /*
30963  * Class:     org_ldk_impl_bindings
30964  * Method:    ProbabilisticScorer_clear_manual_penalties
30965  * Signature: (J)V
30966  */
30967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScorer_1clear_1manual_1penalties
30968   (JNIEnv *, jclass, jlong);
30969
30970 /*
30971  * Class:     org_ldk_impl_bindings
30972  * Method:    ProbabilisticScoringParameters_add_banned_from_list
30973  * Signature: (J[J)V
30974  */
30975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1add_1banned_1from_1list
30976   (JNIEnv *, jclass, jlong, jlongArray);
30977
30978 /*
30979  * Class:     org_ldk_impl_bindings
30980  * Method:    ProbabilisticScoringParameters_default
30981  * Signature: ()J
30982  */
30983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScoringParameters_1default
30984   (JNIEnv *, jclass);
30985
30986 /*
30987  * Class:     org_ldk_impl_bindings
30988  * Method:    ProbabilisticScorer_as_Score
30989  * Signature: (J)J
30990  */
30991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScorer_1as_1Score
30992   (JNIEnv *, jclass, jlong);
30993
30994 /*
30995  * Class:     org_ldk_impl_bindings
30996  * Method:    ProbabilisticScorer_write
30997  * Signature: (J)[B
30998  */
30999 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ProbabilisticScorer_1write
31000   (JNIEnv *, jclass, jlong);
31001
31002 /*
31003  * Class:     org_ldk_impl_bindings
31004  * Method:    ProbabilisticScorer_read
31005  * Signature: ([BJJJ)J
31006  */
31007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ProbabilisticScorer_1read
31008   (JNIEnv *, jclass, jbyteArray, jlong, jlong, jlong);
31009
31010 /*
31011  * Class:     org_ldk_impl_bindings
31012  * Method:    OnionMessenger_free
31013  * Signature: (J)V
31014  */
31015 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OnionMessenger_1free
31016   (JNIEnv *, jclass, jlong);
31017
31018 /*
31019  * Class:     org_ldk_impl_bindings
31020  * Method:    Destination_free
31021  * Signature: (J)V
31022  */
31023 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Destination_1free
31024   (JNIEnv *, jclass, jlong);
31025
31026 /*
31027  * Class:     org_ldk_impl_bindings
31028  * Method:    Destination_clone_ptr
31029  * Signature: (J)J
31030  */
31031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Destination_1clone_1ptr
31032   (JNIEnv *, jclass, jlong);
31033
31034 /*
31035  * Class:     org_ldk_impl_bindings
31036  * Method:    Destination_clone
31037  * Signature: (J)J
31038  */
31039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Destination_1clone
31040   (JNIEnv *, jclass, jlong);
31041
31042 /*
31043  * Class:     org_ldk_impl_bindings
31044  * Method:    Destination_node
31045  * Signature: ([B)J
31046  */
31047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Destination_1node
31048   (JNIEnv *, jclass, jbyteArray);
31049
31050 /*
31051  * Class:     org_ldk_impl_bindings
31052  * Method:    Destination_blinded_path
31053  * Signature: (J)J
31054  */
31055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Destination_1blinded_1path
31056   (JNIEnv *, jclass, jlong);
31057
31058 /*
31059  * Class:     org_ldk_impl_bindings
31060  * Method:    SendError_free
31061  * Signature: (J)V
31062  */
31063 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SendError_1free
31064   (JNIEnv *, jclass, jlong);
31065
31066 /*
31067  * Class:     org_ldk_impl_bindings
31068  * Method:    SendError_clone_ptr
31069  * Signature: (J)J
31070  */
31071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SendError_1clone_1ptr
31072   (JNIEnv *, jclass, jlong);
31073
31074 /*
31075  * Class:     org_ldk_impl_bindings
31076  * Method:    SendError_clone
31077  * Signature: (J)J
31078  */
31079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SendError_1clone
31080   (JNIEnv *, jclass, jlong);
31081
31082 /*
31083  * Class:     org_ldk_impl_bindings
31084  * Method:    SendError_secp256k1
31085  * Signature: (Lorg/ldk/enums/Secp256k1Error;)J
31086  */
31087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SendError_1secp256k1
31088   (JNIEnv *, jclass, jobject);
31089
31090 /*
31091  * Class:     org_ldk_impl_bindings
31092  * Method:    SendError_too_big_packet
31093  * Signature: ()J
31094  */
31095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SendError_1too_1big_1packet
31096   (JNIEnv *, jclass);
31097
31098 /*
31099  * Class:     org_ldk_impl_bindings
31100  * Method:    SendError_too_few_blinded_hops
31101  * Signature: ()J
31102  */
31103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SendError_1too_1few_1blinded_1hops
31104   (JNIEnv *, jclass);
31105
31106 /*
31107  * Class:     org_ldk_impl_bindings
31108  * Method:    SendError_invalid_first_hop
31109  * Signature: ()J
31110  */
31111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SendError_1invalid_1first_1hop
31112   (JNIEnv *, jclass);
31113
31114 /*
31115  * Class:     org_ldk_impl_bindings
31116  * Method:    SendError_invalid_message
31117  * Signature: ()J
31118  */
31119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SendError_1invalid_1message
31120   (JNIEnv *, jclass);
31121
31122 /*
31123  * Class:     org_ldk_impl_bindings
31124  * Method:    SendError_buffer_full
31125  * Signature: ()J
31126  */
31127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SendError_1buffer_1full
31128   (JNIEnv *, jclass);
31129
31130 /*
31131  * Class:     org_ldk_impl_bindings
31132  * Method:    SendError_get_node_id_failed
31133  * Signature: ()J
31134  */
31135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SendError_1get_1node_1id_1failed
31136   (JNIEnv *, jclass);
31137
31138 /*
31139  * Class:     org_ldk_impl_bindings
31140  * Method:    SendError_blinded_path_advance_failed
31141  * Signature: ()J
31142  */
31143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SendError_1blinded_1path_1advance_1failed
31144   (JNIEnv *, jclass);
31145
31146 /*
31147  * Class:     org_ldk_impl_bindings
31148  * Method:    SendError_eq
31149  * Signature: (JJ)Z
31150  */
31151 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_SendError_1eq
31152   (JNIEnv *, jclass, jlong, jlong);
31153
31154 /*
31155  * Class:     org_ldk_impl_bindings
31156  * Method:    CustomOnionMessageHandler_free
31157  * Signature: (J)V
31158  */
31159 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CustomOnionMessageHandler_1free
31160   (JNIEnv *, jclass, jlong);
31161
31162 /*
31163  * Class:     org_ldk_impl_bindings
31164  * Method:    OnionMessenger_new
31165  * Signature: (JJJJ)J
31166  */
31167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OnionMessenger_1new
31168   (JNIEnv *, jclass, jlong, jlong, jlong, jlong);
31169
31170 /*
31171  * Class:     org_ldk_impl_bindings
31172  * Method:    OnionMessenger_send_onion_message
31173  * Signature: (J[[BJJJ)J
31174  */
31175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OnionMessenger_1send_1onion_1message
31176   (JNIEnv *, jclass, jlong, jobjectArray, jlong, jlong, jlong);
31177
31178 /*
31179  * Class:     org_ldk_impl_bindings
31180  * Method:    OnionMessenger_as_OnionMessageHandler
31181  * Signature: (J)J
31182  */
31183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OnionMessenger_1as_1OnionMessageHandler
31184   (JNIEnv *, jclass, jlong);
31185
31186 /*
31187  * Class:     org_ldk_impl_bindings
31188  * Method:    OnionMessenger_as_OnionMessageProvider
31189  * Signature: (J)J
31190  */
31191 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OnionMessenger_1as_1OnionMessageProvider
31192   (JNIEnv *, jclass, jlong);
31193
31194 /*
31195  * Class:     org_ldk_impl_bindings
31196  * Method:    OnionMessageContents_free
31197  * Signature: (J)V
31198  */
31199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OnionMessageContents_1free
31200   (JNIEnv *, jclass, jlong);
31201
31202 /*
31203  * Class:     org_ldk_impl_bindings
31204  * Method:    OnionMessageContents_clone_ptr
31205  * Signature: (J)J
31206  */
31207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OnionMessageContents_1clone_1ptr
31208   (JNIEnv *, jclass, jlong);
31209
31210 /*
31211  * Class:     org_ldk_impl_bindings
31212  * Method:    OnionMessageContents_clone
31213  * Signature: (J)J
31214  */
31215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OnionMessageContents_1clone
31216   (JNIEnv *, jclass, jlong);
31217
31218 /*
31219  * Class:     org_ldk_impl_bindings
31220  * Method:    OnionMessageContents_custom
31221  * Signature: (J)J
31222  */
31223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_OnionMessageContents_1custom
31224   (JNIEnv *, jclass, jlong);
31225
31226 /*
31227  * Class:     org_ldk_impl_bindings
31228  * Method:    CustomOnionMessageContents_clone_ptr
31229  * Signature: (J)J
31230  */
31231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CustomOnionMessageContents_1clone_1ptr
31232   (JNIEnv *, jclass, jlong);
31233
31234 /*
31235  * Class:     org_ldk_impl_bindings
31236  * Method:    CustomOnionMessageContents_clone
31237  * Signature: (J)J
31238  */
31239 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_CustomOnionMessageContents_1clone
31240   (JNIEnv *, jclass, jlong);
31241
31242 /*
31243  * Class:     org_ldk_impl_bindings
31244  * Method:    CustomOnionMessageContents_free
31245  * Signature: (J)V
31246  */
31247 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_CustomOnionMessageContents_1free
31248   (JNIEnv *, jclass, jlong);
31249
31250 /*
31251  * Class:     org_ldk_impl_bindings
31252  * Method:    BlindedPath_free
31253  * Signature: (J)V
31254  */
31255 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BlindedPath_1free
31256   (JNIEnv *, jclass, jlong);
31257
31258 /*
31259  * Class:     org_ldk_impl_bindings
31260  * Method:    BlindedPath_clone_ptr
31261  * Signature: (J)J
31262  */
31263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedPath_1clone_1ptr
31264   (JNIEnv *, jclass, jlong);
31265
31266 /*
31267  * Class:     org_ldk_impl_bindings
31268  * Method:    BlindedPath_clone
31269  * Signature: (J)J
31270  */
31271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedPath_1clone
31272   (JNIEnv *, jclass, jlong);
31273
31274 /*
31275  * Class:     org_ldk_impl_bindings
31276  * Method:    BlindedPath_hash
31277  * Signature: (J)J
31278  */
31279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedPath_1hash
31280   (JNIEnv *, jclass, jlong);
31281
31282 /*
31283  * Class:     org_ldk_impl_bindings
31284  * Method:    BlindedPath_eq
31285  * Signature: (JJ)Z
31286  */
31287 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_BlindedPath_1eq
31288   (JNIEnv *, jclass, jlong, jlong);
31289
31290 /*
31291  * Class:     org_ldk_impl_bindings
31292  * Method:    BlindedHop_free
31293  * Signature: (J)V
31294  */
31295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BlindedHop_1free
31296   (JNIEnv *, jclass, jlong);
31297
31298 /*
31299  * Class:     org_ldk_impl_bindings
31300  * Method:    BlindedHop_clone_ptr
31301  * Signature: (J)J
31302  */
31303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedHop_1clone_1ptr
31304   (JNIEnv *, jclass, jlong);
31305
31306 /*
31307  * Class:     org_ldk_impl_bindings
31308  * Method:    BlindedHop_clone
31309  * Signature: (J)J
31310  */
31311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedHop_1clone
31312   (JNIEnv *, jclass, jlong);
31313
31314 /*
31315  * Class:     org_ldk_impl_bindings
31316  * Method:    BlindedHop_hash
31317  * Signature: (J)J
31318  */
31319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedHop_1hash
31320   (JNIEnv *, jclass, jlong);
31321
31322 /*
31323  * Class:     org_ldk_impl_bindings
31324  * Method:    BlindedHop_eq
31325  * Signature: (JJ)Z
31326  */
31327 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_BlindedHop_1eq
31328   (JNIEnv *, jclass, jlong, jlong);
31329
31330 /*
31331  * Class:     org_ldk_impl_bindings
31332  * Method:    BlindedPath_new_for_message
31333  * Signature: ([[BJ)J
31334  */
31335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedPath_1new_1for_1message
31336   (JNIEnv *, jclass, jobjectArray, jlong);
31337
31338 /*
31339  * Class:     org_ldk_impl_bindings
31340  * Method:    BlindedPath_write
31341  * Signature: (J)[B
31342  */
31343 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BlindedPath_1write
31344   (JNIEnv *, jclass, jlong);
31345
31346 /*
31347  * Class:     org_ldk_impl_bindings
31348  * Method:    BlindedPath_read
31349  * Signature: ([B)J
31350  */
31351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedPath_1read
31352   (JNIEnv *, jclass, jbyteArray);
31353
31354 /*
31355  * Class:     org_ldk_impl_bindings
31356  * Method:    BlindedHop_write
31357  * Signature: (J)[B
31358  */
31359 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_BlindedHop_1write
31360   (JNIEnv *, jclass, jlong);
31361
31362 /*
31363  * Class:     org_ldk_impl_bindings
31364  * Method:    BlindedHop_read
31365  * Signature: ([B)J
31366  */
31367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BlindedHop_1read
31368   (JNIEnv *, jclass, jbyteArray);
31369
31370 /*
31371  * Class:     org_ldk_impl_bindings
31372  * Method:    PaymentPurpose_free
31373  * Signature: (J)V
31374  */
31375 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentPurpose_1free
31376   (JNIEnv *, jclass, jlong);
31377
31378 /*
31379  * Class:     org_ldk_impl_bindings
31380  * Method:    PaymentPurpose_clone_ptr
31381  * Signature: (J)J
31382  */
31383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentPurpose_1clone_1ptr
31384   (JNIEnv *, jclass, jlong);
31385
31386 /*
31387  * Class:     org_ldk_impl_bindings
31388  * Method:    PaymentPurpose_clone
31389  * Signature: (J)J
31390  */
31391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentPurpose_1clone
31392   (JNIEnv *, jclass, jlong);
31393
31394 /*
31395  * Class:     org_ldk_impl_bindings
31396  * Method:    PaymentPurpose_invoice_payment
31397  * Signature: ([B[B)J
31398  */
31399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentPurpose_1invoice_1payment
31400   (JNIEnv *, jclass, jbyteArray, jbyteArray);
31401
31402 /*
31403  * Class:     org_ldk_impl_bindings
31404  * Method:    PaymentPurpose_spontaneous_payment
31405  * Signature: ([B)J
31406  */
31407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentPurpose_1spontaneous_1payment
31408   (JNIEnv *, jclass, jbyteArray);
31409
31410 /*
31411  * Class:     org_ldk_impl_bindings
31412  * Method:    PaymentPurpose_eq
31413  * Signature: (JJ)Z
31414  */
31415 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_PaymentPurpose_1eq
31416   (JNIEnv *, jclass, jlong, jlong);
31417
31418 /*
31419  * Class:     org_ldk_impl_bindings
31420  * Method:    PaymentPurpose_write
31421  * Signature: (J)[B
31422  */
31423 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_PaymentPurpose_1write
31424   (JNIEnv *, jclass, jlong);
31425
31426 /*
31427  * Class:     org_ldk_impl_bindings
31428  * Method:    PaymentPurpose_read
31429  * Signature: ([B)J
31430  */
31431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentPurpose_1read
31432   (JNIEnv *, jclass, jbyteArray);
31433
31434 /*
31435  * Class:     org_ldk_impl_bindings
31436  * Method:    PathFailure_free
31437  * Signature: (J)V
31438  */
31439 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PathFailure_1free
31440   (JNIEnv *, jclass, jlong);
31441
31442 /*
31443  * Class:     org_ldk_impl_bindings
31444  * Method:    PathFailure_clone_ptr
31445  * Signature: (J)J
31446  */
31447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PathFailure_1clone_1ptr
31448   (JNIEnv *, jclass, jlong);
31449
31450 /*
31451  * Class:     org_ldk_impl_bindings
31452  * Method:    PathFailure_clone
31453  * Signature: (J)J
31454  */
31455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PathFailure_1clone
31456   (JNIEnv *, jclass, jlong);
31457
31458 /*
31459  * Class:     org_ldk_impl_bindings
31460  * Method:    PathFailure_initial_send
31461  * Signature: (J)J
31462  */
31463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PathFailure_1initial_1send
31464   (JNIEnv *, jclass, jlong);
31465
31466 /*
31467  * Class:     org_ldk_impl_bindings
31468  * Method:    PathFailure_on_path
31469  * Signature: (J)J
31470  */
31471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PathFailure_1on_1path
31472   (JNIEnv *, jclass, jlong);
31473
31474 /*
31475  * Class:     org_ldk_impl_bindings
31476  * Method:    PathFailure_eq
31477  * Signature: (JJ)Z
31478  */
31479 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_PathFailure_1eq
31480   (JNIEnv *, jclass, jlong, jlong);
31481
31482 /*
31483  * Class:     org_ldk_impl_bindings
31484  * Method:    PathFailure_write
31485  * Signature: (J)[B
31486  */
31487 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_PathFailure_1write
31488   (JNIEnv *, jclass, jlong);
31489
31490 /*
31491  * Class:     org_ldk_impl_bindings
31492  * Method:    PathFailure_read
31493  * Signature: ([B)J
31494  */
31495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PathFailure_1read
31496   (JNIEnv *, jclass, jbyteArray);
31497
31498 /*
31499  * Class:     org_ldk_impl_bindings
31500  * Method:    ClosureReason_free
31501  * Signature: (J)V
31502  */
31503 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ClosureReason_1free
31504   (JNIEnv *, jclass, jlong);
31505
31506 /*
31507  * Class:     org_ldk_impl_bindings
31508  * Method:    ClosureReason_clone_ptr
31509  * Signature: (J)J
31510  */
31511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1clone_1ptr
31512   (JNIEnv *, jclass, jlong);
31513
31514 /*
31515  * Class:     org_ldk_impl_bindings
31516  * Method:    ClosureReason_clone
31517  * Signature: (J)J
31518  */
31519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1clone
31520   (JNIEnv *, jclass, jlong);
31521
31522 /*
31523  * Class:     org_ldk_impl_bindings
31524  * Method:    ClosureReason_counterparty_force_closed
31525  * Signature: (J)J
31526  */
31527 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1counterparty_1force_1closed
31528   (JNIEnv *, jclass, jlong);
31529
31530 /*
31531  * Class:     org_ldk_impl_bindings
31532  * Method:    ClosureReason_holder_force_closed
31533  * Signature: ()J
31534  */
31535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1holder_1force_1closed
31536   (JNIEnv *, jclass);
31537
31538 /*
31539  * Class:     org_ldk_impl_bindings
31540  * Method:    ClosureReason_cooperative_closure
31541  * Signature: ()J
31542  */
31543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1cooperative_1closure
31544   (JNIEnv *, jclass);
31545
31546 /*
31547  * Class:     org_ldk_impl_bindings
31548  * Method:    ClosureReason_commitment_tx_confirmed
31549  * Signature: ()J
31550  */
31551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1commitment_1tx_1confirmed
31552   (JNIEnv *, jclass);
31553
31554 /*
31555  * Class:     org_ldk_impl_bindings
31556  * Method:    ClosureReason_funding_timed_out
31557  * Signature: ()J
31558  */
31559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1funding_1timed_1out
31560   (JNIEnv *, jclass);
31561
31562 /*
31563  * Class:     org_ldk_impl_bindings
31564  * Method:    ClosureReason_processing_error
31565  * Signature: (Ljava/lang/String;)J
31566  */
31567 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1processing_1error
31568   (JNIEnv *, jclass, jstring);
31569
31570 /*
31571  * Class:     org_ldk_impl_bindings
31572  * Method:    ClosureReason_disconnected_peer
31573  * Signature: ()J
31574  */
31575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1disconnected_1peer
31576   (JNIEnv *, jclass);
31577
31578 /*
31579  * Class:     org_ldk_impl_bindings
31580  * Method:    ClosureReason_outdated_channel_manager
31581  * Signature: ()J
31582  */
31583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1outdated_1channel_1manager
31584   (JNIEnv *, jclass);
31585
31586 /*
31587  * Class:     org_ldk_impl_bindings
31588  * Method:    ClosureReason_eq
31589  * Signature: (JJ)Z
31590  */
31591 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ClosureReason_1eq
31592   (JNIEnv *, jclass, jlong, jlong);
31593
31594 /*
31595  * Class:     org_ldk_impl_bindings
31596  * Method:    ClosureReason_write
31597  * Signature: (J)[B
31598  */
31599 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_ClosureReason_1write
31600   (JNIEnv *, jclass, jlong);
31601
31602 /*
31603  * Class:     org_ldk_impl_bindings
31604  * Method:    ClosureReason_read
31605  * Signature: ([B)J
31606  */
31607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ClosureReason_1read
31608   (JNIEnv *, jclass, jbyteArray);
31609
31610 /*
31611  * Class:     org_ldk_impl_bindings
31612  * Method:    HTLCDestination_free
31613  * Signature: (J)V
31614  */
31615 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_HTLCDestination_1free
31616   (JNIEnv *, jclass, jlong);
31617
31618 /*
31619  * Class:     org_ldk_impl_bindings
31620  * Method:    HTLCDestination_clone_ptr
31621  * Signature: (J)J
31622  */
31623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCDestination_1clone_1ptr
31624   (JNIEnv *, jclass, jlong);
31625
31626 /*
31627  * Class:     org_ldk_impl_bindings
31628  * Method:    HTLCDestination_clone
31629  * Signature: (J)J
31630  */
31631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCDestination_1clone
31632   (JNIEnv *, jclass, jlong);
31633
31634 /*
31635  * Class:     org_ldk_impl_bindings
31636  * Method:    HTLCDestination_next_hop_channel
31637  * Signature: ([B[B)J
31638  */
31639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCDestination_1next_1hop_1channel
31640   (JNIEnv *, jclass, jbyteArray, jbyteArray);
31641
31642 /*
31643  * Class:     org_ldk_impl_bindings
31644  * Method:    HTLCDestination_unknown_next_hop
31645  * Signature: (J)J
31646  */
31647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCDestination_1unknown_1next_1hop
31648   (JNIEnv *, jclass, jlong);
31649
31650 /*
31651  * Class:     org_ldk_impl_bindings
31652  * Method:    HTLCDestination_invalid_forward
31653  * Signature: (J)J
31654  */
31655 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCDestination_1invalid_1forward
31656   (JNIEnv *, jclass, jlong);
31657
31658 /*
31659  * Class:     org_ldk_impl_bindings
31660  * Method:    HTLCDestination_failed_payment
31661  * Signature: ([B)J
31662  */
31663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCDestination_1failed_1payment
31664   (JNIEnv *, jclass, jbyteArray);
31665
31666 /*
31667  * Class:     org_ldk_impl_bindings
31668  * Method:    HTLCDestination_eq
31669  * Signature: (JJ)Z
31670  */
31671 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_HTLCDestination_1eq
31672   (JNIEnv *, jclass, jlong, jlong);
31673
31674 /*
31675  * Class:     org_ldk_impl_bindings
31676  * Method:    HTLCDestination_write
31677  * Signature: (J)[B
31678  */
31679 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_HTLCDestination_1write
31680   (JNIEnv *, jclass, jlong);
31681
31682 /*
31683  * Class:     org_ldk_impl_bindings
31684  * Method:    HTLCDestination_read
31685  * Signature: ([B)J
31686  */
31687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_HTLCDestination_1read
31688   (JNIEnv *, jclass, jbyteArray);
31689
31690 /*
31691  * Class:     org_ldk_impl_bindings
31692  * Method:    PaymentFailureReason_clone
31693  * Signature: (J)Lorg/ldk/enums/PaymentFailureReason;
31694  */
31695 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_PaymentFailureReason_1clone
31696   (JNIEnv *, jclass, jlong);
31697
31698 /*
31699  * Class:     org_ldk_impl_bindings
31700  * Method:    PaymentFailureReason_recipient_rejected
31701  * Signature: ()Lorg/ldk/enums/PaymentFailureReason;
31702  */
31703 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_PaymentFailureReason_1recipient_1rejected
31704   (JNIEnv *, jclass);
31705
31706 /*
31707  * Class:     org_ldk_impl_bindings
31708  * Method:    PaymentFailureReason_user_abandoned
31709  * Signature: ()Lorg/ldk/enums/PaymentFailureReason;
31710  */
31711 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_PaymentFailureReason_1user_1abandoned
31712   (JNIEnv *, jclass);
31713
31714 /*
31715  * Class:     org_ldk_impl_bindings
31716  * Method:    PaymentFailureReason_retries_exhausted
31717  * Signature: ()Lorg/ldk/enums/PaymentFailureReason;
31718  */
31719 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_PaymentFailureReason_1retries_1exhausted
31720   (JNIEnv *, jclass);
31721
31722 /*
31723  * Class:     org_ldk_impl_bindings
31724  * Method:    PaymentFailureReason_payment_expired
31725  * Signature: ()Lorg/ldk/enums/PaymentFailureReason;
31726  */
31727 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_PaymentFailureReason_1payment_1expired
31728   (JNIEnv *, jclass);
31729
31730 /*
31731  * Class:     org_ldk_impl_bindings
31732  * Method:    PaymentFailureReason_route_not_found
31733  * Signature: ()Lorg/ldk/enums/PaymentFailureReason;
31734  */
31735 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_PaymentFailureReason_1route_1not_1found
31736   (JNIEnv *, jclass);
31737
31738 /*
31739  * Class:     org_ldk_impl_bindings
31740  * Method:    PaymentFailureReason_unexpected_error
31741  * Signature: ()Lorg/ldk/enums/PaymentFailureReason;
31742  */
31743 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_PaymentFailureReason_1unexpected_1error
31744   (JNIEnv *, jclass);
31745
31746 /*
31747  * Class:     org_ldk_impl_bindings
31748  * Method:    PaymentFailureReason_eq
31749  * Signature: (JJ)Z
31750  */
31751 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_PaymentFailureReason_1eq
31752   (JNIEnv *, jclass, jlong, jlong);
31753
31754 /*
31755  * Class:     org_ldk_impl_bindings
31756  * Method:    PaymentFailureReason_write
31757  * Signature: (J)[B
31758  */
31759 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_PaymentFailureReason_1write
31760   (JNIEnv *, jclass, jlong);
31761
31762 /*
31763  * Class:     org_ldk_impl_bindings
31764  * Method:    PaymentFailureReason_read
31765  * Signature: ([B)J
31766  */
31767 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentFailureReason_1read
31768   (JNIEnv *, jclass, jbyteArray);
31769
31770 /*
31771  * Class:     org_ldk_impl_bindings
31772  * Method:    Event_free
31773  * Signature: (J)V
31774  */
31775 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Event_1free
31776   (JNIEnv *, jclass, jlong);
31777
31778 /*
31779  * Class:     org_ldk_impl_bindings
31780  * Method:    Event_clone_ptr
31781  * Signature: (J)J
31782  */
31783 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1clone_1ptr
31784   (JNIEnv *, jclass, jlong);
31785
31786 /*
31787  * Class:     org_ldk_impl_bindings
31788  * Method:    Event_clone
31789  * Signature: (J)J
31790  */
31791 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1clone
31792   (JNIEnv *, jclass, jlong);
31793
31794 /*
31795  * Class:     org_ldk_impl_bindings
31796  * Method:    Event_funding_generation_ready
31797  * Signature: ([B[BJ[B[B)J
31798  */
31799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1funding_1generation_1ready
31800   (JNIEnv *, jclass, jbyteArray, jbyteArray, jlong, jbyteArray, jbyteArray);
31801
31802 /*
31803  * Class:     org_ldk_impl_bindings
31804  * Method:    Event_payment_claimable
31805  * Signature: ([B[BJJJ[BJJ)J
31806  */
31807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1payment_1claimable
31808   (JNIEnv *, jclass, jbyteArray, jbyteArray, jlong, jlong, jlong, jbyteArray, jlong, jlong);
31809
31810 /*
31811  * Class:     org_ldk_impl_bindings
31812  * Method:    Event_payment_claimed
31813  * Signature: ([B[BJJ)J
31814  */
31815 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1payment_1claimed
31816   (JNIEnv *, jclass, jbyteArray, jbyteArray, jlong, jlong);
31817
31818 /*
31819  * Class:     org_ldk_impl_bindings
31820  * Method:    Event_payment_sent
31821  * Signature: ([B[B[BJ)J
31822  */
31823 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1payment_1sent
31824   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jlong);
31825
31826 /*
31827  * Class:     org_ldk_impl_bindings
31828  * Method:    Event_payment_failed
31829  * Signature: ([B[BJ)J
31830  */
31831 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1payment_1failed
31832   (JNIEnv *, jclass, jbyteArray, jbyteArray, jlong);
31833
31834 /*
31835  * Class:     org_ldk_impl_bindings
31836  * Method:    Event_payment_path_successful
31837  * Signature: ([B[BJ)J
31838  */
31839 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1payment_1path_1successful
31840   (JNIEnv *, jclass, jbyteArray, jbyteArray, jlong);
31841
31842 /*
31843  * Class:     org_ldk_impl_bindings
31844  * Method:    Event_payment_path_failed
31845  * Signature: ([B[BZJJJ)J
31846  */
31847 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1payment_1path_1failed
31848   (JNIEnv *, jclass, jbyteArray, jbyteArray, jboolean, jlong, jlong, jlong);
31849
31850 /*
31851  * Class:     org_ldk_impl_bindings
31852  * Method:    Event_probe_successful
31853  * Signature: ([B[BJ)J
31854  */
31855 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1probe_1successful
31856   (JNIEnv *, jclass, jbyteArray, jbyteArray, jlong);
31857
31858 /*
31859  * Class:     org_ldk_impl_bindings
31860  * Method:    Event_probe_failed
31861  * Signature: ([B[BJJ)J
31862  */
31863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1probe_1failed
31864   (JNIEnv *, jclass, jbyteArray, jbyteArray, jlong, jlong);
31865
31866 /*
31867  * Class:     org_ldk_impl_bindings
31868  * Method:    Event_pending_htlcs_forwardable
31869  * Signature: (J)J
31870  */
31871 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1pending_1htlcs_1forwardable
31872   (JNIEnv *, jclass, jlong);
31873
31874 /*
31875  * Class:     org_ldk_impl_bindings
31876  * Method:    Event_htlcintercepted
31877  * Signature: ([BJ[BJJ)J
31878  */
31879 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1htlcintercepted
31880   (JNIEnv *, jclass, jbyteArray, jlong, jbyteArray, jlong, jlong);
31881
31882 /*
31883  * Class:     org_ldk_impl_bindings
31884  * Method:    Event_spendable_outputs
31885  * Signature: ([J)J
31886  */
31887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1spendable_1outputs
31888   (JNIEnv *, jclass, jlongArray);
31889
31890 /*
31891  * Class:     org_ldk_impl_bindings
31892  * Method:    Event_payment_forwarded
31893  * Signature: ([B[BJZJ)J
31894  */
31895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1payment_1forwarded
31896   (JNIEnv *, jclass, jbyteArray, jbyteArray, jlong, jboolean, jlong);
31897
31898 /*
31899  * Class:     org_ldk_impl_bindings
31900  * Method:    Event_channel_pending
31901  * Signature: ([B[B[B[BJ)J
31902  */
31903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1channel_1pending
31904   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jbyteArray, jlong);
31905
31906 /*
31907  * Class:     org_ldk_impl_bindings
31908  * Method:    Event_channel_ready
31909  * Signature: ([B[B[BJ)J
31910  */
31911 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1channel_1ready
31912   (JNIEnv *, jclass, jbyteArray, jbyteArray, jbyteArray, jlong);
31913
31914 /*
31915  * Class:     org_ldk_impl_bindings
31916  * Method:    Event_channel_closed
31917  * Signature: ([B[BJ)J
31918  */
31919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1channel_1closed
31920   (JNIEnv *, jclass, jbyteArray, jbyteArray, jlong);
31921
31922 /*
31923  * Class:     org_ldk_impl_bindings
31924  * Method:    Event_discard_funding
31925  * Signature: ([B[B)J
31926  */
31927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1discard_1funding
31928   (JNIEnv *, jclass, jbyteArray, jbyteArray);
31929
31930 /*
31931  * Class:     org_ldk_impl_bindings
31932  * Method:    Event_open_channel_request
31933  * Signature: ([B[BJJJ)J
31934  */
31935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1open_1channel_1request
31936   (JNIEnv *, jclass, jbyteArray, jbyteArray, jlong, jlong, jlong);
31937
31938 /*
31939  * Class:     org_ldk_impl_bindings
31940  * Method:    Event_htlchandling_failed
31941  * Signature: ([BJ)J
31942  */
31943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1htlchandling_1failed
31944   (JNIEnv *, jclass, jbyteArray, jlong);
31945
31946 /*
31947  * Class:     org_ldk_impl_bindings
31948  * Method:    Event_eq
31949  * Signature: (JJ)Z
31950  */
31951 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Event_1eq
31952   (JNIEnv *, jclass, jlong, jlong);
31953
31954 /*
31955  * Class:     org_ldk_impl_bindings
31956  * Method:    Event_write
31957  * Signature: (J)[B
31958  */
31959 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Event_1write
31960   (JNIEnv *, jclass, jlong);
31961
31962 /*
31963  * Class:     org_ldk_impl_bindings
31964  * Method:    Event_read
31965  * Signature: ([B)J
31966  */
31967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Event_1read
31968   (JNIEnv *, jclass, jbyteArray);
31969
31970 /*
31971  * Class:     org_ldk_impl_bindings
31972  * Method:    MessageSendEvent_free
31973  * Signature: (J)V
31974  */
31975 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1free
31976   (JNIEnv *, jclass, jlong);
31977
31978 /*
31979  * Class:     org_ldk_impl_bindings
31980  * Method:    MessageSendEvent_clone_ptr
31981  * Signature: (J)J
31982  */
31983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1clone_1ptr
31984   (JNIEnv *, jclass, jlong);
31985
31986 /*
31987  * Class:     org_ldk_impl_bindings
31988  * Method:    MessageSendEvent_clone
31989  * Signature: (J)J
31990  */
31991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1clone
31992   (JNIEnv *, jclass, jlong);
31993
31994 /*
31995  * Class:     org_ldk_impl_bindings
31996  * Method:    MessageSendEvent_send_accept_channel
31997  * Signature: ([BJ)J
31998  */
31999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1accept_1channel
32000   (JNIEnv *, jclass, jbyteArray, jlong);
32001
32002 /*
32003  * Class:     org_ldk_impl_bindings
32004  * Method:    MessageSendEvent_send_open_channel
32005  * Signature: ([BJ)J
32006  */
32007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1open_1channel
32008   (JNIEnv *, jclass, jbyteArray, jlong);
32009
32010 /*
32011  * Class:     org_ldk_impl_bindings
32012  * Method:    MessageSendEvent_send_funding_created
32013  * Signature: ([BJ)J
32014  */
32015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1funding_1created
32016   (JNIEnv *, jclass, jbyteArray, jlong);
32017
32018 /*
32019  * Class:     org_ldk_impl_bindings
32020  * Method:    MessageSendEvent_send_funding_signed
32021  * Signature: ([BJ)J
32022  */
32023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1funding_1signed
32024   (JNIEnv *, jclass, jbyteArray, jlong);
32025
32026 /*
32027  * Class:     org_ldk_impl_bindings
32028  * Method:    MessageSendEvent_send_channel_ready
32029  * Signature: ([BJ)J
32030  */
32031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1channel_1ready
32032   (JNIEnv *, jclass, jbyteArray, jlong);
32033
32034 /*
32035  * Class:     org_ldk_impl_bindings
32036  * Method:    MessageSendEvent_send_announcement_signatures
32037  * Signature: ([BJ)J
32038  */
32039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1announcement_1signatures
32040   (JNIEnv *, jclass, jbyteArray, jlong);
32041
32042 /*
32043  * Class:     org_ldk_impl_bindings
32044  * Method:    MessageSendEvent_update_htlcs
32045  * Signature: ([BJ)J
32046  */
32047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1update_1htlcs
32048   (JNIEnv *, jclass, jbyteArray, jlong);
32049
32050 /*
32051  * Class:     org_ldk_impl_bindings
32052  * Method:    MessageSendEvent_send_revoke_and_ack
32053  * Signature: ([BJ)J
32054  */
32055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1revoke_1and_1ack
32056   (JNIEnv *, jclass, jbyteArray, jlong);
32057
32058 /*
32059  * Class:     org_ldk_impl_bindings
32060  * Method:    MessageSendEvent_send_closing_signed
32061  * Signature: ([BJ)J
32062  */
32063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1closing_1signed
32064   (JNIEnv *, jclass, jbyteArray, jlong);
32065
32066 /*
32067  * Class:     org_ldk_impl_bindings
32068  * Method:    MessageSendEvent_send_shutdown
32069  * Signature: ([BJ)J
32070  */
32071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1shutdown
32072   (JNIEnv *, jclass, jbyteArray, jlong);
32073
32074 /*
32075  * Class:     org_ldk_impl_bindings
32076  * Method:    MessageSendEvent_send_channel_reestablish
32077  * Signature: ([BJ)J
32078  */
32079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1channel_1reestablish
32080   (JNIEnv *, jclass, jbyteArray, jlong);
32081
32082 /*
32083  * Class:     org_ldk_impl_bindings
32084  * Method:    MessageSendEvent_send_channel_announcement
32085  * Signature: ([BJJ)J
32086  */
32087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1channel_1announcement
32088   (JNIEnv *, jclass, jbyteArray, jlong, jlong);
32089
32090 /*
32091  * Class:     org_ldk_impl_bindings
32092  * Method:    MessageSendEvent_broadcast_channel_announcement
32093  * Signature: (JJ)J
32094  */
32095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1broadcast_1channel_1announcement
32096   (JNIEnv *, jclass, jlong, jlong);
32097
32098 /*
32099  * Class:     org_ldk_impl_bindings
32100  * Method:    MessageSendEvent_broadcast_channel_update
32101  * Signature: (J)J
32102  */
32103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1broadcast_1channel_1update
32104   (JNIEnv *, jclass, jlong);
32105
32106 /*
32107  * Class:     org_ldk_impl_bindings
32108  * Method:    MessageSendEvent_broadcast_node_announcement
32109  * Signature: (J)J
32110  */
32111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1broadcast_1node_1announcement
32112   (JNIEnv *, jclass, jlong);
32113
32114 /*
32115  * Class:     org_ldk_impl_bindings
32116  * Method:    MessageSendEvent_send_channel_update
32117  * Signature: ([BJ)J
32118  */
32119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1channel_1update
32120   (JNIEnv *, jclass, jbyteArray, jlong);
32121
32122 /*
32123  * Class:     org_ldk_impl_bindings
32124  * Method:    MessageSendEvent_handle_error
32125  * Signature: ([BJ)J
32126  */
32127 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1handle_1error
32128   (JNIEnv *, jclass, jbyteArray, jlong);
32129
32130 /*
32131  * Class:     org_ldk_impl_bindings
32132  * Method:    MessageSendEvent_send_channel_range_query
32133  * Signature: ([BJ)J
32134  */
32135 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1channel_1range_1query
32136   (JNIEnv *, jclass, jbyteArray, jlong);
32137
32138 /*
32139  * Class:     org_ldk_impl_bindings
32140  * Method:    MessageSendEvent_send_short_ids_query
32141  * Signature: ([BJ)J
32142  */
32143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1short_1ids_1query
32144   (JNIEnv *, jclass, jbyteArray, jlong);
32145
32146 /*
32147  * Class:     org_ldk_impl_bindings
32148  * Method:    MessageSendEvent_send_reply_channel_range
32149  * Signature: ([BJ)J
32150  */
32151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1reply_1channel_1range
32152   (JNIEnv *, jclass, jbyteArray, jlong);
32153
32154 /*
32155  * Class:     org_ldk_impl_bindings
32156  * Method:    MessageSendEvent_send_gossip_timestamp_filter
32157  * Signature: ([BJ)J
32158  */
32159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MessageSendEvent_1send_1gossip_1timestamp_1filter
32160   (JNIEnv *, jclass, jbyteArray, jlong);
32161
32162 /*
32163  * Class:     org_ldk_impl_bindings
32164  * Method:    MessageSendEventsProvider_free
32165  * Signature: (J)V
32166  */
32167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MessageSendEventsProvider_1free
32168   (JNIEnv *, jclass, jlong);
32169
32170 /*
32171  * Class:     org_ldk_impl_bindings
32172  * Method:    OnionMessageProvider_free
32173  * Signature: (J)V
32174  */
32175 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_OnionMessageProvider_1free
32176   (JNIEnv *, jclass, jlong);
32177
32178 /*
32179  * Class:     org_ldk_impl_bindings
32180  * Method:    EventsProvider_free
32181  * Signature: (J)V
32182  */
32183 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_EventsProvider_1free
32184   (JNIEnv *, jclass, jlong);
32185
32186 /*
32187  * Class:     org_ldk_impl_bindings
32188  * Method:    EventHandler_free
32189  * Signature: (J)V
32190  */
32191 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_EventHandler_1free
32192   (JNIEnv *, jclass, jlong);
32193
32194 /*
32195  * Class:     org_ldk_impl_bindings
32196  * Method:    FilesystemPersister_free
32197  * Signature: (J)V
32198  */
32199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_FilesystemPersister_1free
32200   (JNIEnv *, jclass, jlong);
32201
32202 /*
32203  * Class:     org_ldk_impl_bindings
32204  * Method:    FilesystemPersister_new
32205  * Signature: (Ljava/lang/String;)J
32206  */
32207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FilesystemPersister_1new
32208   (JNIEnv *, jclass, jstring);
32209
32210 /*
32211  * Class:     org_ldk_impl_bindings
32212  * Method:    FilesystemPersister_get_data_dir
32213  * Signature: (J)Ljava/lang/String;
32214  */
32215 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_FilesystemPersister_1get_1data_1dir
32216   (JNIEnv *, jclass, jlong);
32217
32218 /*
32219  * Class:     org_ldk_impl_bindings
32220  * Method:    FilesystemPersister_read_channelmonitors
32221  * Signature: (JJJ)J
32222  */
32223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_FilesystemPersister_1read_1channelmonitors
32224   (JNIEnv *, jclass, jlong, jlong, jlong);
32225
32226 /*
32227  * Class:     org_ldk_impl_bindings
32228  * Method:    BackgroundProcessor_free
32229  * Signature: (J)V
32230  */
32231 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_BackgroundProcessor_1free
32232   (JNIEnv *, jclass, jlong);
32233
32234 /*
32235  * Class:     org_ldk_impl_bindings
32236  * Method:    GossipSync_free
32237  * Signature: (J)V
32238  */
32239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GossipSync_1free
32240   (JNIEnv *, jclass, jlong);
32241
32242 /*
32243  * Class:     org_ldk_impl_bindings
32244  * Method:    GossipSync_p2_p
32245  * Signature: (J)J
32246  */
32247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GossipSync_1p2_1p
32248   (JNIEnv *, jclass, jlong);
32249
32250 /*
32251  * Class:     org_ldk_impl_bindings
32252  * Method:    GossipSync_rapid
32253  * Signature: (J)J
32254  */
32255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GossipSync_1rapid
32256   (JNIEnv *, jclass, jlong);
32257
32258 /*
32259  * Class:     org_ldk_impl_bindings
32260  * Method:    GossipSync_none
32261  * Signature: ()J
32262  */
32263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GossipSync_1none
32264   (JNIEnv *, jclass);
32265
32266 /*
32267  * Class:     org_ldk_impl_bindings
32268  * Method:    BackgroundProcessor_start
32269  * Signature: (JJJJJJJJ)J
32270  */
32271 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BackgroundProcessor_1start
32272   (JNIEnv *, jclass, jlong, jlong, jlong, jlong, jlong, jlong, jlong, jlong);
32273
32274 /*
32275  * Class:     org_ldk_impl_bindings
32276  * Method:    BackgroundProcessor_join
32277  * Signature: (J)J
32278  */
32279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BackgroundProcessor_1join
32280   (JNIEnv *, jclass, jlong);
32281
32282 /*
32283  * Class:     org_ldk_impl_bindings
32284  * Method:    BackgroundProcessor_stop
32285  * Signature: (J)J
32286  */
32287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_BackgroundProcessor_1stop
32288   (JNIEnv *, jclass, jlong);
32289
32290 /*
32291  * Class:     org_ldk_impl_bindings
32292  * Method:    ParseError_free
32293  * Signature: (J)V
32294  */
32295 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ParseError_1free
32296   (JNIEnv *, jclass, jlong);
32297
32298 /*
32299  * Class:     org_ldk_impl_bindings
32300  * Method:    ParseError_clone_ptr
32301  * Signature: (J)J
32302  */
32303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1clone_1ptr
32304   (JNIEnv *, jclass, jlong);
32305
32306 /*
32307  * Class:     org_ldk_impl_bindings
32308  * Method:    ParseError_clone
32309  * Signature: (J)J
32310  */
32311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1clone
32312   (JNIEnv *, jclass, jlong);
32313
32314 /*
32315  * Class:     org_ldk_impl_bindings
32316  * Method:    ParseError_bech32_error
32317  * Signature: (J)J
32318  */
32319 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1bech32_1error
32320   (JNIEnv *, jclass, jlong);
32321
32322 /*
32323  * Class:     org_ldk_impl_bindings
32324  * Method:    ParseError_parse_amount_error
32325  * Signature: (I)J
32326  */
32327 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1parse_1amount_1error
32328   (JNIEnv *, jclass, jint);
32329
32330 /*
32331  * Class:     org_ldk_impl_bindings
32332  * Method:    ParseError_malformed_signature
32333  * Signature: (Lorg/ldk/enums/Secp256k1Error;)J
32334  */
32335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1malformed_1signature
32336   (JNIEnv *, jclass, jobject);
32337
32338 /*
32339  * Class:     org_ldk_impl_bindings
32340  * Method:    ParseError_bad_prefix
32341  * Signature: ()J
32342  */
32343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1bad_1prefix
32344   (JNIEnv *, jclass);
32345
32346 /*
32347  * Class:     org_ldk_impl_bindings
32348  * Method:    ParseError_unknown_currency
32349  * Signature: ()J
32350  */
32351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1unknown_1currency
32352   (JNIEnv *, jclass);
32353
32354 /*
32355  * Class:     org_ldk_impl_bindings
32356  * Method:    ParseError_unknown_si_prefix
32357  * Signature: ()J
32358  */
32359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1unknown_1si_1prefix
32360   (JNIEnv *, jclass);
32361
32362 /*
32363  * Class:     org_ldk_impl_bindings
32364  * Method:    ParseError_malformed_hrp
32365  * Signature: ()J
32366  */
32367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1malformed_1hrp
32368   (JNIEnv *, jclass);
32369
32370 /*
32371  * Class:     org_ldk_impl_bindings
32372  * Method:    ParseError_too_short_data_part
32373  * Signature: ()J
32374  */
32375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1too_1short_1data_1part
32376   (JNIEnv *, jclass);
32377
32378 /*
32379  * Class:     org_ldk_impl_bindings
32380  * Method:    ParseError_unexpected_end_of_tagged_fields
32381  * Signature: ()J
32382  */
32383 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1unexpected_1end_1of_1tagged_1fields
32384   (JNIEnv *, jclass);
32385
32386 /*
32387  * Class:     org_ldk_impl_bindings
32388  * Method:    ParseError_description_decode_error
32389  * Signature: (I)J
32390  */
32391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1description_1decode_1error
32392   (JNIEnv *, jclass, jint);
32393
32394 /*
32395  * Class:     org_ldk_impl_bindings
32396  * Method:    ParseError_padding_error
32397  * Signature: ()J
32398  */
32399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1padding_1error
32400   (JNIEnv *, jclass);
32401
32402 /*
32403  * Class:     org_ldk_impl_bindings
32404  * Method:    ParseError_integer_overflow_error
32405  * Signature: ()J
32406  */
32407 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1integer_1overflow_1error
32408   (JNIEnv *, jclass);
32409
32410 /*
32411  * Class:     org_ldk_impl_bindings
32412  * Method:    ParseError_invalid_seg_wit_program_length
32413  * Signature: ()J
32414  */
32415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1invalid_1seg_1wit_1program_1length
32416   (JNIEnv *, jclass);
32417
32418 /*
32419  * Class:     org_ldk_impl_bindings
32420  * Method:    ParseError_invalid_pub_key_hash_length
32421  * Signature: ()J
32422  */
32423 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1invalid_1pub_1key_1hash_1length
32424   (JNIEnv *, jclass);
32425
32426 /*
32427  * Class:     org_ldk_impl_bindings
32428  * Method:    ParseError_invalid_script_hash_length
32429  * Signature: ()J
32430  */
32431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1invalid_1script_1hash_1length
32432   (JNIEnv *, jclass);
32433
32434 /*
32435  * Class:     org_ldk_impl_bindings
32436  * Method:    ParseError_invalid_recovery_id
32437  * Signature: ()J
32438  */
32439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1invalid_1recovery_1id
32440   (JNIEnv *, jclass);
32441
32442 /*
32443  * Class:     org_ldk_impl_bindings
32444  * Method:    ParseError_invalid_slice_length
32445  * Signature: (Ljava/lang/String;)J
32446  */
32447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1invalid_1slice_1length
32448   (JNIEnv *, jclass, jstring);
32449
32450 /*
32451  * Class:     org_ldk_impl_bindings
32452  * Method:    ParseError_skip
32453  * Signature: ()J
32454  */
32455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseError_1skip
32456   (JNIEnv *, jclass);
32457
32458 /*
32459  * Class:     org_ldk_impl_bindings
32460  * Method:    ParseError_eq
32461  * Signature: (JJ)Z
32462  */
32463 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ParseError_1eq
32464   (JNIEnv *, jclass, jlong, jlong);
32465
32466 /*
32467  * Class:     org_ldk_impl_bindings
32468  * Method:    ParseOrSemanticError_free
32469  * Signature: (J)V
32470  */
32471 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ParseOrSemanticError_1free
32472   (JNIEnv *, jclass, jlong);
32473
32474 /*
32475  * Class:     org_ldk_impl_bindings
32476  * Method:    ParseOrSemanticError_clone_ptr
32477  * Signature: (J)J
32478  */
32479 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseOrSemanticError_1clone_1ptr
32480   (JNIEnv *, jclass, jlong);
32481
32482 /*
32483  * Class:     org_ldk_impl_bindings
32484  * Method:    ParseOrSemanticError_clone
32485  * Signature: (J)J
32486  */
32487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseOrSemanticError_1clone
32488   (JNIEnv *, jclass, jlong);
32489
32490 /*
32491  * Class:     org_ldk_impl_bindings
32492  * Method:    ParseOrSemanticError_parse_error
32493  * Signature: (J)J
32494  */
32495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseOrSemanticError_1parse_1error
32496   (JNIEnv *, jclass, jlong);
32497
32498 /*
32499  * Class:     org_ldk_impl_bindings
32500  * Method:    ParseOrSemanticError_semantic_error
32501  * Signature: (Lorg/ldk/enums/SemanticError;)J
32502  */
32503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ParseOrSemanticError_1semantic_1error
32504   (JNIEnv *, jclass, jobject);
32505
32506 /*
32507  * Class:     org_ldk_impl_bindings
32508  * Method:    ParseOrSemanticError_eq
32509  * Signature: (JJ)Z
32510  */
32511 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ParseOrSemanticError_1eq
32512   (JNIEnv *, jclass, jlong, jlong);
32513
32514 /*
32515  * Class:     org_ldk_impl_bindings
32516  * Method:    Invoice_free
32517  * Signature: (J)V
32518  */
32519 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Invoice_1free
32520   (JNIEnv *, jclass, jlong);
32521
32522 /*
32523  * Class:     org_ldk_impl_bindings
32524  * Method:    Invoice_eq
32525  * Signature: (JJ)Z
32526  */
32527 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Invoice_1eq
32528   (JNIEnv *, jclass, jlong, jlong);
32529
32530 /*
32531  * Class:     org_ldk_impl_bindings
32532  * Method:    Invoice_clone_ptr
32533  * Signature: (J)J
32534  */
32535 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1clone_1ptr
32536   (JNIEnv *, jclass, jlong);
32537
32538 /*
32539  * Class:     org_ldk_impl_bindings
32540  * Method:    Invoice_clone
32541  * Signature: (J)J
32542  */
32543 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1clone
32544   (JNIEnv *, jclass, jlong);
32545
32546 /*
32547  * Class:     org_ldk_impl_bindings
32548  * Method:    Invoice_hash
32549  * Signature: (J)J
32550  */
32551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1hash
32552   (JNIEnv *, jclass, jlong);
32553
32554 /*
32555  * Class:     org_ldk_impl_bindings
32556  * Method:    SignedRawInvoice_free
32557  * Signature: (J)V
32558  */
32559 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1free
32560   (JNIEnv *, jclass, jlong);
32561
32562 /*
32563  * Class:     org_ldk_impl_bindings
32564  * Method:    SignedRawInvoice_eq
32565  * Signature: (JJ)Z
32566  */
32567 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1eq
32568   (JNIEnv *, jclass, jlong, jlong);
32569
32570 /*
32571  * Class:     org_ldk_impl_bindings
32572  * Method:    SignedRawInvoice_clone_ptr
32573  * Signature: (J)J
32574  */
32575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1clone_1ptr
32576   (JNIEnv *, jclass, jlong);
32577
32578 /*
32579  * Class:     org_ldk_impl_bindings
32580  * Method:    SignedRawInvoice_clone
32581  * Signature: (J)J
32582  */
32583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1clone
32584   (JNIEnv *, jclass, jlong);
32585
32586 /*
32587  * Class:     org_ldk_impl_bindings
32588  * Method:    SignedRawInvoice_hash
32589  * Signature: (J)J
32590  */
32591 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1hash
32592   (JNIEnv *, jclass, jlong);
32593
32594 /*
32595  * Class:     org_ldk_impl_bindings
32596  * Method:    RawInvoice_free
32597  * Signature: (J)V
32598  */
32599 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RawInvoice_1free
32600   (JNIEnv *, jclass, jlong);
32601
32602 /*
32603  * Class:     org_ldk_impl_bindings
32604  * Method:    RawInvoice_get_data
32605  * Signature: (J)J
32606  */
32607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1get_1data
32608   (JNIEnv *, jclass, jlong);
32609
32610 /*
32611  * Class:     org_ldk_impl_bindings
32612  * Method:    RawInvoice_set_data
32613  * Signature: (JJ)V
32614  */
32615 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RawInvoice_1set_1data
32616   (JNIEnv *, jclass, jlong, jlong);
32617
32618 /*
32619  * Class:     org_ldk_impl_bindings
32620  * Method:    RawInvoice_eq
32621  * Signature: (JJ)Z
32622  */
32623 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RawInvoice_1eq
32624   (JNIEnv *, jclass, jlong, jlong);
32625
32626 /*
32627  * Class:     org_ldk_impl_bindings
32628  * Method:    RawInvoice_clone_ptr
32629  * Signature: (J)J
32630  */
32631 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1clone_1ptr
32632   (JNIEnv *, jclass, jlong);
32633
32634 /*
32635  * Class:     org_ldk_impl_bindings
32636  * Method:    RawInvoice_clone
32637  * Signature: (J)J
32638  */
32639 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1clone
32640   (JNIEnv *, jclass, jlong);
32641
32642 /*
32643  * Class:     org_ldk_impl_bindings
32644  * Method:    RawInvoice_hash
32645  * Signature: (J)J
32646  */
32647 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1hash
32648   (JNIEnv *, jclass, jlong);
32649
32650 /*
32651  * Class:     org_ldk_impl_bindings
32652  * Method:    RawDataPart_free
32653  * Signature: (J)V
32654  */
32655 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RawDataPart_1free
32656   (JNIEnv *, jclass, jlong);
32657
32658 /*
32659  * Class:     org_ldk_impl_bindings
32660  * Method:    RawDataPart_get_timestamp
32661  * Signature: (J)J
32662  */
32663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawDataPart_1get_1timestamp
32664   (JNIEnv *, jclass, jlong);
32665
32666 /*
32667  * Class:     org_ldk_impl_bindings
32668  * Method:    RawDataPart_set_timestamp
32669  * Signature: (JJ)V
32670  */
32671 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RawDataPart_1set_1timestamp
32672   (JNIEnv *, jclass, jlong, jlong);
32673
32674 /*
32675  * Class:     org_ldk_impl_bindings
32676  * Method:    RawDataPart_eq
32677  * Signature: (JJ)Z
32678  */
32679 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RawDataPart_1eq
32680   (JNIEnv *, jclass, jlong, jlong);
32681
32682 /*
32683  * Class:     org_ldk_impl_bindings
32684  * Method:    RawDataPart_clone_ptr
32685  * Signature: (J)J
32686  */
32687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawDataPart_1clone_1ptr
32688   (JNIEnv *, jclass, jlong);
32689
32690 /*
32691  * Class:     org_ldk_impl_bindings
32692  * Method:    RawDataPart_clone
32693  * Signature: (J)J
32694  */
32695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawDataPart_1clone
32696   (JNIEnv *, jclass, jlong);
32697
32698 /*
32699  * Class:     org_ldk_impl_bindings
32700  * Method:    RawDataPart_hash
32701  * Signature: (J)J
32702  */
32703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawDataPart_1hash
32704   (JNIEnv *, jclass, jlong);
32705
32706 /*
32707  * Class:     org_ldk_impl_bindings
32708  * Method:    PositiveTimestamp_free
32709  * Signature: (J)V
32710  */
32711 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1free
32712   (JNIEnv *, jclass, jlong);
32713
32714 /*
32715  * Class:     org_ldk_impl_bindings
32716  * Method:    PositiveTimestamp_eq
32717  * Signature: (JJ)Z
32718  */
32719 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1eq
32720   (JNIEnv *, jclass, jlong, jlong);
32721
32722 /*
32723  * Class:     org_ldk_impl_bindings
32724  * Method:    PositiveTimestamp_clone_ptr
32725  * Signature: (J)J
32726  */
32727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1clone_1ptr
32728   (JNIEnv *, jclass, jlong);
32729
32730 /*
32731  * Class:     org_ldk_impl_bindings
32732  * Method:    PositiveTimestamp_clone
32733  * Signature: (J)J
32734  */
32735 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1clone
32736   (JNIEnv *, jclass, jlong);
32737
32738 /*
32739  * Class:     org_ldk_impl_bindings
32740  * Method:    PositiveTimestamp_hash
32741  * Signature: (J)J
32742  */
32743 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1hash
32744   (JNIEnv *, jclass, jlong);
32745
32746 /*
32747  * Class:     org_ldk_impl_bindings
32748  * Method:    SiPrefix_clone
32749  * Signature: (J)Lorg/ldk/enums/SiPrefix;
32750  */
32751 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SiPrefix_1clone
32752   (JNIEnv *, jclass, jlong);
32753
32754 /*
32755  * Class:     org_ldk_impl_bindings
32756  * Method:    SiPrefix_milli
32757  * Signature: ()Lorg/ldk/enums/SiPrefix;
32758  */
32759 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SiPrefix_1milli
32760   (JNIEnv *, jclass);
32761
32762 /*
32763  * Class:     org_ldk_impl_bindings
32764  * Method:    SiPrefix_micro
32765  * Signature: ()Lorg/ldk/enums/SiPrefix;
32766  */
32767 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SiPrefix_1micro
32768   (JNIEnv *, jclass);
32769
32770 /*
32771  * Class:     org_ldk_impl_bindings
32772  * Method:    SiPrefix_nano
32773  * Signature: ()Lorg/ldk/enums/SiPrefix;
32774  */
32775 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SiPrefix_1nano
32776   (JNIEnv *, jclass);
32777
32778 /*
32779  * Class:     org_ldk_impl_bindings
32780  * Method:    SiPrefix_pico
32781  * Signature: ()Lorg/ldk/enums/SiPrefix;
32782  */
32783 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SiPrefix_1pico
32784   (JNIEnv *, jclass);
32785
32786 /*
32787  * Class:     org_ldk_impl_bindings
32788  * Method:    SiPrefix_eq
32789  * Signature: (JJ)Z
32790  */
32791 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_SiPrefix_1eq
32792   (JNIEnv *, jclass, jlong, jlong);
32793
32794 /*
32795  * Class:     org_ldk_impl_bindings
32796  * Method:    SiPrefix_hash
32797  * Signature: (J)J
32798  */
32799 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SiPrefix_1hash
32800   (JNIEnv *, jclass, jlong);
32801
32802 /*
32803  * Class:     org_ldk_impl_bindings
32804  * Method:    SiPrefix_multiplier
32805  * Signature: (J)J
32806  */
32807 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SiPrefix_1multiplier
32808   (JNIEnv *, jclass, jlong);
32809
32810 /*
32811  * Class:     org_ldk_impl_bindings
32812  * Method:    Currency_clone
32813  * Signature: (J)Lorg/ldk/enums/Currency;
32814  */
32815 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Currency_1clone
32816   (JNIEnv *, jclass, jlong);
32817
32818 /*
32819  * Class:     org_ldk_impl_bindings
32820  * Method:    Currency_bitcoin
32821  * Signature: ()Lorg/ldk/enums/Currency;
32822  */
32823 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Currency_1bitcoin
32824   (JNIEnv *, jclass);
32825
32826 /*
32827  * Class:     org_ldk_impl_bindings
32828  * Method:    Currency_bitcoin_testnet
32829  * Signature: ()Lorg/ldk/enums/Currency;
32830  */
32831 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Currency_1bitcoin_1testnet
32832   (JNIEnv *, jclass);
32833
32834 /*
32835  * Class:     org_ldk_impl_bindings
32836  * Method:    Currency_regtest
32837  * Signature: ()Lorg/ldk/enums/Currency;
32838  */
32839 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Currency_1regtest
32840   (JNIEnv *, jclass);
32841
32842 /*
32843  * Class:     org_ldk_impl_bindings
32844  * Method:    Currency_simnet
32845  * Signature: ()Lorg/ldk/enums/Currency;
32846  */
32847 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Currency_1simnet
32848   (JNIEnv *, jclass);
32849
32850 /*
32851  * Class:     org_ldk_impl_bindings
32852  * Method:    Currency_signet
32853  * Signature: ()Lorg/ldk/enums/Currency;
32854  */
32855 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Currency_1signet
32856   (JNIEnv *, jclass);
32857
32858 /*
32859  * Class:     org_ldk_impl_bindings
32860  * Method:    Currency_hash
32861  * Signature: (J)J
32862  */
32863 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Currency_1hash
32864   (JNIEnv *, jclass, jlong);
32865
32866 /*
32867  * Class:     org_ldk_impl_bindings
32868  * Method:    Currency_eq
32869  * Signature: (JJ)Z
32870  */
32871 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Currency_1eq
32872   (JNIEnv *, jclass, jlong, jlong);
32873
32874 /*
32875  * Class:     org_ldk_impl_bindings
32876  * Method:    Sha256_free
32877  * Signature: (J)V
32878  */
32879 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Sha256_1free
32880   (JNIEnv *, jclass, jlong);
32881
32882 /*
32883  * Class:     org_ldk_impl_bindings
32884  * Method:    Sha256_clone_ptr
32885  * Signature: (J)J
32886  */
32887 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sha256_1clone_1ptr
32888   (JNIEnv *, jclass, jlong);
32889
32890 /*
32891  * Class:     org_ldk_impl_bindings
32892  * Method:    Sha256_clone
32893  * Signature: (J)J
32894  */
32895 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sha256_1clone
32896   (JNIEnv *, jclass, jlong);
32897
32898 /*
32899  * Class:     org_ldk_impl_bindings
32900  * Method:    Sha256_hash
32901  * Signature: (J)J
32902  */
32903 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sha256_1hash
32904   (JNIEnv *, jclass, jlong);
32905
32906 /*
32907  * Class:     org_ldk_impl_bindings
32908  * Method:    Sha256_eq
32909  * Signature: (JJ)Z
32910  */
32911 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Sha256_1eq
32912   (JNIEnv *, jclass, jlong, jlong);
32913
32914 /*
32915  * Class:     org_ldk_impl_bindings
32916  * Method:    Sha256_from_bytes
32917  * Signature: ([B)J
32918  */
32919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Sha256_1from_1bytes
32920   (JNIEnv *, jclass, jbyteArray);
32921
32922 /*
32923  * Class:     org_ldk_impl_bindings
32924  * Method:    Description_free
32925  * Signature: (J)V
32926  */
32927 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Description_1free
32928   (JNIEnv *, jclass, jlong);
32929
32930 /*
32931  * Class:     org_ldk_impl_bindings
32932  * Method:    Description_clone_ptr
32933  * Signature: (J)J
32934  */
32935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Description_1clone_1ptr
32936   (JNIEnv *, jclass, jlong);
32937
32938 /*
32939  * Class:     org_ldk_impl_bindings
32940  * Method:    Description_clone
32941  * Signature: (J)J
32942  */
32943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Description_1clone
32944   (JNIEnv *, jclass, jlong);
32945
32946 /*
32947  * Class:     org_ldk_impl_bindings
32948  * Method:    Description_hash
32949  * Signature: (J)J
32950  */
32951 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Description_1hash
32952   (JNIEnv *, jclass, jlong);
32953
32954 /*
32955  * Class:     org_ldk_impl_bindings
32956  * Method:    Description_eq
32957  * Signature: (JJ)Z
32958  */
32959 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Description_1eq
32960   (JNIEnv *, jclass, jlong, jlong);
32961
32962 /*
32963  * Class:     org_ldk_impl_bindings
32964  * Method:    PayeePubKey_free
32965  * Signature: (J)V
32966  */
32967 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PayeePubKey_1free
32968   (JNIEnv *, jclass, jlong);
32969
32970 /*
32971  * Class:     org_ldk_impl_bindings
32972  * Method:    PayeePubKey_get_a
32973  * Signature: (J)[B
32974  */
32975 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_PayeePubKey_1get_1a
32976   (JNIEnv *, jclass, jlong);
32977
32978 /*
32979  * Class:     org_ldk_impl_bindings
32980  * Method:    PayeePubKey_set_a
32981  * Signature: (J[B)V
32982  */
32983 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PayeePubKey_1set_1a
32984   (JNIEnv *, jclass, jlong, jbyteArray);
32985
32986 /*
32987  * Class:     org_ldk_impl_bindings
32988  * Method:    PayeePubKey_new
32989  * Signature: ([B)J
32990  */
32991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PayeePubKey_1new
32992   (JNIEnv *, jclass, jbyteArray);
32993
32994 /*
32995  * Class:     org_ldk_impl_bindings
32996  * Method:    PayeePubKey_clone_ptr
32997  * Signature: (J)J
32998  */
32999 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PayeePubKey_1clone_1ptr
33000   (JNIEnv *, jclass, jlong);
33001
33002 /*
33003  * Class:     org_ldk_impl_bindings
33004  * Method:    PayeePubKey_clone
33005  * Signature: (J)J
33006  */
33007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PayeePubKey_1clone
33008   (JNIEnv *, jclass, jlong);
33009
33010 /*
33011  * Class:     org_ldk_impl_bindings
33012  * Method:    PayeePubKey_hash
33013  * Signature: (J)J
33014  */
33015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PayeePubKey_1hash
33016   (JNIEnv *, jclass, jlong);
33017
33018 /*
33019  * Class:     org_ldk_impl_bindings
33020  * Method:    PayeePubKey_eq
33021  * Signature: (JJ)Z
33022  */
33023 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_PayeePubKey_1eq
33024   (JNIEnv *, jclass, jlong, jlong);
33025
33026 /*
33027  * Class:     org_ldk_impl_bindings
33028  * Method:    ExpiryTime_free
33029  * Signature: (J)V
33030  */
33031 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1free
33032   (JNIEnv *, jclass, jlong);
33033
33034 /*
33035  * Class:     org_ldk_impl_bindings
33036  * Method:    ExpiryTime_clone_ptr
33037  * Signature: (J)J
33038  */
33039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1clone_1ptr
33040   (JNIEnv *, jclass, jlong);
33041
33042 /*
33043  * Class:     org_ldk_impl_bindings
33044  * Method:    ExpiryTime_clone
33045  * Signature: (J)J
33046  */
33047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1clone
33048   (JNIEnv *, jclass, jlong);
33049
33050 /*
33051  * Class:     org_ldk_impl_bindings
33052  * Method:    ExpiryTime_hash
33053  * Signature: (J)J
33054  */
33055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1hash
33056   (JNIEnv *, jclass, jlong);
33057
33058 /*
33059  * Class:     org_ldk_impl_bindings
33060  * Method:    ExpiryTime_eq
33061  * Signature: (JJ)Z
33062  */
33063 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1eq
33064   (JNIEnv *, jclass, jlong, jlong);
33065
33066 /*
33067  * Class:     org_ldk_impl_bindings
33068  * Method:    MinFinalCltvExpiryDelta_free
33069  * Signature: (J)V
33070  */
33071 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MinFinalCltvExpiryDelta_1free
33072   (JNIEnv *, jclass, jlong);
33073
33074 /*
33075  * Class:     org_ldk_impl_bindings
33076  * Method:    MinFinalCltvExpiryDelta_get_a
33077  * Signature: (J)J
33078  */
33079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MinFinalCltvExpiryDelta_1get_1a
33080   (JNIEnv *, jclass, jlong);
33081
33082 /*
33083  * Class:     org_ldk_impl_bindings
33084  * Method:    MinFinalCltvExpiryDelta_set_a
33085  * Signature: (JJ)V
33086  */
33087 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_MinFinalCltvExpiryDelta_1set_1a
33088   (JNIEnv *, jclass, jlong, jlong);
33089
33090 /*
33091  * Class:     org_ldk_impl_bindings
33092  * Method:    MinFinalCltvExpiryDelta_new
33093  * Signature: (J)J
33094  */
33095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MinFinalCltvExpiryDelta_1new
33096   (JNIEnv *, jclass, jlong);
33097
33098 /*
33099  * Class:     org_ldk_impl_bindings
33100  * Method:    MinFinalCltvExpiryDelta_clone_ptr
33101  * Signature: (J)J
33102  */
33103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MinFinalCltvExpiryDelta_1clone_1ptr
33104   (JNIEnv *, jclass, jlong);
33105
33106 /*
33107  * Class:     org_ldk_impl_bindings
33108  * Method:    MinFinalCltvExpiryDelta_clone
33109  * Signature: (J)J
33110  */
33111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MinFinalCltvExpiryDelta_1clone
33112   (JNIEnv *, jclass, jlong);
33113
33114 /*
33115  * Class:     org_ldk_impl_bindings
33116  * Method:    MinFinalCltvExpiryDelta_hash
33117  * Signature: (J)J
33118  */
33119 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_MinFinalCltvExpiryDelta_1hash
33120   (JNIEnv *, jclass, jlong);
33121
33122 /*
33123  * Class:     org_ldk_impl_bindings
33124  * Method:    MinFinalCltvExpiryDelta_eq
33125  * Signature: (JJ)Z
33126  */
33127 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_MinFinalCltvExpiryDelta_1eq
33128   (JNIEnv *, jclass, jlong, jlong);
33129
33130 /*
33131  * Class:     org_ldk_impl_bindings
33132  * Method:    Fallback_free
33133  * Signature: (J)V
33134  */
33135 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_Fallback_1free
33136   (JNIEnv *, jclass, jlong);
33137
33138 /*
33139  * Class:     org_ldk_impl_bindings
33140  * Method:    Fallback_clone_ptr
33141  * Signature: (J)J
33142  */
33143 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Fallback_1clone_1ptr
33144   (JNIEnv *, jclass, jlong);
33145
33146 /*
33147  * Class:     org_ldk_impl_bindings
33148  * Method:    Fallback_clone
33149  * Signature: (J)J
33150  */
33151 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Fallback_1clone
33152   (JNIEnv *, jclass, jlong);
33153
33154 /*
33155  * Class:     org_ldk_impl_bindings
33156  * Method:    Fallback_seg_wit_program
33157  * Signature: (B[B)J
33158  */
33159 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Fallback_1seg_1wit_1program
33160   (JNIEnv *, jclass, jbyte, jbyteArray);
33161
33162 /*
33163  * Class:     org_ldk_impl_bindings
33164  * Method:    Fallback_pub_key_hash
33165  * Signature: ([B)J
33166  */
33167 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Fallback_1pub_1key_1hash
33168   (JNIEnv *, jclass, jbyteArray);
33169
33170 /*
33171  * Class:     org_ldk_impl_bindings
33172  * Method:    Fallback_script_hash
33173  * Signature: ([B)J
33174  */
33175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Fallback_1script_1hash
33176   (JNIEnv *, jclass, jbyteArray);
33177
33178 /*
33179  * Class:     org_ldk_impl_bindings
33180  * Method:    Fallback_hash
33181  * Signature: (J)J
33182  */
33183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Fallback_1hash
33184   (JNIEnv *, jclass, jlong);
33185
33186 /*
33187  * Class:     org_ldk_impl_bindings
33188  * Method:    Fallback_eq
33189  * Signature: (JJ)Z
33190  */
33191 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Fallback_1eq
33192   (JNIEnv *, jclass, jlong, jlong);
33193
33194 /*
33195  * Class:     org_ldk_impl_bindings
33196  * Method:    InvoiceSignature_free
33197  * Signature: (J)V
33198  */
33199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_InvoiceSignature_1free
33200   (JNIEnv *, jclass, jlong);
33201
33202 /*
33203  * Class:     org_ldk_impl_bindings
33204  * Method:    InvoiceSignature_clone_ptr
33205  * Signature: (J)J
33206  */
33207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceSignature_1clone_1ptr
33208   (JNIEnv *, jclass, jlong);
33209
33210 /*
33211  * Class:     org_ldk_impl_bindings
33212  * Method:    InvoiceSignature_clone
33213  * Signature: (J)J
33214  */
33215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceSignature_1clone
33216   (JNIEnv *, jclass, jlong);
33217
33218 /*
33219  * Class:     org_ldk_impl_bindings
33220  * Method:    InvoiceSignature_hash
33221  * Signature: (J)J
33222  */
33223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_InvoiceSignature_1hash
33224   (JNIEnv *, jclass, jlong);
33225
33226 /*
33227  * Class:     org_ldk_impl_bindings
33228  * Method:    InvoiceSignature_eq
33229  * Signature: (JJ)Z
33230  */
33231 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_InvoiceSignature_1eq
33232   (JNIEnv *, jclass, jlong, jlong);
33233
33234 /*
33235  * Class:     org_ldk_impl_bindings
33236  * Method:    PrivateRoute_free
33237  * Signature: (J)V
33238  */
33239 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PrivateRoute_1free
33240   (JNIEnv *, jclass, jlong);
33241
33242 /*
33243  * Class:     org_ldk_impl_bindings
33244  * Method:    PrivateRoute_clone_ptr
33245  * Signature: (J)J
33246  */
33247 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PrivateRoute_1clone_1ptr
33248   (JNIEnv *, jclass, jlong);
33249
33250 /*
33251  * Class:     org_ldk_impl_bindings
33252  * Method:    PrivateRoute_clone
33253  * Signature: (J)J
33254  */
33255 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PrivateRoute_1clone
33256   (JNIEnv *, jclass, jlong);
33257
33258 /*
33259  * Class:     org_ldk_impl_bindings
33260  * Method:    PrivateRoute_hash
33261  * Signature: (J)J
33262  */
33263 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PrivateRoute_1hash
33264   (JNIEnv *, jclass, jlong);
33265
33266 /*
33267  * Class:     org_ldk_impl_bindings
33268  * Method:    PrivateRoute_eq
33269  * Signature: (JJ)Z
33270  */
33271 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_PrivateRoute_1eq
33272   (JNIEnv *, jclass, jlong, jlong);
33273
33274 /*
33275  * Class:     org_ldk_impl_bindings
33276  * Method:    SignedRawInvoice_into_parts
33277  * Signature: (J)J
33278  */
33279 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1into_1parts
33280   (JNIEnv *, jclass, jlong);
33281
33282 /*
33283  * Class:     org_ldk_impl_bindings
33284  * Method:    SignedRawInvoice_raw_invoice
33285  * Signature: (J)J
33286  */
33287 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1raw_1invoice
33288   (JNIEnv *, jclass, jlong);
33289
33290 /*
33291  * Class:     org_ldk_impl_bindings
33292  * Method:    SignedRawInvoice_signable_hash
33293  * Signature: (J)[B
33294  */
33295 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1signable_1hash
33296   (JNIEnv *, jclass, jlong);
33297
33298 /*
33299  * Class:     org_ldk_impl_bindings
33300  * Method:    SignedRawInvoice_signature
33301  * Signature: (J)J
33302  */
33303 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1signature
33304   (JNIEnv *, jclass, jlong);
33305
33306 /*
33307  * Class:     org_ldk_impl_bindings
33308  * Method:    SignedRawInvoice_recover_payee_pub_key
33309  * Signature: (J)J
33310  */
33311 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1recover_1payee_1pub_1key
33312   (JNIEnv *, jclass, jlong);
33313
33314 /*
33315  * Class:     org_ldk_impl_bindings
33316  * Method:    SignedRawInvoice_check_signature
33317  * Signature: (J)Z
33318  */
33319 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1check_1signature
33320   (JNIEnv *, jclass, jlong);
33321
33322 /*
33323  * Class:     org_ldk_impl_bindings
33324  * Method:    RawInvoice_signable_hash
33325  * Signature: (J)[B
33326  */
33327 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RawInvoice_1signable_1hash
33328   (JNIEnv *, jclass, jlong);
33329
33330 /*
33331  * Class:     org_ldk_impl_bindings
33332  * Method:    RawInvoice_payment_hash
33333  * Signature: (J)J
33334  */
33335 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1payment_1hash
33336   (JNIEnv *, jclass, jlong);
33337
33338 /*
33339  * Class:     org_ldk_impl_bindings
33340  * Method:    RawInvoice_description
33341  * Signature: (J)J
33342  */
33343 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1description
33344   (JNIEnv *, jclass, jlong);
33345
33346 /*
33347  * Class:     org_ldk_impl_bindings
33348  * Method:    RawInvoice_payee_pub_key
33349  * Signature: (J)J
33350  */
33351 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1payee_1pub_1key
33352   (JNIEnv *, jclass, jlong);
33353
33354 /*
33355  * Class:     org_ldk_impl_bindings
33356  * Method:    RawInvoice_description_hash
33357  * Signature: (J)J
33358  */
33359 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1description_1hash
33360   (JNIEnv *, jclass, jlong);
33361
33362 /*
33363  * Class:     org_ldk_impl_bindings
33364  * Method:    RawInvoice_expiry_time
33365  * Signature: (J)J
33366  */
33367 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1expiry_1time
33368   (JNIEnv *, jclass, jlong);
33369
33370 /*
33371  * Class:     org_ldk_impl_bindings
33372  * Method:    RawInvoice_min_final_cltv_expiry_delta
33373  * Signature: (J)J
33374  */
33375 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1min_1final_1cltv_1expiry_1delta
33376   (JNIEnv *, jclass, jlong);
33377
33378 /*
33379  * Class:     org_ldk_impl_bindings
33380  * Method:    RawInvoice_payment_secret
33381  * Signature: (J)[B
33382  */
33383 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_RawInvoice_1payment_1secret
33384   (JNIEnv *, jclass, jlong);
33385
33386 /*
33387  * Class:     org_ldk_impl_bindings
33388  * Method:    RawInvoice_payment_metadata
33389  * Signature: (J)J
33390  */
33391 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1payment_1metadata
33392   (JNIEnv *, jclass, jlong);
33393
33394 /*
33395  * Class:     org_ldk_impl_bindings
33396  * Method:    RawInvoice_features
33397  * Signature: (J)J
33398  */
33399 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1features
33400   (JNIEnv *, jclass, jlong);
33401
33402 /*
33403  * Class:     org_ldk_impl_bindings
33404  * Method:    RawInvoice_private_routes
33405  * Signature: (J)[J
33406  */
33407 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_RawInvoice_1private_1routes
33408   (JNIEnv *, jclass, jlong);
33409
33410 /*
33411  * Class:     org_ldk_impl_bindings
33412  * Method:    RawInvoice_amount_pico_btc
33413  * Signature: (J)J
33414  */
33415 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RawInvoice_1amount_1pico_1btc
33416   (JNIEnv *, jclass, jlong);
33417
33418 /*
33419  * Class:     org_ldk_impl_bindings
33420  * Method:    RawInvoice_currency
33421  * Signature: (J)Lorg/ldk/enums/Currency;
33422  */
33423 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_RawInvoice_1currency
33424   (JNIEnv *, jclass, jlong);
33425
33426 /*
33427  * Class:     org_ldk_impl_bindings
33428  * Method:    PositiveTimestamp_from_unix_timestamp
33429  * Signature: (J)J
33430  */
33431 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1from_1unix_1timestamp
33432   (JNIEnv *, jclass, jlong);
33433
33434 /*
33435  * Class:     org_ldk_impl_bindings
33436  * Method:    PositiveTimestamp_from_system_time
33437  * Signature: (J)J
33438  */
33439 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1from_1system_1time
33440   (JNIEnv *, jclass, jlong);
33441
33442 /*
33443  * Class:     org_ldk_impl_bindings
33444  * Method:    PositiveTimestamp_from_duration_since_epoch
33445  * Signature: (J)J
33446  */
33447 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1from_1duration_1since_1epoch
33448   (JNIEnv *, jclass, jlong);
33449
33450 /*
33451  * Class:     org_ldk_impl_bindings
33452  * Method:    PositiveTimestamp_as_unix_timestamp
33453  * Signature: (J)J
33454  */
33455 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1as_1unix_1timestamp
33456   (JNIEnv *, jclass, jlong);
33457
33458 /*
33459  * Class:     org_ldk_impl_bindings
33460  * Method:    PositiveTimestamp_as_duration_since_epoch
33461  * Signature: (J)J
33462  */
33463 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1as_1duration_1since_1epoch
33464   (JNIEnv *, jclass, jlong);
33465
33466 /*
33467  * Class:     org_ldk_impl_bindings
33468  * Method:    PositiveTimestamp_as_time
33469  * Signature: (J)J
33470  */
33471 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PositiveTimestamp_1as_1time
33472   (JNIEnv *, jclass, jlong);
33473
33474 /*
33475  * Class:     org_ldk_impl_bindings
33476  * Method:    Invoice_signable_hash
33477  * Signature: (J)[B
33478  */
33479 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Invoice_1signable_1hash
33480   (JNIEnv *, jclass, jlong);
33481
33482 /*
33483  * Class:     org_ldk_impl_bindings
33484  * Method:    Invoice_into_signed_raw
33485  * Signature: (J)J
33486  */
33487 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1into_1signed_1raw
33488   (JNIEnv *, jclass, jlong);
33489
33490 /*
33491  * Class:     org_ldk_impl_bindings
33492  * Method:    Invoice_check_signature
33493  * Signature: (J)J
33494  */
33495 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1check_1signature
33496   (JNIEnv *, jclass, jlong);
33497
33498 /*
33499  * Class:     org_ldk_impl_bindings
33500  * Method:    Invoice_from_signed
33501  * Signature: (J)J
33502  */
33503 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1from_1signed
33504   (JNIEnv *, jclass, jlong);
33505
33506 /*
33507  * Class:     org_ldk_impl_bindings
33508  * Method:    Invoice_timestamp
33509  * Signature: (J)J
33510  */
33511 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1timestamp
33512   (JNIEnv *, jclass, jlong);
33513
33514 /*
33515  * Class:     org_ldk_impl_bindings
33516  * Method:    Invoice_duration_since_epoch
33517  * Signature: (J)J
33518  */
33519 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1duration_1since_1epoch
33520   (JNIEnv *, jclass, jlong);
33521
33522 /*
33523  * Class:     org_ldk_impl_bindings
33524  * Method:    Invoice_payment_hash
33525  * Signature: (J)[B
33526  */
33527 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Invoice_1payment_1hash
33528   (JNIEnv *, jclass, jlong);
33529
33530 /*
33531  * Class:     org_ldk_impl_bindings
33532  * Method:    Invoice_payee_pub_key
33533  * Signature: (J)[B
33534  */
33535 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Invoice_1payee_1pub_1key
33536   (JNIEnv *, jclass, jlong);
33537
33538 /*
33539  * Class:     org_ldk_impl_bindings
33540  * Method:    Invoice_payment_secret
33541  * Signature: (J)[B
33542  */
33543 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Invoice_1payment_1secret
33544   (JNIEnv *, jclass, jlong);
33545
33546 /*
33547  * Class:     org_ldk_impl_bindings
33548  * Method:    Invoice_payment_metadata
33549  * Signature: (J)J
33550  */
33551 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1payment_1metadata
33552   (JNIEnv *, jclass, jlong);
33553
33554 /*
33555  * Class:     org_ldk_impl_bindings
33556  * Method:    Invoice_features
33557  * Signature: (J)J
33558  */
33559 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1features
33560   (JNIEnv *, jclass, jlong);
33561
33562 /*
33563  * Class:     org_ldk_impl_bindings
33564  * Method:    Invoice_recover_payee_pub_key
33565  * Signature: (J)[B
33566  */
33567 JNIEXPORT jbyteArray JNICALL Java_org_ldk_impl_bindings_Invoice_1recover_1payee_1pub_1key
33568   (JNIEnv *, jclass, jlong);
33569
33570 /*
33571  * Class:     org_ldk_impl_bindings
33572  * Method:    Invoice_expires_at
33573  * Signature: (J)J
33574  */
33575 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1expires_1at
33576   (JNIEnv *, jclass, jlong);
33577
33578 /*
33579  * Class:     org_ldk_impl_bindings
33580  * Method:    Invoice_expiry_time
33581  * Signature: (J)J
33582  */
33583 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1expiry_1time
33584   (JNIEnv *, jclass, jlong);
33585
33586 /*
33587  * Class:     org_ldk_impl_bindings
33588  * Method:    Invoice_is_expired
33589  * Signature: (J)Z
33590  */
33591 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Invoice_1is_1expired
33592   (JNIEnv *, jclass, jlong);
33593
33594 /*
33595  * Class:     org_ldk_impl_bindings
33596  * Method:    Invoice_duration_until_expiry
33597  * Signature: (J)J
33598  */
33599 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1duration_1until_1expiry
33600   (JNIEnv *, jclass, jlong);
33601
33602 /*
33603  * Class:     org_ldk_impl_bindings
33604  * Method:    Invoice_expiration_remaining_from_epoch
33605  * Signature: (JJ)J
33606  */
33607 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1expiration_1remaining_1from_1epoch
33608   (JNIEnv *, jclass, jlong, jlong);
33609
33610 /*
33611  * Class:     org_ldk_impl_bindings
33612  * Method:    Invoice_would_expire
33613  * Signature: (JJ)Z
33614  */
33615 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_Invoice_1would_1expire
33616   (JNIEnv *, jclass, jlong, jlong);
33617
33618 /*
33619  * Class:     org_ldk_impl_bindings
33620  * Method:    Invoice_min_final_cltv_expiry_delta
33621  * Signature: (J)J
33622  */
33623 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1min_1final_1cltv_1expiry_1delta
33624   (JNIEnv *, jclass, jlong);
33625
33626 /*
33627  * Class:     org_ldk_impl_bindings
33628  * Method:    Invoice_fallback_addresses
33629  * Signature: (J)[Ljava/lang/String;
33630  */
33631 JNIEXPORT jobjectArray JNICALL Java_org_ldk_impl_bindings_Invoice_1fallback_1addresses
33632   (JNIEnv *, jclass, jlong);
33633
33634 /*
33635  * Class:     org_ldk_impl_bindings
33636  * Method:    Invoice_private_routes
33637  * Signature: (J)[J
33638  */
33639 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_Invoice_1private_1routes
33640   (JNIEnv *, jclass, jlong);
33641
33642 /*
33643  * Class:     org_ldk_impl_bindings
33644  * Method:    Invoice_route_hints
33645  * Signature: (J)[J
33646  */
33647 JNIEXPORT jlongArray JNICALL Java_org_ldk_impl_bindings_Invoice_1route_1hints
33648   (JNIEnv *, jclass, jlong);
33649
33650 /*
33651  * Class:     org_ldk_impl_bindings
33652  * Method:    Invoice_currency
33653  * Signature: (J)Lorg/ldk/enums/Currency;
33654  */
33655 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_Invoice_1currency
33656   (JNIEnv *, jclass, jlong);
33657
33658 /*
33659  * Class:     org_ldk_impl_bindings
33660  * Method:    Invoice_amount_milli_satoshis
33661  * Signature: (J)J
33662  */
33663 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1amount_1milli_1satoshis
33664   (JNIEnv *, jclass, jlong);
33665
33666 /*
33667  * Class:     org_ldk_impl_bindings
33668  * Method:    Description_new
33669  * Signature: (Ljava/lang/String;)J
33670  */
33671 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Description_1new
33672   (JNIEnv *, jclass, jstring);
33673
33674 /*
33675  * Class:     org_ldk_impl_bindings
33676  * Method:    Description_into_inner
33677  * Signature: (J)Ljava/lang/String;
33678  */
33679 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_Description_1into_1inner
33680   (JNIEnv *, jclass, jlong);
33681
33682 /*
33683  * Class:     org_ldk_impl_bindings
33684  * Method:    ExpiryTime_from_seconds
33685  * Signature: (J)J
33686  */
33687 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1from_1seconds
33688   (JNIEnv *, jclass, jlong);
33689
33690 /*
33691  * Class:     org_ldk_impl_bindings
33692  * Method:    ExpiryTime_from_duration
33693  * Signature: (J)J
33694  */
33695 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1from_1duration
33696   (JNIEnv *, jclass, jlong);
33697
33698 /*
33699  * Class:     org_ldk_impl_bindings
33700  * Method:    ExpiryTime_as_seconds
33701  * Signature: (J)J
33702  */
33703 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1as_1seconds
33704   (JNIEnv *, jclass, jlong);
33705
33706 /*
33707  * Class:     org_ldk_impl_bindings
33708  * Method:    ExpiryTime_as_duration
33709  * Signature: (J)J
33710  */
33711 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_ExpiryTime_1as_1duration
33712   (JNIEnv *, jclass, jlong);
33713
33714 /*
33715  * Class:     org_ldk_impl_bindings
33716  * Method:    PrivateRoute_new
33717  * Signature: (J)J
33718  */
33719 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PrivateRoute_1new
33720   (JNIEnv *, jclass, jlong);
33721
33722 /*
33723  * Class:     org_ldk_impl_bindings
33724  * Method:    PrivateRoute_into_inner
33725  * Signature: (J)J
33726  */
33727 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PrivateRoute_1into_1inner
33728   (JNIEnv *, jclass, jlong);
33729
33730 /*
33731  * Class:     org_ldk_impl_bindings
33732  * Method:    CreationError_clone
33733  * Signature: (J)Lorg/ldk/enums/CreationError;
33734  */
33735 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CreationError_1clone
33736   (JNIEnv *, jclass, jlong);
33737
33738 /*
33739  * Class:     org_ldk_impl_bindings
33740  * Method:    CreationError_description_too_long
33741  * Signature: ()Lorg/ldk/enums/CreationError;
33742  */
33743 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CreationError_1description_1too_1long
33744   (JNIEnv *, jclass);
33745
33746 /*
33747  * Class:     org_ldk_impl_bindings
33748  * Method:    CreationError_route_too_long
33749  * Signature: ()Lorg/ldk/enums/CreationError;
33750  */
33751 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CreationError_1route_1too_1long
33752   (JNIEnv *, jclass);
33753
33754 /*
33755  * Class:     org_ldk_impl_bindings
33756  * Method:    CreationError_timestamp_out_of_bounds
33757  * Signature: ()Lorg/ldk/enums/CreationError;
33758  */
33759 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CreationError_1timestamp_1out_1of_1bounds
33760   (JNIEnv *, jclass);
33761
33762 /*
33763  * Class:     org_ldk_impl_bindings
33764  * Method:    CreationError_invalid_amount
33765  * Signature: ()Lorg/ldk/enums/CreationError;
33766  */
33767 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CreationError_1invalid_1amount
33768   (JNIEnv *, jclass);
33769
33770 /*
33771  * Class:     org_ldk_impl_bindings
33772  * Method:    CreationError_missing_route_hints
33773  * Signature: ()Lorg/ldk/enums/CreationError;
33774  */
33775 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CreationError_1missing_1route_1hints
33776   (JNIEnv *, jclass);
33777
33778 /*
33779  * Class:     org_ldk_impl_bindings
33780  * Method:    CreationError_min_final_cltv_expiry_delta_too_short
33781  * Signature: ()Lorg/ldk/enums/CreationError;
33782  */
33783 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_CreationError_1min_1final_1cltv_1expiry_1delta_1too_1short
33784   (JNIEnv *, jclass);
33785
33786 /*
33787  * Class:     org_ldk_impl_bindings
33788  * Method:    CreationError_eq
33789  * Signature: (JJ)Z
33790  */
33791 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_CreationError_1eq
33792   (JNIEnv *, jclass, jlong, jlong);
33793
33794 /*
33795  * Class:     org_ldk_impl_bindings
33796  * Method:    CreationError_to_str
33797  * Signature: (J)Ljava/lang/String;
33798  */
33799 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_CreationError_1to_1str
33800   (JNIEnv *, jclass, jlong);
33801
33802 /*
33803  * Class:     org_ldk_impl_bindings
33804  * Method:    SemanticError_clone
33805  * Signature: (J)Lorg/ldk/enums/SemanticError;
33806  */
33807 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1clone
33808   (JNIEnv *, jclass, jlong);
33809
33810 /*
33811  * Class:     org_ldk_impl_bindings
33812  * Method:    SemanticError_no_payment_hash
33813  * Signature: ()Lorg/ldk/enums/SemanticError;
33814  */
33815 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1no_1payment_1hash
33816   (JNIEnv *, jclass);
33817
33818 /*
33819  * Class:     org_ldk_impl_bindings
33820  * Method:    SemanticError_multiple_payment_hashes
33821  * Signature: ()Lorg/ldk/enums/SemanticError;
33822  */
33823 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1multiple_1payment_1hashes
33824   (JNIEnv *, jclass);
33825
33826 /*
33827  * Class:     org_ldk_impl_bindings
33828  * Method:    SemanticError_no_description
33829  * Signature: ()Lorg/ldk/enums/SemanticError;
33830  */
33831 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1no_1description
33832   (JNIEnv *, jclass);
33833
33834 /*
33835  * Class:     org_ldk_impl_bindings
33836  * Method:    SemanticError_multiple_descriptions
33837  * Signature: ()Lorg/ldk/enums/SemanticError;
33838  */
33839 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1multiple_1descriptions
33840   (JNIEnv *, jclass);
33841
33842 /*
33843  * Class:     org_ldk_impl_bindings
33844  * Method:    SemanticError_no_payment_secret
33845  * Signature: ()Lorg/ldk/enums/SemanticError;
33846  */
33847 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1no_1payment_1secret
33848   (JNIEnv *, jclass);
33849
33850 /*
33851  * Class:     org_ldk_impl_bindings
33852  * Method:    SemanticError_multiple_payment_secrets
33853  * Signature: ()Lorg/ldk/enums/SemanticError;
33854  */
33855 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1multiple_1payment_1secrets
33856   (JNIEnv *, jclass);
33857
33858 /*
33859  * Class:     org_ldk_impl_bindings
33860  * Method:    SemanticError_invalid_features
33861  * Signature: ()Lorg/ldk/enums/SemanticError;
33862  */
33863 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1invalid_1features
33864   (JNIEnv *, jclass);
33865
33866 /*
33867  * Class:     org_ldk_impl_bindings
33868  * Method:    SemanticError_invalid_recovery_id
33869  * Signature: ()Lorg/ldk/enums/SemanticError;
33870  */
33871 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1invalid_1recovery_1id
33872   (JNIEnv *, jclass);
33873
33874 /*
33875  * Class:     org_ldk_impl_bindings
33876  * Method:    SemanticError_invalid_signature
33877  * Signature: ()Lorg/ldk/enums/SemanticError;
33878  */
33879 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1invalid_1signature
33880   (JNIEnv *, jclass);
33881
33882 /*
33883  * Class:     org_ldk_impl_bindings
33884  * Method:    SemanticError_imprecise_amount
33885  * Signature: ()Lorg/ldk/enums/SemanticError;
33886  */
33887 JNIEXPORT jobject JNICALL Java_org_ldk_impl_bindings_SemanticError_1imprecise_1amount
33888   (JNIEnv *, jclass);
33889
33890 /*
33891  * Class:     org_ldk_impl_bindings
33892  * Method:    SemanticError_eq
33893  * Signature: (JJ)Z
33894  */
33895 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_SemanticError_1eq
33896   (JNIEnv *, jclass, jlong, jlong);
33897
33898 /*
33899  * Class:     org_ldk_impl_bindings
33900  * Method:    SemanticError_to_str
33901  * Signature: (J)Ljava/lang/String;
33902  */
33903 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_SemanticError_1to_1str
33904   (JNIEnv *, jclass, jlong);
33905
33906 /*
33907  * Class:     org_ldk_impl_bindings
33908  * Method:    SignOrCreationError_free
33909  * Signature: (J)V
33910  */
33911 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_SignOrCreationError_1free
33912   (JNIEnv *, jclass, jlong);
33913
33914 /*
33915  * Class:     org_ldk_impl_bindings
33916  * Method:    SignOrCreationError_clone_ptr
33917  * Signature: (J)J
33918  */
33919 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignOrCreationError_1clone_1ptr
33920   (JNIEnv *, jclass, jlong);
33921
33922 /*
33923  * Class:     org_ldk_impl_bindings
33924  * Method:    SignOrCreationError_clone
33925  * Signature: (J)J
33926  */
33927 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignOrCreationError_1clone
33928   (JNIEnv *, jclass, jlong);
33929
33930 /*
33931  * Class:     org_ldk_impl_bindings
33932  * Method:    SignOrCreationError_sign_error
33933  * Signature: ()J
33934  */
33935 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignOrCreationError_1sign_1error
33936   (JNIEnv *, jclass);
33937
33938 /*
33939  * Class:     org_ldk_impl_bindings
33940  * Method:    SignOrCreationError_creation_error
33941  * Signature: (Lorg/ldk/enums/CreationError;)J
33942  */
33943 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignOrCreationError_1creation_1error
33944   (JNIEnv *, jclass, jobject);
33945
33946 /*
33947  * Class:     org_ldk_impl_bindings
33948  * Method:    SignOrCreationError_eq
33949  * Signature: (JJ)Z
33950  */
33951 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_SignOrCreationError_1eq
33952   (JNIEnv *, jclass, jlong, jlong);
33953
33954 /*
33955  * Class:     org_ldk_impl_bindings
33956  * Method:    SignOrCreationError_to_str
33957  * Signature: (J)Ljava/lang/String;
33958  */
33959 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_SignOrCreationError_1to_1str
33960   (JNIEnv *, jclass, jlong);
33961
33962 /*
33963  * Class:     org_ldk_impl_bindings
33964  * Method:    pay_invoice
33965  * Signature: (JJJ)J
33966  */
33967 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_pay_1invoice
33968   (JNIEnv *, jclass, jlong, jlong, jlong);
33969
33970 /*
33971  * Class:     org_ldk_impl_bindings
33972  * Method:    pay_invoice_with_id
33973  * Signature: (J[BJJ)J
33974  */
33975 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_pay_1invoice_1with_1id
33976   (JNIEnv *, jclass, jlong, jbyteArray, jlong, jlong);
33977
33978 /*
33979  * Class:     org_ldk_impl_bindings
33980  * Method:    pay_zero_value_invoice
33981  * Signature: (JJJJ)J
33982  */
33983 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_pay_1zero_1value_1invoice
33984   (JNIEnv *, jclass, jlong, jlong, jlong, jlong);
33985
33986 /*
33987  * Class:     org_ldk_impl_bindings
33988  * Method:    pay_zero_value_invoice_with_id
33989  * Signature: (JJ[BJJ)J
33990  */
33991 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_pay_1zero_1value_1invoice_1with_1id
33992   (JNIEnv *, jclass, jlong, jlong, jbyteArray, jlong, jlong);
33993
33994 /*
33995  * Class:     org_ldk_impl_bindings
33996  * Method:    PaymentError_free
33997  * Signature: (J)V
33998  */
33999 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_PaymentError_1free
34000   (JNIEnv *, jclass, jlong);
34001
34002 /*
34003  * Class:     org_ldk_impl_bindings
34004  * Method:    PaymentError_clone_ptr
34005  * Signature: (J)J
34006  */
34007 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentError_1clone_1ptr
34008   (JNIEnv *, jclass, jlong);
34009
34010 /*
34011  * Class:     org_ldk_impl_bindings
34012  * Method:    PaymentError_clone
34013  * Signature: (J)J
34014  */
34015 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentError_1clone
34016   (JNIEnv *, jclass, jlong);
34017
34018 /*
34019  * Class:     org_ldk_impl_bindings
34020  * Method:    PaymentError_invoice
34021  * Signature: (Ljava/lang/String;)J
34022  */
34023 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentError_1invoice
34024   (JNIEnv *, jclass, jstring);
34025
34026 /*
34027  * Class:     org_ldk_impl_bindings
34028  * Method:    PaymentError_sending
34029  * Signature: (Lorg/ldk/enums/RetryableSendFailure;)J
34030  */
34031 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_PaymentError_1sending
34032   (JNIEnv *, jclass, jobject);
34033
34034 /*
34035  * Class:     org_ldk_impl_bindings
34036  * Method:    create_phantom_invoice
34037  * Signature: (J[BLjava/lang/String;I[JJJJLorg/ldk/enums/Currency;JJ)J
34038  */
34039 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_create_1phantom_1invoice
34040   (JNIEnv *, jclass, jlong, jbyteArray, jstring, jint, jlongArray, jlong, jlong, jlong, jobject, jlong, jlong);
34041
34042 /*
34043  * Class:     org_ldk_impl_bindings
34044  * Method:    create_phantom_invoice_with_description_hash
34045  * Signature: (J[BIJ[JJJJLorg/ldk/enums/Currency;JJ)J
34046  */
34047 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_create_1phantom_1invoice_1with_1description_1hash
34048   (JNIEnv *, jclass, jlong, jbyteArray, jint, jlong, jlongArray, jlong, jlong, jlong, jobject, jlong, jlong);
34049
34050 /*
34051  * Class:     org_ldk_impl_bindings
34052  * Method:    create_invoice_from_channelmanager
34053  * Signature: (JJJLorg/ldk/enums/Currency;JLjava/lang/String;IJ)J
34054  */
34055 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_create_1invoice_1from_1channelmanager
34056   (JNIEnv *, jclass, jlong, jlong, jlong, jobject, jlong, jstring, jint, jlong);
34057
34058 /*
34059  * Class:     org_ldk_impl_bindings
34060  * Method:    create_invoice_from_channelmanager_with_description_hash
34061  * Signature: (JJJLorg/ldk/enums/Currency;JJIJ)J
34062  */
34063 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_create_1invoice_1from_1channelmanager_1with_1description_1hash
34064   (JNIEnv *, jclass, jlong, jlong, jlong, jobject, jlong, jlong, jint, jlong);
34065
34066 /*
34067  * Class:     org_ldk_impl_bindings
34068  * Method:    create_invoice_from_channelmanager_with_description_hash_and_duration_since_epoch
34069  * Signature: (JJJLorg/ldk/enums/Currency;JJJIJ)J
34070  */
34071 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_create_1invoice_1from_1channelmanager_1with_1description_1hash_1and_1duration_1since_1epoch
34072   (JNIEnv *, jclass, jlong, jlong, jlong, jobject, jlong, jlong, jlong, jint, jlong);
34073
34074 /*
34075  * Class:     org_ldk_impl_bindings
34076  * Method:    create_invoice_from_channelmanager_and_duration_since_epoch
34077  * Signature: (JJJLorg/ldk/enums/Currency;JLjava/lang/String;JIJ)J
34078  */
34079 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_create_1invoice_1from_1channelmanager_1and_1duration_1since_1epoch
34080   (JNIEnv *, jclass, jlong, jlong, jlong, jobject, jlong, jstring, jlong, jint, jlong);
34081
34082 /*
34083  * Class:     org_ldk_impl_bindings
34084  * Method:    create_invoice_from_channelmanager_and_duration_since_epoch_with_payment_hash
34085  * Signature: (JJJLorg/ldk/enums/Currency;JLjava/lang/String;JI[BJ)J
34086  */
34087 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_create_1invoice_1from_1channelmanager_1and_1duration_1since_1epoch_1with_1payment_1hash
34088   (JNIEnv *, jclass, jlong, jlong, jlong, jobject, jlong, jstring, jlong, jint, jbyteArray, jlong);
34089
34090 /*
34091  * Class:     org_ldk_impl_bindings
34092  * Method:    SiPrefix_from_str
34093  * Signature: (Ljava/lang/String;)J
34094  */
34095 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SiPrefix_1from_1str
34096   (JNIEnv *, jclass, jstring);
34097
34098 /*
34099  * Class:     org_ldk_impl_bindings
34100  * Method:    Invoice_from_str
34101  * Signature: (Ljava/lang/String;)J
34102  */
34103 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_Invoice_1from_1str
34104   (JNIEnv *, jclass, jstring);
34105
34106 /*
34107  * Class:     org_ldk_impl_bindings
34108  * Method:    SignedRawInvoice_from_str
34109  * Signature: (Ljava/lang/String;)J
34110  */
34111 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1from_1str
34112   (JNIEnv *, jclass, jstring);
34113
34114 /*
34115  * Class:     org_ldk_impl_bindings
34116  * Method:    ParseError_to_str
34117  * Signature: (J)Ljava/lang/String;
34118  */
34119 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_ParseError_1to_1str
34120   (JNIEnv *, jclass, jlong);
34121
34122 /*
34123  * Class:     org_ldk_impl_bindings
34124  * Method:    ParseOrSemanticError_to_str
34125  * Signature: (J)Ljava/lang/String;
34126  */
34127 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_ParseOrSemanticError_1to_1str
34128   (JNIEnv *, jclass, jlong);
34129
34130 /*
34131  * Class:     org_ldk_impl_bindings
34132  * Method:    Invoice_to_str
34133  * Signature: (J)Ljava/lang/String;
34134  */
34135 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_Invoice_1to_1str
34136   (JNIEnv *, jclass, jlong);
34137
34138 /*
34139  * Class:     org_ldk_impl_bindings
34140  * Method:    SignedRawInvoice_to_str
34141  * Signature: (J)Ljava/lang/String;
34142  */
34143 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_SignedRawInvoice_1to_1str
34144   (JNIEnv *, jclass, jlong);
34145
34146 /*
34147  * Class:     org_ldk_impl_bindings
34148  * Method:    Currency_to_str
34149  * Signature: (J)Ljava/lang/String;
34150  */
34151 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_Currency_1to_1str
34152   (JNIEnv *, jclass, jlong);
34153
34154 /*
34155  * Class:     org_ldk_impl_bindings
34156  * Method:    SiPrefix_to_str
34157  * Signature: (J)Ljava/lang/String;
34158  */
34159 JNIEXPORT jstring JNICALL Java_org_ldk_impl_bindings_SiPrefix_1to_1str
34160   (JNIEnv *, jclass, jlong);
34161
34162 /*
34163  * Class:     org_ldk_impl_bindings
34164  * Method:    RapidGossipSync_free
34165  * Signature: (J)V
34166  */
34167 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_RapidGossipSync_1free
34168   (JNIEnv *, jclass, jlong);
34169
34170 /*
34171  * Class:     org_ldk_impl_bindings
34172  * Method:    RapidGossipSync_new
34173  * Signature: (JJ)J
34174  */
34175 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RapidGossipSync_1new
34176   (JNIEnv *, jclass, jlong, jlong);
34177
34178 /*
34179  * Class:     org_ldk_impl_bindings
34180  * Method:    RapidGossipSync_update_network_graph_no_std
34181  * Signature: (J[BJ)J
34182  */
34183 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_RapidGossipSync_1update_1network_1graph_1no_1std
34184   (JNIEnv *, jclass, jlong, jbyteArray, jlong);
34185
34186 /*
34187  * Class:     org_ldk_impl_bindings
34188  * Method:    RapidGossipSync_is_initial_sync_complete
34189  * Signature: (J)Z
34190  */
34191 JNIEXPORT jboolean JNICALL Java_org_ldk_impl_bindings_RapidGossipSync_1is_1initial_1sync_1complete
34192   (JNIEnv *, jclass, jlong);
34193
34194 /*
34195  * Class:     org_ldk_impl_bindings
34196  * Method:    GraphSyncError_free
34197  * Signature: (J)V
34198  */
34199 JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_GraphSyncError_1free
34200   (JNIEnv *, jclass, jlong);
34201
34202 /*
34203  * Class:     org_ldk_impl_bindings
34204  * Method:    GraphSyncError_clone_ptr
34205  * Signature: (J)J
34206  */
34207 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GraphSyncError_1clone_1ptr
34208   (JNIEnv *, jclass, jlong);
34209
34210 /*
34211  * Class:     org_ldk_impl_bindings
34212  * Method:    GraphSyncError_clone
34213  * Signature: (J)J
34214  */
34215 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GraphSyncError_1clone
34216   (JNIEnv *, jclass, jlong);
34217
34218 /*
34219  * Class:     org_ldk_impl_bindings
34220  * Method:    GraphSyncError_decode_error
34221  * Signature: (J)J
34222  */
34223 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GraphSyncError_1decode_1error
34224   (JNIEnv *, jclass, jlong);
34225
34226 /*
34227  * Class:     org_ldk_impl_bindings
34228  * Method:    GraphSyncError_lightning_error
34229  * Signature: (J)J
34230  */
34231 JNIEXPORT jlong JNICALL Java_org_ldk_impl_bindings_GraphSyncError_1lightning_1error
34232   (JNIEnv *, jclass, jlong);
34233
34234 #ifdef __cplusplus
34235 }
34236 #endif
34237 #endif