![]() |
Bitcoin ABC
0.22.12
P2P Digital Currency
|
#include <txdb.h>
#include <blockdb.h>
#include <chain.h>
#include <node/ui_interface.h>
#include <pow/pow.h>
#include <random.h>
#include <shutdown.h>
#include <util/system.h>
#include <util/translation.h>
#include <util/vector.h>
#include <version.h>
#include <boost/thread.hpp>
#include <cstdint>
Go to the source code of this file.
Variables | |
static const char | DB_COIN = 'C' |
static const char | DB_COINS = 'c' |
static const char | DB_BLOCK_FILES = 'f' |
static const char | DB_BLOCK_INDEX = 'b' |
static const char | DB_BEST_BLOCK = 'B' |
static const char | DB_HEAD_BLOCKS = 'H' |
static const char | DB_FLAG = 'F' |
static const char | DB_REINDEX_FLAG = 'R' |
static const char | DB_LAST_BLOCK = 'l' |