web3ccm-eth-txpool
Version:
Web3 module to interact with the Ethereum blockchain accounts stored in the node.
27 lines (16 loc) • 588 B
Markdown
is a sub package of [web3.js][repo]
This is the TxPool module. This is an independent module. If you want to use this module, you need to import it in your project. Please read the [documentation][docs] for more.
```bash
npm install web3-eth-txpool
```
```js
import {TxPool} from 'web3ccm-eth-txpool';
const txPool = new TxPool('http://127.0.0.1:8546', null, options);
```
All the typescript typings are placed in the types folder.
[ ]: http://web3js.readthedocs.io/en/1.0/
[ ]: https://github.com/ethereum/web3.js
This