ethers-rs
ethers-rs copied to clipboard
Parity TxPool API
Is your feature request related to a problem? Please describe.
It'd be nice if we supported Parity's tx pool api https://ethereum.stackexchange.com/questions/25454/in-parity-what-is-the-equivalent-rpc-call-to-geths-txpool-content
Describe the solution you'd like
Extra Provider
methods for Parity's APIs. Ideally, we should be able to unify the 2 function types to 1 and normalize the return types. We could use a web3_clientVersion API call to find if we're talking to geth/parity and call the corresponding API.