Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <clientversion.h>
#include <common/args.h>
#include <compat/sanity.h>
#include <crypto/sha256.h>
#include <key.h>
#include <logging.h>
#include <node/miner.h>
#include <node/ui_interface.h>
#include <pubkey.h>
#include <random.h>
#include <util/fs_helpers.h>
#include <util/time.h>
#include <util/translation.h>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | init |
Functions | |
void | init::SetGlobals () |
void | init::UnsetGlobals () |
bool | init::SanityChecks () |
Ensure a usable environment with all necessary library support. More... | |
void | init::AddLoggingArgs (ArgsManager &argsman) |
void | init::SetLoggingOptions (const ArgsManager &args) |
void | init::SetLoggingCategories (const ArgsManager &args) |
bool | init::StartLogging (const ArgsManager &args) |
void | init::LogPackageVersion () |
Variables | |
static std::unique_ptr< ECCVerifyHandle > | globalVerifyHandle |
|
static |
Definition at line 27 of file common.cpp.