referrerpolicy=no-referrer-when-downgrade

Module 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§

clean_defunct_voters
Clean all voters who are defunct (i.e. they do not serve any purpose at all). The deposit of the removed voters are returned.
remove_member
Remove a particular member from the set. This is effective immediately and the bond of the outgoing member is slashed.
remove_voter
Remove origin as a voter.
renounce_candidacy
Renounce one’s intention to be a candidate for the next election round. 3 potential outcomes exist:
submit_candidacy
Submit oneself for candidacy. A fixed amount of deposit is recorded.
vote
Vote for a set of candidates for the upcoming round of election. This can be called to set the initial votes, or update already existing votes.