Refactor subscription to return zeroExSignature object
This commit is contained in:
@@ -275,3 +275,8 @@ export interface ContractInstance {
|
||||
export interface Artifact {
|
||||
networks: {[networkId: number]: any};
|
||||
}
|
||||
|
||||
export interface ZeroExEvent {
|
||||
watch: (eventCallback: EventCallback) => void;
|
||||
stopWatchingAsync: () => Promise<void>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user