org.ldk.enums.COption_NoneZ Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ldk-java Show documentation
Show all versions of ldk-java Show documentation
LDK Java Bindings and Release Binaries
package org.ldk.enums;
/**
* An enum which can either contain a or not
*/
public 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,
; static native void init();
static { init(); }
}