referrerpolicy=no-referrer-when-downgrade
pallet_collator_selection::pallet

Type Alias 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 */);