eth_getBlockByHash
Returns information about a block by hash.
Params
(2)1. Block hash (required)
string
Match pattern:
^0x[0-9a-f]{64}$
2. Hydrated transactions (required)
boolean
Result
(Block information)Not Found (null)
(one of)
null
Returns information about a block by hash.