[#CTxUndo-vprevout] = xref:CTxUndo.adoc[CTxUndo]::vprevout :relfileprefix: ../ :mrdocs: Undo information for every input of the transaction (the spent coins). == Synopsis Declared in `<undo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<Coin> vprevout; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#