UNPKG

hardhat-tracer

Version:

Hardhat Tracer plugin

6 lines 252 B
import { TracerDependencies } from "../types"; export declare function formatLog(log: { data: string; topics: string[]; }, currentAddress: string | undefined, dependencies: TracerDependencies): Promise<string>; //# sourceMappingURL=log.d.ts.map