UNPKG

@nomicfoundation/hardhat-verify

Version:
6 lines 340 B
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