eth_getBlockTransactionCount
Returns the number of transactions in a block with given block number
web3.eth.getBlockTransactionCount(blockHashOrBlockNumber [, callback])Parameters
Returns
Example
> web3.eth.getBlockTransactionCount(43458).then(console.log)
> 0Last updated