[−][src]Type Definition pallet_session::historical::IdentificationTuple
type IdentificationTuple<T> = (<T as Trait>::ValidatorId, <T as Trait>::FullIdentification);
A tuple of the validator's ID and their full identification.