| Enum Constant and Description |
|---|
BITCOIN |
CKB_MULTI_SIG |
CKB_SECP256K1_BLAKE160 |
DOGECOIN |
DYNAMIC_LINKING |
EOS |
ETHEREUM |
EXEC |
LOCK_SCRIPT_HASH |
TRON |
| Modifier and Type | Method and Description |
|---|---|
byte |
getValue() |
static AuthFlag |
valueOf(byte flag) |
static AuthFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthFlag CKB_SECP256K1_BLAKE160
public static final AuthFlag ETHEREUM
public static final AuthFlag EOS
public static final AuthFlag TRON
public static final AuthFlag BITCOIN
public static final AuthFlag DOGECOIN
public static final AuthFlag CKB_MULTI_SIG
public static final AuthFlag LOCK_SCRIPT_HASH
public static final AuthFlag EXEC
public static final AuthFlag DYNAMIC_LINKING
public static AuthFlag[] values()
for (AuthFlag c : AuthFlag.values()) System.out.println(c);
public static AuthFlag 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 byte getValue()
public static AuthFlag valueOf(byte flag)