| Package | Description |
|---|---|
| org.adridadou.ethereum | |
| org.adridadou.ethereum.blockchain | |
| org.adridadou.ethereum.values |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
EthereumFacade.createContractProxy(SoliditySource code,
String contractName,
EthAddress address,
EthAccount sender,
Class<T> contractInterface) |
CompletableFuture<EthAddress> |
EthereumFacade.publishContract(SoliditySource code,
String contractName,
EthAccount sender,
Object... constructorArgs) |
| Modifier and Type | Method and Description |
|---|---|
SmartContract |
BlockchainProxyTest.map(SoliditySource src,
String contractName,
EthAddress address,
EthAccount sender) |
SmartContract |
BlockchainProxyRpc.map(SoliditySource src,
String contractName,
EthAddress address,
EthAccount sender) |
SmartContract |
BlockchainProxyReal.map(SoliditySource src,
String contractName,
EthAddress address,
EthAccount sender) |
SmartContract |
BlockchainProxy.map(SoliditySource src,
String contractName,
EthAddress address,
EthAccount sender) |
CompletableFuture<EthAddress> |
BlockchainProxyTest.publish(SoliditySource code,
String contractName,
EthAccount sender,
Object... constructorArgs) |
CompletableFuture<EthAddress> |
BlockchainProxyRpc.publish(SoliditySource code,
String contractName,
EthAccount sender,
Object... constructorArgs) |
CompletableFuture<EthAddress> |
BlockchainProxyReal.publish(SoliditySource code,
String contractName,
EthAccount sender,
Object... constructorArgs) |
CompletableFuture<EthAddress> |
BlockchainProxy.publish(SoliditySource code,
String contractName,
EthAccount sender,
Object... constructorArgs) |
| Modifier and Type | Method and Description |
|---|---|
static SoliditySource |
SoliditySource.from(File file) |
static SoliditySource |
SoliditySource.from(InputStream file) |
static SoliditySource |
SoliditySource.from(String source) |
Copyright © 2016. All rights reserved.