pub fn close<T: Config<I>, I: 'static>(
    proposal_hash: T::Hash,
    index: ProposalIndex,
    proposal_weight_bound: Weight,
    length_bound: u32
)
Expand description

Close a vote that is either approved, disapproved, or whose voting period has ended.

Must be called by a Fellow.

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::close.