#include <txdb.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 <cstdint>
#include <memory>
Go to the source code of this file.
◆ CheckLegacyTxindex()
◆ DB_BEST_BLOCK
const char DB_BEST_BLOCK = 'B' |
|
static |
◆ DB_BLOCK_FILES
const char DB_BLOCK_FILES = 'f' |
|
static |
◆ DB_BLOCK_INDEX
const char DB_BLOCK_INDEX = 'b' |
|
static |
◆ DB_COIN
◆ DB_COINS
const char DB_COINS = 'c' |
|
static |
◆ DB_FLAG
◆ DB_HEAD_BLOCKS
const char DB_HEAD_BLOCKS = 'H' |
|
static |
◆ DB_LAST_BLOCK
const char DB_LAST_BLOCK = 'l' |
|
static |
◆ DB_REINDEX_FLAG
const char DB_REINDEX_FLAG = 'R' |
|
static |
◆ DB_TXINDEX_BLOCK
constexpr uint8_t DB_TXINDEX_BLOCK {'T'} |
|
staticconstexpr |