![]() |
Bitcoin Core
21.99.0
P2P Digital Currency
|
#include <txdb.h>
#include <node/ui_interface.h>
#include <pow.h>
#include <random.h>
#include <shutdown.h>
#include <uint256.h>
#include <util/system.h>
#include <util/translation.h>
#include <util/vector.h>
#include <stdint.h>
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' |