[#wallet-CWalletTx-2constructor-01] = xref:wallet.adoc[wallet]::xref:wallet/CWalletTx.adoc[CWalletTx]::CWalletTx :relfileprefix: ../../ :mrdocs: Enable the default move constructor. == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr CWalletTx(xref:wallet/CWalletTx.adoc[CWalletTx]&& other) = default; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The wallet transaction to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#