Type Alias pallet_collator_selection::pallet::Invulnerables
source · pub type Invulnerables<T: Config> = StorageValue<_GeneratedPrefixForStorageInvulnerables<T>, Vec<T::AccountId>, ValueQuery>;Expand description
The invulnerable, fixed collators.
Storage type is [StorageValue] with value type Vec < T :: AccountId >.
Aliased Type§
struct Invulnerables<T: Config>(/* private fields */);