Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
class | TxIndex |
TxIndex is used to look up transactions included in the blockchain by ID. More... | |
Variables | |
static constexpr bool | DEFAULT_TXINDEX {false} |
std::unique_ptr< TxIndex > | g_txindex |
The global transaction index, used in GetTransaction. May be null. More... | |
|
extern |
The global transaction index, used in GetTransaction. May be null.
Definition at line 16 of file txindex.cpp.