2.3.3 • Published 6 years ago

bif-core-txpool v2.3.3

Weekly downloads
3
License
LGPL-3.0
Repository
github
Last release
6 years ago

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.

2.3.3

6 years ago

2.3.2

6 years ago

2.3.0

6 years ago

2.2.5

6 years ago

2.2.4

6 years ago

2.2.3

6 years ago

2.2.2

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.12

6 years ago

2.1.11

6 years ago

2.1.8

6 years ago

2.1.7

6 years ago

2.1.6

6 years ago

2.1.5

6 years ago

2.1.4

6 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago