Add helper function to replace one rpc function #11492
Labels
A-rpc
Related to the RPC implementation
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
we already have:
reth/crates/rpc/rpc-builder/src/lib.rs
Line 1868 in d5ddb41
and
reth/crates/rpc/rpc-builder/src/lib.rs
Lines 1809 to 1812 in d5ddb41
a nice use case is to replace one specific function, so we'd like to have something like
the method name to remove we get from
Methods::method_names
we also want this for individual transports ws,HTTP,ipc
Additional context
No response
The text was updated successfully, but these errors were encountered: