pub fn auctioneer_deposit<'info>(
    ctx: Context<'_, '_, '_, 'info, AuctioneerDeposit<'info>>,
    escrow_payment_bump: u8,
    amount: u64
) -> Result<()>
Expand description

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