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