hardhat-tracer
Version:
Hardhat Tracer plugin
12 lines • 386 B
TypeScript
import { I4BytesEntry } from "./types";
export declare class TracerCache {
tokenDecimals: Map<string, number>;
contractNames: Map<string, string>;
fourByteDir: Map<string, I4BytesEntry[]>;
cachePath: string | undefined;
setCachePath(cachePath: string): void;
load(): void;
save(): void;
getTracerCachePath(): string;
}
//# sourceMappingURL=cache.d.ts.map