Snapshot of the policy-relevant data for a mempool transaction.
Declared in <kernel/mempool_entry.h>
struct TransactionInfo;
| Name | Description |
|---|---|
TransactionInfo [constructor] | Constructs a transaction info snapshot. |
| Name | Description |
|---|---|
m_fee | The fee the transaction paid. |
m_tx | The transaction described by this snapshot. |
m_virtual_transaction_size | The virtual transaction size. |
txHeight | The block height at which the transaction entered the mempool. |