Module Stable.V1

type t = {
host : Core.Unix.Inet_addr.Stable.V1.t;
libp2p_port : int;
peer_id : Id.Stable.V1.t;
}
val bin_shape_t : Core.Bin_prot.Shape.t
val bin_size_t : t Core.Bin_prot.Size.sizer
val bin_write_t : t Core.Bin_prot.Write.writer
val bin_writer_t : t Core.Bin_prot.Type_class.writer
val __bin_read_t__ : ( int -> t ) Core.Bin_prot.Read.reader
val bin_read_t : t Core.Bin_prot.Read.reader
val bin_reader_t : t Core.Bin_prot.Type_class.reader
val bin_t : t Core.Bin_prot.Type_class.t
val version : int
val __versioned__ : unit
val compare : t -> t -> int
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_latest : 'a -> 'a
val equal : t -> t -> bool
val hash_fold_t : Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state
val hash : t -> int
val to_yojson : t -> [> `Assoc of (string * [> `Int of int | `String of Id.Stable.V1.t ]) list ]
val of_yojson : [> `Assoc of ( Core.String.t, [> `Int of int | `String of Id.Stable.V1.t ] ) Core.List.Assoc.t ] -> ( t, string ) Core.Result.t