public class EthereumFacadeProvider extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EthereumFacadeProvider.Builder |
| Modifier and Type | Field and Description |
|---|---|
static ChainId |
MAIN_CHAIN_ID |
static ChainId |
ROPSTEN_CHAIN_ID |
| Constructor and Description |
|---|
EthereumFacadeProvider() |
| Modifier and Type | Method and Description |
|---|---|
static EthereumFacadeProvider.Builder |
forNetwork(BlockchainConfig.Builder config) |
static EthereumFacade |
forTest(TestConfig config) |
public static final ChainId MAIN_CHAIN_ID
public static final ChainId ROPSTEN_CHAIN_ID
public static EthereumFacadeProvider.Builder forNetwork(BlockchainConfig.Builder config)
public static EthereumFacade forTest(TestConfig config)
Copyright © 2017. All rights reserved.