MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / CDiskBlockIndex

Method CDiskBlockIndex

src/persistence/block.h:345–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 uint32_t nChainTx = 0; // change to 64-bit type when necessary; won't happen before 2030
344
345 CDiskBlockIndex() {}
346
347 // explicit CDiskBlockIndex(CBlockIndex *pIndex) : CBlockIndex(*pIndex) {
348 // hashPrev = (pprev ? pprev->GetBlockHash() : uint256());

Callers

nothing calls this directly

Calls 5

GetMerkleRootHashMethod · 0.80
GetNonceMethod · 0.80
uint256Class · 0.70
GetBlockHashMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected