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