pub type CommitteeSize<T> = StorageValue<_GeneratedPrefixForStorageCommitteeSize<T>, CommitteeSeats, ValueQuery>;
Expand description

Desirable size of a committee, see CommitteeSeats.

Storage type is [StorageValue] with value type CommitteeSeats.

Aliased Type§

struct CommitteeSize<T>(PhantomData<(_GeneratedPrefixForStorageCommitteeSize<T>, CommitteeSeats, ValueQuery, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageCommitteeSize<T>, CommitteeSeats, ValueQuery, GetDefault)>