eth_getUncleCountByBlockNumber
Returns the number of uncles in a block from a block matching the given block number.
Params
(1)1. blocknumber (required)
U64
(one of)
string
Match pattern:
^0x([1-9a-f][0-9a-f]{0,15}|0)$
Result
(eth_getUncleCountByBlockNumber_result)string or null
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$