Module Branch.Val

Base functions on values.

type t = value

The type for keys.

val t : t Type.t
type hash
val to_hash : t -> hash
val encoding : t Data_encoding.t

encoding is the data_encoding for t.

val pp : Stdlib.Format.formatter -> t -> unit