public static enum TronContract.Type extends Enum<TronContract.Type>
Modifier and Type | Method and Description |
---|---|
static TronContract.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TronContract.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TronContract.Type ACCOUNT_CREATION
public static final TronContract.Type TRANSFER
public static final TronContract.Type TRANSFER_ASSET
public static final TronContract.Type VOTE_ASSET
public static final TronContract.Type VOTE_WITNESS
public static final TronContract.Type CREATE_WITNESS
public static final TronContract.Type ASSET_ISSUE
public static final TronContract.Type WITNESS_UPDATE
public static final TronContract.Type PARTICIPATE_ASSET
public static final TronContract.Type ACCOUNT_UPDATE
public static final TronContract.Type FREEZE_BALANCE
public static final TronContract.Type UNFREEZE_BALANCE
public static final TronContract.Type WITHDRAW_BALANCE
public static final TronContract.Type UNFREEZE_ASSET
public static final TronContract.Type UPDATE_ASSET
public static final TronContract.Type CREATE_PROPOSAL
public static final TronContract.Type APPROVE_PROPOSAL
public static final TronContract.Type DELETE_PROPOSAL
public static final TronContract.Type SET_ACCOUNT_ID
public static final TronContract.Type CUSTOM
public static final TronContract.Type CREATE_SMART_CONTRACT
public static final TronContract.Type TRIGGER_SMART_CONTRACT
public static final TronContract.Type GET_CONTRACT
public static final TronContract.Type UPDATE_SETTING
public static final TronContract.Type EXCHANGE_CREATE
public static final TronContract.Type EXCHANGE_INJECT
public static final TronContract.Type EXCHANGE_WITHDRAW
public static final TronContract.Type EXCHANGE_TRANSACTION
public static final TronContract.Type UNKNOWN
public static TronContract.Type[] values()
for (TronContract.Type c : TronContract.Type.values()) System.out.println(c);
public static TronContract.Type 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 nullCopyright © 2020. All rights reserved.