![]() |
Master Core
v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
|
#include "core.h"#include "serialize.h"#include "uint256.h"#include <assert.h>#include <stdint.h>#include <boost/foreach.hpp>
Include dependency graph for coins.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| 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... | |
1.8.8