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

Method IsPeginSpent

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

ELEMENTS:

Source from the content-addressed store, hash-verified

17std::unique_ptr<CCoinsViewCursor> CCoinsView::Cursor() const { return nullptr; }
18// ELEMENTS:
19bool CCoinsView::IsPeginSpent(const std::pair<uint256, COutPoint> &outpoint) const { return false; }
20
21bool CCoinsView::HaveCoin(const COutPoint &outpoint) const
22{

Callers 1

SetPeginSpentMethod · 0.45

Calls 3

findMethod · 0.80
IsNullMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected