Module Ib.Connection.Handshake_result

module Handshake_result: sig .. end

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 -> t
val sexp_of_t : t -> Sexplib.Sexp.t