Constructors
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...
| Name | Description |
|---|---|
| header | The header to copy into the new block. |