![]() |
Bitcoin Core
21.99.0
P2P Digital Currency
|
#include <dbwrapper.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <threadinterrupt.h>
#include <validationinterface.h>
Go to the source code of this file.
Classes | |
struct | IndexSummary |
class | BaseIndex |
Base class for indices of blockchain data. More... | |
class | BaseIndex::DB |
The database stores a block locator of the chain the database is synced to so that the index can efficiently determine the point it last stopped at. More... | |