package tezos-context

  1. Overview
  2. Docs
module type DB = Irmin.S with type key = Tezos_context_encoding.Context.Path.t and type contents = Tezos_context_encoding.Context.Contents.t and type branch = Tezos_context_encoding.Context.Branch.t and type hash = Tezos_context_encoding.Context.Hash.t and type step = Tezos_context_encoding.Context.Path.step and type metadata = Tezos_context_encoding.Context.Metadata.t and type Key.step = Tezos_context_encoding.Context.Path.step
module Make_tree (DB : DB) : sig ... end
OCaml

Innovation. Community. Security.