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

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