@nomicfoundation/hardhat-verify
Version:
Hardhat plugin for verifying contracts
5 lines • 374 B
TypeScript
import type { VerifyContractArgs } from "./internal/verification.js";
import type { HardhatRuntimeEnvironment } from "hardhat/types/hre";
export type { VerifyContractArgs } from "./internal/verification.js";
export declare function verifyContract(verifyContractArgs: VerifyContractArgs, hre: HardhatRuntimeEnvironment): Promise<boolean>;
//# sourceMappingURL=verify.d.ts.map