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