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

Method GetCoin

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

Source from the content-addressed store, hash-verified

11#include <version.h>
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; }

Callers 1

FetchCoinMethod · 0.45

Calls 2

endMethod · 0.45
IsSpentMethod · 0.45

Tested by

no test coverage detected