Brassaia_eio_tezos.Schemainclude Brassaia_eio.Brassaia.Schema.Extended
with type Contents.t = bytes
and type Branch.t = string
and module Info = Brassaia_eio.Brassaia.Info.Defaultinclude Brassaia_eio.Schema.S
with type Contents.t = bytes
with type Branch.t = string
with module Info = Brassaia_eio.Brassaia.Info.Defaultmodule Hash : Brassaia_eio.Hash.SSignature for digest hashes, inspired by Digestif.
module Branch : Brassaia_eio.Branch.S with type t = stringmodule Info = Brassaia_eio.Brassaia.Info.Defaultmodule Contents : Brassaia_eio.Contents.S with type t = bytesmodule Node
(Contents_key : Brassaia_eio.Key.S with type hash = Hash.t)
(Node_key : Brassaia_eio.Key.S with type hash = Hash.t) :
Brassaia_eio.Node.Generic_key.S
with type hash = Hash.t
and type contents_key = Contents_key.t
and type node_key = Node_key.tmodule Commit
(Node_key : Brassaia_eio.Key.S with type hash = Hash.t)
(Commit_key : Brassaia_eio.Key.S with type hash = Hash.t) :
Brassaia_eio.Commit.Generic_key.S
with module Info := Info
and type node_key = Node_key.t
and type commit_key = Commit_key.t