starknet_getBlockTransactionCount
Returns the number of transactions in the specified block.
Parameters
block_id
: [Required] The block parameter object containing one of the following:
block_hash
: (string) Block hash.block_number
: (integer) Decimal block number.- One of the string tags
latest
orpending
.