GetBlockTransactionCountByHash
Implements eth_getBlockTransactionCountByHash.
Params
(2)1. shardId (required)
integer
The ID of the shard where the block was generated.
2. hash (required)
string
The hash of the block whose information is requested.
Result
(transactionNumber)integer
The number of transactions contained within the block.