eth_getUncleCountByBlockHash
Returns the number of uncles in a block from a block matching the given block hash.
While this method is supported, the BSC network uses the Proof of Staked Authority ( PoSA ) consensus mechanism which doesn't involve 'Uncle' blocks.
Hence all results from eth_getUncleCountByBlockHash will always return 0x0
.
Example
BLOCK HASH
- A string representing the hash (32 bytes) of a block.
Last updated