Constructors
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...
| Name | Description |
|---|---|
| pindex | The block index entry to copy, whose predecessor hash is captured. |