eth_getBlockTransactionCountByHash
The Number of total transactions in the given block
Params
(1)1. blockhash (required)
string
Match pattern:
^0x[0-9,a-f,A-F]{64}$
Result
(blockTransactionCountByHash)string or null
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$