Type Definition pallet_dkg_proposals::pallet::VoterList

source ·
pub type VoterList<T> = BoundedVec<VotingKeyTuple<T>, <T as Config>::MaxProposers>;