[#CZMQPublishHashTransactionNotifier-NotifyTransaction] = xref:CZMQPublishHashTransactionNotifier.adoc[CZMQPublishHashTransactionNotifier]::NotifyTransaction :relfileprefix: ../ :mrdocs: Publish the hash of the given transaction. == Synopsis Declared in `<zmq/zmqpublishnotifier.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool NotifyTransaction(xref:CTransaction.adoc[CTransaction] const& transaction) override; ---- == Return Value True on success, false on failure. == Parameters [cols="1,4"] |=== | Name| Description | *transaction* | The transaction to publish. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#