eth_getUncleCountByBlockHash - Ethereum
Gives you the quantity of uncles that fit the block hash you enter
How to Use the eth_getUncleCountByBlockHash Method
Parameters
DATA, 32 Bytes - a chosen block’s hash. params:
What you receive
QUANTITY - the number of uncles in the given block presented as an integer.
Sample
Here is a typical appliance example.
Call
Outcome
Last updated