| 11 | #include <version.h> |
| 12 | |
| 13 | bool CCoinsView::GetCoin(const COutPoint &outpoint, Coin &coin) const { return false; } |
| 14 | uint256 CCoinsView::GetBestBlock() const { return uint256(); } |
| 15 | std::vector<uint256> CCoinsView::GetHeadBlocks() const { return std::vector<uint256>(); } |
| 16 | bool CCoinsView::BatchWrite(CCoinsMap &mapCoins, const uint256 &hashBlock) { return false; } |