MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetCoin

Method GetCoin

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

Source from the content-addressed store, hash-verified

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