| Package | Description |
|---|---|
| org.adridadou.ethereum | |
| org.adridadou.ethereum.values |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CompiledContract> |
EthereumFacade.compile(SoliditySource src,
String contractName) |
| Modifier and Type | Method and Description |
|---|---|
static SoliditySource |
SoliditySource.from(File file) |
static SoliditySource |
SoliditySource.from(InputStream file) |
static SoliditySource |
SoliditySource.from(String source) |
SoliditySource |
CompiledContract.getSource() |
| Modifier and Type | Method and Description |
|---|---|
static CompiledContract |
CompiledContract.from(SoliditySource src,
String contractName,
org.ethereum.solidity.compiler.CompilationResult.ContractMetadata metadata) |
| Constructor and Description |
|---|
CompiledContract(ContractAbi abi,
EthData binary,
ContractMetadata metadata,
SoliditySource source,
String name) |
Copyright © 2017. All rights reserved.