Add comment above the eventWatcher class

This commit is contained in:
Fabio Berger
2017-11-10 17:47:41 -05:00
parent 697926641f
commit 0d957ea71d

View File

@@ -8,6 +8,10 @@ import {assert} from '../utils/assert';
const DEFAULT_EVENT_POLLING_INTERVAL = 200;
/*
* The EventWatcher watches for blockchain events at the specified block confirmation
* depth.
*/
export class EventWatcher {
private _web3Wrapper: Web3Wrapper;
private _pollingIntervalMs: number;