UNPKG

hardhat

Version:

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

9 lines 341 B
import type { SensitiveString } from "../../../../types/config.js"; export interface DefaultHDAccountsConfigParams { initialIndex: number; count: number; path: string; passphrase: SensitiveString; } export declare const DEFAULT_HD_ACCOUNTS_CONFIG_PARAMS: DefaultHDAccountsConfigParams; //# sourceMappingURL=constants.d.ts.map