UNPKG

@nomicfoundation/hardhat-keystore

Version:

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

6 lines 338 B
import type { KeystoreLoader } from "../types.js"; import type { NewTaskActionFunction } from "hardhat/types/tasks"; declare const taskList: NewTaskActionFunction; export declare const list: (keystoreLoader: KeystoreLoader, consoleLog?: (text: string) => void) => Promise<void>; export default taskList; //# sourceMappingURL=list.d.ts.map