Constructs a transaction info snapshot.
Declared in <kernel/mempool_entry.h>
TransactionInfo(
CTransactionRef const& tx,
CAmount const& fee,
int64_t const vsize,
unsigned int const height);
| 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. |