public interface SmartContract
| Modifier and Type | Method and Description |
|---|---|
Object[] |
callConstFunction(String methodName,
Object... arguments) |
CompletableFuture<Object[]> |
callFunction(String methodName,
EthValue value,
Object... arguments) |
CompletableFuture<Object[]> |
callFunction(String methodName,
Object... arguments) |
List<org.ethereum.core.CallTransaction.Function> |
getFunctions() |
CompletableFuture<Object[]> callFunction(String methodName, Object... arguments)
CompletableFuture<Object[]> callFunction(String methodName, EthValue value, Object... arguments)
List<org.ethereum.core.CallTransaction.Function> getFunctions()
Copyright © 2017. All rights reserved.