package tezos-context

  1. Overview
  2. Docs
Tezos: on-disk context abstraction for `tezos-node`

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-v12.3.tar.bz2
sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d
sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a

doc/tezos-context.helpers/Tezos_context_helpers/Context/Make_tree/argument-1-DB/Private/index.html

Module DB.Private

Private functions, which might be used by the backends.

include Irmin.Private.S with type Contents.value = contents and module Hash = Hash and module Node.Path = Key and type Node.Metadata.t = metadata and type Branch.key = branch and type Slice.t = slice and type Repo.t = repo
module Hash = Hash

Internal hashes.

module Contents : Irmin.Contents.STORE with type key = Hash.t with type value = contents

Private content store.

module Node : sig ... end

Private node store.

module Commit : sig ... end

Private commit store.

module Branch : Irmin.Branch.STORE with type value = Hash.t with type key = branch

Private branch store.

module Slice : sig ... end

Private slices.

module Repo : sig ... end

Private repositories.

module Sync : sig ... end

URI-based low-level sync.

OCaml

Innovation. Community. Security.