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

Method GetHeight

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

Source from the content-addressed store, hash-verified

136 size_t GetTxWeight() const { return nTxWeight; }
137 int64_t GetTime() const { return nTime; }
138 unsigned int GetHeight() const { return entryHeight; }
139 int64_t GetSigOpCost() const { return sigOpCost; }
140 int64_t GetModifiedFee() const { return nFee + feeDelta; }
141 size_t DynamicMemoryUsage() const { return nUsageSize; }

Callers 4

getrawmempoolFunction · 0.80
PushVersionMethod · 0.80
processTransactionMethod · 0.80
processBlockTxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected