[#CBlock-vtx] = xref:CBlock.adoc[CBlock]::vtx :relfileprefix: ../ :mrdocs: Transactions contained in the block, in order. == Synopsis Declared in `<primitives/block.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<CTransactionRef> vtx; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#