public class BlockchainConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BlockchainConfig.Builder |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static BlockchainConfig.Builder |
builder() |
String |
toString() |
public 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)
public static BlockchainConfig.Builder builder()
Copyright © 2017. All rights reserved.