CZMQAbstractNotifier::NotifyTransaction

Notifies of transactions added to mempool or appearing in blocks.

Synopsis

Declared in <zmq/zmqabstractnotifier.h>

virtual
bool
NotifyTransaction(CTransaction const& transaction);

Return Value

True on success, false on failure.

Parameters

NameDescription
transactionThe transaction to notify about.