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

Deposit amount into the escrow payment account for your specific wallet.