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