5#ifndef BITCOIN_COMMON_INIT_H
6#define BITCOIN_COMMON_INIT_H
@ ABORTED
Aborted by user.
@ FAILED_WRITE
Failed to write settings.json.
@ FAILED
Failed generically.
std::optional< ConfigError > InitConfig(ArgsManager &args, SettingsAbortFn settings_abort_fn)
std::function< bool(const bilingual_str &message, const std::vector< std::string > &details)> SettingsAbortFn
Callback function to let the user decide whether to abort loading if settings.json file exists and ca...
std::vector< std::string > details
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.