Module Mavryk_shell.Distributed_db_message

Mavryk 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 : Mavryk_base.Distributed_db_version.t list
val pp_json : Stdlib.Format.formatter -> t -> unit
module Bounded_encoding : sig ... end