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