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 390 B
import type { CallTrace } from "@nomicfoundation/edr"; import { styleText } from "node:util"; import { IncludeTraces } from "@nomicfoundation/edr"; export declare function verbosityToIncludeTraces(verbosity: number): IncludeTraces; export declare function formatTraces(traces: CallTrace[], prefix: string, colorize?: typeof styleText): string; //# sourceMappingURL=trace-formatters.d.ts.map