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
Name |
Description |
|
Construct an entry from a transaction and its individual and ancestor totals. |
Get the modified fee including ancestors. |
|
Get the transaction's own modified fee. |
|
Get the virtual size including ancestors. |
|
Get the underlying transaction. |
|
Get the transaction's own virtual size. |
|
Adjust the ancestor totals as ancestors are included in the block. |
Created with MrDocs