UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

4 lines 281 B
import type { EdrNetworkAccountsConfig } from "../../../types/config.js"; export declare function formatEdrNetworkConfigAccounts(config: EdrNetworkAccountsConfig): Promise<string>; export declare function getPublicPrivateKeysWarning(): string; //# sourceMappingURL=helpers.d.ts.map