UNPKG

@nomicfoundation/hardhat-keystore

Version:

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

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