[#CZMQAbstractNotifier-NotifyTransaction] = xref:CZMQAbstractNotifier.adoc[CZMQAbstractNotifier]::NotifyTransaction :relfileprefix: ../ :mrdocs: Notifies of transactions added to mempool or appearing in blocks. == Synopsis Declared in `<zmq/zmqabstractnotifier.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool NotifyTransaction(xref:CTransaction.adoc[CTransaction] const& transaction); ---- == Return Value True on success, false on failure. == Parameters [cols="1,4"] |=== | Name| Description | *transaction* | The transaction to notify about. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#