Function pallet_democracy::pallet::dispatchables::external_propose
source · pub fn external_propose<T: Config>(proposal: BoundedCallOf<T>)
Expand description
Schedule a referendum to be tabled once it is legal to schedule an external referendum.
The dispatch origin of this call must be ExternalOrigin
.
proposal_hash
: The preimage hash of the proposal.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::external_propose
.