| Package | Description |
|---|---|
| org.adridadou.ethereum | |
| org.adridadou.ethereum.blockchain | |
| org.adridadou.ethereum.values |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CompiledContract> |
EthereumFacade.compile(SoliditySource src,
String contractName) |
| Modifier and Type | Method and Description |
|---|---|
<T> EthereumFacade.Builder<T> |
EthereumFacade.createContractProxy(CompiledContract contract,
EthAddress address,
Class<T> contractInterface) |
<T> T |
EthereumFacade.createContractProxy(CompiledContract contract,
EthAddress address,
EthAccount account,
Class<T> contractInterface) |
CompletableFuture<EthAddress> |
EthereumFacade.publishContract(CompiledContract contract,
EthAccount sender,
Object... constructorArgs) |
SwarmHash |
EthereumFacade.publishMetadataToSwarm(CompiledContract contract) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EthAddress> |
EthereumProxyRpc.publish(CompiledContract contract,
EthAccount sender,
Object... constructorArgs) |
CompletableFuture<EthAddress> |
EthereumProxyEthereumJ.publish(CompiledContract contract,
EthAccount sender,
Object... constructorArgs) |
CompletableFuture<EthAddress> |
EthereumProxy.publish(CompiledContract contract,
EthAccount sender,
Object... constructorArgs) |
| Modifier and Type | Method and Description |
|---|---|
static CompiledContract |
CompiledContract.from(SoliditySource src,
String contractName,
org.ethereum.solidity.compiler.CompilationResult.ContractMetadata metadata) |
Copyright © 2017. All rights reserved.