The virtual transaction size.
Declared in <kernel/mempool_entry.h>
int64_t const m_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.