Type Definition t3rn_mini_mock_runtime::CurrentCommittee
pub type CurrentCommittee<T>where
T: Config, = StorageValue<_GeneratedPrefixForStorageCurrentCommittee<T>, Vec<<T as Config>::AccountId, Global>, ValueQuery, GetDefault>;
Expand description
Storage type is [StorageValue
] with value type Vec < T :: AccountId >
.