Bitcoin Core 28.99.0
P2P Digital Currency
|
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... | |
Information about a mempool transaction.
Definition at line 212 of file txmempool.h.
CAmount TxMempoolInfo::fee |
Fee of the transaction.
Definition at line 221 of file txmempool.h.
std::chrono::seconds TxMempoolInfo::m_time |
Time the transaction entered the mempool.
Definition at line 218 of file txmempool.h.
int64_t TxMempoolInfo::nFeeDelta |
The fee delta.
Definition at line 227 of file txmempool.h.
CTransactionRef TxMempoolInfo::tx |
The transaction itself.
Definition at line 215 of file txmempool.h.
int32_t TxMempoolInfo::vsize |
Virtual size of the transaction.
Definition at line 224 of file txmempool.h.