public enum AllowedCommand extends Enum<AllowedCommand>
| Modifier and Type | Method and Description |
|---|---|
static AllowedCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllowedCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllowedCommand eth_blockNumber
public static final AllowedCommand eth_call
public static final AllowedCommand eth_compileSolidity
public static final AllowedCommand eth_gasPrice
public static final AllowedCommand eth_getBalance
public static final AllowedCommand eth_getBlockByHash
public static final AllowedCommand eth_getBlockByNumber
public static final AllowedCommand eth_getBlockTransactionCountByHash
public static final AllowedCommand eth_getBlockTransactionCountByNumber
public static final AllowedCommand eth_getCode
public static final AllowedCommand eth_getCompilers
public static final AllowedCommand eth_getStorageAt
public static final AllowedCommand eth_getFilterChanges
public static final AllowedCommand eth_getFilterLogs
public static final AllowedCommand eth_getLogs
public static final AllowedCommand eth_getTransactionByBlockHashAndIndex
public static final AllowedCommand eth_getTransactionByBlockNumberAndIndex
public static final AllowedCommand eth_getTransactionByHash
public static final AllowedCommand eth_getTransactionCount
public static final AllowedCommand eth_getTransactionReceipt
public static final AllowedCommand eth_getUncleByBlockHashAndIndex
public static final AllowedCommand eth_getUncleByBlockNumberAndIndex
public static final AllowedCommand eth_getUncleCountByBlockHash
public static final AllowedCommand eth_getUncleCountByBlockNumber
public static final AllowedCommand eth_getWork
public static final AllowedCommand eth_estimateGas
public static final AllowedCommand eth_mining
public static final AllowedCommand eth_newBlockFilter
public static final AllowedCommand eth_newPendingTransactionFilter
public static final AllowedCommand eth_newFilter
public static final AllowedCommand eth_protocolVersion
public static final AllowedCommand eth_sendRawTransaction
public static final AllowedCommand eth_syncing
public static final AllowedCommand eth_uninstallFilter
public static final AllowedCommand net_version
public static final AllowedCommand trace_block
public static final AllowedCommand trace_filter
public static final AllowedCommand trace_get
public static final AllowedCommand trace_transaction
public static final AllowedCommand web3_clientVersion
public static AllowedCommand[] values()
for (AllowedCommand c : AllowedCommand.values()) System.out.println(c);
public static AllowedCommand 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 © 2016 P-ACS UG (haftungsbeschr?nkt). All rights reserved.