@nomiclabs/buidler
Version:
Buidler is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
4 lines • 300 B
TypeScript
import { CompilerInput, CompilerOutput } from "./compiler-types";
import { Bytecode } from "./model";
export declare function createModelsAndDecodeBytecodes(solcVersion: string, compilerInput: CompilerInput, compilerOutput: CompilerOutput): Bytecode[];
//# sourceMappingURL=compiler-to-model.d.ts.map