hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
7 lines • 362 B
TypeScript
import type { Compiler } from "../../../../../types/solidity.js";
export declare function downloadSolcCompilers(versions: Set<string>, quiet: boolean): Promise<void>;
export declare function getCompiler(version: string, { preferWasm, compilerPath }: {
preferWasm: boolean;
compilerPath?: string;
}): Promise<Compiler>;
//# sourceMappingURL=index.d.ts.map