| Enum Constant and Description |
|---|
DELEGATE_REGISTRATION |
DELEGATE_RESIGNATION |
IPFS |
MULTI_PAYMENT |
MULTI_SIGNATURE_REGISTRATION |
SECOND_SIGNATURE_REGISTRATION |
TIMELOCK_TRANSFER |
TRANSFER |
VOTE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getValue() |
static Fees |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Fees[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fees TRANSFER
public static final Fees SECOND_SIGNATURE_REGISTRATION
public static final Fees DELEGATE_REGISTRATION
public static final Fees VOTE
public static final Fees MULTI_SIGNATURE_REGISTRATION
public static final Fees IPFS
public static final Fees TIMELOCK_TRANSFER
public static final Fees MULTI_PAYMENT
public static final Fees DELEGATE_RESIGNATION
public static Fees[] values()
for (Fees c : Fees.values()) System.out.println(c);
public static Fees 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 java.lang.Long getValue()