priv_uninstallFilter

POST http://{{rpc-http-host}}:{{rpc-http-port}}

Uninstalls a filter for a private contract with the specified ID. When a filter is no longer required, call this method.

Filters time out when not requested by priv_getFilterChanges or priv_getFilterLogs for 10 minutes.

For private contracts, priv_uninstallFilter is the same as eth_uninstallFilter for public contracts.

Parameters

data - 32-byte privacy Group ID.

data - Filter ID.

Returns

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

Request Body

{"jsonrpc"=>"2.0", "method"=>"priv_uninstallFilter", "params"=>["4rFldHM792LeP/e2WPkTXZedjwKuTr/KwCFTt6mBbkI=", "0x4a35b92809d73f4f53a2355d62125442"], "id"=>1}