TransactionInfo

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

Synopsis

Declared in <kernel/mempool_entry.h>

struct TransactionInfo;

Member Functions

NameDescription
TransactionInfo [constructor]Constructs a transaction info snapshot.

Data Members

NameDescription
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.