[#node-BlockAssembler-m_last_block_num_txs] = xref:node.adoc[node]::xref:node/BlockAssembler.adoc[BlockAssembler]::m_last_block_num_txs :relfileprefix: ../../ :mrdocs: The number of transactions in the last assembled block (excluding coinbase transaction) == Synopsis Declared in `<node/miner.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline static std::optional<int64_t> m_last_block_num_txs = m_last_block_num_txs{}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#