hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
5 lines • 441 B
TypeScript
/// <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