UNPKG

hardhat

Version:

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

8 lines 470 B
import type { CompilationJob } from "../../../../types/solidity.js"; export declare function estimateCompilationJobCost(job: CompilationJob): number; /** * Returns a new array containing the given compilation jobs sorted by their * estimated cost in descending order. The input array is not mutated. */ export declare function sortCompilationJobsByDescendingCost(compilationJobs: CompilationJob[]): CompilationJob[]; //# sourceMappingURL=compilation-job-cost.d.ts.map