public class SmartContractTest extends Object implements SmartContract
| Constructor and Description |
|---|
SmartContractTest(org.ethereum.util.blockchain.SolidityContract contract) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
callConstFunction(String methodName,
Object... arguments) |
rx.Observable<Object[]> |
callFunction(String methodName,
Object... arguments) |
List<org.ethereum.core.CallTransaction.Function> |
getFunctions() |
public SmartContractTest(org.ethereum.util.blockchain.SolidityContract contract)
public rx.Observable<Object[]> callFunction(String methodName, Object... arguments)
callFunction in interface SmartContractpublic Object[] callConstFunction(String methodName, Object... arguments)
callConstFunction in interface SmartContractpublic List<org.ethereum.core.CallTransaction.Function> getFunctions()
getFunctions in interface SmartContractCopyright © 2016. All rights reserved.