[#TxGraph-Ref-2constructor-07] = xref:TxGraph.adoc[TxGraph]::xref:TxGraph/Ref.adoc[Ref]::Ref :relfileprefix: ../../ :mrdocs: Move‐construct a Ref, transferring ownership of the referenced transaction. == Synopsis Declared in `<txgraph.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Ref(xref:TxGraph/Ref.adoc[Ref]&& other) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The Ref to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#