Variable NodeLedger.frozen_utxos

The list of frozen UTXOs known to this Ledger

class NodeLedger
{
  // ...
  UTXOTracker frozen_utxos ;
  // ...
}