![]() |
Anoncoin
0.9.4
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) |
uint256 | GetBestBlock () |
bool | SetBestBlock (const uint256 &hashBlock) |
bool | BatchWrite (const std::map< uint256, CCoins > &mapCoins, const uint256 &hashBlock) |
bool | GetStats (CCoinsStats &stats) |
![]() | |
virtual | ~CCoinsView () |
Protected Attributes | |
CLevelDBWrapper | db |
CCoinsView backed by the LevelDB coin database (chainstate/)
CCoinsViewDB::CCoinsViewDB | ( | size_t | nCacheSize, |
bool | fMemory = false , |
||
bool | fWipe = false |
||
) |
|
virtual |
Reimplemented from CCoinsView.
Definition at line 57 of file txdb.cpp.
|
virtual |
Reimplemented from CCoinsView.
Definition at line 44 of file txdb.cpp.
Reimplemented from CCoinsView.
Definition at line 30 of file txdb.cpp.
|
virtual |
Reimplemented from CCoinsView.
Definition at line 111 of file txdb.cpp.
|
virtual |
Reimplemented from CCoinsView.
Definition at line 40 of file txdb.cpp.
|
virtual |
Reimplemented from CCoinsView.
Definition at line 51 of file txdb.cpp.
Reimplemented from CCoinsView.
Definition at line 34 of file txdb.cpp.
|
protected |