Variable Ledger.stateDB

The database in which the Ledger state is stored

class Ledger
{
  // ...
  ManagedDatabase stateDB ;
  // ...
}