Function farming::pallet::dispatchables::remove_reward_schedule
source · pub fn remove_reward_schedule<T: Config>(
pool_currency_id: <<T as Config>::MultiCurrency as MultiCurrency<<T as Config>::AccountId>>::CurrencyId,
reward_currency_id: <<T as Config>::MultiCurrency as MultiCurrency<<T as Config>::AccountId>>::CurrencyId
)
Expand description
Explicitly remove a reward schedule and transfer any remaining balance to the treasury
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::remove_reward_schedule
.