Add etherToken.getLogsAsync and etherToken.subscribe with tests

This commit is contained in:
Leonid Logvinov
2017-12-19 14:15:14 +01:00
parent b603197ae8
commit 613fada49f
8 changed files with 274 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ import * as Web3 from 'web3';
import {
ApprovalContractEventArgs,
BlockParamLiteral,
BlockRange,
DecodedLogEvent,
Token,
@@ -15,7 +16,7 @@ import {
ZeroEx,
ZeroExError,
} from '../src';
import {BlockParamLiteral, DoneCallback} from '../src/types';
import {DoneCallback} from '../src/types';
import {chaiSetup} from './utils/chai_setup';
import {constants} from './utils/constants';