eth_uninstallFilter
Last updated
Was this helpful?
Last updated
Was this helpful?
Uninstalls a filter with given ID. Should always be called when watching is no longer needed. Additionally filters time out when they aren't requested with for a period of time.
Parameters
FilterId
HexString
Filter to uninstall by id.
Return Type
Boolean
- True if the filter was uninstalled successfully.
Example