Function pallet_treasury::pallet::dispatchables::reject_proposal
source · pub fn reject_proposal<T: Config<I>, I: 'static>(proposal_id: ProposalIndex)
Expand description
Reject a proposed spend. The original deposit will be slashed.
May only be called from T::RejectOrigin
.
Complexity
- O(1)
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::reject_proposal
.