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

Method GetSpendsCoinbase

src/txmempool.h:155–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 CAmount GetModFeesWithDescendants() const { return nModFeesWithDescendants; }
154
155 bool GetSpendsCoinbase() const { return spendsCoinbase; }
156
157 uint64_t GetCountWithAncestors() const { return nCountWithAncestors; }
158 uint64_t GetSizeWithAncestors() const { return nSizeWithAncestors; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected