Information about a mempool transaction.
Declared in <txmempool.h>
<txmempool.h>
struct TxMempoolInfo;
Name
Description
fee
Fee of the transaction.
m_time
Time the transaction entered the mempool.
nFeeDelta
The fee delta.
tx
The transaction itself
vsize
Virtual size of the transaction.
Created with MrDocs