eth_getUncleCountByBlockNumber
eth_getUncleCountByBlockNumber RPC Method
Parameters:
blockNumber - string - The integer of a block number encoded in hexadecimal format starting with 0x
Returns:
uncles - The integer value of the number of uncles in the block encoded as hexadecimal
Code Examples:
Last updated