Schema.Commit
type hash = Hash.t
val hash_t : hash Brassaia.Type.t
val t : t Brassaia.Type.t
val encoding : t Data_encoding.t
type node_key = hash
val node_key_t : node_key Brassaia.Type.t
val node_key_encoding : node_key Data_encoding.t
type commit_key = hash
val commit_key_t : commit_key Brassaia.Type.t
val commit_key_encoding : commit_key Data_encoding.t
module Info : sig ... end
val init : info:Info.t -> node:node_key -> parents:commit_key list -> t
val parents : t -> commit_key list