CCoinsView that adds a memory cache for transactions to another CCoinsView.
More...
#include <main.h>
CCoinsView that adds a memory cache for transactions to another CCoinsView.
Definition at line 2194 of file main.h.
CCoinsViewCache::CCoinsViewCache |
( |
CCoinsView & |
baseIn, |
|
|
bool |
fDummy = false |
|
) |
| |
bool CCoinsViewCache::Flush |
( |
| ) |
|
unsigned int CCoinsViewCache::GetCacheSize |
( |
| ) |
|
bool CCoinsViewCache::GetCoins |
( |
const uint256 & |
txid, |
|
|
CCoins & |
coins |
|
) |
| |
|
virtual |
bool CCoinsViewCache::HaveCoins |
( |
const uint256 & |
txid | ) |
|
|
virtual |
bool CCoinsViewCache::SetBestBlock |
( |
CBlockIndex * |
pindex | ) |
|
|
virtual |
bool CCoinsViewCache::SetCoins |
( |
const uint256 & |
txid, |
|
|
const CCoins & |
coins |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: