Filter-related Methods

BVM Network supports Ethereum's filter-related JSON-RPC methods for event logging and monitoring:

  • eth_newFilter, eth_newBlockFilter, eth_getFilterChanges, eth_getFilterLogs: Enable creating and managing filters for capturing logs and block notifications.

  • eth_uninstallFilter: Allows for the removal of installed filters when no longer needed.

Last updated