MCPcopy 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

getHeaderTipTimeMethod · 0.45
getLastBlockDateMethod · 0.45
BlockTipChangedFunction · 0.45
refreshWalletMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected