public class BlockchainConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BlockchainConfig.Builder |
| Constructor and Description |
|---|
BlockchainConfig(ChainId networkId,
Boolean eip8,
GenesisPath genesis,
EthereumConfigName configName,
DatabaseDirectory dbDir,
List<NodeIp> ipList,
Boolean syncEnabled,
Integer listenPort,
Boolean peerDiscovery,
List<String> peerActiveList) |
| Modifier and Type | Method and Description |
|---|---|
static BlockchainConfig.Builder |
builder() |
String |
toString() |
public BlockchainConfig(ChainId networkId, Boolean eip8, GenesisPath genesis, EthereumConfigName configName, DatabaseDirectory dbDir, List<NodeIp> ipList, Boolean syncEnabled, Integer listenPort, Boolean peerDiscovery, List<String> peerActiveList)
public static BlockchainConfig.Builder builder()
Copyright © 2016. All rights reserved.