Subconfig.Message_idinclude Gossipsub_intf.ITERABLEinclude Tezos_base.TzPervasives.COMPARABLE with type t := tinclude Tezos_base.TzPervasives.PRINTABLE with type t := tval pp : Stdlib.Format.formatter -> t -> unitmodule Set : Tezos_base.TzPervasives.Set.S with type elt = tmodule Map : Tezos_base.TzPervasives.Map.S with type key = tget_topic id returns/computes a message's topic from the given message id. Message ids should be defined so that this function can be implemented.
val valid : t -> [ `Valid | `Unknown | `Outdated | `Invalid ]