Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 173 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 190 of file mempool_entry.h.

Member Data Documentation

◆ info

TransactionInfo NewMempoolTransactionInfo::info

Definition at line 174 of file mempool_entry.h.

◆ m_chainstate_is_current

const bool NewMempoolTransactionInfo::m_chainstate_is_current

Definition at line 186 of file mempool_entry.h.

◆ m_has_no_mempool_parents

const bool NewMempoolTransactionInfo::m_has_no_mempool_parents

Definition at line 188 of file mempool_entry.h.

◆ m_mempool_limit_bypassed

const bool NewMempoolTransactionInfo::m_mempool_limit_bypassed

Definition at line 179 of file mempool_entry.h.

◆ m_submitted_in_package

const bool NewMempoolTransactionInfo::m_submitted_in_package

Definition at line 181 of file mempool_entry.h.


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