cofhe-hardhat-plugin
Version:
Hardhat TypeScript plugin boilerplate
4 lines • 372 B
TypeScript
import { HardhatRuntimeEnvironment } from "hardhat/types";
export declare const mock_setLoggingEnabled: (hre: HardhatRuntimeEnvironment, enabled: boolean, closureName?: string) => Promise<void>;
export declare const mock_withLogs: (hre: HardhatRuntimeEnvironment, closureName: string, closure: () => Promise<void>) => Promise<void>;
//# sourceMappingURL=mock-logs.d.ts.map