Skip to main content

eth_uninstallFilter | Blast Method

POST 

/:apiKey

Uninstalls a filter with given id. Should always be called when watch is no longer needed. Additionally, Filters timeout when they aren’t requested with eth_getFilterChangesfor a period of time.

Request

Responses

Returns true if the filter was successfully uninstalled, otherwise false.
Loading...