package tezos-context

  1. Overview
  2. Docs

Module Tezos_context_sigs.ContextSource

Sourcetype depth = [
  1. | `Eq of int
  2. | `Le of int
  3. | `Lt of int
  4. | `Ge of int
  5. | `Gt of int
]

The tree depth of a fold. See the View.fold function for more information.

Sourcemodule type VIEW = sig ... end
Sourcemodule Kind : sig ... end
Sourcemodule type TREE = sig ... end

Tree provides immutable, in-memory partial mirror of the context, with lazy reads and delayed writes. The trees are Merkle trees that carry the same hash as the part of the context they mirror.

Sourcemodule type HASH_VERSION = sig ... end
Sourcemodule type S = sig ... end
OCaml

Innovation. Community. Security.