Function ValidatingLedger.this

See parent class

this (
  immutable(ConsensusParams) params,
  ManagedDatabase database,
  IBlockStorage storage,
  EnrollmentManager enroll_man,
  TransactionPool pool,
  @safe void delegate(in ref Block, bool) onAcceptedBlock
);