[#CTxMemPool-delta_info] = xref:CTxMemPool.adoc[CTxMemPool]::delta_info :relfileprefix: ../ :mrdocs: Prioritisation information for a single entry in mapDeltas. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct delta_info; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:CTxMemPool/delta_info/delta.adoc[`delta`] | The fee delta added using PrioritiseTransaction(). | xref:CTxMemPool/delta_info/in_mempool.adoc[`in_mempool`] | Whether this transaction is in the mempool. | xref:CTxMemPool/delta_info/modified_fee.adoc[`modified_fee`] | The modified fee (base fee + delta) of this entry. Only present if in_mempool=true. | xref:CTxMemPool/delta_info/txid.adoc[`txid`] | The prioritised transaction's txid. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#