referrerpolicy=no-referrer-when-downgrade
pallet_democracy::pallet::dispatchables

Function veto_external

Source
pub fn veto_external<T: Config>(proposal_hash: T::Hash)
Expand description

Veto and blacklist the external proposal hash.

The dispatch origin of this call must be VetoOrigin.

  • proposal_hash: The preimage hash of the proposal to veto and blacklist.

Emits Vetoed.

Weight: O(V + log(V)) where V is number of existing vetoers

§Warning: Doc-Only

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