aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract_wrappers/token_registry_wrapper.ts
Commit message (Expand)AuthorAgeFilesLines
* Prefix private vars with _Leonid Logvinov2017-06-101-9/+9
* Align all param comments so that they are more readableFabio Berger2017-06-101-1/+1
* Add param & return comments to all public methods and add comments to some pu...Fabio Berger2017-06-101-0/+4
* Refactor exchangeWrapper and tokenRegistryWrapper to use contract getter that...Fabio Berger2017-05-301-7/+8
* Make tokenRegistry contract instantiation lazy and clear it on provider updateFabio Berger2017-05-301-4/+14
* Add TokenMetadata typeFabio Berger2017-05-301-2/+2
* remove unused importFabio Berger2017-05-301-1/+1
* Add TokenRegistryWrapper and getTokensAsync methodFabio Berger2017-05-301-0/+33