Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
bool CCoinsViewDB::GetCoins(const uint256& txid, CCoins& coins) const
61
{
62
return db.Read(make_pair(DB_COINS, txid), coins);
63
}
64
65
bool CCoinsViewDB::HaveCoins(const uint256& txid) const
66
{
Callers
3
gettxout
Function · 0.45
rest_getutxos
Function · 0.45
GetCoin
Method · 0.45
Calls
1
Read
Method · 0.45
Tested by
no test coverage detected