eth_getWork
Returns the hash of the current block, the seed hash, and the boundary condition to be met ("target").
Parameters
None.
Returns
An array with the following properties:
- Current block header PoW-hash (32 bytes).
- The seed hash used for the DAG (32 bytes).
- The boundary condition ("target") (32 bytes), 2^256 / difficulty.