[#TxMempoolInfo] = TxMempoolInfo :mrdocs: Information about a mempool transaction. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct TxMempoolInfo; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:TxMempoolInfo/fee.adoc[`fee`] | Fee of the transaction. | xref:TxMempoolInfo/m_time.adoc[`m_time`] | Time the transaction entered the mempool. | xref:TxMempoolInfo/nFeeDelta.adoc[`nFeeDelta`] | The fee delta. | xref:TxMempoolInfo/tx.adoc[`tx`] | The transaction itself | xref:TxMempoolInfo/vsize.adoc[`vsize`] | Virtual size of the transaction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#