Variable BlockHeader.validators

BitMask containing the validators' key indices which signed the block

struct BlockHeader
{
  // ...
  agora.common.BitMask.BitMask validators ;
  // ...
}