Publish the serialized bytes of the given transaction.
Declared in <zmq/zmqpublishnotifier.h>
virtual
bool
NotifyTransaction(CTransaction const& transaction) override;
True on success, false on failure.
| Name | Description |
|---|---|
| transaction | The transaction to publish. |