This is a sub module of newchain-web3.js
The newchain-web3-core
contains the AbstractWeb3Module.
This should be used if someone wants to implement a new web3 module.
npm install newchain-web3-core
import {AbstractWeb3Module} from 'newchain-web3-core';
new AbstractWeb3Module(...);
All the typescript typings are placed in the types folder.