UNPKG

@nomicfoundation/hardhat-keystore

Version:

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

10 lines (8 loc) 160 B
import "hardhat/types/config"; declare module "hardhat/types/config" { export interface HardhatConfig { keystore: { filePath: string; }; } }