hardhat-tracer
Version:
Hardhat Tracer plugin
7 lines • 437 B
TypeScript
import { MinimalInterpreterStep } from "hardhat/internal/hardhat-network/provider/vm/types";
import { AwaitedItem, Item, TracerDependencies } from "../types";
export declare function parse(step: MinimalInterpreterStep, currentAddress: {
value: string;
}): Item<any> | AwaitedItem<any> | undefined;
export declare function format(item: Item<any>, dependencies: TracerDependencies): Promise<string>;
//# sourceMappingURL=index.d.ts.map