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§

delegate
Delegate the voting power (with some given conviction) of the sending account for a particular class of polls.
remove_other_vote
Remove a vote for a poll.
remove_vote
Remove a vote for a poll.
undelegate
Undelegate the voting power of the sending account for a particular class of polls.
unlock
Remove the lock caused by prior voting/delegating which has expired within a particular class.
vote
Vote in a poll. If vote.is_aye(), the vote is to enact the proposal; otherwise it is a vote to keep the status quo.