![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#include "core.h"
#include "serialize.h"
#include "uint256.h"
#include <assert.h>
#include <stdint.h>
#include <boost/foreach.hpp>
Go to the source code of this file.
Classes | |
class | CCoins |
pruned version of CTransaction: only retains metadata and unspent transaction outputs More... | |
struct | CCoinsStats |
class | CCoinsView |
Abstract view on the open txout dataset. More... | |
class | CCoinsViewBacked |
CCoinsView backed by another CCoinsView. More... | |
class | CCoinsViewCache |
CCoinsView that adds a memory cache for transactions to another CCoinsView. More... | |