Constructors
Synopses
Declared in <primitives/block.h>
Constructs a null block with no transactions.
CBlock();
Constructs a block from an existing header, with no transactions.
CBlock(CBlockHeader const& header);
Parameters
Name |
Description |
header |
The header to copy into the new block. |
Created with MrDocs