starknet_getBlockTransactionCount
Returns the receipt of a transaction by transaction hash. Note That the receipt is not available for pending transactions.
Parameters:
BLOCK_PARAM - Expected one of block_number
, block_hash
, latest
, pending
Returns:
The number of transactions in the designated block
Example:
Last updated