Eth_uninstallFilter
Authorizations
api-keystringRequired
Body
jsonrpcstringRequiredExample:
2.0methodstringRequiredExample:
eth_uninstallFilterparamsstring[] · min: 1 · max: 1RequiredExample:
The ID of the filter to uninstall (as returned by eth_newFilter).
["0x16"]idintegerRequiredExample:
1Responses
200
Success or failure of the uninstall operation
application/json
jsonrpcstringOptionalExample:
2.0idintegerOptionalExample:
1resultbooleanOptional
Returns true if the filter was successfully uninstalled, otherwise false.
post
/200
Success or failure of the uninstall operation
Last updated