![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
CCoinsView that brings transactions from a memorypool into view. More...
#include <main.h>
Public Member Functions | |
CCoinsViewMemPool (CCoinsView &baseIn, CTxMemPool &mempoolIn) | |
CCoinsView that brings transactions from a memorypool into view. More... | |
bool | GetCoins (const uint256 &txid, CCoins &coins) |
bool | HaveCoins (const uint256 &txid) |
![]() | |
CCoinsViewBacked (CCoinsView &viewIn) | |
bool | SetCoins (const uint256 &txid, const CCoins &coins) |
CBlockIndex * | GetBestBlock () |
bool | SetBestBlock (CBlockIndex *pindex) |
void | SetBackend (CCoinsView &viewIn) |
bool | BatchWrite (const std::map< uint256, CCoins > &mapCoins, CBlockIndex *pindex) |
bool | GetStats (CCoinsStats &stats) |
![]() | |
virtual | ~CCoinsView () |
Protected Attributes | |
CTxMemPool & | mempool |
![]() | |
CCoinsView * | base |
CCoinsView that brings transactions from a memorypool into view.
It does not check for spendings by memory pool transactions.
CCoinsViewMemPool::CCoinsViewMemPool | ( | CCoinsView & | baseIn, |
CTxMemPool & | mempoolIn | ||
) |
CCoinsView that brings transactions from a memorypool into view.
It does not check for spendings by memory pool transactions.
Reimplemented from CCoinsViewBacked.
|
virtual |
Reimplemented from CCoinsViewBacked.
|
protected |