![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Public Member Functions | |
CCoinsViewErrorCatcher (CCoinsView *view) | |
bool | GetCoins (const uint256 &txid, CCoins &coins) const |
Retrieve the CCoins (unspent transaction outputs) for a given txid. More... | |
![]() | |
CCoinsViewBacked (CCoinsView *viewIn) | |
bool | HaveCoins (const uint256 &txid) const |
uint256 | GetBestBlock () const |
Retrieve the block hash whose state this CCoinsView currently represents. More... | |
void | SetBackend (CCoinsView &viewIn) |
bool | BatchWrite (CCoinsMap &mapCoins, const uint256 &hashBlock) |
bool | GetStats (CCoinsStats &stats) const |
Calculate statistics about the unspent transaction output set. More... | |
![]() | |
virtual | ~CCoinsView () |
As we use CCoinsViews polymorphically, have a virtual destructor. More... | |
Additional Inherited Members | |
![]() | |
CCoinsView * | base |
|
inline |
Retrieve the CCoins (unspent transaction outputs) for a given txid.
Reimplemented from CCoinsViewBacked.