hardhat-gas-reporter
Version:
Gas Analytics plugin for Hardhat
5 lines • 302 B
TypeScript
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