Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ GetBlockTime
Method
GetBlockTime
src/primitives/block.h:83–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
uint256 GetHash(int nHeight = 0, int Mining = 0) const;
82
83
int64_t GetBlockTime() const {
84
return (int64_t)nTime;
85
}
86
87
};
88
Callers
4
getHeaderTipTime
Method · 0.45
getLastBlockDate
Method · 0.45
BlockTipChanged
Function · 0.45
refreshWallet
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected