Class EthCompileSolidity
- java.lang.Object
-
- org.web3j.protocol.core.Response<java.util.Map<java.lang.String,EthCompileSolidity.Code>>
-
- org.web3j.protocol.core.methods.response.EthCompileSolidity
-
public class EthCompileSolidity extends Response<java.util.Map<java.lang.String,EthCompileSolidity.Code>>
eth_compileSolidity.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EthCompileSolidity.Code
static class
EthCompileSolidity.Documentation
static class
EthCompileSolidity.SolidityInfo
-
Nested classes/interfaces inherited from class org.web3j.protocol.core.Response
Response.Error
-
-
Constructor Summary
Constructors Constructor Description EthCompileSolidity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,EthCompileSolidity.Code>
getCompiledSolidity()
-
Methods inherited from class org.web3j.protocol.core.Response
getError, getId, getJsonrpc, getRawResponse, getResult, hasError, setError, setId, setJsonrpc, setRawResponse, setResult
-
-
-
-
Method Detail
-
getCompiledSolidity
public java.util.Map<java.lang.String,EthCompileSolidity.Code> getCompiledSolidity()
-
-