package tezos-base

  1. Overview
  2. Docs
module Id : sig ... end
module Map : Map.S with type key = Id.t
module Set : Set.S with type elt = Id.t
module Table : Hashtbl.S with type key = Id.t
module Info : sig ... end

Information about a connection

module P2p_event : sig ... end