eth_getBlockTransactionCountByNumber
Returns the number of transactions in the block with the given block number.
Parameters
block number
: (string) [Required] A string representing the number of a block.
Returns
An integer representing the number of transactions in the block.
Example
Last updated
Was this helpful?