![]() |
Bitcoin ABC
0.26.3
P2P Digital Currency
|
#include <index/txindex.h>
#include <chain.h>
#include <index/disktxpos.h>
#include <node/blockstorage.h>
#include <util/system.h>
#include <validation.h>
Go to the source code of this file.
Classes | |
class | TxIndex::DB |
Access to the txindex database (indexes/txindex/) More... | |
Variables | |
constexpr char | DB_TXINDEX = 't' |
std::unique_ptr< TxIndex > | g_txindex |
The global transaction index, used in GetTransaction. May be null. More... | |
|
constexpr |
Definition at line 15 of file txindex.cpp.
std::unique_ptr<TxIndex> g_txindex |
The global transaction index, used in GetTransaction. May be null.
Definition at line 17 of file txindex.cpp.