pub fn disapprove_proposal<T: Config<I>, I: 'static>(proposal_hash: T::Hash)
Expand description

Disapprove a proposal, close, and remove it from the system, regardless of its current state.

Must be called by the Root origin.

Parameters:

  • proposal_hash: The hash of the proposal that should be disapproved.

Complexity

O(P) where P is the number of max proposals

Warning: Doc-Only

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