UNPKG

@nomicfoundation/hardhat-keystore

Version:

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

9 lines 215 B
import "hardhat/types/config"; declare module "hardhat/types/config" { interface HardhatConfig { keystore: { filePath: string; }; } } //# sourceMappingURL=type-extensions.d.ts.map