@nomicfoundation/hardhat-verify
Version:
Hardhat plugin for verifying contracts
13 lines (10 loc) • 313 B
text/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";