Bitcoin ABC 0.30.10
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 131 of file txmempool.h.
Amount TxMempoolInfo::fee |
Fee of the transaction.
Definition at line 139 of file txmempool.h.
std::chrono::seconds TxMempoolInfo::m_time |
Time the transaction entered the mempool.
Definition at line 136 of file txmempool.h.
Amount TxMempoolInfo::nFeeDelta |
The fee delta.
Definition at line 145 of file txmempool.h.
CTransactionRef TxMempoolInfo::tx |
The transaction itself.
Definition at line 133 of file txmempool.h.
size_t TxMempoolInfo::vsize |
Virtual size of the transaction.
Definition at line 142 of file txmempool.h.