| Package | Description |
|---|---|
| org.adridadou.ethereum.blockchain | |
| org.adridadou.ethereum.provider | |
| org.adridadou.ethereum.values.config |
| Modifier and Type | Method and Description |
|---|---|
BlockchainConfig.Builder |
BlockchainConfig.Builder.networkId(ChainId networkId) |
| 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) |
EthereumProxyRpc(Web3JFacade web3jFacade,
ChainId chainId) |
| Modifier and Type | Field and Description |
|---|---|
static ChainId |
EthereumFacadeProvider.MAIN_CHAIN_ID |
static ChainId |
EthereumFacadeProvider.ROPSTEN_CHAIN_ID |
| Modifier and Type | Method and Description |
|---|---|
EthereumFacade |
EthereumFacadeRpcProvider.create(String url,
ChainId chainId) |
EthereumFacade |
EthereumFacadeRpcProvider.create(Web3JFacade web3j,
ChainId chainId) |
| Modifier and Type | Method and Description |
|---|---|
static ChainId |
ChainId.id(int id) |
Copyright © 2017. All rights reserved.