pub fn withdraw<'info>(
    ctx: Context<'_, '_, '_, 'info, Withdraw<'info>>,
    escrow_payment_bump: u8,
    amount: u64
) -> ProgramResult
Expand description

Withdraw amount from the escrow payment account for your specific wallet.