Type Alias DeactivatedOperators

Source
pub type DeactivatedOperators<T: Config> = StorageMap<_GeneratedPrefixForStorageDeactivatedOperators<T>, Identity, DomainId, BTreeSet<OperatorId>, ValueQuery>;
Expand description

Storage for operators who were de-activated during this epoch. Will be cleared once epoch is transitioned.

Storage type is [StorageMap] with key type DomainId and value type BTreeSet < OperatorId >.

Aliased Typeยง

pub struct DeactivatedOperators<T: Config>(/* private fields */);