UNPKG

@nomicfoundation/hardhat-keystore

Version:

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

11 lines 269 B
declare module "hardhat/types/config" { interface HardhatConfig { keystore: { filePath: string; devFilePath: string; devPasswordFilePath: string; }; } } export {}; //# sourceMappingURL=type-extensions.d.ts.map