@nomicfoundation/hardhat-keystore
Version:
A module for managing keystore files that store a map from IDs to encrypted string values.
13 lines • 574 B
TypeScript
/**
* Get the path for the keystore in the Hardhat global config directory.
*/
export declare function getKeystoreFilePath(): Promise<string>;
/**
* Get the path for the development keystore in the Hardhat global config directory.
*/
export declare function getDevKeystoreFilePath(): Promise<string>;
/**
* Get the path for the file containing the unencrypted password for the development keystore in the Hardhat global config directory.
*/
export declare function getDevKeystorePasswordFilePath(): Promise<string>;
//# sourceMappingURL=get-keystore-file-path.d.ts.map