UNPKG

hardhat-tracer

Version:

Hardhat Tracer plugin

9 lines 388 B
import { ParamType } from "ethers/lib/utils"; import { Obj, TracerDependencies } from "../types"; interface FormatOptions { decimals?: number; shorten?: boolean; } export declare function formatResult(result: Obj<any>, params: ParamType[] | undefined, { decimals, shorten }: FormatOptions, dependencies: TracerDependencies): string; export {}; //# sourceMappingURL=result.d.ts.map