java.lang.Object
org.web3j.protocol.core.Response<EthBlock.Block>
org.web3j.protocol.core.methods.response.EthBlock

public class EthBlock extends Response<EthBlock.Block>
Block object returned by:
  • eth_getBlockByHash
  • eth_getBlockByNumber
  • eth_getUncleByBlockHashAndIndex
  • eth_getUncleByBlockNumberAndIndex

See docs for further details.

See the following issue for details on additional Parity fields present in EthBlock.