[][src]Trait eq_session_manager::Trait

pub trait Trait: Trait {
    type Event: From<Event<Self>> + Into<Self::Event>;
    type ValidatorId: Member + Parameter + MaybeSerializeDeserialize;
    type RegistrationChecker: ValidatorRegistration<Self::ValidatorId>;
}

Substrate pallet configuration trait

Associated Types

type Event: From<Event<Self>> + Into<Self::Event>

type ValidatorId: Member + Parameter + MaybeSerializeDeserialize

Representation of validator id

type RegistrationChecker: ValidatorRegistration<Self::ValidatorId>

Manages validator registration and unregistration

Loading content...

Implementors

Loading content...