[C#] Update auto-generated files
[ldk-java] / c_sharp / src / org / ldk / enums / UtxoLookupError.cs
diff --git a/c_sharp/src/org/ldk/enums/UtxoLookupError.cs b/c_sharp/src/org/ldk/enums/UtxoLookupError.cs
new file mode 100644 (file)
index 0000000..56056fd
--- /dev/null
@@ -0,0 +1,13 @@
+namespace org { namespace ldk { namespace enums {/**
+ * An error when accessing the chain via [`UtxoLookup`].
+ */
+public enum UtxoLookupError {
+       /**
+        * The requested chain is unknown.
+        */
+       LDKUtxoLookupError_UnknownChain,
+       /**
+        * The requested transaction doesn't exist or hasn't confirmed.
+        */
+       LDKUtxoLookupError_UnknownTx,
+}} } }