Add new to contract interface

This commit is contained in:
Amir Bandeali
2017-11-11 10:13:40 -05:00
committed by Leonid Logvinov
parent 6abc83de83
commit 6912a67eba

View File

@@ -103,6 +103,7 @@ declare module 'web3' {
interface Contract<A extends ContractInstance> {
at(address: string): A;
new(...args: any[]): A;
}
interface FilterObject {