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

Method GetTime

src/kernel/mempool_entry.h:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 int32_t GetAdjustedWeight() const { return GetSigOpsAdjustedWeight(nTxWeight, sigOpCost, ::nBytesPerSigOp); }
115 int32_t GetTxWeight() const { return nTxWeight; }
116 std::chrono::seconds GetTime() const { return std::chrono::seconds{nTime}; }
117 unsigned int GetHeight() const { return entryHeight; }
118 uint64_t GetSequence() const { return entry_sequence; }
119 int64_t GetSigOpCost() const { return sigOpCost; }

Callers 8

operator()Method · 0.80
GetInfoMethod · 0.80
removeUncheckedMethod · 0.80
ExpireMethod · 0.80
FinalizeSubpackageMethod · 0.80
rbf.cppFile · 0.80
TryAddToMempoolFunction · 0.80
mempool.cppFile · 0.80

Calls

no outgoing calls

Tested by 1

TryAddToMempoolFunction · 0.64