| Package | Description |
|---|---|
| org.adridadou.ethereum | |
| org.adridadou.ethereum.blockchain | |
| org.adridadou.ethereum.provider | |
| org.adridadou.ethereum.smartcontract | |
| org.adridadou.ethereum.values |
| Modifier and Type | Method and Description |
|---|---|
EthValue |
EthereumFacade.getBalance(EthAccount account) |
EthValue |
EthereumFacade.getBalance(EthAddress addr) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EthExecutionResult> |
EthereumFacade.sendEther(EthAccount fromAccount,
EthAddress to,
EthValue value) |
| Modifier and Type | Method and Description |
|---|---|
EthValue |
EthereumProxyRpc.getBalance(EthAddress address) |
EthValue |
EthereumProxyEthereumJ.getBalance(EthAddress address) |
EthValue |
EthereumProxy.getBalance(EthAddress address) |
| Modifier and Type | Method and Description |
|---|---|
Map<EthAccount,EthValue> |
TestConfig.getBalances() |
| Constructor and Description |
|---|
TestConfig(Date initialTime,
long gasLimit,
long gasPrice,
Map<EthAccount,EthValue> balances) |
| Modifier and Type | Method and Description |
|---|---|
Map<EthAccount,EthValue> |
PrivateNetworkConfig.getInitialBalances() |
| Modifier and Type | Method and Description |
|---|---|
PrivateNetworkConfig |
PrivateNetworkConfig.initialBalance(EthAccount account,
EthValue value) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Object[]> |
SmartContractRpc.callFunction(EthValue value,
String functionName,
Object... args) |
CompletableFuture<Object[]> |
SmartContractEthereumJ.callFunction(EthValue value,
String functionName,
Object... args) |
CompletableFuture<Object[]> |
SmartContractRpc.callFunction(String functionName,
EthValue value,
Object... arguments) |
CompletableFuture<Object[]> |
SmartContractEthereumJ.callFunction(String functionName,
EthValue value,
Object... arguments) |
CompletableFuture<Object[]> |
SmartContract.callFunction(String methodName,
EthValue value,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
static EthValue |
EthValue.ether(BigDecimal value) |
static EthValue |
EthValue.ether(BigInteger value) |
static EthValue |
EthValue.ether(Double value) |
static EthValue |
EthValue.ether(long value) |
static EthValue |
EthValue.wei(BigInteger value) |
static EthValue |
EthValue.wei(int value) |
| Modifier and Type | Method and Description |
|---|---|
int |
EthValue.compareTo(EthValue o) |
CompletableFuture<T> |
Payable.with(EthValue value) |
Copyright © 2017. All rights reserved.