eth_getBlockTransactionCountByHash
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the number of transactions included in a block by hash.
Parameters
BlockHash
HexString<Hash>
Hash of the selected block.
Return Type
HexString<Number>
| null
- Number of transactions included in the block or null if not found.
Example