Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val get_topics :
< meth : [ `GET ]
; input : unit
; output : Types.Topic.t list
; prefix : unit
; params : unit
; query : unit >
service
val get_topics_peers :
< meth : [ `GET ]
; input : unit
; output : (Types.Topic.t * Types.Peer.t list) list
; prefix : unit
; params : unit
; query : < subscribed : bool > >
service
val get_connections :
< meth : [ `GET ]
; input : unit
; output : (Types.Peer.t * Types.Gossipsub.connection) list
; prefix : unit
; params : unit
; query : unit >
service
val get_scores :
< meth : [ `GET ]
; input : unit
; output : (Types.Peer.t * Types.Score.t) list
; prefix : unit
; params : unit
; query : unit >
service
val get_backoffs :
< meth : [ `GET ]
; input : unit
; output : (Types.Topic.t * (Types.Peer.t * Types.Time.t) list) list
; prefix : unit
; params : unit
; query : unit >
service
val get_message_cache :
< meth : [ `GET ]
; input : unit
; output : (int64 * (Types.Topic.t * int) list) list
; prefix : unit
; params : unit
; query : unit >
service