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