kaia_uninstallFilter
Uninstalls a filter with given id. Should always be called when watch is no longer needed.
Parameters
Name
Type
Description
Return Value
Type
Description
Example
// Request
curl -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"kaia_uninstallFilter","params":["0xb"],"id":73}' http://kaia.blockpi.network/v1/rpc/your-api-key
// Result
{
"jsonrpc": "2.0",
"id":1,
"result": true
}Last updated
Was this helpful?