Class EthBlock
- java.lang.Object
-
- org.web3j.protocol.core.Response<EthBlock.Block>
-
- org.web3j.protocol.core.methods.response.EthBlock
-
public class EthBlock extends Response<EthBlock.Block>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEthBlock.Blockstatic classEthBlock.ResponseDeserialiserstatic classEthBlock.ResultTransactionDeserialiserstatic classEthBlock.TransactionHashstatic classEthBlock.TransactionObjectstatic interfaceEthBlock.TransactionResult<T>-
Nested classes/interfaces inherited from class org.web3j.protocol.core.Response
Response.Error
-
-
Constructor Summary
Constructors Constructor Description EthBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EthBlock.BlockgetBlock()voidsetResult(EthBlock.Block result)-
Methods inherited from class org.web3j.protocol.core.Response
getError, getId, getJsonrpc, getRawResponse, getResult, hasError, setError, setId, setJsonrpc, setRawResponse
-
-
-
-
Method Detail
-
setResult
public void setResult(EthBlock.Block result)
- Overrides:
setResultin classResponse<EthBlock.Block>
-
getBlock
public EthBlock.Block getBlock()
-
-