Bitcoin ABC 0.30.5
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... | |
Amount | fee |
Fee of the transaction. More... | |
size_t | vsize |
Virtual size of the transaction. More... | |
Amount | nFeeDelta |
The fee delta. More... | |
Information about a mempool transaction.
Definition at line 130 of file txmempool.h.
Amount TxMempoolInfo::fee |
Fee of the transaction.
Definition at line 138 of file txmempool.h.
std::chrono::seconds TxMempoolInfo::m_time |
Time the transaction entered the mempool.
Definition at line 135 of file txmempool.h.
Amount TxMempoolInfo::nFeeDelta |
The fee delta.
Definition at line 144 of file txmempool.h.
CTransactionRef TxMempoolInfo::tx |
The transaction itself.
Definition at line 132 of file txmempool.h.
size_t TxMempoolInfo::vsize |
Virtual size of the transaction.
Definition at line 141 of file txmempool.h.