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

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