public interface Ethereumj
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(EthereumEventHandler ethereumEventHandler) |
void |
close() |
org.ethereum.core.Transaction |
createTransaction(BigInteger nonce,
BigInteger bigInteger,
BigInteger gasLimitForConstantCalls,
byte[] address,
BigInteger bigInteger1,
byte[] data) |
org.ethereum.facade.Blockchain |
getBlockchain() |
long |
getGasPrice() |
Future<Void> |
submitTransaction(org.ethereum.core.Transaction tx) |
org.ethereum.facade.Blockchain getBlockchain()
void close()
long getGasPrice()
org.ethereum.core.Transaction createTransaction(BigInteger nonce, BigInteger bigInteger, BigInteger gasLimitForConstantCalls, byte[] address, BigInteger bigInteger1, byte[] data)
void addListener(EthereumEventHandler ethereumEventHandler)
Copyright © 2017. All rights reserved.