Context.Version
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.
val check : t -> unit Mavryk_base.TzPervasives.tzresult
check v
fails if v
is different from the expected version of the context.
val to_string : t -> string
String representation of context version.