UNPKG

@nomicfoundation/hardhat-verify

Version:
5 lines 276 B
import type { VerifyActionArgs } from "../types.js"; import type { NewTaskActionFunction } from "hardhat/types/tasks"; declare const verifyEtherscanAction: NewTaskActionFunction<VerifyActionArgs>; export default verifyEtherscanAction; //# sourceMappingURL=task-action.d.ts.map