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

Synopsis

Declared in <chain.h>

explicit
CDiskBlockIndex(CBlockIndex const* pindex);

Parameters

Name

Description

pindex

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

Created with MrDocs