P2p_connection.Idtype t = P2p_addr.t * P2p_addr.port optionThe host address and its optional listening port. The port is set to None in case the node doesn't have a welcome worker to accept incoming connections.
val pp : Stdlib.Format.formatter -> t -> unitval pp_opt : Stdlib.Format.formatter -> t option -> unitval to_string : t -> stringval encoding : t Data_encoding.tval is_local : t -> boolval is_global : t -> boolval of_point : P2p_point.Id.t -> tval to_point : t -> P2p_point.Id.t optionval to_point_exn : t -> P2p_point.Id.t