[#CTransaction-2constructor-02] = xref:CTransaction.adoc[CTransaction]::CTransaction :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> CTransaction( 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]#