Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web3 eth iban types #2090

Merged
merged 11 commits into from
Dec 6, 2018
4 changes: 4 additions & 0 deletions packages/web3-eth-iban/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ console.log(iban.toAddress());
> '0xa94f5374Fce5edBC8E2a8697C15331677e6EbF0B'
```

## Types
If you are using TypeScript then all types are defined within the package itself so no need
to install any `@types` libraries. Just import the library and the types should be exposed.


[docs]: http://web3js.readthedocs.io/en/1.0/
[repo]: https://github.com/ethereum/web3.js
Expand Down
Loading