Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
TxMempoolInfo Struct Reference

Information about a mempool transaction. More...

#include <txmempool.h>

Public Attributes

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

Detailed Description

Information about a mempool transaction.

Definition at line 210 of file txmempool.h.

Member Data Documentation

◆ fee

CAmount TxMempoolInfo::fee

Fee of the transaction.

Definition at line 219 of file txmempool.h.

◆ m_time

std::chrono::seconds TxMempoolInfo::m_time

Time the transaction entered the mempool.

Definition at line 216 of file txmempool.h.

◆ nFeeDelta

int64_t TxMempoolInfo::nFeeDelta

The fee delta.

Definition at line 225 of file txmempool.h.

◆ tx

CTransactionRef TxMempoolInfo::tx

The transaction itself.

Definition at line 213 of file txmempool.h.

◆ vsize

int32_t TxMempoolInfo::vsize

Virtual size of the transaction.

Definition at line 222 of file txmempool.h.


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