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

Method GetBlockTime

src/chain.h:360–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358 bool HaveTxsDownloaded() const { return nChainTx != 0; }
359
360 int64_t GetBlockTime() const
361 {
362 return (int64_t)nTime;
363 }
364
365 int64_t GetBlockTimeMax() const
366 {

Callers 15

GetMedianTimePastMethod · 0.45
GetNextWorkRequiredFunction · 0.45
CanDirectFetchMethod · 0.45
BlockRequestAllowedMethod · 0.45
ProcessGetBlockDataMethod · 0.45
SendMessagesMethod · 0.45
AppInitMainFunction · 0.45
EXCLUSIVE_LOCKS_REQUIREDFunction · 0.45
InvalidChainFoundMethod · 0.45
ContextualCheckBlockFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected