public class TestnetEthereumFacadeProvider extends Object implements EthereumFacadeProvider
| Constructor and Description |
|---|
TestnetEthereumFacadeProvider() |
| Modifier and Type | Method and Description |
|---|---|
EthereumFacade |
create() |
EthereumFacade |
create(OnBlockHandler onBlockHandler,
OnTransactionHandler onTransactionHandler) |
SecureKey |
getKey(String id) |
List<? extends SecureKey> |
listAvailableKeys() |
public EthereumFacade create()
create in interface EthereumFacadeProviderpublic EthereumFacade create(OnBlockHandler onBlockHandler, OnTransactionHandler onTransactionHandler)
create in interface EthereumFacadeProviderpublic List<? extends SecureKey> listAvailableKeys()
listAvailableKeys in interface EthereumFacadeProviderpublic SecureKey getKey(String id)
getKey in interface EthereumFacadeProviderCopyright © 2016. All rights reserved.