Type Definition pallet_quorum::pallet::ProposalItem

source ·
pub type ProposalItem<BlockNumber, AccountId, StringLimit, VotesLimit> = (Hash, BlockNumber, ProposalType<AccountId, BlockNumber, BoundedVec<u8, StringLimit>, BoundedVec<AccountId, VotesLimit>>);