public enum MuSig2Version extends java.lang.Enum<MuSig2Version>
SignerOuterClass.MuSig2Version| Enum Constant and Description |
|---|
MUSIG2_VERSION_UNDEFINED |
MUSIG2_VERSION_V040 |
MUSIG2_VERSION_V100RC2 |
| Modifier and Type | Method and Description |
|---|---|
SignerOuterClass.MuSig2Version |
getApiObject() |
static MuSig2Version |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MuSig2Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static MuSig2Version |
wrap(SignerOuterClass.MuSig2Version apiObject) |
public static final MuSig2Version MUSIG2_VERSION_UNDEFINED
public static final MuSig2Version MUSIG2_VERSION_V040
public static final MuSig2Version MUSIG2_VERSION_V100RC2
public static MuSig2Version[] values()
for (MuSig2Version c : MuSig2Version.values()) System.out.println(c);
public static MuSig2Version valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic SignerOuterClass.MuSig2Version getApiObject()
public static MuSig2Version wrap(SignerOuterClass.MuSig2Version apiObject)