Add helper to filter pending transactions #12199
Labels
A-tx-pool
Related to the transaction mempool
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
similar to:
reth/crates/transaction-pool/src/traits.rs
Lines 355 to 359 in ff9a42a
but should accept a predicate
FnMut(&ValidPoolTransaction<Self::Transaction>>>) -> bool
Additional context
No response
The text was updated successfully, but these errors were encountered: