package tezos-dal-node-services

  1. Overview
  2. Docs
type connection = {
  1. topics : Topic.t list;
  2. direct : bool;
  3. outbound : bool;
}

See Tezos_gossipsub.Introspection.connection. Ideally we should reuse that type, but that would require a new dependency to be added.

OCaml

Innovation. Community. Security.