MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / GetBlockTime

Method GetBlockTime

src/primitives/block.h:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 uint256 GetHash() const;
65
66 int64_t GetBlockTime() const
67 {
68 return (int64_t)nTime;
69 }
70};
71
72

Callers 8

WalletTxToJSONFunction · 0.45
importwalletFunction · 0.45
dumpwalletFunction · 0.45
AddToWalletMethod · 0.45
GetKeyBirthTimesMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
getLastBlockDateMethod · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36