Constructors

Synopses

Declared in <chain.h>

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

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

explicit
CDiskBlockIndex(CBlockIndex const* pindex);

Parameters

Name

Description

pindex

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

Created with MrDocs