filter.stopWatching accepts callback
This commit is contained in:
parent
2bc9d5d490
commit
2eabb439d9
2
packages/web3-typescript-typings/index.d.ts
vendored
2
packages/web3-typescript-typings/index.d.ts
vendored
@ -77,7 +77,7 @@ declare module 'web3' {
|
|||||||
interface FilterResult {
|
interface FilterResult {
|
||||||
get(callback: () => void): void;
|
get(callback: () => void): void;
|
||||||
watch<A>(callback: (error: string|null, result: SolidityEvent<A>) => void): void;
|
watch<A>(callback: (error: string|null, result: SolidityEvent<A>) => void): void;
|
||||||
stopWatching(): void;
|
stopWatching(callback: () => void): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ContractInstance {}
|
interface ContractInstance {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user