eth_getBlockUncleCount
Returns the number of uncles in a block with given hash
Parameters
The block number or hash. Or the string
"earliest"
,"latest"
or"pending"
as in the default block parameter.(optional) Optional callback, returns an error object as first parameter and the result as second.
Returns
The number of transactions in the given block.
Example
Last updated