Prioritisation information for a single entry in mapDeltas.
Synopsis
Declared in <txmempool.h>
struct delta_info;
Data Members
Name |
Description |
The fee delta added using PrioritiseTransaction(). |
|
Whether this transaction is in the mempool. |
|
The modified fee (base fee + delta) of this entry. Only present if in_mempool=true. |
|
The prioritised transaction's txid. |
Created with MrDocs