TxGraph::GetTransactionCount

Get the total number of transactions in the graph. This is available even for oversized graphs.

Synopsis

Declared in <txgraph.h>

virtual
GraphIndex
GetTransactionCount(Level level) noexcept = 0;

Return Value

The number of transactions in the selected graph.

Parameters

NameDescription
levelWhich graph (main or staging) to query.