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