TxMempoolInfo

Information about a mempool transaction.

Synopsis

Declared in <txmempool.h>

struct TxMempoolInfo;

Data Members

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