Class Work


  • public class Work
    extends org.web3j.protocol.core.Response<java.util.List<java.lang.String>>
    Array with the following properties:
    1. 32-byte DATA - current block header pow-hash
    2. 32-byte DATA - the seed hash used for the DAG
    3. 32-byte DATA - the boundary condition ("target"), 2^256 / difficulty
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.web3j.protocol.core.Response

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

      Constructors 
      Constructor Description
      Work()  
    • Method Summary

      • Methods inherited from class org.web3j.protocol.core.Response

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

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

      • Work

        public Work()