CDiskBlockIndex::CDiskBlockIndex

Constructors

Synopses

Declared in <chain.h>

Constructs an empty disk block index with a null predecessor hash.

CDiskBlockIndex();
» more...

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

explicit
CDiskBlockIndex(CBlockIndex const* pindex);
» more...

Parameters

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