eth_getBlockTransactionCountByHash
Returns the number of transactions in a block matching the given block hash
Parameters
BLOCK HASH
, 32 Bytes - hash of a block.
Returns
QUANTITY
- the number of transactions associated with a specific block, in hexadecimal value
Request example
Response example
Last updated