pub type AccountId<T> = <<T as Config>::ValidatorSet as ValidatorSet<<T as Config>::AccountId>>::ValidatorId;
Expand description

A type for representing the validator account id in a session.