@nomicfoundation/hardhat-verify
Version:
Hardhat plugin for verifying contracts
6 lines • 340 B
TypeScript
import type { LazyEtherscan } from "./internal/etherscan.types.js";
export interface VerificationHelpers {
readonly etherscan: LazyEtherscan;
}
export type { EtherscanVerifyArgs, EtherscanCustomApiCallOptions, EtherscanResponseBody, LazyEtherscan as Etherscan, } from "./internal/etherscan.types.js";
//# sourceMappingURL=types.d.ts.map