[#MakeTransactionRef] = MakeTransactionRef :mrdocs: Builds a shared pointer to an immutable transaction from the given value. == Synopsis Declared in `<primitives/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Tx> static xref:CTransactionRef.adoc[CTransactionRef] MakeTransactionRef(Tx&& txIn); ---- == Return Value A shared pointer owning the constructed transaction. == Parameters [cols="1,4"] |=== | Name| Description | *txIn* | The transaction to store, copied or moved into the shared pointer. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#