Type Definition pallet_membership::pallet::Prime[][src]

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

The current prime member, if one exists.