![]()  | 
  
    BSHA3
    0.17.99
    
   P2P Blockchain, based on Bitcoin 
   | 
 
Information about a mempool transaction. More...
#include <txmempool.h>
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... | |
Information about a mempool transaction.
Definition at line 327 of file txmempool.h.
| CFeeRate TxMempoolInfo::feeRate | 
Feerate of the transaction.
Definition at line 336 of file txmempool.h.
| int64_t TxMempoolInfo::nFeeDelta | 
The fee delta.
Definition at line 339 of file txmempool.h.
| int64_t TxMempoolInfo::nTime | 
Time the transaction entered the mempool.
Definition at line 333 of file txmempool.h.
| CTransactionRef TxMempoolInfo::tx | 
The transaction itself.
Definition at line 330 of file txmempool.h.
 1.8.14