EthData |
Web3JFacade.constantCall(EthAccount sender,
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> |
BlockchainProxyTest.sendTx(EthValue ethValue,
EthData data,
EthAccount sender) |
CompletableFuture<EthAddress> |
BlockchainProxyRpc.sendTx(EthValue ethValue,
EthData data,
EthAccount sender) |
CompletableFuture<EthAddress> |
BlockchainProxyReal.sendTx(EthValue ethValue,
EthData data,
EthAccount sender) |
CompletableFuture<EthAddress> |
BlockchainProxy.sendTx(EthValue ethValue,
EthData data,
EthAccount sender) |
CompletableFuture<EthExecutionResult> |
BlockchainProxyTest.sendTx(EthValue value,
EthData data,
EthAccount sender,
EthAddress address) |
CompletableFuture<EthExecutionResult> |
BlockchainProxyRpc.sendTx(EthValue value,
EthData data,
EthAccount sender,
EthAddress toAddress) |
CompletableFuture<EthExecutionResult> |
BlockchainProxyReal.sendTx(EthValue value,
EthData data,
EthAccount sender,
EthAddress address) |
CompletableFuture<EthExecutionResult> |
BlockchainProxy.sendTx(EthValue value,
EthData data,
EthAccount sender,
EthAddress address) |