Information about a mempool transaction.

Synopsis

Declared in <txmempool.h>

struct TxMempoolInfo;

Data Members

Name

Description

fee

Fee of the transaction.

m_time

Time the transaction entered the mempool.

nFeeDelta

The fee delta.

tx

The transaction itself

vsize

Virtual size of the transaction.

Created with MrDocs