Trait pallet_session::historical::Config [−][src]
pub trait Config: Config { type FullIdentification: Parameter; type FullIdentificationOf: Convert<Self::ValidatorId, Option<Self::FullIdentification>>; }
Expand description
Config necessary for the historical module.
Associated Types
Full identification of the validator.
type FullIdentificationOf: Convert<Self::ValidatorId, Option<Self::FullIdentification>>
type FullIdentificationOf: Convert<Self::ValidatorId, Option<Self::FullIdentification>>
A conversion from validator ID to full identification.
This should contain any references to economic actors associated with the validator, since they may be outdated by the time this is queried from a historical trie.
It must return the identification for the current session index.