![]() |
Bitcoin Core
25.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 uint256 | txid |
The prioritised transaction's txid. More... | |
Definition at line 505 of file txmempool.h.
const CAmount CTxMemPool::delta_info::delta |
The fee delta added using PrioritiseTransaction().
Definition at line 509 of file txmempool.h.
const bool CTxMemPool::delta_info::in_mempool |
Whether this transaction is in the mempool.
Definition at line 507 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 511 of file txmempool.h.
const uint256 CTxMemPool::delta_info::txid |
The prioritised transaction's txid.
Definition at line 513 of file txmempool.h.