Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
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...
 
size_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 371 of file txmempool.h.

Member Data Documentation

CAmount TxMempoolInfo::fee

Fee of the transaction.

Definition at line 380 of file txmempool.h.

std::chrono::seconds TxMempoolInfo::m_time

Time the transaction entered the mempool.

Definition at line 377 of file txmempool.h.

int64_t TxMempoolInfo::nFeeDelta

The fee delta.

Definition at line 386 of file txmempool.h.

CTransactionRef TxMempoolInfo::tx

The transaction itself.

Definition at line 374 of file txmempool.h.

size_t TxMempoolInfo::vsize

Virtual size of the transaction.

Definition at line 383 of file txmempool.h.


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