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