Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetMedianTimePast
Method · 0.45
GetNextWorkRequired
Function · 0.45
CalculateNextWorkRequired
Function · 0.45
CanDirectFetch
Method · 0.45
BlockRequestAllowed
Method · 0.45
ProcessGetBlockData
Method · 0.45
SendMessages
Method · 0.45
AppInitMain
Function · 0.45
EXCLUSIVE_LOCKS_REQUIRED
Function · 0.45
IsInitialBlockDownload
Method · 0.45
InvalidChainFound
Method · 0.45
ContextualCheckBlock
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected