package tezos-protocol-environment-structs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 -> Stdlib.Bytes.t
val of_bytes_opt : Stdlib.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 : Stdlib.Bytes.t -> t
val of_bytes : Stdlib.Bytes.t -> t Tezos_error_monad.Error_monad.tzresult
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 : Stdlib.Format.formatter -> t -> unit
val pp_short : Stdlib.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 Set : sig ... end
module Table : sig ... end
module Map : sig ... end
module Error_table : sig ... end
module WeakRingTable : sig ... end
val rpc_arg : t Tezos_rpc.RPC_arg.arg
module Logging : sig ... end
OCaml

Innovation. Community. Security.