eth_getUncleCountByBlockHash - Ethereum Mainnet


Summary

Returns the number of uncles in a block from a block matching the given block hash.

Parameters

1. Block Hash BlockHash

Hash of a block to get uncle count from
Example: i.e. 0x12345...

Code Examples