Fire the TransactionAddedToMempool event to all subscribers.
Synopsis
Declared in <validationinterface.h>
void
TransactionAddedToMempool(
NewMempoolTransactionInfo const& tx,
uint64_t mempool_sequence);
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