eth_getUncleCountByBlockNumber
Returns the number of uncles in a block from a block matching the given block number.
Example
BLOCK PARAMETER
- Anint
block number in the form of hex, appended with 0x such as0x6D7FE0
, or pre-defined stringslatest
,earliest
,pending
.
Last updated
Was this helpful?