![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <index/txindex.h>#include <shutdown.h>#include <ui_interface.h>#include <util.h>#include <validation.h>#include <boost/thread.hpp>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< TxIndex > | g_txindex |
| The global transaction index, used in GetTransaction. May be null. More... | |
| constexpr char DB_BEST_BLOCK = 'B' |
Definition at line 13 of file txindex.cpp.
| constexpr char DB_TXINDEX = 't' |
Definition at line 14 of file txindex.cpp.
| constexpr char DB_TXINDEX_BLOCK = 'T' |
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.
1.8.14