Function listen::jito::send_swap_tx_no_wait

source ยท
pub async fn send_swap_tx_no_wait(
    ixs: &mut Vec<Instruction>,
    tip: u64,
    payer: &Keypair,
    searcher_client: &mut SearcherClient,
    rpc_client: &RpcClient,
) -> Result<(), Box<dyn Error>>