[C#] Update auto-generated files
[ldk-java] / c_sharp / src / org / ldk / enums / UtxoLookupError.cs
1 namespace org { namespace ldk { namespace enums {/**
2  * An error when accessing the chain via [`UtxoLookup`].
3  */
4 public enum UtxoLookupError {
5         /**
6          * The requested chain is unknown.
7          */
8         LDKUtxoLookupError_UnknownChain,
9         /**
10          * The requested transaction doesn't exist or hasn't confirmed.
11          */
12         LDKUtxoLookupError_UnknownTx,
13 }} } }