MCPcopy 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

TxToUnivFunction · 0.45
VerifyAmountsFunction · 0.45
VerifyCoinbaseAmountFunction · 0.45
checkMethod · 0.45
AddCoinMethod · 0.45
AddCoinsFunction · 0.45
SpendCoinMethod · 0.45
UncacheMethod · 0.45
HaveInputsMethod · 0.45
validation.cppFile · 0.45
PreChecksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected