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