| Package | Description |
|---|---|
| org.adridadou.ethereum.ethereumj.config |
| Modifier and Type | Method and Description |
|---|---|
static BlockchainDataSource |
BlockchainDataSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockchainDataSource[] |
BlockchainDataSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EthereumJConfig(long storageLimit,
String blocksLoader,
boolean blockchainOnly,
boolean redisEnabled,
BlockchainDataSource dataSource,
String helloPhrase,
boolean playVm,
int traceStartBlock,
String coinbaseSecret,
String samplesDir,
int transactionOutdatedThreshold,
int transactionApproveTimeout,
Class<?> configClass,
String configName,
String geneis) |
Copyright © 2016. All rights reserved.