Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <mempool_entry.h>
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 |
Definition at line 223 of file mempool_entry.h.
|
inlineexplicit |
Definition at line 240 of file mempool_entry.h.
TransactionInfo NewMempoolTransactionInfo::info |
Definition at line 224 of file mempool_entry.h.
const bool NewMempoolTransactionInfo::m_chainstate_is_current |
Definition at line 236 of file mempool_entry.h.
const bool NewMempoolTransactionInfo::m_has_no_mempool_parents |
Definition at line 238 of file mempool_entry.h.
const bool NewMempoolTransactionInfo::m_mempool_limit_bypassed |
Definition at line 229 of file mempool_entry.h.
const bool NewMempoolTransactionInfo::m_submitted_in_package |
Definition at line 231 of file mempool_entry.h.