eth_uninstallFilter

Uninstall filter by id.

Description

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_getFilterChanges for a period of time.

Parameters

  1. QUANTITY - The filter id.
params: [  
  "0xb", // 11  
]

Returns

Boolean - true if the filter was successfully uninstalled, otherwise false.


Language
Authorization
Header
Click Try It! to start a request and see the response here!