referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_collator_selection::pallet::Invulnerables

source ·
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 >.

Aliased Type§

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