4.0.0 • Published 6 months ago

@metamask/eth-query v4.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

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);