MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetBestBlock

Method GetBestBlock

src/coins.cpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13bool CCoinsView::GetCoin(const COutPoint &outpoint, Coin &coin) const { return false; }
14uint256 CCoinsView::GetBestBlock() const { return uint256(); }
15std::vector<uint256> CCoinsView::GetHeadBlocks() const { return std::vector<uint256>(); }
16bool CCoinsView::BatchWrite(CCoinsMap &mapCoins, const uint256 &hashBlock) { return false; }
17std::unique_ptr<CCoinsViewCursor> CCoinsView::Cursor() const { return nullptr; }

Callers

nothing calls this directly

Calls 2

uint256Class · 0.70
IsNullMethod · 0.45

Tested by

no test coverage detected