![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "txdb.h"
#include "chain.h"
#include "chainparams.h"
#include "hash.h"
#include "validation.h"
#include "pow.h"
#include "uint256.h"
#include <stdint.h>
#include <boost/thread.hpp>
Go to the source code of this file.
Variables | |
static const char | DB_COINS = 'c' |
static const char | DB_BLOCK_FILES = 'f' |
static const char | DB_TXINDEX = 't' |
static const char | DB_ADDRESSINDEX = 'a' |
static const char | DB_ADDRESSUNSPENTINDEX = 'u' |
static const char | DB_TIMESTAMPINDEX = 's' |
static const char | DB_SPENTINDEX = 'p' |
static const char | DB_BLOCK_INDEX = 'b' |
static const char | DB_BEST_BLOCK = 'B' |
static const char | DB_FLAG = 'F' |
static const char | DB_REINDEX_FLAG = 'R' |
static const char | DB_LAST_BLOCK = 'l' |
|
static |
Definition at line 24 of file txdb.cpp.
Referenced by CBlockTreeDB::EraseAddressIndex(), CBlockTreeDB::ReadAddressIndex(), and CBlockTreeDB::WriteAddressIndex().
|
static |
Definition at line 25 of file txdb.cpp.
Referenced by CBlockTreeDB::ReadAddressUnspentIndex(), and CBlockTreeDB::UpdateAddressUnspentIndex().
|
static |
Definition at line 30 of file txdb.cpp.
Referenced by CCoinsViewDB::BatchWrite(), and CCoinsViewDB::GetBestBlock().
|
static |
Definition at line 22 of file txdb.cpp.
Referenced by CBlockTreeDB::ReadBlockFileInfo(), and CBlockTreeDB::WriteBatchSync().
|
static |
Definition at line 28 of file txdb.cpp.
Referenced by CBlockTreeDB::LoadBlockIndexGuts(), and CBlockTreeDB::WriteBatchSync().
|
static |
Definition at line 21 of file txdb.cpp.
Referenced by CCoinsViewDB::BatchWrite(), CCoinsViewDB::GetCoins(), CCoinsViewDB::GetStats(), and CCoinsViewDB::HaveCoins().
|
static |
Definition at line 31 of file txdb.cpp.
Referenced by CBlockTreeDB::ReadFlag(), and CBlockTreeDB::WriteFlag().
|
static |
Definition at line 33 of file txdb.cpp.
Referenced by CBlockTreeDB::ReadLastBlockFile(), and CBlockTreeDB::WriteBatchSync().
|
static |
Definition at line 32 of file txdb.cpp.
Referenced by CBlockTreeDB::ReadReindexing(), and CBlockTreeDB::WriteReindexing().
|
static |
Definition at line 27 of file txdb.cpp.
Referenced by CBlockTreeDB::ReadSpentIndex(), and CBlockTreeDB::UpdateSpentIndex().
|
static |
Definition at line 26 of file txdb.cpp.
Referenced by CBlockTreeDB::ReadTimestampIndex(), and CBlockTreeDB::WriteTimestampIndex().
|
static |
Definition at line 23 of file txdb.cpp.
Referenced by CBlockTreeDB::ReadTxIndex(), and CBlockTreeDB::WriteTxIndex().