public class Config extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Config.Builder |
| Constructor and Description |
|---|
Config(SolidityCompilerConfig solc,
MinerOptions minerOptions,
SynchronizationConfig sync,
CacheConfig cache,
List<TrustedNode> trustedNodes,
List<BootNodeConfig> bootNodeConfig,
DatabaseConfig databaseConfig,
PeerConfig peerConfig,
PeerDiscoveryConfig peerDiscoveryConfig,
VmConfig vmConfig,
EthereumJConfig ethereumJConfig) |
| Modifier and Type | Method and Description |
|---|---|
static Config.Builder |
builder() |
String |
toString() |
public Config(SolidityCompilerConfig solc, MinerOptions minerOptions, SynchronizationConfig sync, CacheConfig cache, List<TrustedNode> trustedNodes, List<BootNodeConfig> bootNodeConfig, DatabaseConfig databaseConfig, PeerConfig peerConfig, PeerDiscoveryConfig peerDiscoveryConfig, VmConfig vmConfig, EthereumJConfig ethereumJConfig)
public static Config.Builder builder()
Copyright © 2016. All rights reserved.