pub type IdentificationTuple<T> = (ValidatorId<T>, <<T as Config>::ValidatorSet as ValidatorSetWithIdentification<<T as Config>::AccountId>>::Identification);
Expand description

A tuple of (ValidatorId, Identification) where Identification is the full identification of ValidatorId.