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