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) |