[#wallet-CWalletTx-Unserialize] = xref:wallet.adoc[wallet]::xref:wallet/CWalletTx.adoc[CWalletTx]::Unserialize :relfileprefix: ../../ :mrdocs: Deserialize the wallet transaction from the given stream. == 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 deserialize the transaction from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#