eth_getBlockUncleCount
Returns the number of uncles in a block with given hash
web3.eth.getBlockUncleCount(blockHashOrBlockNumber [, callback])Parameters
Returns
Example
> web3.eth.getBlockUncleCount(43458).then(console.log)
> 0Last updated