Function dex_stable::pallet::dispatchables::withdraw_admin_fee
source · pub fn withdraw_admin_fee<T: Config>(pool_id: T::PoolId)
Expand description
Withdraw the admin fee from pool to admin fee receiver.
Can called by anyone.
Argument
pool_id
: The id of pool.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::withdraw_admin_fee
.