Function pallet_collective::pallet::dispatchables::kill
source · pub fn kill<T: Config<I>, I: 'static>(proposal_hash: T::Hash)
Expand description
Disapprove the proposal and burn the cost held for storing this proposal.
Parameters:
origin
: must be theKillOrigin
.proposal_hash
: The hash of the proposal that should be killed.
Emits Killed
and ProposalCostBurned
if any cost was held for a given proposal.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::kill
.