Function pallet_nomination_pools::pallet::dispatchables::nominate
source · pub fn nominate<T: Config>(pool_id: PoolId, validators: Vec<T::AccountId>)
Expand description
Nominate on behalf of the pool.
The dispatch origin of this call must be signed by the pool nominator or the pool root role.
This directly forward the call to the staking pallet, on behalf of the pool bonded account.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::nominate
.