Function pallet_pool_registry::pallet::dispatchables::execute_update
source · pub fn execute_update<T: Config>(pool_id: T::PoolId)
Expand description
Executed a scheduled update to the pool.
This checks if the scheduled time is in the past and, if required, if there are no outstanding redeem orders. If both apply, then the scheduled changes are applied.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::execute_update
.