Module Irmin_tezos.Schema

include Irmin.Schema.Extended with type Contents.t = bytes and type Metadata.t = unit and type Path.t = string list and type Path.step = string and type Branch.t = string and module Info = Irmin.Info.Default
include Irmin.Schema.S with type Contents.t = bytes with type Metadata.t = unit with type Path.t = string list with type Path.step = string with type Branch.t = string with module Info = Irmin.Info.Default

Signature for digest hashes, inspired by Digestif.

module Branch : Irmin.Branch.S with type t = string
module Info = Irmin.Info.Default
module Metadata : Irmin.Metadata.S with type t = unit
module Path : Irmin.Path.S with type t = string list with type step = string
module Contents : Irmin.Contents.S with type t = bytes