[#CTransaction-2constructor-0a] = xref:CTransaction.adoc[CTransaction]::CTransaction :relfileprefix: ../ :mrdocs: Convert a CMutableTransaction into a CTransaction. == Synopsis Declared in `<primitives/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit CTransaction(xref:CMutableTransaction.adoc[CMutableTransaction] const& tx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *tx* | The mutable transaction to copy from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#