[Java] Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / enums / UtxoLookupError.java
1 package org.ldk.enums;
2
3 /**
4  * An error when accessing the chain via [`UtxoLookup`].
5  */
6 public enum UtxoLookupError {
7         /**
8          * The requested chain is unknown.
9          */
10         LDKUtxoLookupError_UnknownChain,
11         /**
12          * The requested transaction doesn't exist or hasn't confirmed.
13          */
14         LDKUtxoLookupError_UnknownTx,
15         ; static native void init();
16         static { org.ldk.impl.bindings.run_statics(); init(); }
17 }