referrerpolicy=no-referrer-when-downgrade
pallet_membership::pallet

Type Alias Prime

Source
pub type Prime<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStoragePrime<T, I>, T::AccountId, OptionQuery>;
Expand description

The current prime member, if one exists.

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

Aliased Type§

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