package tezos-protocol-alpha

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

Module Path_encoding.Make_hexSource

Path encoding in hex: /[0-9a-f]{2}+/

Parameters

module H : ENCODING

Signature

Sourceval to_path : H.t -> string list -> string list

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

Sourceval of_path : string list -> H.t option

of_path path parses path as a context path name for t

Sourceval path_length : int

Directory levels of the path encoding of t

OCaml

Innovation. Community. Security.