![]() |
Bitcoin ABC 0.32.4
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 137 of file txmempool.h.
| Amount TxMempoolInfo::fee |
Fee of the transaction.
Definition at line 145 of file txmempool.h.
| std::chrono::seconds TxMempoolInfo::m_time |
Time the transaction entered the mempool.
Definition at line 142 of file txmempool.h.
| Amount TxMempoolInfo::nFeeDelta |
The fee delta.
Definition at line 151 of file txmempool.h.
| CTransactionRef TxMempoolInfo::tx |
The transaction itself.
Definition at line 139 of file txmempool.h.
| size_t TxMempoolInfo::vsize |
Virtual size of the transaction.
Definition at line 148 of file txmempool.h.