eth_getWork
Returns the hash of the current block, the seedHash, and the boundary condition to be met
web3.eth.getWork([callback])Parameters
Returns
Example
web3.eth.getWork().then(console.log)
> [
'0x0000000000000000000000000000000000000000000000000000000000000000',
'0x0000000000000000000000000000000000000000000000000000000000000000',
'0x0000000000000000000000000000000000000000000000000000000000000000'
]Last updated