Update auto-updated Java files
[ldk-java] / ts / enums / COption_NoneZ.ts
diff --git a/ts/enums/COption_NoneZ.ts b/ts/enums/COption_NoneZ.ts
new file mode 100644 (file)
index 0000000..f8ebffc
--- /dev/null
@@ -0,0 +1,12 @@
+
+            export enum COption_NoneZ {
+                /**
+ * When we're in this state, this COption_NoneZ contains a
+ */
+LDKCOption_NoneZ_Some,
+                               /**
+ * When we're in this state, this COption_NoneZ contains nothing
+ */
+LDKCOption_NoneZ_None,
+                               
+            }