The virtual transaction size.

Synopsis

Declared in <kernel/mempool_entry.h>

int64_t const m_virtual_transaction_size;

Description

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.

Created with MrDocs