MCPcopy Create free account
hub / github.com/ElementsProject/elements / CDiskBlockIndex

Method CDiskBlockIndex

src/chain.h:455–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453 uint256 hashPrev;
454
455 CDiskBlockIndex()
456 {
457 hashPrev = uint256();
458 }
459
460 explicit CDiskBlockIndex(const CBlockIndex* pindex) : CBlockIndex(*pindex)
461 {

Callers

nothing calls this directly

Calls 2

uint256Class · 0.70
GetBlockHashMethod · 0.45

Tested by

no test coverage detected