Module Octogram.Agent_name

type t = private string

The valid subset of valid names for agents.

val equal : t -> t -> bool
val name_regexp : string
val name_of_string_opt : string -> t option
val encoding : t Data_encoding.t
module Dictionary : Stdlib.Map.S with type key = t