Handle a transaction being added to the mempool.
Declared in <zmq/zmqnotificationinterface.h>
virtual
void
TransactionAddedToMempool(
NewMempoolTransactionInfo const& tx,
uint64_t mempool_sequence) override;
| Name | Description |
|---|---|
| tx | Information about the newly added transaction. |
| mempool_sequence | The mempool sequence number of the event. |