Bitcoin
Classes | Namespaces | Variables
txdb.cpp File Reference
#include <txdb.h>
#include <random.h>
#include <pow.h>
#include <shutdown.h>
#include <uint256.h>
#include <util/system.h>
#include <ui_interface.h>
#include <stdint.h>
#include <boost/thread.hpp>

Classes

struct  anonymous_namespace{txdb.cpp}::CoinEntry
 
class  anonymous_namespace{txdb.cpp}::CCoins
 Legacy class to deserialize pre-pertxout database entries without reindex. More...
 

Namespaces

 anonymous_namespace{txdb.cpp}
 

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'
 

Variable Documentation

◆ 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

const char DB_COIN = 'C'
static

◆ DB_COINS

const char DB_COINS = 'c'
static

◆ DB_FLAG

const char DB_FLAG = 'F'
static

◆ 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