CDiskBlockIndex::CDiskBlockIndex

Constructs a disk block index from an in-memory block index entry.

Synopsis

Declared in <chain.h>

explicit
CDiskBlockIndex(CBlockIndex const* pindex);

Parameters

NameDescription
pindexThe block index entry to copy, whose predecessor hash is captured.