public enum OperationType extends Enum<OperationType>
| Enum Constant and Description |
|---|
ACCOUNT_CREATE_OPERATION
The account_create_operation type.
|
ACCOUNT_SUPERNODE_VOTE_OPERATION
The account_supernode_vote_operation type.
|
ACCOUNT_UPDATE_OPERATION
The account_update_operation type.
|
CLEAR_NULL_ACCOUNT_BALANCE_OPERATION |
FILL_VESTING_WITHDRAW_OPERATION |
HARDFORK_OPERATION |
PRODUCER_REWARD_OPERATION |
SHUTDOWN_SUPERNODE_OPERATION |
SMT_CREATE_OPERATION |
SUPERNODE_UPDATE_OPERATION
The supernode_update_operation type.
|
TRANSFER_OPERATION
The transfer_operation type.
|
TRANSFER_TO_VESTING_OPERATION
The transfer_to_vesting_operation type.
|
WITHDRAW_VESTING_OPERATION
The withdraw_vesting_operation type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getOrderId()
Get the id of the operation.
|
static OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationType TRANSFER_OPERATION
public static final OperationType TRANSFER_TO_VESTING_OPERATION
public static final OperationType WITHDRAW_VESTING_OPERATION
public static final OperationType ACCOUNT_CREATE_OPERATION
public static final OperationType ACCOUNT_UPDATE_OPERATION
public static final OperationType SUPERNODE_UPDATE_OPERATION
public static final OperationType ACCOUNT_SUPERNODE_VOTE_OPERATION
public static final OperationType SMT_CREATE_OPERATION
public static final OperationType FILL_VESTING_WITHDRAW_OPERATION
public static final OperationType SHUTDOWN_SUPERNODE_OPERATION
public static final OperationType HARDFORK_OPERATION
public static final OperationType PRODUCER_REWARD_OPERATION
public static final OperationType CLEAR_NULL_ACCOUNT_BALANCE_OPERATION
public static OperationType[] values()
for (OperationType c : OperationType.values()) System.out.println(c);
public static OperationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getOrderId()
Copyright © 2019. All rights reserved.