Function pallet_referenda::pallet::dispatchables::nudge_referendum
source · pub fn nudge_referendum<T: Config<I>, I: 'static>(index: ReferendumIndex)
Expand description
Advance a referendum onto its next logical state. Only used internally.
origin
: must beRoot
.index
: the referendum to be advanced.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::nudge_referendum
.