Function democracy::pallet::dispatchables::fast_track
source · pub fn fast_track<T: Config>(prop_index: PropIndex, delay: BlockNumberFor<T>)Expand description
Schedule a proposal to be tabled immediately with the FastTrackVotingPeriod.
The dispatch of this call must be FastTrackOrigin.
prop_index: The index of the current external proposal.delay: The number of blocks to wait after approval before execution.
Emits Started and FastTrack.
Weight: O(1)
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::fast_track.