Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ IsCoinBase
Method
IsCoinBase
src/coins.h:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
Coin() : fCoinBase(false), nHeight(0) { }
54
55
bool IsCoinBase() const {
56
return fCoinBase;
57
}
58
59
template<typename Stream>
60
void Serialize(Stream &s) const {
Callers
15
TxToUniv
Function · 0.45
VerifyAmounts
Function · 0.45
VerifyCoinbaseAmount
Function · 0.45
check
Method · 0.45
AddCoin
Method · 0.45
AddCoins
Function · 0.45
SpendCoin
Method · 0.45
Uncache
Method · 0.45
HaveInputs
Method · 0.45
MaybeUpdateMempoolForReorg
Method · 0.45
validation.cpp
File · 0.45
PreChecks
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected