Notifies of every mempool acceptance.

Synopsis

Declared in <zmq/zmqabstractnotifier.h>

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

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