Variable ConsensusData.missing_validators

List of indices to the validator UTXO set which have not revealed the preimage, aka missing preimage validators, or MPVs

struct ConsensusData
{
  // ...
  uint[] missing_validators ;
  // ...
}