| Constructor and Description |
|---|
EthereumJTest(TestConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(EthereumEventHandler ethereumEventHandler) |
void |
close() |
org.ethereum.core.Transaction |
createTransaction(BigInteger nonce,
BigInteger gasPrice,
BigInteger gasLimitForConstantCalls,
byte[] address,
BigInteger value,
byte[] data) |
EthAccount |
defaultAccount() |
org.ethereum.facade.Blockchain |
getBlockchain() |
long |
getGasPrice() |
Future<Void> |
submitTransaction(org.ethereum.core.Transaction tx) |
public EthereumJTest(TestConfig config)
public EthAccount defaultAccount()
public org.ethereum.facade.Blockchain getBlockchain()
getBlockchain in interface Ethereumjpublic long getGasPrice()
getGasPrice in interface Ethereumjpublic Future<Void> submitTransaction(org.ethereum.core.Transaction tx)
submitTransaction in interface Ethereumjpublic org.ethereum.core.Transaction createTransaction(BigInteger nonce, BigInteger gasPrice, BigInteger gasLimitForConstantCalls, byte[] address, BigInteger value, byte[] data)
createTransaction in interface Ethereumjpublic void addListener(EthereumEventHandler ethereumEventHandler)
addListener in interface EthereumjCopyright © 2017. All rights reserved.