Function UTXOTracker.data

Set!(agora.consensus.state.Ledger.UTXOTracker.Tracked) data() pure nothrow @nogc scope @safe;

Returns

The currently tracked set

Note

Should be const but Set can't iterate on const delegates