MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetHeight

Method GetHeight

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

Source from the content-addressed store, hash-verified

101 size_t GetTxWeight() const { return nTxWeight; }
102 int64_t GetTime() const { return nTime; }
103 unsigned int GetHeight() const { return entryHeight; }
104 int64_t GetSigOpCost() const { return sigOpCost; }
105 int64_t GetModifiedFee() const { return nFee + feeDelta; }
106 size_t DynamicMemoryUsage() const { return nUsageSize; }

Callers 3

processTransactionMethod · 0.80
processBlockTxMethod · 0.80
blockchain.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected