Add new to contract interface
This commit is contained in:
committed by
Leonid Logvinov
parent
6abc83de83
commit
6912a67eba
1
packages/web3-typescript-typings/index.d.ts
vendored
1
packages/web3-typescript-typings/index.d.ts
vendored
@@ -103,6 +103,7 @@ declare module 'web3' {
|
||||
|
||||
interface Contract<A extends ContractInstance> {
|
||||
at(address: string): A;
|
||||
new(...args: any[]): A;
|
||||
}
|
||||
|
||||
interface FilterObject {
|
||||
|
Reference in New Issue
Block a user