aion-web3-core-helpers
v1.2.7-beta.0
Published
Web3 core tools helper for sub packages. This is an internal package.
Downloads
54
Readme
aion-web3-core-helpers
This is a sub package of aion_web3.
The core package contains core functions for aion_web3 packages.
Please read the documentation for more information.
Installation
Node.js
npm install aion-web3-core-helpers
Usage
// in node.js
var helpers = require('aion-web3-core-helpers');
helpers.formatters;
helpers.errors;
...