UNPKG

@nomicfoundation/hardhat-verify

Version:
13 lines (10 loc) 313 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";