[#node-MiniMinerMempoolEntry] = xref:node.adoc[node]::MiniMinerMempoolEntry :relfileprefix: ../ :mrdocs: Container for tracking updates to ancestor feerate as we include ancestors in the "block". == Synopsis Declared in `<node/mini_miner.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class MiniMinerMempoolEntry; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:node/MiniMinerMempoolEntry/2constructor.adoc[`MiniMinerMempoolEntry`] [.small]#[constructor]# | Construct an entry from a transaction and its individual and ancestor totals. | xref:node/MiniMinerMempoolEntry/GetModFeesWithAncestors.adoc[`GetModFeesWithAncestors`] | Get the modified fee including ancestors. | xref:node/MiniMinerMempoolEntry/GetModifiedFee.adoc[`GetModifiedFee`] | Get the transaction's own modified fee. | xref:node/MiniMinerMempoolEntry/GetSizeWithAncestors.adoc[`GetSizeWithAncestors`] | Get the virtual size including ancestors. | xref:node/MiniMinerMempoolEntry/GetTx.adoc[`GetTx`] | Get the underlying transaction. | xref:node/MiniMinerMempoolEntry/GetTxSize.adoc[`GetTxSize`] | Get the transaction's own virtual size. | xref:node/MiniMinerMempoolEntry/UpdateAncestorState.adoc[`UpdateAncestorState`] | Adjust the ancestor totals as ancestors are included in the block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#