T - Our return type.public class RemoteFunctionCall<T> extends RemoteCall<T>
| Constructor and Description |
|---|
RemoteFunctionCall(org.web3j.abi.datatypes.Function function,
java.util.concurrent.Callable<T> callable) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.web3j.abi.datatypes.Type> |
decodeFunctionResponse(java.lang.String response)
decode a method response
|
java.lang.String |
encodeFunctionCall()
return an encoded function, so it can be manually signed and transmitted
|
flowable, send, sendAsyncpublic RemoteFunctionCall(org.web3j.abi.datatypes.Function function,
java.util.concurrent.Callable<T> callable)
public java.lang.String encodeFunctionCall()
public java.util.List<org.web3j.abi.datatypes.Type> decodeFunctionResponse(java.lang.String response)
response - the encoded response