[#node-BlockAssembler-m_last_block_weight] = xref:node.adoc[node]::xref:node/BlockAssembler.adoc[BlockAssembler]::m_last_block_weight :relfileprefix: ../../ :mrdocs: The weight of the last assembled block (including reserved weight for block header, txs count and coinbase tx) == Synopsis Declared in `<node/miner.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline static std::optional<int64_t> m_last_block_weight = m_last_block_weight{}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#