| 49 | bool CCoinsView::HaveCoins(const uint256& txid) const { return false; } |
| 50 | uint256 CCoinsView::GetBestBlock() const { return uint256(0); } |
| 51 | bool CCoinsView::BatchWrite(CCoinsMap& mapCoins, const uint256& hashBlock) { return false; } |
| 52 | bool CCoinsView::GetStats(CCoinsStats& stats) const { return false; } |
| 53 | |
| 54 |