Function benjamin_arbitrage_bot::arbitrage::combine_swap_instructions
source ยท pub fn combine_swap_instructions(
quote_a_to_b: &Quote,
quote_b_to_a: &Quote,
flash_loan_amount: u64,
slippage_bps: u16,
solana_client: &SolanaClient,
) -> Result<Instruction>