pub fn governance_fallback<T: Config>(
maybe_max_voters: Option<u32>,
maybe_max_targets: Option<u32>,
)
Expand description
Trigger the governance fallback.
This can only be called when Phase::Emergency
is enabled, as an alternative to
calling Call::set_emergency_election_result
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::governance_fallback
.