Function pallet_nomination_pools::pallet::dispatchables::chill
source · pub fn chill<T: Config>(pool_id: PoolId)
Expand description
Chill on behalf of the pool.
The dispatch origin of this call must be signed by the pool nominator or the pool
root role, same as Pallet::nominate
.
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::chill
.