P2P.Points
val delete_disconnect_point :
< meth : [ `DELETE ]
; input : unit
; output : unit
; prefix : unit
; params : unit * Tezos_base.P2p_point.Id.t
; query : < wait : bool > >
service
val get_points :
< meth : [ `GET ]
; input : unit
; output : Tezos_base.P2p_point.Id.t list
; prefix : unit
; params : unit
; query : < connected : bool > >
service
val get_points_info :
< meth : [ `GET ]
; input : unit
; output : (Tezos_base.P2p_point.Id.t * Tezos_base.P2p_point.Info.t) list
; prefix : unit
; params : unit
; query : < connected : bool > >
service
val get_point_info :
< meth : [ `GET ]
; input : unit
; output : Tezos_base.P2p_point.Info.t
; prefix : unit
; params : unit * Tezos_base.P2p_point.Id.t
; query : unit >
service