node::MiniMinerMempoolEntry

Container for tracking updates to ancestor feerate as we include ancestors in the "block".

Synopsis

Declared in <node/mini_miner.h>

class MiniMinerMempoolEntry;

Member Functions

NameDescription
MiniMinerMempoolEntry [constructor]Construct an entry from a transaction and its individual and ancestor totals.
GetModFeesWithAncestors Get the modified fee including ancestors.
GetModifiedFee Get the transaction's own modified fee.
GetSizeWithAncestors Get the virtual size including ancestors.
GetTx Get the underlying transaction.
GetTxSize Get the transaction's own virtual size.
UpdateAncestorState Adjust the ancestor totals as ancestors are included in the block.