alloy-rs / alloy

Transports, Middleware, and Networks for the Alloy project
https://alloy.rs
Apache License 2.0
667 stars 241 forks source link

feat: uninstall_filter in Provider trait #1685

Closed eshaan7 closed 3 days ago

eshaan7 commented 3 days ago

Related: #1681.

Motivation

Right now cannot call eth_uninstallFilter JSON-RPC method without using raw_request which is not ideal.

Solution

Adds a new uninstall_filter method to Provider trait.

PR Checklist