package tezos-protocol-environment-structs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val name : string
val title : string
val hash : t -> Public_key_hash_in.t
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
type Tezos_crypto.Base58.data +=
  1. | Data of t
val b58check_encoding : t Tezos_crypto.Base58.encoding
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 of_bytes_without_validation : bytes -> t option
include sig ... end
val pp_short : Format.formatter -> t -> unit
val encoding : t Data_encoding.encoding
val of_b58check : string -> t Tezos_error_monad.Error_monad.tzresult
val rpc_arg : t Tezos_rpc.RPC_arg.arg
val size : t -> int
val pp : Format.formatter -> t -> unit