UNPKG

cofhe-hardhat-plugin

Version:
4 lines 372 B
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