pub fn exe_path() -> Result<String>Expand description
Returns the daemon electrs executable with the following precedence:
- If it’s specified in the
ELECTRS_EXECor inELECTRS_EXEenv var (errors if both env vars are present) - If there is no env var but an auto-download feature such as
electrs_0_9_11is enabled, returns the path of the downloaded executabled - If neither of the precedent are available, the
electrsexecutable is searched in thePATH