Type Definition pallet_session::historical::IdentificationTuple
source · pub type IdentificationTuple<T> = (<T as Config>::ValidatorId, <T as Config>::FullIdentification);
Expand description
A tuple of the validator’s ID and their full identification.