package octez-internal-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Key.Of_hashSource

The simplest possible Key implementation is just a hash of the corresponding value, attaching no additional metadata about the value.

Parameters

module H : Type.S

Signature

Sourcetype t = H.t

The type for keys.

Sourceval t : t Type.t
Sourcetype hash = H.t
Sourceval to_hash : t -> hash
Sourceval of_hash : hash -> t
OCaml

Innovation. Community. Security.