Function stop_withdrawal

Source
pub fn stop_withdrawal(
    state: OpState,
    op_id: u64,
    escrow_address: Address,
) -> TransitionRes
Expand description

Stop withdrawal and refund escrow shares.

§Arguments

  • state - Current state (must be Withdrawing)
  • op_id - Operation ID to verify correlation

§Returns

  • Ok(TransitionResult) with Idle state and refund effects