eth_uninstallFilter
Uninstalls a filter with a given id. Should always be called when a watch is no longer needed. Additionally, filters timeout when they aren’t requested with eth_getFilterChanges for some time.
Parameters:
QUANTITY - the filter id.
Returns:
Boolean - true if the filter was successfully uninstalled, otherwise false.
Example:
Last updated