npm.io
4.0.0 • Published 2 years ago

@metamask/eth-query

Licence
ISC
Version
4.0.0
Deps
2
Size
11 kB
Vulns
0
Weekly
0
Stars
3

like web3 but for minimalists

Note
This is a temporary fork of ethereumjs/eth-query created by MetaMask which adds TypeScript type definitions for compatibility with our libraries.

var provider = {
  sendAsync: function (params, cb) {
    /* ... */
  },
};
var query = new EthQuery(provider);

query.getBalance(address, cb);