hardhat-secure-accounts
Version:
Account management plugin for Hardhat
7 lines • 618 B
TypeScript
import { HDNodeWallet } from 'ethers';
import type { HardhatEthersProvider } from '@nomicfoundation/hardhat-ethers/internal/hardhat-ethers-provider';
export declare const DEFAULT_HD_COUNT = 20;
export declare const DEFAULT_HD_PATH_PREFIX = "m/44'/60'/0'/0/";
export declare function getSigner(accountsDir: string, provider: HardhatEthersProvider, accountName?: string, accountPassword?: string): Promise<HDNodeWallet>;
export declare function getSigners(accountsDir: string, provider: HardhatEthersProvider, accountName?: string, accountPassword?: string): Promise<HDNodeWallet[]>;
//# sourceMappingURL=signer.d.ts.map