| Package | Description |
|---|---|
| org.adridadou.ethereum.blockchain | |
| org.adridadou.ethereum.event | |
| org.adridadou.ethereum.values |
| Modifier and Type | Method and Description |
|---|---|
EthData |
Web3JFacade.constantCall(EthAccount account,
EthAddress address,
EthData data) |
EthData |
Web3JFacade.sendTransaction(EthData rawTransaction) |
| Modifier and Type | Method and Description |
|---|---|
EthData |
Web3JFacade.constantCall(EthAccount account,
EthAddress address,
EthData data) |
BigInteger |
Web3JFacade.estimateGas(EthAccount sender,
EthData data) |
org.web3j.protocol.core.methods.response.TransactionReceipt |
Web3JFacade.getTransactionReceipt(EthData transactionHash) |
EthData |
Web3JFacade.sendTransaction(EthData rawTransaction) |
CompletableFuture<EthAddress> |
EthereumProxyRpc.sendTx(EthValue ethValue,
EthData data,
EthAccount sender) |
CompletableFuture<EthAddress> |
EthereumProxyEthereumJ.sendTx(EthValue ethValue,
EthData data,
EthAccount sender) |
CompletableFuture<EthAddress> |
EthereumProxy.sendTx(EthValue ethValue,
EthData data,
EthAccount sender) |
CompletableFuture<EthExecutionResult> |
EthereumProxyRpc.sendTx(EthValue value,
EthData data,
EthAccount account,
EthAddress toAddress) |
CompletableFuture<EthExecutionResult> |
EthereumProxyEthereumJ.sendTx(EthValue value,
EthData data,
EthAccount sender,
EthAddress address) |
CompletableFuture<EthExecutionResult> |
EthereumProxy.sendTx(EthValue value,
EthData data,
EthAccount sender,
EthAddress address) |
| Modifier and Type | Field and Description |
|---|---|
EthData |
OnTransactionParameters.txHash |
| Constructor and Description |
|---|
OnTransactionParameters(org.ethereum.core.TransactionReceipt receipt,
EthData txHash,
TransactionStatus status,
String error,
List<org.ethereum.vm.LogInfo> logs,
byte[] sender,
byte[] receiver) |
| Modifier and Type | Method and Description |
|---|---|
static EthData |
EthData.empty() |
EthData |
CompiledContract.getBinary() |
static EthData |
EthData.of(byte[] data) |
static EthData |
EthData.of(String data) |
| Constructor and Description |
|---|
CompiledContract(ContractAbi abi,
EthData binary,
ContractMetadata metadata,
SoliditySource source,
String name) |
Copyright © 2017. All rights reserved.