This is a sub module of web3.js
This is the accounts module to be used in the web3-eth
module.
Please read the documentation for more.
npm install web3-eth-accounts
import {Accounts} from 'web3-eth-accounts';
const accounts = new Accounts(
'http://127.0.0.1:4546',
null,
options
);
All the typescript typings are placed in the types folder.