pub fn withdraw_from_fee<'info>(
    ctx: Context<'_, '_, '_, 'info, WithdrawFromFee<'info>>,
    amount: u64
) -> Result<()>
Expand description

Withdraw amount from the Auction House Fee Account to a provided destination account.