Function pallet_democracy::pallet::dispatchables::external_propose_majority
source · pub fn external_propose_majority<T: Config>(proposal: BoundedCallOf<T>)
Expand description
Schedule a majority-carries referendum to be tabled next once it is legal to schedule an external referendum.
The dispatch of this call must be ExternalMajorityOrigin
.
proposal_hash
: The preimage hash of the proposal.
Unlike external_propose
, blacklisting has no effect on this and it may replace a
pre-scheduled external_propose
call.
Weight: O(1)
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::external_propose_majority
.