# Collective

The `Collective` pallet can be used to generate an instance that represents some group of users with the ability to propose ideas, motion and vote on those proposed ideas.

## Configuration Trait

* Origin
* Proposal
* Event
* MotionDuration
* MaxProposals
* MaxMembers
* DefaultVote
* WeightInfo

## Storage

* Proposals
* ProposalOf
* Voting
* ProposalCount
* Members
* Prime
