Fabcoin Core  0.16.2
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 351 of file txmempool.h.

Member Data Documentation

CFeeRate TxMempoolInfo::feeRate

Feerate of the transaction.

Definition at line 360 of file txmempool.h.

int64_t TxMempoolInfo::nFeeDelta

The fee delta.

Definition at line 363 of file txmempool.h.

int64_t TxMempoolInfo::nTime

Time the transaction entered the mempool.

Definition at line 357 of file txmempool.h.

CTransactionRef TxMempoolInfo::tx

The transaction itself.

Definition at line 354 of file txmempool.h.


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