Bitcoin ABC  0.28.12
P2P Digital Currency
Public Attributes | List of all members
TxMempoolInfo Struct Reference

Information about a mempool transaction. More...

#include <txmempool.h>

Collaboration diagram for TxMempoolInfo:
[legend]

Public Attributes

CTransactionRef tx
 The transaction itself. More...
 
std::chrono::seconds m_time
 Time the transaction entered the mempool. More...
 
Amount fee
 Fee of the transaction. More...
 
size_t vsize
 Virtual size of the transaction. More...
 
Amount nFeeDelta
 The fee delta. More...
 

Detailed Description

Information about a mempool transaction.

Definition at line 127 of file txmempool.h.

Member Data Documentation

◆ fee

Amount TxMempoolInfo::fee

Fee of the transaction.

Definition at line 135 of file txmempool.h.

◆ m_time

std::chrono::seconds TxMempoolInfo::m_time

Time the transaction entered the mempool.

Definition at line 132 of file txmempool.h.

◆ nFeeDelta

Amount TxMempoolInfo::nFeeDelta

The fee delta.

Definition at line 141 of file txmempool.h.

◆ tx

CTransactionRef TxMempoolInfo::tx

The transaction itself.

Definition at line 129 of file txmempool.h.

◆ vsize

size_t TxMempoolInfo::vsize

Virtual size of the transaction.

Definition at line 138 of file txmempool.h.


The documentation for this struct was generated from the following file: