| 45 | bool CCoinsView::HaveCoins(const uint256 &txid) const { return false; } |
| 46 | uint256 CCoinsView::GetBestBlock() const { return uint256(); } |
| 47 | bool CCoinsView::BatchWrite(CCoinsMap &mapCoins, const uint256 &hashBlock) { return false; } |
| 48 | bool CCoinsView::GetStats(CCoinsStats &stats) const { return false; } |
| 49 | |
| 50 |