pub fn withdraw_to<T: Config>(
operator_id: OperatorId,
dest_account: &T::AccountId,
withdraw_amount: <T as Config>::Balance,
) -> Result<<T as Config>::Balance, Error>
Expand description
Transfer the given withdraw_amount
of balance from the bundle storage fund to the
given dest_account