package tezos-context

  1. Overview
  2. Docs

Module Context.CommitSource

Parameters

module H : Irmin.Type.S

Signature

Commit values

Sourcetype t

The type for commit values.

Sourcetype hash = H.t

Type for keys.

Sourceval v : info:Irmin.Info.t -> node:hash -> parents:hash list -> t

Create a commit.

Sourceval node : t -> hash

The underlying node.

Sourceval parents : t -> hash list

The commit parents.

Sourceval info : t -> Irmin.Info.t

The commit info.

Value Types

t is the value type for t.

hash_t is the value type for hash.

OCaml

Innovation. Community. Security.