![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <coins.h>
#include <dbwrapper.h>
#include <chain.h>
#include <primitives/block.h>
#include <map>
#include <memory>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | CCoinsViewDB |
CCoinsView backed by the coin database (chainstate/) More... | |
class | CCoinsViewDBCursor |
Specialization of CCoinsViewCursor to iterate over a CCoinsViewDB. More... | |
class | CBlockTreeDB |
Access to the block database (blocks/index/) More... | |