Raven Core
3.0.0
P2P Digital Currency
|
#include "coins.h"
#include "dbwrapper.h"
#include "chain.h"
#include "addressindex.h"
#include "spentindex.h"
#include "timestampindex.h"
#include <map>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
struct | CDiskTxPos |
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... | |