[#CMutableTransaction-2constructor-0b] = xref:CMutableTransaction.adoc[CMutableTransaction]::CMutableTransaction :relfileprefix: ../ :mrdocs: Constructs a transaction by deserializing from a stream. == Synopsis Declared in `<primitives/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> CMutableTransaction( xref:deserialize_type.adoc[deserialize_type] tag, Stream& s); ---- == Parameters [cols="1,4"] |=== | Name| Description | *tag* | Tag selecting the deserializing constructor. | *s* | The stream to read from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#