Variable ConsensusData.enrolls

The enrollments that are being nominated / voted on

struct ConsensusData
{
  // ...
  Enrollment[] enrolls ;
  // ...
}