diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-12-19 21:15:14 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-12-20 21:01:59 +0800 |
commit | 613fada49f9d168fb949a370b884367f99deb401 (patch) | |
tree | 693354e8edb716a0a35e0a39e79267288c0b782a /packages/0x.js/src/index.ts | |
parent | b603197ae837dca86d712760f9b18f626628096a (diff) | |
download | dexon-sol-tools-613fada49f9d168fb949a370b884367f99deb401.tar dexon-sol-tools-613fada49f9d168fb949a370b884367f99deb401.tar.gz dexon-sol-tools-613fada49f9d168fb949a370b884367f99deb401.tar.bz2 dexon-sol-tools-613fada49f9d168fb949a370b884367f99deb401.tar.lz dexon-sol-tools-613fada49f9d168fb949a370b884367f99deb401.tar.xz dexon-sol-tools-613fada49f9d168fb949a370b884367f99deb401.tar.zst dexon-sol-tools-613fada49f9d168fb949a370b884367f99deb401.zip |
Add etherToken.getLogsAsync and etherToken.subscribe with tests
Diffstat (limited to 'packages/0x.js/src/index.ts')
-rw-r--r-- | packages/0x.js/src/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/0x.js/src/index.ts b/packages/0x.js/src/index.ts index b75ca4fa3..b43e7f33f 100644 --- a/packages/0x.js/src/index.ts +++ b/packages/0x.js/src/index.ts @@ -2,6 +2,7 @@ export {ZeroEx} from './0x'; export { Order, + BlockParamLiteral, SignedOrder, ECSignature, ZeroExError, @@ -27,6 +28,7 @@ export { ContractEventArg, Web3Provider, ZeroExConfig, + EtherTokenEvents, TransactionReceiptWithDecodedLogs, LogWithDecodedArgs, MethodOpts, |