Notifies of transactions added to mempool or appearing in blocks.
Declared in <zmq/zmqabstractnotifier.h>
virtual
bool
NotifyTransaction(CTransaction const& transaction);
True on success, false on failure.
| Name | Description |
|---|---|
| transaction | The transaction to notify about. |