tezos-protocol-alpha.raw
Contract_repr.Index
tezos-protocol-alpha
tezos-protocol-alpha.environment
tezos-protocol-alpha.parameters
type t = 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
to_path t postfix
t
postfix
val of_path : string list -> t option
of_path path parses path as a context path name for t
of_path path
path
val path_length : int
Directory levels of the path encoding of t
val rpc_arg : t Tezos_protocol_environment_alpha.RPC_arg.t
val encoding : t Tezos_protocol_environment_alpha.Data_encoding.t
val compare : t -> t -> int