public interface EthereumAdmin extends Serializable, javax.resource.Referenceable
Modifier and Type | Method and Description |
---|---|
void |
clearNounceCache(String address)
Clears the nounce cache for a specific Ethereum address.
|
void |
clearNouncesCache()
Clears the nounces cache.
|
String |
getDefaultNodeLocation()
Gives back the default location of the client node.
|
String |
getDefaultWebSocketNodeLocation()
Gives back the default web socket client node location.
|
String |
getImplementationVersion()
Gives back the implementation version of the Ethereum resource adapter.
|
getReference
String getImplementationVersion()
String getDefaultNodeLocation()
String getDefaultWebSocketNodeLocation()
void clearNouncesCache()
void clearNounceCache(String address)
address
- the Ethereum address for which to clear the nounce cache
entry.Copyright © 2018–2024 e-Contract.be BV. All rights reserved.