Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
NewMempoolTransactionInfo Struct Reference

#include <mempool_entry.h>

Collaboration diagram for NewMempoolTransactionInfo:
[legend]

Public Member Functions

 NewMempoolTransactionInfo (const CTransactionRef &tx, const CAmount &fee, const int64_t vsize, const unsigned int height, const bool mempool_limit_bypassed, const bool submitted_in_package, const bool chainstate_is_current, const bool has_no_mempool_parents)
 

Public Attributes

TransactionInfo info
 
const bool m_mempool_limit_bypassed
 
const bool m_submitted_in_package
 
const bool m_chainstate_is_current
 
const bool m_has_no_mempool_parents
 

Detailed Description

Definition at line 223 of file mempool_entry.h.

Constructor & Destructor Documentation

◆ NewMempoolTransactionInfo()

NewMempoolTransactionInfo::NewMempoolTransactionInfo ( const CTransactionRef tx,
const CAmount fee,
const int64_t  vsize,
const unsigned int  height,
const bool  mempool_limit_bypassed,
const bool  submitted_in_package,
const bool  chainstate_is_current,
const bool  has_no_mempool_parents 
)
inlineexplicit

Definition at line 240 of file mempool_entry.h.

Member Data Documentation

◆ info

TransactionInfo NewMempoolTransactionInfo::info

Definition at line 224 of file mempool_entry.h.

◆ m_chainstate_is_current

const bool NewMempoolTransactionInfo::m_chainstate_is_current

Definition at line 236 of file mempool_entry.h.

◆ m_has_no_mempool_parents

const bool NewMempoolTransactionInfo::m_has_no_mempool_parents

Definition at line 238 of file mempool_entry.h.

◆ m_mempool_limit_bypassed

const bool NewMempoolTransactionInfo::m_mempool_limit_bypassed

Definition at line 229 of file mempool_entry.h.

◆ m_submitted_in_package

const bool NewMempoolTransactionInfo::m_submitted_in_package

Definition at line 231 of file mempool_entry.h.


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