hardhat-secure-accounts
Version:
Account management plugin for Hardhat
7 lines • 452 B
TypeScript
import { HDWalletProvider } from 'hardhat/internal/core/providers/accounts';
import type { EIP1193Provider } from 'hardhat/types';
export declare class SecureAccountsProvider extends HDWalletProvider {
constructor(provider: EIP1193Provider, mnemonic: string);
static create(provider: EIP1193Provider, accountsDir: string, accountName?: string, accountPassword?: string): Promise<SecureAccountsProvider>;
}
//# sourceMappingURL=provider.d.ts.map