Builds a shared pointer to an immutable transaction from the given value.
Declared in <primitives/transaction.h>
template<typename Tx>
static
CTransactionRef
MakeTransactionRef(Tx&& txIn);
A shared pointer owning the constructed transaction.
| Name | Description |
|---|---|
| txIn | The transaction to store, copied or moved into the shared pointer. |