Module Node_addrs_and_ports.Display

module Stable : sig ... end
type t = Stable.Latest.t = {
external_ip : string;
bind_ip : string;
peer : Network_peer.Peer.Display.t option;
libp2p_port : int;
client_port : int;
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val client_port : t -> int
val libp2p_port : t -> int
val peer : t -> Network_peer.Peer.Display.t option
val bind_ip : t -> string
val external_ip : t -> string
module Fields : sig ... end
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t