pub type Invulnerables<T: Config> = StorageValue<_GeneratedPrefixForStorageInvulnerables<T>, BoundedVec<T::AccountId, T::MaxInvulnerables>, ValueQuery>;
Expand description

The invulnerable, permissioned collators. This list must be sorted.

Storage type is [StorageValue] with value type BoundedVec < T :: AccountId, T :: MaxInvulnerables >.