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 class
EthBlock.Block
static class
EthBlock.ResponseDeserialiser
static class
EthBlock.ResultTransactionDeserialiser
static class
EthBlock.TransactionHash
static class
EthBlock.TransactionObject
static interface
EthBlock.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.Block
getBlock()
void
setResult(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:
setResult
in classResponse<EthBlock.Block>
-
getBlock
public EthBlock.Block getBlock()
-
-