![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <mempool_entry.h>
Public Member Functions | |
| TransactionInfo (const CTransactionRef &tx, const CAmount &fee, const int64_t vsize, const unsigned int height) | |
Public Attributes | |
| const CTransactionRef | m_tx |
| const CAmount | m_fee |
| const int64_t | m_virtual_transaction_size |
| The virtual transaction size. More... | |
| const unsigned int | txHeight |
Definition at line 146 of file mempool_entry.h.
|
inline |
Definition at line 163 of file mempool_entry.h.
| const CAmount TransactionInfo::m_fee |
Definition at line 149 of file mempool_entry.h.
| const CTransactionRef TransactionInfo::m_tx |
Definition at line 147 of file mempool_entry.h.
| const int64_t TransactionInfo::m_virtual_transaction_size |
The virtual transaction size.
This is a policy field which considers the sigop cost of the transaction as well as its weight, and reinterprets it as bytes.
It is the primary metric by which the mining algorithm selects transactions.
Definition at line 159 of file mempool_entry.h.
| const unsigned int TransactionInfo::txHeight |
Definition at line 161 of file mempool_entry.h.