bif-core-txpool
v2.3.3
Published
Bif module to interact with the Bid blockchain accounts stored in the node.
Downloads
24
Readme
bif-core-txpool
This is a sub package of bif.js
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 for more.
Installation
npm install bif-core-txpool
Usage
import {TxPool} from 'bif-core-txpool';
const txPool = new TxPool(
'http://127.0.0.1:8546',
null,
options
);
Types
All the typescript typings are placed in the types folder.