Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <coins.h>
#include <dbwrapper.h>
#include <chain.h>
#include <map>
#include <string>
#include <utility>
#include <vector>
#include <boost/function.hpp>
#include <validation.h>
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... | |