|
|
@ -20,7 +20,8 @@ export interface ContractData { |
|
|
|
getConstructorInterface: () => any, |
|
|
|
getConstructorInterface: () => any, |
|
|
|
getConstructorInputs: () => any, |
|
|
|
getConstructorInputs: () => any, |
|
|
|
isOverSizeLimit: () => boolean, |
|
|
|
isOverSizeLimit: () => boolean, |
|
|
|
metadata: any |
|
|
|
metadata: any, |
|
|
|
|
|
|
|
contractName?: string |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
export interface ContractAST { |
|
|
|
export interface ContractAST { |
|
|
|