powered by
Returns the number of transactions in a specified block.
eth_getBlockTransactionCountByNumber(number = "latest")
An integer block number (as a hexidecimal string) or one of "earliest", "latest" or "pending".
Integer.
# NOT RUN { eth_getBlockTransactionCountByNumber("0x4720FF") eth_getBlockTransactionCountByNumber() # }
Run the code above in your browser using DataLab