package tezos-protocol-environment-structs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Public_key_hash_in end
val name : string
val title : string
type Tezos_crypto.Base58.data +=
  1. | Data of t
val b58check_encoding : t Tezos_crypto.Base58.encoding
val raw_encoding : t Data_encoding.encoding
val to_bytes : t -> Bytes.t
val of_bytes_opt : Bytes.t -> t option
val to_string : t -> string
val of_string_opt : string -> t option
val size : int
val zero : t
include sig ... end
val of_bytes_exn : Bytes.t -> t
val of_string_exn : string -> t
val of_string : string -> t Tezos_error_monad.Error_monad.tzresult
val to_hex : t -> Hex.t
val of_hex_opt : Hex.t -> t option
val of_hex_exn : Hex.t -> t
val of_b58check_opt : string -> t option
val of_b58check_exn : string -> t
val to_b58check : t -> string
val to_short_b58check : t -> string
val to_path : t -> string list -> string list
val of_path : string list -> t option
val of_path_exn : string list -> t
val path_length : int
val prefix_path : 'a -> 'b
val seeded_hash : int -> 'a -> int
val hash : 'a -> int
include sig ... end
val (=) : t -> t -> bool
val (<>) : t -> t -> bool
val (<) : t -> t -> bool
val (<=) : t -> t -> bool
val (>=) : t -> t -> bool
val (>) : t -> t -> bool
val compare : t -> t -> int
val equal : t -> t -> bool
val max : t -> t -> t
val min : t -> t -> t
include sig ... end
val pp : Format.formatter -> t -> unit
val pp_short : Format.formatter -> t -> unit
val encoding : t Data_encoding.encoding
val of_b58check : string -> t Tezos_error_monad.Error_monad.tzresult
include sig ... end
module Error_table = Public_key_hash_in.Error_table
module WeakRingTable = Public_key_hash_in.WeakRingTable
val rpc_arg : t Tezos_rpc.RPC_arg.arg
module Set : sig ... end
module Map : sig ... end
module Table : sig ... end