Expand description
Functions§
- close
- Close a vote that is either approved, disapproved or whose voting period has ended.
- disapprove_
proposal - Disapprove a proposal, close, and remove it from the system, regardless of its current state.
- execute
- Dispatch a proposal from a member using the
Member
origin. - kill
- Disapprove the proposal and burn the cost held for storing this proposal.
- propose
- Add a new proposal to either be voted on or executed directly.
- release_
proposal_ cost - Release the cost held for storing a proposal once the given proposal is completed.
- set_
members - Set the collective’s membership.
- vote
- Add an aye or nay vote for the sender to the given proposal.