GetBlockTransactionCountByHash
Implements eth_getBlockTransactionCountByHash.
Params
(1)1. hash (required)
string
The hash of the block whose information is requested.
Result
(transactionNumber)integer
The number of transactions contained within the block.