Type Definition pallet_dkg_proposals::pallet::Proposers

source ·
pub type Proposers<T: Config> = StorageValue<_GeneratedPrefixForStorageProposers<T>, BoundedVec<T::AccountId, T::MaxProposers>, ValueQuery>;
Expand description

Tracks current proposer set

Storage type is [StorageValue] with value type BoundedVec < T :: AccountId, T :: MaxProposers >.