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

Method GetTime

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

Source from the content-addressed store, hash-verified

135 size_t GetTxSize() const;
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; }

Callers 6

operator()Method · 0.80
operator()Method · 0.80
getrawmempoolFunction · 0.80
GetInfoFunction · 0.80
ExpireMethod · 0.80
addAddressIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected