![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
#include <txmempool.h>
Public Attributes | |
const bool | in_mempool |
Whether this transaction is in the mempool. More... | |
const CAmount | delta |
The fee delta added using PrioritiseTransaction(). More... | |
std::optional< CAmount > | modified_fee |
The modified fee (base fee + delta) of this entry. More... | |
const Txid | txid |
The prioritised transaction's txid. More... | |
Definition at line 466 of file txmempool.h.
const CAmount CTxMemPool::delta_info::delta |
The fee delta added using PrioritiseTransaction().
Definition at line 470 of file txmempool.h.
const bool CTxMemPool::delta_info::in_mempool |
Whether this transaction is in the mempool.
Definition at line 468 of file txmempool.h.
std::optional<CAmount> CTxMemPool::delta_info::modified_fee |
The modified fee (base fee + delta) of this entry.
Only present if in_mempool=true.
Definition at line 472 of file txmempool.h.
const Txid CTxMemPool::delta_info::txid |
The prioritised transaction's txid.
Definition at line 474 of file txmempool.h.