TransactionInfo::TransactionInfo

Constructs a transaction info snapshot.

Synopsis

Declared in <kernel/mempool_entry.h>

TransactionInfo(
    CTransactionRef const& tx,
    CAmount const& fee,
    int64_t const vsize,
    unsigned int const height);

Parameters

NameDescription
txThe transaction being described.
feeThe fee the transaction paid.
vsizeThe virtual transaction size in bytes.
heightThe block height the transaction entered the mempool.