[#wallet-CMerkleTx-Unserialize] = xref:wallet.adoc[wallet]::xref:wallet/CMerkleTx.adoc[CMerkleTx]::Unserialize :relfileprefix: ../../ :mrdocs: Deserialize and discard legacy vtxPrev fields for backwards compatibility. == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Unserialize(Stream& s); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream to read the legacy fields from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#