Consensys / ethql

A GraphQL interface to Ethereum :fire:
Apache License 2.0
623 stars 85 forks source link

Fix typings for web3.utils.fromWei #79

Closed pcardune closed 6 years ago

pcardune commented 6 years ago

See the docs at http://web3js.readthedocs.io/en/1.0/web3-utils.html#id77

If a number, or string is given it returns a number string, otherwise a BN.js instance.

As an aside, how do these slightly customized typing make it back into the main web3 typings?