| Package | Description |
|---|---|
| org.adridadou.ethereum | |
| org.adridadou.ethereum.blockchain |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EthExecutionResult> |
EthereumFacade.sendEther(EthAccount fromAccount,
EthAddress to,
EthValue value) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2017. All rights reserved.