tomusdrw / rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth
MIT License
1.45k stars 471 forks source link

List of pending transaction / TX pool module - exist? #541

Closed zigomi closed 2 years ago

zigomi commented 3 years ago

Does the library have the module for working with the transaction pool of pending transactions? If so, how do I get a list of pending transactions in a transaction pool?

Is such a pool called simply "tx pool" in Ethereum?

tomusdrw commented 2 years ago

Please see crate::api::txpool module.