UNPKG

@nomicfoundation/hardhat-keystore

Version:

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

5 lines 197 B
/** * Get the path for the keystore in the Hardhat global config directory. */ export declare function getKeystoreFilePath(): Promise<string>; //# sourceMappingURL=get-keystore-file-path.d.ts.map