NewMempoolTransactionInfo

Notification payload describing a transaction added to the mempool.

Synopsis

Declared in <kernel/mempool_entry.h>

struct NewMempoolTransactionInfo;

Member Functions

NameDescription
NewMempoolTransactionInfo [constructor]Builds the addition payload for a newly accepted transaction.

Data Members

NameDescription
info Snapshot of the added transaction.
m_chainstate_is_current Whether the blockchain is up to date when the transaction is added.
m_has_no_mempool_parents Whether the transaction has no unconfirmed parents.
m_mempool_limit_bypassed Whether the transaction was added without enforcing mempool fee limits.
m_submitted_in_package Whether the transaction is part of a package.