[#node-MiniMinerMempoolEntry-2constructor] = xref:node.adoc[node]::xref:node/MiniMinerMempoolEntry.adoc[MiniMinerMempoolEntry]::MiniMinerMempoolEntry :relfileprefix: ../../ :mrdocs: Construct an entry from a transaction and its individual and ancestor totals. == Synopsis Declared in `<node/mini_miner.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit MiniMinerMempoolEntry( xref:CTransactionRef.adoc[CTransactionRef] const& tx_in, int64_t vsize_self, int64_t vsize_ancestor, xref:CAmount.adoc[CAmount] fee_self, xref:CAmount.adoc[CAmount] fee_ancestor); ---- == Parameters [cols="1,4"] |=== | Name| Description | *tx_in* | The transaction this entry represents. | *vsize_self* | The transaction's own virtual size. | *vsize_ancestor* | The virtual size of the transaction together with its ancestors. | *fee_self* | The transaction's own modified fee. | *fee_ancestor* | The modified fee of the transaction together with its ancestors. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#