package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val compare : t -> t -> int
val init : t

Initial value for ids: zero.

In the protocol, to be used in parse_data only

In the protocol, to be used in unparse_data only

val next : t -> t
val is_temp : t -> bool
val of_legacy_USE_ONLY_IN_Legacy_big_map_diff : Tezos_protocol_environment_alpha.Z.t -> t
val to_legacy_USE_ONLY_IN_Legacy_big_map_diff : t -> Tezos_protocol_environment_alpha.Z.t
include Path_encoding.S with type t := t
val to_path : t -> string list -> string list

to_path t postfix returns the context path name for t postfixed with postfix

val of_path : string list -> t option

of_path path parses path as a context path name for t

val path_length : int

Directory levels of the path encoding of t