UNPKG

hardhat-output-validator

Version:

Zero-config Hardhat plugin to check the build output of Solidity contracts

5 lines 441 B
import { BuildInfo } from 'hardhat/types'; export declare const findByName: (searchInObj: any, entityName: string) => any; export declare const checkIsExternalDependency: (filePath: string, contractName: string, entity: any, buildInfo: BuildInfo[]) => boolean; export declare const checkIfStateVar: (filePath: string, contractName: string, funcName: string, buildInfo: BuildInfo[]) => boolean | undefined; //# sourceMappingURL=utils.d.ts.map