UNPKG

hardhat-gas-reporter

Version:
5 lines 302 B
import { EIP1193Provider } from "hardhat/types"; import "./type-extensions"; import { GasReporterExecutionContext } from "./types"; export declare function initializeGasReporterProvider(provider: EIP1193Provider, context: GasReporterExecutionContext): Promise<void>; //# sourceMappingURL=index.d.ts.map