pub fn send_tx(
    client: &RpcClient,
    config: &CliConfig<'_>,
    ixs: &[Instruction]
) -> Result<Signature, ClientError>