Class Block


  • public class Block
    extends org.web3j.protocol.core.Response<Block.BlockData>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Block.BlockData<T>  
      static class  Block.ResponseDeserializer  
      • Nested classes/interfaces inherited from class org.web3j.protocol.core.Response

        org.web3j.protocol.core.Response.Error
    • Constructor Summary

      Constructors 
      Constructor Description
      Block()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setResult​(Block.BlockData result)  
      • Methods inherited from class org.web3j.protocol.core.Response

        getError, getId, getJsonrpc, getRawResponse, getResult, hasError, setError, setId, setJsonrpc, setRawResponse
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Block

        public Block()