Bitcoin Core 28.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 484 of file txmempool.h.
const CAmount CTxMemPool::delta_info::delta |
The fee delta added using PrioritiseTransaction().
Definition at line 488 of file txmempool.h.
const bool CTxMemPool::delta_info::in_mempool |
Whether this transaction is in the mempool.
Definition at line 486 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 490 of file txmempool.h.
const uint256 CTxMemPool::delta_info::txid |
The prioritised transaction's txid.
Definition at line 492 of file txmempool.h.