UNPKG

hardhat-output-validator

Version:

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

4 lines 306 B
import { CompilerOutputWithDocsAndPath, ErrorHandler } from '../types'; import { BuildInfo } from 'hardhat/types'; export declare const checkFunction: (abiEntity: any, { addError }: ErrorHandler, info: CompilerOutputWithDocsAndPath, fullBuildInfo: BuildInfo[]) => void; //# sourceMappingURL=0funcs.d.ts.map