Function pallet_staking::dispatchables::validate
source · pub fn validate<T: Config>(prefs: ValidatorPrefs)
Expand description
Declare the desire to validate for the origin controller.
Effects will be felt at the beginning of the next era.
The dispatch origin for this call must be Signed by the controller, not the stash.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::validate
.