hardhat-secure-accounts
Version:
Account management plugin for Hardhat
9 lines • 585 B
TypeScript
import { HDNodeWallet } from 'ethers';
export declare const DEFAULT_HD_COUNT = 20;
export declare const DEFAULT_HD_INITIAL_INDEX = 0;
export declare const DEFAULT_HD_PATH_PREFIX = "m/44'/60'/0'/0/";
export declare const DEFAULT_HD_PASSPHRASE = "";
export declare function getWallet(accountsDir: string, name?: string, _password?: string): Promise<HDNodeWallet>;
export declare function getWallets(accountsDir: string, name?: string, password?: string): Promise<HDNodeWallet[]>;
export declare function removeIndexFromHDPath(hdpath: string): string;
//# sourceMappingURL=wallet.d.ts.map