UNPKG

@nomicfoundation/hardhat-verify

Version:
5 lines 374 B
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