[#NewMempoolTransactionInfo] = NewMempoolTransactionInfo :mrdocs: Notification payload describing a transaction added to the mempool. == Synopsis Declared in `<kernel/mempool_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct NewMempoolTransactionInfo; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:NewMempoolTransactionInfo/2constructor.adoc[`NewMempoolTransactionInfo`] [.small]#[constructor]# | Builds the addition payload for a newly accepted transaction. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:NewMempoolTransactionInfo/info.adoc[`info`] | Snapshot of the added transaction. | xref:NewMempoolTransactionInfo/m_chainstate_is_current.adoc[`m_chainstate_is_current`] | Whether the blockchain is up to date when the transaction is added. | xref:NewMempoolTransactionInfo/m_has_no_mempool_parents.adoc[`m_has_no_mempool_parents`] | Whether the transaction has no unconfirmed parents. | xref:NewMempoolTransactionInfo/m_mempool_limit_bypassed.adoc[`m_mempool_limit_bypassed`] | Whether the transaction was added without enforcing mempool fee limits. | xref:NewMempoolTransactionInfo/m_submitted_in_package.adoc[`m_submitted_in_package`] | Whether the transaction is part of a package. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#