Type Definition pallet_session::historical::IdentificationTuple[][src]

type IdentificationTuple<T> = (<T as Config>::ValidatorId, <T as Config>::FullIdentification);
Expand description

A tuple of the validator’s ID and their full identification.