Add Txpool functions to retrieve txs by state and origin #10294
Labels
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
we have functions to retrieve txs by state:
reth/crates/transaction-pool/src/traits.rs
Line 274 in 8a802da
we also want convenience functions to get txs by origin
TransactionOrigin
TODO
reth/crates/transaction-pool/src/traits.rs
Lines 347 to 350 in 8a802da
but for
pending
orqueued
Additional context
No response
The text was updated successfully, but these errors were encountered: