[Block] eth_getUncleCountByBlockNumber
Returns the number of uncles in a block from a block matching the given block number. Since there are no uncles in Kaia, it returns 0x0. It returns null if there is no matching block.
JSONRPC: eth_getUncleCountByBlockNumber
Request
Responses
- 200
Integer of the number of transactions in this block. It returns null if there is no matching block.