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