Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for starknet_getBlockTransactionCount: [block_id].Parameters for
starknet_getBlockTransactionCount:params.block_id: BlockID object containing hash and number.params.index: Index of the transaction within the specified block.
Returns
Integer - Number of transactions in the requested block. Example:
148.