Type Alias pallet_collective::pallet::Prime

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

The prime member that helps determine the default vote behavior in case of absentations.

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

Aliased Type§

struct Prime<T: Config<I>, I: 'static = ()>(PhantomData<(_GeneratedPrefixForStoragePrime<T, I>, <T as Config>::AccountId, OptionQuery, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStoragePrime<T, I>, <T as Config>::AccountId, OptionQuery, GetDefault)>