Function dex_stable::pallet::dispatchables::set_admin_fee
source · pub fn set_admin_fee<T: Config>(pool_id: T::PoolId, new_admin_fee: u128)
Expand description
Update admin fee of the pool.
Only called by admin.
Argument
pool_id
: The id of pool.new_admin_fee
: The new admin fee of this pool.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_admin_fee
.