Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

TxMempoolInfo Struct Reference

Information about a mempool transaction. More...

#include <txmempool.h>

+ Collaboration diagram for TxMempoolInfo:

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 331 of file txmempool.h.

Member Data Documentation

◆ feeRate

CFeeRate TxMempoolInfo::feeRate

Feerate of the transaction.

Definition at line 340 of file txmempool.h.

◆ nFeeDelta

int64_t TxMempoolInfo::nFeeDelta

The fee delta.

Definition at line 343 of file txmempool.h.

◆ nTime

int64_t TxMempoolInfo::nTime

Time the transaction entered the mempool.

Definition at line 337 of file txmempool.h.

◆ tx

CTransactionRef TxMempoolInfo::tx

The transaction itself.

Definition at line 334 of file txmempool.h.


The documentation for this struct was generated from the following file:
Released under the MIT license