eth_getRootHash
Returns the root hash for a specified block range.
Parameters
QUANTITY, Integer
- fromBlock. The block number from which the range starts REQUIREDQUANTITY, Integer
- toBlock. The block number where the range ends REQUIRED
Returns
DATA
, 32 Bytes - The root hash of the specified block range
Example
Request
Response
Last updated