Constructs a transaction info snapshot.
Synopsis
Declared in <kernel/mempool_entry.h>
TransactionInfo(
CTransactionRef const& tx,
CAmount const& fee,
int64_t const vsize,
unsigned int const height);
Parameters
Name |
Description |
tx |
The transaction being described. |
fee |
The fee the transaction paid. |
vsize |
The virtual transaction size in bytes. |
height |
The block height the transaction entered the mempool. |
Created with MrDocs