CTxMemPool::delta_info

Prioritisation information for a single entry in mapDeltas.

Synopsis

Declared in <txmempool.h>

struct delta_info;

Data Members

NameDescription
delta The fee delta added using PrioritiseTransaction().
in_mempool Whether this transaction is in the mempool.
modified_fee The modified fee (base fee + delta) of this entry. Only present if in_mempool=true.
txid The prioritised transaction's txid.