[#wallet-CWalletTx-m_replaced_by_txid] = xref:wallet.adoc[wallet]::xref:wallet/CWalletTx.adoc[CWalletTx]::m_replaced_by_txid :relfileprefix: ../../ :mrdocs: Txid of the transaction that replaces this one, if any. == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<Txid> m_replaced_by_txid; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#