Function keystore_path

Source
pub fn keystore_path(
    explicit: Option<&PathBuf>,
    suffix: &str,
) -> Result<PathBuf, Error>
Expand description

Resolves the keystore file path from an explicit path, environment variable, or default location.