Prioritisation information for a single entry in mapDeltas.
Declared in <txmempool.h>
struct delta_info;
| Name | Description |
|---|---|
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. |