CBlockIndex::m_chain_tx_count

(memory only) Number of transactions in the chain up to and including this block. This value will be non-zero if this block and all previous blocks back to the genesis block or an assumeutxo snapshot block have reached the VALID_TRANSACTIONS level.

Synopsis

Declared in <chain.h>

uint64_t m_chain_tx_count = {0};