Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
CTxMemPool::delta_info Struct Reference

#include <txmempool.h>

Collaboration diagram for CTxMemPool::delta_info:
[legend]

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< CAmountmodified_fee
 The modified fee (base fee + delta) of this entry. More...
 
const uint256 txid
 The prioritised transaction's txid. More...
 

Detailed Description

Definition at line 506 of file txmempool.h.

Member Data Documentation

◆ delta

const CAmount CTxMemPool::delta_info::delta

The fee delta added using PrioritiseTransaction().

Definition at line 510 of file txmempool.h.

◆ in_mempool

const bool CTxMemPool::delta_info::in_mempool

Whether this transaction is in the mempool.

Definition at line 508 of file txmempool.h.

◆ modified_fee

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 512 of file txmempool.h.

◆ txid

const uint256 CTxMemPool::delta_info::txid

The prioritised transaction's txid.

Definition at line 514 of file txmempool.h.


The documentation for this struct was generated from the following file: