UNPKG

hardhat

Version:

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

6 lines 472 B
/// <reference types="node" /> /// <reference types="node" /> import { HardhatNetworkAccountConfig, HardhatNetworkAccountsConfig } from "../../../types"; export declare function derivePrivateKeys(mnemonic: string, hdpath: string, initialIndex: number, count: number, passphrase: string): Buffer[]; export declare function normalizeHardhatNetworkAccountsConfig(accountsConfig: HardhatNetworkAccountsConfig): HardhatNetworkAccountConfig[]; //# sourceMappingURL=util.d.ts.map