sig
  type t =
      Eof
    | Version_failure of int
    | Server_header of [ `Version of int ] * Core.Std.Time.t * Account_code.t
  val t_of_sexp : Sexplib.Sexp.t -> Ib.Connection.Handshake_result.t
  val sexp_of_t : Ib.Connection.Handshake_result.t -> Sexplib.Sexp.t
end