Type Definition pallet_dkg_proposals::pallet::VotingKeys

source ·
pub type VotingKeys<T: Config> = StorageValue<_GeneratedPrefixForStorageVotingKeys<T>, BoundedVec<(T::AccountId, VotingKey<T>), T::MaxProposers>, ValueQuery>;
Expand description

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