Type Alias polkadot_runtime_parachains::session_info::IdentificationTuple
source · 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
.