Snapshot of the policy‐relevant data for a mempool transaction.

Synopsis

Declared in <kernel/mempool_entry.h>

struct TransactionInfo;

Member Functions

Name

Description

TransactionInfo [constructor]

Constructs a transaction info snapshot.

Data Members

Name

Description

m_fee

The fee the transaction paid.

m_tx

The transaction described by this snapshot.

m_virtual_transaction_size

The virtual transaction size.

txHeight

The block height at which the transaction entered the mempool.

Created with MrDocs