本文へスキップ

[Block] eth_getUncleCountByBlockHash

Returns the number of uncles in a block from a block matching the given block hash. Since there are no uncles in Kaia, it returns 0x0. It returns null if there is no matching block.

JSONRPC: eth_getUncleCountByBlockHash

Request

Responses

Integer of the number of transactions in this block. It returns null if there is no matching block.

ページを改善してください。