[#wallet-CWallet-NotifyTransactionChanged] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::NotifyTransactionChanged :relfileprefix: ../../ :mrdocs: Wallet transaction added, removed or updated. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btcsignals/signal.adoc[btcsignals::signal<void(xref:Txid.adoc[Txid] const&, xref:ChangeType.adoc[ChangeType])>] NotifyTransactionChanged; ---- == Description [NOTE] ==== called with lock cs_wallet held. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#