@nomicfoundation/hardhat-keystore
Version:
A module for managing keystore files that store a map from IDs to encrypted string values.
10 lines • 380 B
TypeScript
import type { KeystoreLoader } from "../types.js";
import type { HardhatConfig } from "hardhat/types/config";
/**
* Factory for setting up the keyloader based on the
* keystore file path from the hre config.
*/
export declare function setupKeystoreLoaderFrom({ config, }: {
config: HardhatConfig;
}): KeystoreLoader;
//# sourceMappingURL=setup-keystore-loader-from.d.ts.map