eth_getBlockTransactionCountByNumber
Returns the number of transactions in a block matching the given block number
Parameters
BLOCK NUMBER |TAG
- hexadecimal representation of a block number, or the string "earliest", "latest" or "pending", as in the default block parameter.
Returns
QUANTITY
- the number of transactions in this block in hexadecimal format
Request example
Response example
Last updated