Module Context.Version

type t
val version : t

The current and expected version of the context.

val encoding : t Mavryk_base.TzPervasives.Data_encoding.t

The encoding for the context version.

check v fails if v is different from the expected version of the context.

val to_string : t -> string

String representation of context version.