Function loans::pallet::dispatchables::reduce_reserves   
source · pub fn reduce_reserves<T: Config>(
    receiver: <T::Lookup as StaticLookup>::Source,
    asset_id: <T as Config>::CurrencyId,
    reduce_amount: <T as Config>::Balance
)Expand description
Reduces reserves (treasury’s share of accrued interest) by transferring to receiver.
May only be called from T::ReserveOrigin.
receiver: the receiver account.asset_id: the assets to be reduced.reduce_amount: the amount to be reduced.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::reduce_reserves.