Type Alias NextCommittee

Source
pub type NextCommittee<T: Config> = StorageValue<_GeneratedPrefixForStorageNextCommittee<T>, CommitteeInfo<T::ScEpochNumber, T::CommitteeMember, T::MaxValidators>, OptionQuery>;
Expand description

Storage type is [StorageValue] with value type CommitteeInfo < T :: ScEpochNumber, T :: CommitteeMember, T :: MaxValidators >.

Aliased Typeยง

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