EVM
eth_getRootHash
Returns the root hash of a specified block range. Useful for verifying block inclusion and consensus consistency over a range.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters: [fromBlock, toBlock]Positional parameters for
eth_getRootHash:params[0]: The starting block number (inclusive).params[1]: The ending block number (inclusive).
Returns
Hex-encoded root hash covering the specified block range. Example:
“0x67518d9fc6bf9ff886ba1a4e932a0d0a8a1318b3f300518773aaf2210410cf73”.