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

Method GetTime

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

Source from the content-addressed store, hash-verified

133 size_t GetDiscountTxSize() const;
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; }

Callers 7

operator()Method · 0.80
operator()Method · 0.80
GetInfoFunction · 0.80
ExpireMethod · 0.80
ProcessGetDataMethod · 0.80
blockchain.cppFile · 0.80
addPackageTxsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected