eth_getUncleCountByBlockNumber

Returns the number of uncle blocks in a block identified by its number.

Parameters

Returns


Request

{
  "jsonrpc": "2.0",
  "method": "eth_getUncleCountByBlockNumber",
  "params": ["0x1b4"],
  "id": 1
}

Response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x0"
}

Last updated