UNPKG

@nomicfoundation/hardhat-keystore

Version:

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

5 lines 225 B
import type { HardhatPlugin } from "hardhat/types/plugins"; import "./internal/type-extensions.js"; declare const hardhatKeystorePlugin: HardhatPlugin; export default hardhatKeystorePlugin; //# sourceMappingURL=index.d.ts.map