CurrentCommittee

Type Alias CurrentCommittee 

Source
pub type CurrentCommittee<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentCommittee<T>, CommitteeInfoOf<T>, ValueQuery>;
Expand description

Storage type is [StorageValue] with value type CommitteeInfoOf < T >.

Aliased Typeยง

pub struct CurrentCommittee<T: Config>(/* private fields */);