UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

4 lines 298 B
import { CompilerInput, CompilerOutput } from "../../../types"; import { Bytecode } from "./model"; export declare function createModelsAndDecodeBytecodes(solcVersion: string, compilerInput: CompilerInput, compilerOutput: CompilerOutput): Bytecode[]; //# sourceMappingURL=compiler-to-model.d.ts.map