Type Alias DeregisteredOperators

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

Storage for operators who de-registered in the current 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 DeregisteredOperators<T: Config>(/* private fields */);