Module democracy::pallet::storage_types  
source · Expand description
Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.
Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation purposes.
To see the actual storage type, find a struct with the same name at the root of the pallet, in the list of Type Definitions.
Structs
- Those who have locked a deposit.
 - The lowest referendum index representing an unbaked referendum. Equal to
ReferendumCountif there isn’t a unbaked referendum. - Warning: Doc-Only
 - The number of (public) proposals that have been made so far.
 - The public proposals. Unsorted. The second item is the proposal.
 - The next free referendum index, aka the number of referenda started so far.
 - Information concerning any given referendum.
 - All votes for a particular voter. We store the balance for the number of votes that we have recorded.