[Java] Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / enums / COption_NoneZ.java
1 package org.ldk.enums;
2
3 /**
4  * An enum which can either contain a  or not
5  */
6 public enum COption_NoneZ {
7         /**
8          * When we're in this state, this COption_NoneZ contains a
9          */
10         LDKCOption_NoneZ_Some,
11         /**
12          * When we're in this state, this COption_NoneZ contains nothing
13          */
14         LDKCOption_NoneZ_None,
15         ; static native void init();
16         static { org.ldk.impl.bindings.run_statics(); init(); }
17 }