Publish a sequence message for a mempool acceptance.

Synopsis

Declared in <zmq/zmqpublishnotifier.h>

virtual
bool
NotifyTransactionAcceptance(
    CTransaction const& transaction,
    uint64_t mempool_sequence) override;

Return Value

True on success, false on failure.

Parameters

Name

Description

transaction

The transaction accepted into the mempool.

mempool_sequence

The mempool sequence number of the event.

Created with MrDocs