Notifies listeners of a transaction having been added to mempool.
Declared in <validationinterface.h>
virtual
void
TransactionAddedToMempool(
NewMempoolTransactionInfo const& tx,
uint64_t mempool_sequence);
Called on a background thread.
| Name | Description |
|---|---|
| tx | Information about the transaction added to the mempool. |
| mempool_sequence | Mempool sequence number at the time of the addition. |