Blocks info#
Provides methods to retrieve detailed information about specific blocks. \
eth_blockNumber : Retrieves the latest block number.
eth_getBlockByHash : Fetches block details by its hash.
eth_getBlockByHash#full : Retrieves full block details by hash.
eth_getBlockByNumber : Fetches block details by block number.
eth_getBlockByNumber#full : Retrieves full block details by block number.
eth_newBlockFilter : Available only on paid tier. Creates a filter for monitoring new blocks.
eth_getBlockTransactionCountByHash : Returns the number of transactions in a block by hash.
eth_getBlockTransactionCountByNumber : Retrieves the transaction count for a block by number.
These methods are useful for tracking block activity on the Mantle network.