Module pallet_conviction_voting::pallet::dispatchables
source · Expand description
Functions§
- Delegate the voting power (with some given conviction) of the sending account for a particular class of polls.
- Remove a vote for a poll.
- Remove a vote for a poll.
- Undelegate the voting power of the sending account for a particular class of polls.
- Remove the lock caused by prior voting/delegating which has expired within a particular class.
- 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.