Type Definition pallet_im_online::IdentificationTuple [−][src]
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
.