Module Tezos_shell.Distributed_db_message

Tezos Shell - Network message for the gossip P2P protocol.

We must make sure that we are able to associate a response to the corresponding request. Thus, we are able to discrimate between expected responses from the unexpected ones.

val distributed_db_versions : Tezos_version.Distributed_db_version.t list
val pp_json : Stdlib.Format.formatter -> t -> unit
module Bounded_encoding : sig ... end