pub type PreviousCommittee<T>where
    T: Config, = StorageValue<_GeneratedPrefixForStoragePreviousCommittee<T>, Vec<<T as Config>::AccountId, Global>, ValueQuery, GetDefault>;
Expand description

Storage type is [StorageValue] with value type Vec < T :: AccountId >.