aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract_wrappers/token_registry_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Fabio Berger2017-06-101-0/+4
| | | | public methods that were missing them
* Refactor exchangeWrapper and tokenRegistryWrapper to use contract getter ↵Fabio Berger2017-05-301-7/+8
| | | | that instantiates contract instance if not already instantiated
* 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