Function pallet_pool_fees::pallet::dispatchables::apply_new_fee
source · pub fn apply_new_fee<T: Config>(pool_id: T::PoolId, change_id: T::Hash)
Expand description
Execute a successful fee append proposal for the given (pool, bucket) pair.
Origin unrestriced due to pre-check via proposal gate.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::apply_new_fee
.