public class EthereumContractInvocationHandler extends Object implements InvocationHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
convertResult(Object[] result,
Method method) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
protected <T> void |
register(T proxy,
Class<T> contractInterface,
ContractAbi abi,
EthAddress address,
EthAccount account) |
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowableprotected <T> void register(T proxy,
Class<T> contractInterface,
ContractAbi abi,
EthAddress address,
EthAccount account)
Copyright © 2017. All rights reserved.