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

Name

Description

transaction

The transaction to notify about.

Created with MrDocs