| Package | Description |
|---|---|
| org.adridadou.ethereum.blockchain |
| Modifier and Type | Method and Description |
|---|---|
static IncompatibleDatabaseBehavior |
IncompatibleDatabaseBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncompatibleDatabaseBehavior[] |
IncompatibleDatabaseBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BlockchainConfig.Builder |
BlockchainConfig.Builder.incompatibleDatabaseBehavior(IncompatibleDatabaseBehavior behavior) |
| Constructor and Description |
|---|
BlockchainConfig(ChainId networkId,
Boolean eip8,
Boolean fastSync,
GenesisPath genesis,
EthereumConfigName configName,
DatabaseDirectory dbDir,
List<NodeIp> ipList,
Boolean syncEnabled,
Integer listenPort,
Boolean peerDiscovery,
List<String> peerActiveList,
String peerPrivateKey,
IncompatibleDatabaseBehavior behavior) |
Copyright © 2017. All rights reserved.