CBlock::CBlock

Constructors

Synopses

Declared in <primitives/block.h>

Constructs a null block with no transactions.

CBlock();
» more...

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

CBlock(CBlockHeader const& header);
» more...

Parameters

NameDescription
headerThe header to copy into the new block.