![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
CCoinsView backed by the LevelDB coin database (chainstate/) More...
#include <txdb.h>
Public Member Functions | |
CCoinsViewDB (size_t nCacheSize, bool fMemory=false, bool fWipe=false) | |
bool | GetCoins (const uint256 &txid, CCoins &coins) |
bool | SetCoins (const uint256 &txid, const CCoins &coins) |
bool | HaveCoins (const uint256 &txid) |
CBlockIndex * | GetBestBlock () |
bool | SetBestBlock (CBlockIndex *pindex) |
bool | BatchWrite (const std::map< uint256, CCoins > &mapCoins, CBlockIndex *pindex) |
bool | GetStats (CCoinsStats &stats) |
![]() | |
virtual | ~CCoinsView () |
Protected Attributes | |
CLevelDB | db |
CCoinsView backed by the LevelDB coin database (chainstate/)
CCoinsViewDB::CCoinsViewDB | ( | size_t | nCacheSize, |
bool | fMemory = false , |
||
bool | fWipe = false |
||
) |
|
virtual |
Reimplemented from CCoinsView.
|
virtual |
Reimplemented from CCoinsView.
Reimplemented from CCoinsView.
|
virtual |
Reimplemented from CCoinsView.
|
virtual |
Reimplemented from CCoinsView.
|
virtual |
Reimplemented from CCoinsView.
Reimplemented from CCoinsView.