NextCommittee

Type Alias NextCommittee 

Source
pub type NextCommittee<T: Config> = StorageValue<_GeneratedPrefixForStorageNextCommittee<T>, CommitteeInfoOf<T>, OptionQuery>;
Expand description

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

Aliased Typeยง

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