Type Alias pallet_society::pallet::NextHead
source · pub type NextHead<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageNextHead<T, I>, IntakeRecordFor<T, I>, OptionQuery>;
Expand description
At the end of the claim period, this contains the most recently approved members (along with
their bid and round ID) who is from the most recent round with the lowest bid. They will
become the new Head
.
Storage type is [StorageValue
] with value type IntakeRecordFor < T, I >
.
Aliased Type§
struct NextHead<T: Config<I>, I: 'static = ()>(/* private fields */);