UNPKG

@nomicfoundation/hardhat-keystore

Version:

A module for managing keystore files that store a map from IDs to encrypted string values.

10 lines (9 loc) 190 B
declare module "hardhat/types/config" { export interface HardhatConfig { keystore: { filePath: string; devFilePath: string; devPasswordFilePath: string; }; } }