pub fn handle_payout_failure(
state: &PayoutState,
restore_idle: u128,
failure_reason: impl Into<String>,
) -> RecoveryOutcomeExpand description
Handle a failed payout operation.
pub fn handle_payout_failure(
state: &PayoutState,
restore_idle: u128,
failure_reason: impl Into<String>,
) -> RecoveryOutcomeHandle a failed payout operation.