[#CZMQNotificationInterface-TransactionAddedToMempool] = xref:CZMQNotificationInterface.adoc[CZMQNotificationInterface]::TransactionAddedToMempool :relfileprefix: ../ :mrdocs: Handle a transaction being added to the mempool. == Synopsis Declared in `<zmq/zmqnotificationinterface.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void TransactionAddedToMempool( xref:NewMempoolTransactionInfo.adoc[NewMempoolTransactionInfo] const& tx, uint64_t mempool_sequence) override; ---- == Parameters [cols="1,4"] |=== | Name| Description | *tx* | Information about the newly added transaction. | *mempool_sequence* | The mempool sequence number of the event. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#