[#RemovedMempoolTransactionInfo] = RemovedMempoolTransactionInfo :mrdocs: Notification payload describing a transaction removed from the mempool. == Synopsis Declared in `<kernel/mempool_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct RemovedMempoolTransactionInfo; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:RemovedMempoolTransactionInfo/2constructor.adoc[`RemovedMempoolTransactionInfo`] [.small]#[constructor]# | Builds the removal payload from a mempool entry. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:RemovedMempoolTransactionInfo/info.adoc[`info`] | Snapshot of the removed transaction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#