Raven Core  3.0.0
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...
 
int64_t nTime
 Time the transaction entered the mempool. More...
 
CFeeRate feeRate
 Feerate of the transaction. More...
 
int64_t nFeeDelta
 The fee delta. More...
 

Detailed Description

Information about a mempool transaction.

Definition at line 302 of file txmempool.h.

Member Data Documentation

◆ feeRate

CFeeRate TxMempoolInfo::feeRate

Feerate of the transaction.

Definition at line 311 of file txmempool.h.

◆ nFeeDelta

int64_t TxMempoolInfo::nFeeDelta

The fee delta.

Definition at line 314 of file txmempool.h.

◆ nTime

int64_t TxMempoolInfo::nTime

Time the transaction entered the mempool.

Definition at line 308 of file txmempool.h.

◆ tx

CTransactionRef TxMempoolInfo::tx

The transaction itself.

Definition at line 305 of file txmempool.h.


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