| Package | Description |
|---|---|
| org.adridadou.ethereum.ethereumj.config |
| Modifier and Type | Method and Description |
|---|---|
static EthereumProtocol |
EthereumProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EthereumProtocol[] |
EthereumProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PeerConfig.Builder |
PeerConfig.Builder.capabilities(Set<EthereumProtocol> capabilities) |
| Constructor and Description |
|---|
PeerConfig(Boolean eip8,
Integer framingMaxSize,
Integer p2pVersion,
Integer networkId,
String privateKey,
Integer channelReadTimeout,
Integer connectionTimeout,
Integer port,
Set<EthereumProtocol> capabilities) |
Copyright © 2016. All rights reserved.