Bitcoin ABC  0.26.3
P2P Digital Currency
Classes | Variables
txindex.cpp File Reference
#include <index/txindex.h>
#include <chain.h>
#include <index/disktxpos.h>
#include <node/blockstorage.h>
#include <util/system.h>
#include <validation.h>
Include dependency graph for txindex.cpp:

Go to the source code of this file.

Classes

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

Variables

constexpr uint8_t DB_TXINDEX {'t'}
 
std::unique_ptr< TxIndexg_txindex
 The global transaction index, used in GetTransaction. May be null. More...
 

Variable Documentation

◆ DB_TXINDEX

constexpr uint8_t DB_TXINDEX {'t'}
constexpr

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.