Make.Cval encoding : t Data_encoding.tencoding is the data_encoding for t.
val node_key_encoding : node_key Data_encoding.tnode_key_encoding is the data_encoding for node_key.
val commit_key_t : commit_key Type.tval commit_key_encoding : commit_key Data_encoding.tcommit_key_encoding is the data_encoding for commit_key.
val init : info:Info.t -> node:node_key -> parents:commit_key list -> tinit ~info ~node ~parents returns a new commit.
val parents : t -> commit_key listThe commit parents.