Constructors

Synopses

Declared in <chain.h>

Constructs an empty block index entry.

constexpr
CBlockIndex() = default;

Constructs a block index entry from a block header.

explicit
CBlockIndex(CBlockHeader const& block);

Parameters

Name

Description

block

The header whose version, merkle root, time, bits, and nonce are copied.

Created with MrDocs