Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <dbwrapper.h>
#include <interfaces/chain.h>
#include <interfaces/types.h>
#include <util/string.h>
#include <util/threadinterrupt.h>
#include <validationinterface.h>
#include <string>
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... | |
Namespaces | |
namespace | interfaces |