Module democracy::pallet::dispatchables
source · Expand description
Auto-generated docs-only module listing all defined dispatchables for this pallet.
Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation
purposes. To see the real version of each dispatchable, look for them in Pallet
or
Call
.
Functions
- Remove a proposal.
- Remove a referendum.
- Clears all public proposals.
- Schedule a proposal to be tabled immediately with the
FastTrackVotingPeriod
. - Reduces the voting period of an existing referendum.
- Propose a sensitive action to be taken.
- Remove a vote for an ongoing referendum.
- Signals agreement with a particular proposal.
- Warning: Doc-Only
- Same as
fast_track
but with the defaultVotingPeriod
. - Vote in a referendum. If
vote.is_aye()
, the vote is to enact the proposal; otherwise it is a vote to keep the status quo.