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.
pub type IdentificationTuple<T> = (<T as Config>::ValidatorId, <T as Config>::FullIdentification);
A tuple of the validator’s ID and their full identification.