UNPKG

@nomicfoundation/hardhat-keystore

Version:

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

9 lines 451 B
import type { KeystoreConsoleLog, KeystoreLoader } from "../types.js"; import type { NewTaskActionFunction } from "hardhat/types/tasks"; interface TaskListArguments { dev: boolean; } declare const taskList: NewTaskActionFunction<TaskListArguments>; export declare const list: ({ dev }: TaskListArguments, keystoreLoader: KeystoreLoader, consoleLog?: KeystoreConsoleLog) => Promise<void>; export default taskList; //# sourceMappingURL=list.d.ts.map