Class EthCall
- java.lang.Object
-
- org.web3j.protocol.core.Response<java.lang.String>
-
- org.web3j.protocol.core.methods.response.EthCall
-
public class EthCall extends Response<java.lang.String>
eth_call.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.web3j.protocol.core.Response
Response.Error
-
-
Constructor Summary
Constructors Constructor Description EthCall()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getRevertReason()
java.lang.String
getValue()
boolean
isReverted()
boolean
reverts()
Deprecated.-
Methods inherited from class org.web3j.protocol.core.Response
getError, getId, getJsonrpc, getRawResponse, getResult, hasError, setError, setId, setJsonrpc, setRawResponse, setResult
-
-