Module pallet_ranked_collective::pallet::dispatchables
source · Expand description
Functions§
- Introduce a new member.
- Remove votes from the given poll. It must have ended.
- Decrement the rank of an existing member by one. If the member is already at rank zero, then they are removed entirely.
- Exchanges a member with a new account and the same existing rank.
- Increment the rank of an existing member by one.
- Remove the member entirely.
- Add an aye or nay vote for the sender to the given proposal.