[#CBlockUndo-vtxundo] = xref:CBlockUndo.adoc[CBlockUndo]::vtxundo :relfileprefix: ../ :mrdocs: Undo information for every transaction in the block except the coinbase. == Synopsis Declared in `<undo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<CTxUndo> vtxundo; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#