[#CBlock-2constructor-06] = xref:CBlock.adoc[CBlock]::CBlock :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<primitives/block.h>` Constructs a null block with no transactions. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CBlock/2constructor-09.adoc[CBlock](); ---- [.small]#xref:CBlock/2constructor-09.adoc[_» more..._]# Constructs a block from an existing header, with no transactions. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CBlock/2constructor-03.adoc[CBlock](xref:CBlockHeader.adoc[CBlockHeader] const& header); ---- [.small]#xref:CBlock/2constructor-03.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *header* | The header to copy into the new block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#