BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Classes | Variables
txindex.cpp File Reference
#include <index/txindex.h>
#include <shutdown.h>
#include <ui_interface.h>
#include <util.h>
#include <validation.h>
#include <boost/thread.hpp>
Include dependency graph for txindex.cpp:

Go to the source code of this file.

Classes

struct  CDiskTxPos
 
class  TxIndex::DB
 Access to the txindex database (indexes/txindex/) More...
 

Variables

constexpr char DB_BEST_BLOCK = 'B'
 
constexpr char DB_TXINDEX = 't'
 
constexpr char DB_TXINDEX_BLOCK = 'T'
 
std::unique_ptr< TxIndexg_txindex
 The global transaction index, used in GetTransaction. May be null. More...
 

Variable Documentation

◆ DB_BEST_BLOCK

constexpr char DB_BEST_BLOCK = 'B'

Definition at line 13 of file txindex.cpp.

◆ DB_TXINDEX

constexpr char DB_TXINDEX = 't'

Definition at line 14 of file txindex.cpp.

◆ DB_TXINDEX_BLOCK

constexpr char DB_TXINDEX_BLOCK = 'T'

Definition at line 15 of file txindex.cpp.

◆ g_txindex

std::unique_ptr<TxIndex> g_txindex

The global transaction index, used in GetTransaction. May be null.

Definition at line 17 of file txindex.cpp.