Type Definition t3rn_mini_mock_runtime::PreviousCommittee
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 >
.