Function loans::pallet::dispatchables::reduce_incentive_reserves
source · pub fn reduce_incentive_reserves<T: Config>(
receiver: <T::Lookup as StaticLookup>::Source,
asset_id: <T as Config>::CurrencyId,
redeem_amount: <T as Config>::Balance
)
Expand description
Sender redeems some of internal supplies in exchange for the underlying asset.
asset_id
: the asset to be redeemed.redeem_amount
: the amount to be redeemed.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::reduce_incentive_reserves
.