Constructs a block from an existing header, with no transactions.

Synopsis

Declared in <primitives/block.h>

CBlock(CBlockHeader const& header);

Parameters

Name

Description

header

The header to copy into the new block.

Created with MrDocs