octez-shell-libs.validation
Block_validation.Shell_header_hash
octez-shell-libs.client-base
octez-shell-libs.client-base-unix
octez-shell-libs.client-commands
octez-shell-libs.context-ops
octez-shell-libs.mocked
octez-shell-libs.mockup
octez-shell-libs.mockup-commands
octez-shell-libs.mockup-proxy
octez-shell-libs.mockup-registration
octez-shell-libs.p2p
octez-shell-libs.p2p_test_common
octez-shell-libs.protocol-updater
octez-shell-libs.proxy
octez-shell-libs.shell
octez-shell-libs.shell-benchmarks
octez-shell-libs.shell-context
octez-shell-libs.shell-services
octez-shell-libs.signer-backends
octez-shell-libs.signer-services
octez-shell-libs.store
tezos_proxy_rpc
tezos_signer_backends_unix
tezos_store_real
tezos_store_shared
tezos_store_unix
tezos_store_unix_reconstruction
tezos_store_unix_snapshots
type t
val name : string
val title : string
val pp : Format.formatter -> t -> unit
val pp_short : Format.formatter -> t -> unit
include Tezos_stdlib.Compare.S with type t := t
val (=) : t -> t -> bool
x = y iff compare x y = 0
x = y
compare x y = 0
val (<>) : t -> t -> bool
x <> y iff compare x y <> 0
x <> y
compare x y <> 0
val (<) : t -> t -> bool
x < y iff compare x y < 0
x < y
compare x y < 0
val (<=) : t -> t -> bool
x <= y iff compare x y <= 0
x <= y
compare x y <= 0
val (>=) : t -> t -> bool
x >= y iff compare x y >= 0
x >= y
compare x y >= 0
val (>) : t -> t -> bool
x > y iff compare x y > 0
x > y
compare x y > 0
val compare : t -> t -> int
compare an alias for the functor parameter's compare function
compare
val equal : t -> t -> bool
equal x y iff compare x y = 0
equal x y
val max : t -> t -> t
max x y is x if x >= y otherwise it is y
max x y
x
y
val min : t -> t -> t
min x y is x if x <= y otherwise it is y
min x y
val hash_bytes : ?key:Bytes.t -> Bytes.t list -> t
val hash_string : ?key:string -> string list -> t
hash_string ?key inputs returns a hash.
hash_string ?key inputs
Raises an Assert_failure if String.length key > 64.
Assert_failure
String.length key > 64
val zero : t
val size : int
val to_hex : t -> Tezos_stdlib.Hex.t
val of_hex : Tezos_stdlib.Hex.t -> t Tezos_error_monad.Error_monad.tzresult
val of_hex_opt : Tezos_stdlib.Hex.t -> t option
val of_hex_exn : Tezos_stdlib.Hex.t -> t
val to_string : t -> string
val of_string : string -> t Tezos_error_monad.Error_monad.tzresult
val of_string_opt : string -> t option
val of_string_exn : string -> t
val to_bytes : t -> Bytes.t
val of_bytes : Bytes.t -> t Tezos_error_monad.Error_monad.tzresult
val of_bytes_opt : Bytes.t -> t option
val of_bytes_exn : Bytes.t -> t
val to_b58check : t -> string
val to_short_b58check : t -> string
val of_b58check : string -> t Tezos_error_monad.Error_monad.tzresult
val of_b58check_exn : string -> t
val of_b58check_opt : string -> t option
type Tezos_crypto.Base58.data +=
| Data of t
val b58check_encoding : t Tezos_crypto.Base58.encoding
val encoding : t Data_encoding.t
val rpc_arg : t Tezos_rpc.Arg.t
val hash : t -> int
val seeded_hash : int -> t -> int
val to_path : t -> string list -> string list
val of_path : string list -> t option
val of_path_exn : string list -> t
val prefix_path : string -> string list
val path_length : int
module Set : sig ... end
module Map : sig ... end
module Table : sig ... end
module Error_table : sig ... end
module WeakRingTable : sig ... end