Type Alias pallet_society::pallet::Head

source ·
pub type Head<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageHead<T, I>, T::AccountId>;
Expand description

The most primary from the most recently approved rank 0 members in the society.

Storage type is [StorageValue] with value type T :: AccountId.

Aliased Type§

struct Head<T: Config<I>, I: 'static = ()>(/* private fields */);