From 6ad1900ada799eec18e870f48de785af14780a60 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 13 Jun 2017 15:52:50 +0200 Subject: Refactor subscription to return zeroExSignature object --- src/types.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/types.ts') diff --git a/src/types.ts b/src/types.ts index 1b70d950b..8edb9ce5e 100644 --- a/src/types.ts +++ b/src/types.ts @@ -275,3 +275,8 @@ export interface ContractInstance { export interface Artifact { networks: {[networkId: number]: any}; } + +export interface ZeroExEvent { + watch: (eventCallback: EventCallback) => void; + stopWatchingAsync: () => Promise; +} -- cgit v1.2.3