package tezos-context

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

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-17.3.tar.gz
sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc

doc/tezos-context.memory/Tezos_context_memory/Make/argument-1-Encoding/Schema/Commit/index.html

Module Schema.Commit

Parameters

module Node_key : sig ... end
module Commit_key : sig ... end

Signature

Commit values

type t

The type for commit values.

val t : t Irmin__.Type.t
type node_key = Node_key.t

Type for node keys.

val node_key_t : node_key Irmin__.Type.t
type commit_key = Commit_key.t

Type for commit keys.

val commit_key_t : commit_key Irmin__.Type.t
val v : info:Info.t -> node:node_key -> parents:commit_key list -> t

Create a commit.

val node : t -> node_key

The underlying node key.

val parents : t -> commit_key list

The commit parents.

val info : t -> Info.t

The commit info.

OCaml

Innovation. Community. Security.