MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetCoins

Method GetCoins

src/txdb.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60bool CCoinsViewDB::GetCoins(const uint256& txid, CCoins& coins) const
61{
62 return db.Read(make_pair(DB_COINS, txid), coins);
63}
64
65bool CCoinsViewDB::HaveCoins(const uint256& txid) const
66{

Callers 3

gettxoutFunction · 0.45
rest_getutxosFunction · 0.45
GetCoinMethod · 0.45

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected