pub type ValidatorMap = IndexMap<Address, Validator<BLSPubKey>>;
pub struct ValidatorMap { /* private fields */ }