Closed eshaan7 closed 3 days ago
Related: #1681.
Right now cannot call eth_uninstallFilter JSON-RPC method without using raw_request which is not ideal.
eth_uninstallFilter
raw_request
Adds a new uninstall_filter method to Provider trait.
uninstall_filter
Provider
Related: #1681.
Motivation
Right now cannot call
eth_uninstallFilter
JSON-RPC method without usingraw_request
which is not ideal.Solution
Adds a new
uninstall_filter
method toProvider
trait.PR Checklist