Function democracy::pallet::dispatchables::fast_track_referendum
source · pub fn fast_track_referendum<T: Config>(ref_index: PropIndex)
Expand description
Reduces the voting period of an existing referendum.
The dispatch of this call must be FastTrackOrigin
.
ref_index
: The index of the referendum.
Emits FastTrackReferendum
.
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_referendum
.