Node_addrs_and_ports.Displaymodule Stable : sig ... endtype 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.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval client_port : t -> intval libp2p_port : t -> intval peer : t -> Network_peer.Peer.Display.t optionval bind_ip : t -> stringval external_ip : t -> stringmodule Fields : sig ... endval t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t