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§

blacklist
Permanently place a proposal into the blacklist. This prevents it from ever being proposed again.
cancel_proposal
Remove a proposal.
cancel_referendum
Remove a referendum.
clear_public_proposals
Clears all public proposals.
delegate
Delegate the voting power (with some given conviction) of the sending account.
emergency_cancel
Schedule an emergency cancellation of a referendum. Cannot happen twice to the same referendum.
external_propose
Schedule a referendum to be tabled once it is legal to schedule an external referendum.
external_propose_default
Schedule a negative-turnout-bias referendum to be tabled next once it is legal to schedule an external referendum.
external_propose_majority
Schedule a majority-carries referendum to be tabled next once it is legal to schedule an external referendum.
fast_track
Schedule the currently externally-proposed majority-carries referendum to be tabled immediately. If there is no externally-proposed referendum currently, or if there is one but it is not a majority-carries referendum then it fails.
propose
Propose a sensitive action to be taken.
remove_other_vote
Remove a vote for a referendum.
remove_vote
Remove a vote for a referendum.
second
Signals agreement with a particular proposal.
set_metadata
Set or clear a metadata of a proposal or a referendum.
undelegate
Undelegate the voting power of the sending account.
unlock
Unlock tokens that have an expired lock.
veto_external
Veto and blacklist the external proposal hash.
vote
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.