ethers-rs icon indicating copy to clipboard operation
ethers-rs copied to clipboard

Parity TxPool API

Open gakonst opened this issue 4 years ago • 0 comments

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.

gakonst avatar Oct 30 '20 17:10 gakonst