UNPKG

hardhat-tracer

Version:

Hardhat Tracer plugin

14 lines 435 B
import { MinimalInterpreterStep } from "hardhat/internal/hardhat-network/provider/vm/types"; import { Item } from "../types"; import { LOG } from "./log"; export interface LOG1 extends LOG { topics: [string]; } declare function parse(step: MinimalInterpreterStep, currentAddress?: { value: string; }): Item<LOG1>; declare const _default: { parse: typeof parse; }; export default _default; //# sourceMappingURL=log1.d.ts.map