public class GenericEthereumFacadeProvider extends Object
| Modifier and Type | Field and Description |
|---|---|
static ChainId |
MAIN_CHAIN_ID |
static ChainId |
ROPSTEN_CHAIN_ID |
| Constructor and Description |
|---|
GenericEthereumFacadeProvider() |
| Modifier and Type | Method and Description |
|---|---|
EthereumFacade |
create(BlockchainConfig config) |
EthereumFacade |
create(OnBlockHandler onBlockHandler,
OnTransactionHandler onTransactionHandler,
BlockchainConfig config) |
public static final ChainId MAIN_CHAIN_ID
public static final ChainId ROPSTEN_CHAIN_ID
public EthereumFacade create(BlockchainConfig config)
public EthereumFacade create(OnBlockHandler onBlockHandler, OnTransactionHandler onTransactionHandler, BlockchainConfig config)
Copyright © 2016. All rights reserved.