Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for eth_getBlockTransactionCountByNumber: [blockNumber].Positional parameters for
eth_getBlockTransactionCountByNumber:params[0]: Block identifier. Can be an integer block number or a string tag: βlatestβ, βearliestβ, or βpendingβ.
Returns
Integer of the number of transactions in this block. Example:
β0x1bβ.