UNPKG

hardhat

Version:

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

6 lines 409 B
import type { Colorizer } from "../../../../utils/colorizer.js"; import type { CallTrace } from "@nomicfoundation/edr"; import { IncludeTraces } from "@nomicfoundation/edr"; export declare function verbosityToIncludeTraces(verbosity: number): IncludeTraces; export declare function formatTraces(traces: CallTrace[], prefix: string, colorizer: Colorizer): string; //# sourceMappingURL=trace-formatters.d.ts.map