- Event monitoring — track specific smart contract events
- Block notifications — receive updates when new blocks are mined
- Real-time applications — build responsive DApps with live data
- Log filtering — efficiently query blockchain logs
The filter handling JSON-RPC methods allow developers to create and manage filters for monitoring blockchain events such as new blocks and logs.
Was this page helpful?