Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
init.h File Reference
#include <util/translation.h>
#include <functional>
#include <optional>
#include <string>
#include <vector>
Include dependency graph for init.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  common::ConfigError

Namespaces

namespace  common

Typedefs

using common::SettingsAbortFn = std::function<bool(const bilingual_str& message, const std::vector<std::string>& details)>

Enumerations

enum class  common::ConfigStatus { common::FAILED , common::FAILED_WRITE , common::ABORTED }

Functions

std::optional< ConfigErrorcommon::InitConfig (ArgsManager &args, SettingsAbortFn settings_abort_fn)