pub fn deposit_reserve_for_storage_fund<T: Config>(
operator_id: OperatorId,
source: &T::AccountId,
deposit_amount: <T as Config>::Balance,
) -> Result<NewDeposit<<T as Config>::Balance>, Error>
Expand description
Split the new deposit into 2 parts: the staking deposit and the the storage fee deposit, add the storage fee deposit to the bundle storage fund.