[#wallet-CWalletTx-2constructor-03] = xref:wallet.adoc[wallet]::xref:wallet/CWalletTx.adoc[CWalletTx]::CWalletTx :relfileprefix: ../../ :mrdocs: Deleted copy constructor; CWalletTx objects must not be copied. == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- CWalletTx(xref:wallet/CWalletTx.adoc[CWalletTx] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The object to copy construct from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#