MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / GetTime

Method GetTime

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

Source from the content-addressed store, hash-verified

113 CAmount GetFee() const { return nFee; }
114 size_t GetTxSize() const { return nTxSize; }
115 int64_t GetTime() const { return nTime; }
116 unsigned int GetHeight() const { return nHeight; }
117 bool WasClearAtEntry() const { return hadNoDependencies; }
118 int64_t GetFeeDelta() const { return feeDelta; }

Callers 5

operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80
BOOST_FOREACHFunction · 0.80
ExpireMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected