Function wallet_path

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

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