pub type InvalidBundleAuthors<T: Config> = StorageMap<_GeneratedPrefixForStorageInvalidBundleAuthors<T>, Identity, DomainId, BTreeSet<OperatorId>, ValueQuery>;
Expand description
Storage for operators who are marked as invalid bundle authors 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 InvalidBundleAuthors<T: Config>(/* private fields */);