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

Method GetHeight

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

Source from the content-addressed store, hash-verified

134 size_t GetTxWeight() const { return nTxWeight; }
135 std::chrono::seconds GetTime() const { return std::chrono::seconds{nTime}; }
136 unsigned int GetHeight() const { return entryHeight; }
137 int64_t GetSigOpCost() const { return sigOpCost; }
138 CAmount GetModifiedFee() const { return m_modified_fee; }
139 size_t DynamicMemoryUsage() const { return nUsageSize; }

Callers 4

SetupServerArgsFunction · 0.45
processTransactionMethod · 0.45
processBlockTxMethod · 0.45
blockchain.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected